Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345253 - net-dns/unbound-1.4.7 depends on net-libs/ldns-1.6.7
Summary: net-dns/unbound-1.4.7 depends on net-libs/ldns-1.6.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-13 01:17 UTC by Daniel Black (RETIRED)
Modified: 2010-11-15 16:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Black (RETIRED) gentoo-dev 2010-11-13 01:17:23 UTC
unbound-1.4.7 with ldns-1.6.4:

./libtool --quiet --tag=CC --mode=link i686-pc-linux-gnu-gcc -R/usr/lib -O2 -march=i686 -pipe -g -O2 -L/usr -L/usr/lib -Wl,-O1 -Wl,--as-needed -o unbound-host build/compat/strlcpy.lo build/smallapp/unbound-host.lo -L. -L.libs -lunbound -lldns -levent -lrt -ldl -L/usr/lib/python2.6 -L/usr/lib -lpython2.6 -lcrypto
./libtool --quiet --tag=CC --mode=link i686-pc-linux-gnu-gcc -R/usr/lib -O2 -march=i686 -pipe -g -O2 -L/usr -L/usr/lib -Wl,-O1 -Wl,--as-needed -o unbound-anchor build/compat/strlcpy.lo build/smallapp/unbound-anchor.lo -L. -L.libs -lunbound -lexpat -lssl -lldns -levent -lrt -ldl -L/usr/lib/python2.6 -L/usr/lib -lpython2.6 -lcrypto
./libtool --quiet --tag=CC --mode=link i686-pc-linux-gnu-gcc -R/usr/lib -O2 -march=i686 -pipe -g -O2 -L/usr -L/usr/lib -Wl,-O1 -Wl,--as-needed -module -version-number 2:7:0 -no-undefined -o _unbound.la build/libunbound/python/libunbound_wrap.lo -rpath /usr/lib/python2.6/site-packages L. -L.libs -lunbound -lldns -levent -lrt -ldl -L/usr/lib/python2.6 -L/usr/lib -lpython2.6 -lcrypto
build/smallapp/.libs/unbound-anchor.o: In function `pick_random_ip':
/var/tmp/portage/net-dns/unbound-1.4.7/work/unbound-1.4.7/smallapp/unbound-anchor.c:673: undefined reference to `ldns_get_random'
collect2: ld returned 1 exit status
make: *** [unbound-anchor] Error 1
make: *** Waiting for unfinished jobs....
emake failed
 * ERROR: net-dns/unbound-1.4.7 failed:

with ldns-1.6.7 it builds ok.
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2010-11-15 16:17:51 UTC
net-dns/unbound-1.4.6 and 1.4.7 work with >=net-libs/ldns-1.6.5
Fixed in cvs. thanks.