Bugs item #1510313, was opened at 2006-06-22 03:34
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1510313&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
>Group: bad behaviour
>Status: Closed
>Resolution: Later
Priority: 5
Submitted By: Eric Goodwin (elasticmuffin)
>Assigned to: Daniel Stenberg (bagder)
Summary: Curl 7.15.4 fails compile with c-ares 1.3.0
Initial Comment:
I was using the script located at:
http://www.fbsd-dev.org/cgi-bin/cvsweb.cgi/~checkout~/curlinstall/curlinstall.sh?rev=1.13;content-type=application%2Fx-sh
to install libcurl for Unrealircd. Noting that the
latest version of curl was 7.15.4, I updated the
version of curl in the script. Download worked fine,
compile of curl progressed fine, until I got this:
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2
-L/home/arcsine/depend/ares/lib -o curl main.o
hugehelp.o urlglob.o writeout.o writeenv.o getpass.o
homedir.o strtoofft.o timeval.o ../lib/libcurl.la
-lcares -lssl -lcrypto -ldl -lssl -lcrypto -lz
gcc -g -O2 -o curl main.o hugehelp.o urlglob.o
writeout.o writeenv.o getpass.o homedir.o strtoofft.o
timeval.o
-L/home/arcsine/depend/ares/lib ../lib/.libs/libcurl.a /home/arcsine/depend/ares/lib/libcares.a
-ldl -lssl -lcrypto -lz
../lib/.libs/libcurl.a(hostares.o): In function
`Curl_resolv_getsock':
/home/arcsine/depend/curl-7.15.4/lib/hostares.c:113:
undefined reference to `ares_getsock'
collect2: ld returned 1 exit status
make[2]: *** [curl] Error 1
make[2]: Leaving directory
`/home/arcsine/depend/curl-7.15.4/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory
`/home/arcsine/depend/curl-7.15.4/src'
make: *** [install-recursive] Error 1
So I go back and try curl 7.15.1. It works fine.
Clearly some change has been introduced since that
broke this build. Tests on 7.15.2 and 7.15.3
revealed that this change must have been introduced
between .3 and .4.
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Date: 2006-06-22 10:09
Message:
Logged In: YES
user_id=1110
Right, thanks.
This is due to me relying on c-ares code that isn't yet in a
released c-ares package:
http://curl.haxx.se/mail/archive-2006-06/0061.html
I hope to release a new c-ares package (1.3.1) really soon
that should fix this problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1510313&group_id=976
Received on 2006-06-22