From owner-freebsd-ppc@FreeBSD.ORG Fri Sep 10 06:54:34 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFEA216A4CE; Fri, 10 Sep 2004 06:54:34 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC32E43D45; Fri, 10 Sep 2004 06:54:33 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i8A6sRkJ032165 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Sep 2004 09:54:29 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i8A6sS39058962; Fri, 10 Sep 2004 09:54:28 +0300 (EEST) (envelope-from ru) Date: Fri, 10 Sep 2004 09:54:27 +0300 From: Ruslan Ermilov To: "David O'Brien" , FreeBSD Tinderbox Message-ID: <20040910065427.GA42906@ip.net.ua> References: <20040909220741.D550D7303F@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <20040909220741.D550D7303F@freebsd-current.sentex.ca> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: powerpc@FreeBSD.org cc: current@FreeBSD.org Subject: Re: [current tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 06:54:35 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable David, I went ahead and committed my fix that I sent you last night (my local time) because your change broke the PPC build -- the reason is that SRCS for "powerpc" has the .asm file that was not stripped by the ${.ALLSRC:N*.h}, breaking the compile command. I called a new fix "non-intrusive" because putting *.h's in BEGINSRC and ENDSRC wasn't probably a good idea, and made things harder to understand. I hope you're happy with the new fix. Good catch, by the way! ;) On Thu, Sep 09, 2004 at 06:07:41PM -0400, FreeBSD Tinderbox wrote: > TB --- 2004-09-09 21:52:11 - tinderbox 2.3 running on freebsd-current.sen= tex.ca > TB --- 2004-09-09 21:52:11 - starting CURRENT tinderbox run for powerpc/p= owerpc > TB --- 2004-09-09 21:52:11 - checking out the source tree > TB --- 2004-09-09 21:52:11 - cd /home/tinderbox/CURRENT/powerpc/powerpc > TB --- 2004-09-09 21:52:11 - /usr/bin/cvs -f -R -q -d/home/ncvs update -P= d -A src > TB --- 2004-09-09 21:57:18 - building world (CFLAGS=3D-O2 -pipe) > TB --- 2004-09-09 21:57:18 - cd /home/tinderbox/CURRENT/powerpc/powerpc/s= rc > TB --- 2004-09-09 21:57:18 - /usr/bin/make -B buildworld > >>> Rebuilding the temporary build tree > >>> stage 1.1: legacy release compatibility shims > >>> stage 1.2: bootstrap tools > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3: cross tools > >>> stage 4.1: building includes > >>> stage 4.2: building libraries > [...] > cc: /tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/csu/../../../contrib/g= cc/config/rs6000/crtsavres.asm: linker input file unused because linking no= t done > In file included from ./tm.h:10, > from /tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/csu/= =2E./../../contrib/gcc/crtstuff.c:64: > /tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/csu/../../../contrib/gcc/c= onfig/rs6000/sysv4.h:24:1: warning: "NO_IMPLICIT_EXTERN_C" redefined > In file included from ./tm.h:9, > from /tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/csu/= =2E./../../contrib/gcc/crtstuff.c:64: > /tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/csu/../../../contrib/gcc/c= onfig/freebsd.h:69:1: warning: this is the location of the previous definit= ion > /tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/csu/../../../contrib/gcc/c= onfig/rs6000/crtsavres.asm:40: error: syntax error before '.' token > *** Error code 1 >=20 > Stop in /tinderbox/CURRENT/powerpc/powerpc/src/gnu/lib/csu. > *** Error code 1 >=20 > Stop in /tinderbox/CURRENT/powerpc/powerpc/src. > *** Error code 1 >=20 > Stop in /tinderbox/CURRENT/powerpc/powerpc/src. > *** Error code 1 >=20 > Stop in /tinderbox/CURRENT/powerpc/powerpc/src. > *** Error code 1 >=20 > Stop in /tinderbox/CURRENT/powerpc/powerpc/src. > TB --- 2004-09-09 22:07:41 - WARNING: /usr/bin/make returned exit code 1= =20 > TB --- 2004-09-09 22:07:41 - ERROR: failed to build world > TB --- 2004-09-09 22:07:41 - tinderbox aborted >=20 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBQU+jqRfpzJluFF4RAqBRAKCXClRnTK9wb+7nat5zTDN0zQKsMACeLWng fExtbXQbHYgN7BLNnDuMVUk= =HVee -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--