From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 20:40:00 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79ECE16A4CE for ; Fri, 28 Jan 2005 20:40:00 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B00B43D1F for ; Fri, 28 Jan 2005 20:39:59 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so531198rne for ; Fri, 28 Jan 2005 12:39:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Cb1KnAF4qo8Hy9NWLOLAM95pR0k6fF2FJpxT6xaUrOYAIxo230LLQN37Ls7d+kBIrgCTqI6YnHjYC7oIn327iqUFAYeUplMOpaFkP7FDAPMoKFdA011gfBK/bRr8CrlXeQRk/5aWtz2YUvlxwb9bTWBp4H11WGmRm0UvmWAsWD4= Received: by 10.39.1.65 with SMTP id d65mr23262rni; Fri, 28 Jan 2005 12:39:59 -0800 (PST) Received: by 10.38.74.6 with HTTP; Fri, 28 Jan 2005 12:39:59 -0800 (PST) Message-ID: Date: Fri, 28 Jan 2005 21:39:59 +0100 From: Gert Cuykens To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: Re: [BUILDWORLD 5.3] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 20:40:00 -0000 On Fri, 28 Jan 2005 08:24:58 +0100, Gert Cuykens wrote: > -------------------------------------------------------------- > >>> stage 4.2: building libraries > -------------------------------------------------------------- > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=amd64 > MACHINE=amd64 CPUTYPE=amd64 > GROFF_BIN_PATH=/usr/obj/usr/src/amd64/legacy/usr/bin > GROFF_FONT_PATH=/usr/obj/usr/src/amd64/legacy/usr/share/groff_font > GROFF_TMAC_PATH=/usr/obj/usr/src/amd64/legacy/usr/share/tmac > _SHLIBDIRPREFIX=/usr/obj/usr/src/amd64 INSTALL="sh > /usr/src/tools/install.sh" > PATH=/usr/obj/usr/src/amd64/legacy/usr/sbin:/usr/obj/usr/src/amd64/legacy/usr/bin:/usr/obj/usr/src/amd64/legacy/usr/games:/usr/obj/usr/src/amd64/usr/sbin:/usr/obj/usr/src/amd64/usr/bin:/usr/obj/usr/src/amd64/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > make -f Makefile.inc1 DESTDIR=/usr/obj/usr/src/amd64 -DNOFSCHG > -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPROFILE libraries > cd /usr/src; make -f Makefile.inc1 _startup_libs; make -f > Makefile.inc1 _prebuild_libs; make -f Makefile.inc1 _generic_libs; > ===> gnu/lib/csu > make -f /usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile > MFILE=/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile > GCCDIR=/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=/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile > GCCDIR=/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 "i386/biarch64.h"' >> tm.h > echo '#include "i386/i386.h"' >> tm.h > echo '#include "i386/unix.h"' >> tm.h > echo '#include "i386/att.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 "i386/freebsd.h"' >> tm.h > echo '#include "i386/x86-64.h"' >> tm.h > echo '#include "i386/freebsd64.h"' >> tm.h > echo '#include "freebsd64-fix.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 "i386/i386-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 -O -pipe -march=amd64 -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 -g0 -DCRT_BEGIN -c > -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c > /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:1: error: bad > value (amd64) for -march= switch > /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:1: error: bad > value (amd64) for -mtune= switch > *** Error code 1 > > 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. > i think i found why :) #/etc/libmap.conf libm.so.2 libm.so.3 libreadline.so.4 libreadline.so.5 libhistory.so.4 libhistory.so.5 libopie.so.2 libopie.so.3 libpcap.so.2 libpcap.so.3