Date: Fri, 11 Oct 2002 05:02:00 +0200 (CEST) From: Are Bryne <are.bryne@communique.no> To: FreeBSD questions list <freebsd-questions@freebsd.org> Subject: "`bfd_arch_' undeclared" in make buildworld (RELENG_4_6) Message-ID: <20021011045939.F42513-100000@david.i.communique.no>
next in thread | raw e-mail | index | archive | help
Hello, I am getting the following errors when doing a make buildworld on freshly (20020927) cvsup'ed RELENG_4_6 sources. Last make world on this machine was about 20010921, and it is therefore currently 4.4-STABLE. Does anyone have a clue to what this could be? I have a cvsup refuse file that keeps sendmail, r* utilities and YP stuff out of my source tree, and patch files that make sure these are not built. However, I haven't touched ld's sources or anything related (that I can conceive of, at least). ===> gnu/usr.bin/binutils/ld cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld/i386 -I/usr/src/gnu/usr.bin/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include -DDEFAULT_EMULATION=\"elf_i386\" -DTARGET=\"i386-unknown-freebsd\" -DSCRIPTDIR=\"/usr/libdata\" -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd -DVERSION=\""2.11.2 20010719 [FreeBSD]"\" -DBFD_VERSION=\""2.11.2 20010719 [FreeBSD]"\" -c eelf_i386.c eelf_i386.c: In function `gldelf_i386_before_parse': eelf_i386.c:71: `bfd_arch_' undeclared (first use in this function) eelf_i386.c:71: (Each undeclared identifier is reported only once eelf_i386.c:71: for each function it appears in.) *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils/ld. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I looked through the sources, and cannot find any reference to 'bfd_arch_', only bfd_arch_i386, etc. Thanks in advance. [And please keep me cc'd.] Cheers, Are Bryne -- Communiqué DA Office: +47 22 44 33 99 Postboks 9050 Grønland Mobile: +47 900 22 009 NO-0133 Oslo URL: http://www.communique.no 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?20021011045939.F42513-100000>