Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2001 00:33:03 -0800
From:      Russ Pagenkopf <russ.pagenkopf@uas.alaska.edu>
To:        freebsd-questions@freebsd.org
Subject:   make buildworld problem
Message-ID:  <3BD3D9AD.FFA0AFEF@uas.alaska.edu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BD3D9AD.FFA0AFEF>