Date: Tue, 20 Feb 2001 13:27:28 +0100 From: Lucas Nussbaum <lucas@sicfa.org> To: stable@freebsd.org Subject: 2.2-STABLE buildworld fails Message-ID: <20010220132728.A28654@ns.sicfa.org>
next in thread | raw e-mail | index | archive | help
Hello, I wrote the subject line correctly, it's about FreeBSD 2.2-STABLE that I'm talking. I'm trying to build it from the sources to be able to install it on a (very) small laptop with only 4 MB of RAM. But the make buildworld fails on my 4.2-STABLE box. - Is the problem related to the fact that I build on a 4.2-STABLE box ? (I could bould on a 3.5-STABLE box if it is needed) - Should I CVSUP some "older" sources, before the bug appeared ? Thanks a lot, Lucas make buildworld output : -------------------------------------------------------------- Cleaning up the temporary build tree Making make Making hierarchy Cleaning up the obj tree Rebuilding the obj tree Rebuilding bootstrap tools Rebuilding tools necessary to build the include files Rebuilding /usr/include Rebuilding tools needed to build the libraries -------------------------------------------------------------- (everything went ok so far) ===> rtld cc -O -I/usr/22/src/gnu/usr.bin/ld/rtld/.. -I/usr/22/src/gnu/usr.bin/ld/rtld -I/usr/22/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD -I/usr/obj/usr/22/src/tmp/usr/include -c /usr/22/src/gnu/usr.bin/ld/rtld/../i386/mdprologue.S /tmp/cciZivR7.s: Assembler messages: /tmp/cciZivR7.s:278: Warning: indirect call without `*' cc -O -I/usr/22/src/gnu/usr.bin/ld/rtld/.. -I/usr/22/src/gnu/usr.bin/ld/rtld -I/usr/22/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD -I/usr/obj/usr/22/src/tmp/usr/include -nostdlib -Wl,-Bshareable -Wl,-Bsymbolic -Wl,-assert -Wl,nosymbolic -o ld.so mdprologue.o rtld.o malloc.o shlib.o md.o support.o sbrk.o -lc_pic -lgcc_pic mdprologue.o: In function `_rtl': mdprologue.o(.text+0x22): undefined reference to `_rtld' mdprologue.o: In function `_binder_entry': mdprologue.o(.text+0x40): undefined reference to `_binder' rtld.o: In function `reloc_map': rtld.o(.text+0xf81): undefined reference to `binder_entry' install -c -s -o bin -g bin -m 555 ld /usr/obj/usr/22/src/tmp/usr/bin ===> rtld /usr/obj/usr/22/src/gnu/usr.bin/ld/rtld created for /usr/22/src/gnu/usr.bin/ld/rtld cd /usr/22/src/usr.bin/tsort && /usr/obj/usr/22/src/tmp/usr/bin/make depend && /usr/obj/usr/22/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all && /usr/obj/usr/22/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE -B install cleandir obj rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/22/src/tmp/usr/include /usr/22/src/usr.bin/tsort/tsort.c cc -O -I/usr/obj/usr/22/src/tmp/usr/include -c /usr/22/src/usr.bin/tsort/tsort.c cc -O -I/usr/obj/usr/22/src/tmp/usr/include -o tsort tsort.o ld: invalid command option `-m' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop in /usr/22/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010220132728.A28654>