From owner-freebsd-current@FreeBSD.ORG Fri Jan 26 04:23:20 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 ECA4216A403 for ; Fri, 26 Jan 2007 04:23:20 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.173]) by mx1.freebsd.org (Postfix) with ESMTP id D796413C484 for ; Fri, 26 Jan 2007 04:23:18 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout03/MantshX 4.0) with ESMTP id l0Q49U3v023053; Thu, 25 Jan 2007 20:09:32 -0800 (PST) Received: from [192.168.1.2] (c-67-164-11-148.hsd1.ca.comcast.net [67.164.11.148]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id l0Q49Q79015955 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 25 Jan 2007 20:09:28 -0800 (PST) In-Reply-To: <45B97535.5070900@delphij.net> References: <45B97535.5070900@delphij.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Thu, 25 Jan 2007 20:08:07 -0800 To: LI Xin X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: 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 04:23:21 -0000 On Jan 25, 2007, at 7:27 PM, LI Xin wrote: > 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=gnu89 -g0 > -DCRT_BEGIN -c -o crtbegin.o > /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c > *** Error code 2 > But I did not received any tinderbox breakage report I guess there is > something wrong? This is a cross build environment running > FreeBSD/amd64 7.0-CURRENT which is rebuilt 3 days ago. I tried cross-builds before without problems. This was 2 or 3 months ago on a i386. I haven't tried it on a amd64 machine though. Other than that, I'm not aware of any problems as I just finished a native powerpc build with a fresh source tree. Was this a -jX build by any chance? -- Marcel Moolenaar xcllnt@mac.com