From owner-freebsd-questions Mon Oct 22 1:33:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.uas.alaska.edu (alfrigg.uas.alaska.edu [137.229.150.18]) by hub.freebsd.org (Postfix) with ESMTP id A335E37B401 for ; Mon, 22 Oct 2001 01:33:46 -0700 (PDT) Received: from uas.alaska.edu (cable-164-100-237-24.juneau.ak.net [24.237.100.164]) by mail.uas.alaska.edu (Netscape Messaging Server 4.15) with ESMTP id GLLMF100.OG2 for ; Mon, 22 Oct 2001 00:33:01 -0800 Message-ID: <3BD3D9AD.FFA0AFEF@uas.alaska.edu> Date: Mon, 22 Oct 2001 00:33:03 -0800 From: Russ Pagenkopf X-Mailer: Mozilla 4.76 (Macintosh; U; PPC) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: make buildworld problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Upgraded a 4.2 box to 4.4 off of the ISO 4.4 images and discovered that most of the commands using proc were failing. So, time to make world. Cranks along fine, gets into Stage 2 and dies with : 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-freebsdelf\" -DSCRIPTDIR=\"/usr/obj/usr/src/i386/usr/libdata\" -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -DVERSION=\"2.10.0\" -DBFD_VERSION=\"2.10.0\" -I/usr/obj/usr/src/i386/usr/include -c eelf_i386.c eelf_i386.c: In function `gldelf_i386_check_ld_elf_hints': eelf_i386.c:176: `_PATH_ELF_HINTS' undeclared (first use in this function) eelf_i386.c:176: (Each undeclared identifier is reported only once eelf_i386.c:176: for each function it appears in.) eelf_i386.c:179: storage size of `hdr' isn't known eelf_i386.c:182: `ELFHINTS_MAGIC' undeclared (first use in this function) *** 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. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. --- /etc/make.conf has: USA_RESIDENT=YES CFLAGS= -O -pipe --- make buildworld is being used without any switches. Searched archives and usual sources with no luck. Any ideas? TIA Russ Pagenkopf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message