Date: Mon, 07 Aug 2000 12:52:41 -0400 From: "Jason J. Horton" <jason@intercom.com> To: questions@freebsd.org Subject: make buildworld fail on 3.3-STABLE Message-ID: <398EE959.F1A8086C@intercom.com>
next in thread | raw e-mail | index | archive | help
Trying to upgrade a 3.3-STABLE to 3.5-STABLE, but the buildworld keeps dying. cc -nostdinc -O -pipe -I/usr/src/usr.sbin/nslookup/../../contrib/bind/port/freebsd/include -I/usr/src/usr.sbin/nslookup/../../contrib/bind/include -I. -D_PATH_HELPFILE=\"/usr/share/misc/nslookup.help\" -I/usr/obj/usr/src/tmp/usr/include -o nslookup main.o getinfo.o debug.o send.o skip.o list.o subr.o commands.o /usr/obj/usr/src/usr.sbin/nslookup/../../lib/libbind/libbind.a -ll -ledit -ltermcap list.o: In function `ViewList': list.o(.text+0xa43): warning: mktemp() possibly used unsafely; consider using mkstemp() main.o: In function `main': main.o(.text+0x1c): undefined reference to `__res_ninit' getinfo.o: In function `GetHostInfoByName': getinfo.o(.text+0xf1d): undefined reference to `__res_hostalias' getinfo.o: In function `GetHostDomain': getinfo.o(.text+0x1110): undefined reference to `__res_nmkquery' getinfo.o: In function `GetHostInfoByAddr': getinfo.o(.text+0x11f9): undefined reference to `__res_nmkquery' debug.o: In function `Fprint_query': debug.o(.text+0x95): undefined reference to `__p_rcode' list.o: In function `ListSubr': list.o(.text+0x35e): undefined reference to `__res_nmkquery' list.o(.text+0x832): undefined reference to `__ns_samename' list.o(.text+0x9b0): undefined reference to `__p_rcode' *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error I have tried make clean then make buildworld, I have tried removing everything in /usr/src and /usr/obj then cvsup-ing a fresh copy, nothing seems to work. Any ideas? -- -Jason J. Horton <jason@intercom.com> Fat Man in a Little Coat Intercom Online Inc. 212.376.7440 | http://www.intercom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?398EE959.F1A8086C>