It looks like you forgot to really Cc them BTW?
I did but I resent the mail seperately to them afterwards.
So yeah, we'd need a libresolv.so that exports these:

lib/lib.o: In function `srv_lookup':
/home/wilmer/src/bitlbee/devel/lib/misc.c:483: undefined reference to
`__res_query'
/home/wilmer/src/bitlbee/devel/lib/misc.c:486: undefined reference to
`ns_initparse'
/home/wilmer/src/bitlbee/devel/lib/misc.c:489: undefined reference to
`ns_parserr'
What system are you getting those errors with? in my sid chroot there doesn't seem to be any problem linking bitlbee with libresolv.so instead of libresolv.a, doing so produces a package with a sane dependency on libc6 and an objdump shows all those symbols being in libresolv.so and having sane versioning.

r...@debian:/bitlbee-1.2.4# objdump -T /usr/lib/libresolv.so | grep __res_query 0000000000006f40 g DF .text 00000000000000b1 GLIBC_2.2.5 __res_querydomain
00000000000071c0 g    DF .text  00000000000000c2  GLIBC_2.2.5 __res_query
r...@debian:/bitlbee-1.2.4#
r...@debian:/bitlbee-1.2.4# objdump -T /usr/lib/libresolv.so | grep ns_initparse
000000000000b4b0 g    DF .text  000000000000019c  GLIBC_2.9   ns_initparse
r...@debian:/bitlbee-1.2.4#
r...@debian:/bitlbee-1.2.4# objdump -T /usr/lib/libresolv.so | grep ns_parserr
000000000000b230 g    DF .text  0000000000000275  GLIBC_2.9   ns_parserr
r...@debian:/bitlbee-1.2.4#
r...@debian:/bitlbee-1.2.4#



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to