From owner-freebsd-sparc Fri Sep 6 4:23:14 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEEF037B400 for ; Fri, 6 Sep 2002 04:23:08 -0700 (PDT) Received: from cc-gw.1anetworks.net (cc-gw.1anetworks.net [193.243.179.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 9395B43E65 for ; Fri, 6 Sep 2002 04:23:07 -0700 (PDT) (envelope-from brian@ukip.com) Received: from BRI (bri.1anetworks.net [212.36.98.200] (may be forged)) by parma.1anetworks.net (8.9.3+Sun/8.9.3) with SMTP id MAA18600 for ; Fri, 6 Sep 2002 12:23:05 +0100 (BST) From: "Bri" To: Subject: FW: Make buildworld problem Date: Fri, 6 Sep 2002 12:16:33 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm building on a Sun Ultra 5 with 512MB or RAM 1x9GB Seagate Drive and a 120GB IBM. I've got the sources of current from ftp.freebsd.org from yesterday and I was using the sparc64-20020408.iso which i installed using the instructions from bmah's site and later I got the 20020624 distrib tar file and unpacked it from the root directory to update it to the lastest binaries. I've got the sources in /root/src and src is a symlink to /GXP120/src and thats where I've gone so far. I was doing a make buildworld from /root/src and stage 1 & 2 go fine and then it breaks on stage 3. any ideas Bri, -----Original Message----- From: owner-freebsd-sparc@FreeBSD.ORG [mailto:owner-freebsd-sparc@FreeBSD.ORG]On Behalf Of Jake Burkholder Sent: 05 September 2002 18:15 To: Bri Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: Make buildworld problem You don't give any details about the system you are building on. Jake Apparently, On Thu, Sep 05, 2002 at 09:40:13AM +0100, Bri said words to the effect of; > -------------------------------------------------------------- > >>> stage 3: cross tools > -------------------------------------------------------------- > cd /GXP120/src; TOOLS_PREFIX=/usr/obj/GXP120/src/sparc64 > MAKEOBJDIRPREFIX=/usr/o > bj/GXP120/src/sparc64 DESTDIR= INSTALL="sh /GXP120/src/tools/install.sh" > make > -f > Makefile.inc1 -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE > -DNOSHARED -DNO_CPU_CFLAGS -DNO_WERROR -DNO_FORTRAN -DNO_GDB cross-tools > make: no target to make. > "/GXP120/src/Makefile.inc1", line 140: warning: "make -f /dev/null -m > /GXP120/sr > c/share/mk CPUTYPE=ultrasparc -V CPUTYPE" returned non-zero status > echo "===> usr.sbin/elf2aout"; cd /GXP120/src/usr.sbin/elf2aout; make > DIRPRFX= > usr.sbin/elf2aout/ obj; make DIRPRFX=usr.sbin/elf2aout/ depend; make > DIRPRFX=u > sr.sbin/elf2aout/ all; make DIRPRFX=usr.sbin/elf2aout/ > DESTDIR=/usr/obj/GXP120/ > src/sparc64 install > ===> usr.sbin/elf2aout > /usr/obj/GXP120/src/sparc64/GXP120/src/usr.sbin/elf2aout created for > /GXP120/src > /usr.sbin/elf2aout > rm -f .depend > CC='/arch/sparc64/hosted/bin/gcc' mkdep -f > pend -a -I/GXP120/src/usr.sbin/ > elf2aout/../crunch/crunchide -D__FBSDID=__RCSID > /GXP120/src/usr.sbin/elf2aout/e > lf2aout.c > echo elf2aout: /usr/lib/libc.a >> .depend > /arch/sparc64/hosted/bin/gcc -O -pipe -I/GXP120/src/usr.sbin/elf2aout/../cru > nch/ > crunchide -D__FBSDID=__RCSID -c /GXP120/src/usr.sbin/elf2aout/elf2aout.c > /arch/sparc64/hosted/bin/gcc -O -pipe -I/GXP120/src/usr.sbin/elf2aout/../cru > nch/ > crunchide -D__FBSDID=__RCSID -static -o elf2aout elf2aout.o > elf2aout.o: In function `main': > elf2aout.o(.text+0x18c): undefined reference to `__bswap16' > elf2aout.o(.text+0x1e8): undefined reference to `__bswap16' > elf2aout.o(.text+0x224): undefined reference to `__bswap64' > elf2aout.o(.text+0x23c): undefined reference to `__bswap64' > elf2aout.o(.text+0x254): undefined reference to `__bswap16' > elf2aout.o(.text+0x2a0): undefined reference to `__bswap32' > elf2aout.o(.text+0x30c): undefined reference to `__bswap64' > elf2aout.o(.text+0x350): undefined reference to `__bswap64' > elf2aout.o(.text+0x394): undefined reference to `__bswap64' > elf2aout.o(.text+0x3cc): undefined reference to `__bswap32' > elf2aout.o(.text+0x3e4): undefined reference to `__bswap32' > elf2aout.o(.text+0x3fc): undefined reference to `__bswap32' > elf2aout.o(.text+0x414): undefined reference to `__bswap32' > *** Error code 1 > > Stop in /GXP120/src/usr.sbin/elf2aout. > *** Error code 1 > > Stop in /GXP120/src. > *** Error code 1 > > Stop in /GXP120/src. > *** Error code 1 > > Stop in /GXP120/src. > % > > > I get this when performing a make buildworld any idea on what cause this. > > Stage 1 and 2 go fine but this doesn't look so happy. > > Bri, > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-sparc" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message