From owner-freebsd-current@FreeBSD.ORG Fri Jan 26 06:15:34 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1291D16A401 for ; Fri, 26 Jan 2007 06:15:34 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 32A5713C4B0 for ; Fri, 26 Jan 2007 06:15:32 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id D223CEB72F7; Fri, 26 Jan 2007 14:15:28 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id QNL7aGz4ueoS; Fri, 26 Jan 2007 14:15:14 +0800 (CST) Received: from [10.217.12.122] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 5C860EB2723; Fri, 26 Jan 2007 14:15:13 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=AY+WG5WwafzMa1hzANkmS6QK1eLcgMpeP8j/s6B8ilalLo+QabYM6HFyPqi1Uv2nz eyaKpBDn/iXIW3OmeslZg== Message-ID: <45B99C6E.2030803@delphij.net> Date: Fri, 26 Jan 2007 14:15:10 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: LI Xin References: <45B97535.5070900@delphij.net> <45B997ED.7000605@delphij.net> In-Reply-To: <45B997ED.7000605@delphij.net> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig995953CB395FAE671B12DAED" Cc: Marcel Moolenaar , FreeBSD Current Subject: Re: PowerPC port broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jan 2007 06:15:34 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig995953CB395FAE671B12DAED Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Latest build shows this: (What does Assembler messages: FATAL: can't create crtbegin.o: Invalid bfd target mean for me, by the way?) -------------------------------------------------------------- >>> stage 4.2: building libraries -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj/powerpc MACHINE_ARCH=3Dpowerpc= MACHINE=3Dpowerpc CPUTYPE=3D GROFF_BIN_PATH=3D/usr/obj/powerpc/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=3D/usr/obj/powerpc/usr/src/tmp/legacy/usr/share/groff_fon= t GROFF_TMAC_PATH=3D/usr/obj/powerpc/usr/src/tmp/legacy/usr/share/tmac _SHLIBDIRPREFIX=3D/usr/obj/powerpc/usr/src/tmp INSTALL=3D"sh /usr/src/tools/install.sh" PATH=3D/usr/obj/powerpc/usr/src/tmp/legacy/usr/sbin:/usr/obj/powerpc/usr/= src/tmp/legacy/usr/bin:/usr/obj/powerpc/usr/src/tmp/legacy/usr/games:/usr= /obj/powerpc/usr/src/tmp/usr/sbin:/usr/obj/powerpc/usr/src/tmp/usr/bin:/u= sr/obj/powerpc/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 DESTDIR=3D/usr/obj/powerpc/usr/src/tmp -DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN -DWITHOUT_NLS -DWITHOUT_PROFILE libraries cd /usr/src; make -f Makefile.inc1 _startup_libs; make -f Makefile.inc1 _prebuild_libs; make -f Makefile.inc1 _generic_libs; =3D=3D=3D> gnu/lib/csu (obj,depend,all,install) make -f /usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile MFILE=3D/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile GCCDIR=3D/usr/src/gnu/lib/csu/../../../contrib/gcc tconfig.h echo '#ifndef GCC_TCONFIG_H' > tconfig.h echo '#define GCC_TCONFIG_H' >> tconfig.h echo '#ifdef IN_GCC' >> tconfig.h echo '# include "ansidecl.h"' >> tconfig.h echo '#endif' >> tconfig.h echo '#define USED_FOR_TARGET' >> tconfig.h echo '#endif /* GCC_TCONFIG_H */' >> tconfig.h make -f /usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile MFILE=3D/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile GCCDIR=3D/usr/src/gnu/lib/csu/../../../contrib/gcc tm.h echo '#ifndef GCC_TM_H' > tm.h echo '#define GCC_TM_H' >> tm.h echo '#ifdef IN_GCC' >> tm.h echo '#include "rs6000/rs6000.h"' >> tm.h echo '#include "dbxelf.h"' >> tm.h echo '#include "elfos.h"' >> tm.h echo '#include "freebsd-native.h"' >> tm.h echo '#include "freebsd-spec.h"' >> tm.h echo '#include "freebsd.h"' >> tm.h echo '#include "rs6000/sysv4.h"' >> tm.h echo '#include "rs6000/freebsd.h"' >> tm.h echo '#include "defaults.h"' >> tm.h echo '#if !defined GENERATOR_FILE && !defined USED_FOR_TARGET' >> tm.h echo '# include "insn-constants.h"' >> tm.h echo '# include "insn-flags.h"' >> tm.h echo '#endif' >> tm.h echo '#endif' >> tm.h echo '#define EXTRA_MODES_FILE "rs6000/rs6000-modes.def"' >> tm.h echo '#endif /* GCC_TM_H */' >> tm.h rm -f .depend mkdep -f .depend -a -DCRT_BEGIN -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I/usr/src/gnu/lib/csu/../../../contrib/gcc -I. -I/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-omit-frame-pointer -fno-unit-at-a-time -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I/usr/src/gnu/lib/csu/../../../contrib/gcc -I. -I/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools -std=3Dgnu89 -g0 -DCRT_BEGIN -c -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c Assembler messages: FATAL: can't create crtbegin.o: Invalid bfd target In file included from ./tm.h:10, from /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:64: /usr/src/gnu/lib/csu/../../../contrib/gcc/config/rs6000/sysv4.h:24:1: warning: "NO_IMPLICIT_EXTERN_C" redefined In file included from ./tm.h:9, from /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:64: /usr/src/gnu/lib/csu/../../../contrib/gcc/config/freebsd.h:69:1: warning: this is the location of the previous definition In file included from ./tm.h:10, from /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:64: /usr/src/gnu/lib/csu/../../../contrib/gcc/config/rs6000/sysv4.h:1349:1: warning: "HANDLE_PRAGMA_PACK_PUSH_POP" redefined In file included from ./tm.h:9, from /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:64: /usr/src/gnu/lib/csu/../../../contrib/gcc/config/freebsd.h:99:1: warning: this is the location of the previous definition *** Error code 2 Stop in /usr/src/gnu/lib/csu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. [1] Exit 1 make buildworld TARGET=3Dpowerpc __MAKE_CONF=3D/dev/null > _.powerpc.buildworld Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig995953CB395FAE671B12DAED Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFuZxuOfuToMruuMARA8gMAJ9DwK4RoCD7fZnX47Vg30tat94gTwCfSK6Y Q3LZjlgsu/uRaeY2F5hmAAo= =lc5Z -----END PGP SIGNATURE----- --------------enig995953CB395FAE671B12DAED--