From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 24 10:50:17 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55EFD16A47B for ; Fri, 24 Nov 2006 10:50:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 985D543D5A for ; Fri, 24 Nov 2006 10:49:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAOAoEB8040152 for ; Fri, 24 Nov 2006 10:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAOAoE78040147; Fri, 24 Nov 2006 10:50:14 GMT (envelope-from gnats) Resent-Date: Fri, 24 Nov 2006 10:50:14 GMT Resent-Message-Id: <200611241050.kAOAoE78040147@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Poul-Henning Kamp Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3C0316A4A7 for ; Fri, 24 Nov 2006 10:47:17 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E9143D5C for ; Fri, 24 Nov 2006 10:46:36 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id D4AF3170C1 for ; Fri, 24 Nov 2006 10:47:15 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.8/8.13.8) with ESMTP id kAOAlFHx057644 for ; Fri, 24 Nov 2006 10:47:15 GMT (envelope-from phk@critter.freebsd.dk) Received: (from phk@localhost) by critter.freebsd.dk (8.13.8/8.13.8/Submit) id kAOAlFV3057643; Fri, 24 Nov 2006 10:47:15 GMT (envelope-from phk) Message-Id: <200611241047.kAOAlFV3057643@critter.freebsd.dk> Date: Fri, 24 Nov 2006 10:47:15 GMT From: Poul-Henning Kamp To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/105811: Crossbuilding powerpc from amd64 doesn't work. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Poul-Henning Kamp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 10:50:17 -0000 >Number: 105811 >Category: bin >Synopsis: Crossbuilding powerpc from amd64 doesn't work. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 24 10:50:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD critter.freebsd.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #8: Sun Nov 19 13:22:22 UTC 2006 root@critter.freebsd.dk:/critter/src/sys/i386/compile/TP41P i386 >Description: make buildworld TARGET=powerpc fails on an amd64 machine. rm -f .depend mkdep -f .depend -a -DCRT_BEGIN -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -I/src/Current/src/gnu/lib/csu/../../../contrib/gcc/config -I/src/Current/src/gnu/lib/csu/../../../contrib/gcc -I. -I/src/Current/src/gnu/lib/csu/../../usr.bin/cc/cc_tools /src/Current/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/src/Current/src/gnu/lib/csu/../../../contrib/gcc/config -I/src/Current/src/gnu/lib/csu/../../../contrib/gcc -I. -I/src/Current/src/gnu/lib/csu/../../usr.bin/cc/cc_tools -std=gnu89 -g0 -DCRT_BEGIN -c -o crtbegin.o /src/Current/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 /src/Current/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:64: /src/Current/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 /src/Current/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:64: /src/Current/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 /src/Current/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:64: /src/Current/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 /src/Current/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:64: /src/Current/src/gnu/lib/csu/../../../contrib/gcc/config/freebsd.h:99:1: warning: this is the location of the previous definition *** Error code 2 >How-To-Repeat: make buildworld TARGET=powerpc >Fix: >Release-Note: >Audit-Trail: >Unformatted: