Problem upgrading cURL 7.45.0 to 7.46.0

bdj

Verified User
Joined
Feb 22, 2008
Messages
152
System is FreeBSD 8 64bit

When I do ./build curl at the end in hangs on the following:

Code:
  CC       ../lib/curl-strtoofft.o
  CC       ../lib/curl-rawstr.o
  CC       ../lib/curl-nonblock.o
  CC       ../lib/curl-warnless.o
  CCLD     curl
Making all in include
Making all in curl
make  all-am
Making all in scripts
/usr/bin/perl  > _curl

After an hour I stopped it with ctrl + c
 
the same with fresh setup cb2.0 .
Code:
  CC       curl-tool_writeout.o
  CC       curl-tool_xattr.o
  CC       ../lib/curl-strtoofft.o
  CC       ../lib/curl-rawstr.o
  CC       ../lib/curl-nonblock.o
  CC       ../lib/curl-warnless.o
  CCLD     curl
Making all in include
Making all in curl
make  all-am
Making all in scripts
/usr/bin/perl  > _curl
^C*** _curl removed

root@localhost:/usr/local/directadmin/custombuild # uname -a
FreeBSD fbdalm323.amhost.net 9.3-RELEASE FreeBSD 9.3-RELEASE #0 r268512: Thu Jul 10 23:44:39 UTC 2014     [email protected]:/usr/obj/usr/src/sys/GENERIC  amd64
root@localhost:/usr/local/directadmin/custombuild #
 
I still haven't been able to update this so I'm just going to set the version to 7.45.0 to get rid of the daily emails.
 
Hello,

7.46.0 was old.. 7.47.0 was the current version...
and I just checked and 7.47.1 was just released; I've updated the versions.txt with that on files1.

Type:
./build update

to try either 7.47.0,
or use files1 (or wait 24 hours for rsync to other filesX), and try 7.47.1.

I've just tested both 7.47.0 and 7.47.1 on our FreeBSD 9 64-bit test box, and it compiled ok.
I didn't try 7.46.0, the box had 7.45.0 before I tested it.

John
 
Build 7.47.0 without any issues.
Thanks for looking into it.
 
Back
Top