From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 09:01:14 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CE4B106566C for ; Mon, 18 Aug 2008 09:01:14 +0000 (UTC) (envelope-from stma@antcor.com) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 069D68FC1F for ; Mon, 18 Aug 2008 09:01:13 +0000 (UTC) (envelope-from stma@antcor.com) Received: from [192.168.1.191] (athedsl-424253.home.otenet.gr [79.131.209.59]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m7I8gS65024394 for ; Mon, 18 Aug 2008 11:42:28 +0300 From: Stavros Markou To: freebsd-arm@freebsd.org Content-Type: multipart/related; type="multipart/alternative"; boundary="=-CaKsHJ0nQzsEKlZvoiYI" Organization: ANTCOR S.A. Date: Mon, 18 Aug 2008 11:42:26 +0300 Message-Id: <1219048946.12457.1.camel@Hellboy> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stma@antcor.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 09:01:14 -0000 --=-CaKsHJ0nQzsEKlZvoiYI Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, I am trying to build a root filesystem using the mini guide at http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for IXP425. Just to clarify some things : When i am doing a buildworld inside /usr/src all these env variables inside the mini guide must be exported ? What about BUILD_ARCH ? By default i am building a filesystem at a i386 machine so BUILD_ARCH has the i386 value. I am using Freebsd 7.0 and i also have seen the wiki for AVILA but i got the same Makefile.inc1 error for setting TARGET_ARCH (even though i am setting TARGET_ARCH=arm) I have build the kernel which is loaded fine but when the root filesystem is mounted via NFS i get : exec /sbin/init : error 8 , so i think that maybe the root filesystem i 've built is not right. Thanks in advance for your help. Best Regards, Stavros. Stavros Markou Senior Software Engineer ANTCOR S.A. Email: mailto:stma@antcor.com Phone: +30 210 52 22 290 Fax: +30 210 52 22 254 Address: 52 Ag. Konstantinou, Athens 10437, GREECE --=-CaKsHJ0nQzsEKlZvoiYI-- From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 10:03:44 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 804B91065679 for ; Mon, 18 Aug 2008 10:03:44 +0000 (UTC) (envelope-from stma@antcor.com) Received: from rosebud.otenet.gr (rosebud.otenet.gr [83.235.67.32]) by mx1.freebsd.org (Postfix) with ESMTP id AD3688FC0C for ; Mon, 18 Aug 2008 10:03:43 +0000 (UTC) (envelope-from stma@antcor.com) Received: from [192.168.1.191] (athedsl-424253.home.otenet.gr [79.131.209.59]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m7IA3f4p023690; Mon, 18 Aug 2008 13:03:41 +0300 From: Stavros Markou To: Michael Fuckner In-Reply-To: <48A946DC.704@fuckner.net> References: <1219048946.12457.1.camel@Hellboy> <48A946DC.704@fuckner.net> Content-Type: multipart/related; type="multipart/alternative"; boundary="=-jOhXIKQp225PitdNZopM" Organization: ANTCOR S.A. Date: Mon, 18 Aug 2008 13:03:39 +0300 Message-Id: <1219053819.12457.5.camel@Hellboy> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stma@antcor.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 10:03:44 -0000 --=-jOhXIKQp225PitdNZopM Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, Are you using freebsd release 8 for your build ? Best Regards, Stavros. On Mon, 2008-08-18 at 11:54 +0200, Michael Fuckner wrote: > Stavros Markou wrote: > > Hi, > > > > I am trying to build a root filesystem using the mini guide at > > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for > > IXP425. Just to clarify some things : > > > > When i am doing a buildworld inside /usr/src all these env variables > > inside the mini guide must be exported ? > > What about BUILD_ARCH ? By default i am building a filesystem at a i386 > > machine so BUILD_ARCH has the i386 value. > > I don't know if I have to, but I am using a separate usr/src-tree for > cross-compiling arm- which is at /samba/freebsd8-arm. > > #!/bin/csh > cd /samba/freebsd8-arm > mkdir -p usr/bin > mdkir -p usr/lib > mkdir -p usr/include > mkdir -p usr/share/man/man1 > > mkdir -p usr/share/info > > mkdir -p usr/libdata/ldscripts > mkdir -p usr/libexec > > cd /samba/freebsd8-arm/src/gnu/usr.bin/cc > make TARGET_ARCH=arm TOOLS_PREFIX=/samba/freebsd8-arm clean depend all > make TARGET_ARCH=arm TOOLS_PREFIX=/samba/freebsd8-arm > DESTDIR=/samba/freebsd8-arm install > cd ../binutils/ > make TARGET_ARCH=arm TOOLS_PREFIX=/samba/freebsd8-arm clean depend all > make TARGET_ARCH=arm TOOLS_PREFIX=/samba/freebsd8-arm > DESTDIR=/samba/freebsd8-arm install > > setenv CC /samba/freebsd8-arm/usr/bin/gcc > setenv CC /samba/freebsd8-arm/usr/bin/gcc > setenv AS /samba/freebsd8-arm/usr/bin/as > setenv NM /samba/freebsd8-arm/usr/bin/nm > setenv RANLIB /samba/freebsd8-arm/usr/bin/gnu-ranlib > setenv LD /samba/freebsd8-arm/usr/bin/ld > setenv OBJCOPY /samba/freebsd8-arm/usr/bin/objcopy > setenv SIZE /samba/freebsd8-arm/usr/bin/size > setenv MACHINE arm > setenv MACHINE_ARCH arm > cd /samba/freebsd8-arm/src/sys/arm/conf/ > config AVILA > cd ../compile/AVILA > make depend all > > > Regards, > Michael! Stavros Markou Senior Software Engineer ANTCOR S.A. Email: mailto:stma@antcor.com Phone: +30 210 52 22 290 Fax: +30 210 52 22 254 Address: 52 Ag. Konstantinou, Athens 10437, GREECE --=-jOhXIKQp225PitdNZopM-- From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 10:13:08 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2145A106568F for ; Mon, 18 Aug 2008 10:13:08 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id DFFF08FC14 for ; Mon, 18 Aug 2008 10:13:07 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id B036B621DB; Mon, 18 Aug 2008 11:54:42 +0200 (CEST) X-Virus-Scanned: amavisd-new at fuckner.net Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id V7CVnqRLssiZ; Mon, 18 Aug 2008 11:54:38 +0200 (CEST) Received: from tkd14.delnet (unknown [85.183.0.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by dedihh.fuckner.net (Postfix) with ESMTPSA id EF83C621D3; Mon, 18 Aug 2008 11:54:37 +0200 (CEST) Message-ID: <48A946DC.704@fuckner.net> Date: Mon, 18 Aug 2008 11:54:36 +0200 From: Michael Fuckner User-Agent: Thunderbird 2.0.0.16 (X11/20080730) MIME-Version: 1.0 To: stma@antcor.com References: <1219048946.12457.1.camel@Hellboy> In-Reply-To: <1219048946.12457.1.camel@Hellboy> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 10:13:08 -0000 Stavros Markou wrote: > Hi, > > I am trying to build a root filesystem using the mini guide at > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for > IXP425. Just to clarify some things : > > When i am doing a buildworld inside /usr/src all these env variables > inside the mini guide must be exported ? > What about BUILD_ARCH ? By default i am building a filesystem at a i386 > machine so BUILD_ARCH has the i386 value. I don't know if I have to, but I am using a separate usr/src-tree for cross-compiling arm- which is at /samba/freebsd8-arm. #!/bin/csh cd /samba/freebsd8-arm mkdir -p usr/bin mdkir -p usr/lib mkdir -p usr/include mkdir -p usr/share/man/man1 mkdir -p usr/share/info mkdir -p usr/libdata/ldscripts mkdir -p usr/libexec cd /samba/freebsd8-arm/src/gnu/usr.bin/cc make TARGET_ARCH=arm TOOLS_PREFIX=/samba/freebsd8-arm clean depend all make TARGET_ARCH=arm TOOLS_PREFIX=/samba/freebsd8-arm DESTDIR=/samba/freebsd8-arm install cd ../binutils/ make TARGET_ARCH=arm TOOLS_PREFIX=/samba/freebsd8-arm clean depend all make TARGET_ARCH=arm TOOLS_PREFIX=/samba/freebsd8-arm DESTDIR=/samba/freebsd8-arm install setenv CC /samba/freebsd8-arm/usr/bin/gcc setenv CC /samba/freebsd8-arm/usr/bin/gcc setenv AS /samba/freebsd8-arm/usr/bin/as setenv NM /samba/freebsd8-arm/usr/bin/nm setenv RANLIB /samba/freebsd8-arm/usr/bin/gnu-ranlib setenv LD /samba/freebsd8-arm/usr/bin/ld setenv OBJCOPY /samba/freebsd8-arm/usr/bin/objcopy setenv SIZE /samba/freebsd8-arm/usr/bin/size setenv MACHINE arm setenv MACHINE_ARCH arm cd /samba/freebsd8-arm/src/sys/arm/conf/ config AVILA cd ../compile/AVILA make depend all Regards, Michael! From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 10:14:22 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3CA31065674 for ; Mon, 18 Aug 2008 10:14:22 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id 6C1588FC1C for ; Mon, 18 Aug 2008 10:14:22 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id B10E7621DB; Mon, 18 Aug 2008 12:14:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at fuckner.net Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id dCwFvUVQzn8F; Mon, 18 Aug 2008 12:14:17 +0200 (CEST) Received: from tkd14.delnet (unknown [85.183.0.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by dedihh.fuckner.net (Postfix) with ESMTPSA id 2CFAF621C5; Mon, 18 Aug 2008 12:14:17 +0200 (CEST) Message-ID: <48A94B78.9050200@fuckner.net> Date: Mon, 18 Aug 2008 12:14:16 +0200 From: Michael Fuckner User-Agent: Thunderbird 2.0.0.16 (X11/20080730) MIME-Version: 1.0 To: stma@antcor.com References: <1219048946.12457.1.camel@Hellboy> <48A946DC.704@fuckner.net> <1219053819.12457.5.camel@Hellboy> In-Reply-To: <1219053819.12457.5.camel@Hellboy> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 10:14:22 -0000 Stavros Markou wrote: > Hi, > > Are you using freebsd release 8 for your build ? > I have both release8 and 7 both are currently not working with my horstbox) and the system running is FreeBSD-7-AMD64. Regards, Michael! From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 10:16:28 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A991E1065677 for ; Mon, 18 Aug 2008 10:16:28 +0000 (UTC) (envelope-from stma@antcor.com) Received: from aiolos.otenet.gr (aiolos.otenet.gr [83.235.67.30]) by mx1.freebsd.org (Postfix) with ESMTP id 16D038FC12 for ; Mon, 18 Aug 2008 10:16:27 +0000 (UTC) (envelope-from stma@antcor.com) Received: from [192.168.1.191] (athedsl-424253.home.otenet.gr [79.131.209.59]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m7IAGP8Y016573; Mon, 18 Aug 2008 13:16:25 +0300 From: Stavros Markou To: Michael Fuckner In-Reply-To: <48A94B78.9050200@fuckner.net> References: <1219048946.12457.1.camel@Hellboy> <48A946DC.704@fuckner.net> <1219053819.12457.5.camel@Hellboy> <48A94B78.9050200@fuckner.net> Content-Type: multipart/related; type="multipart/alternative"; boundary="=-mPpoYZEZ7wnLnqoAzajb" Organization: ANTCOR S.A. Date: Mon, 18 Aug 2008 13:16:23 +0300 Message-Id: <1219054583.12457.11.camel@Hellboy> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stma@antcor.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 10:16:28 -0000 --=-mPpoYZEZ7wnLnqoAzajb Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, Are you building also a root filesystem and how ? Also what do you mean Release 8 and 7 are not working currently ? Best Regards, Stavros. On Mon, 2008-08-18 at 12:14 +0200, Michael Fuckner wrote: > Stavros Markou wrote: > > Hi, > > > > Are you using freebsd release 8 for your build ? > > > > > I have both release8 and 7 both are currently not working with my > horstbox) and the system running is FreeBSD-7-AMD64. > > > Regards, > Michael! Stavros Markou Senior Software Engineer ANTCOR S.A. Email: mailto:stma@antcor.com Phone: +30 210 52 22 290 Fax: +30 210 52 22 254 Address: 52 Ag. Konstantinou, Athens 10437, GREECE --=-mPpoYZEZ7wnLnqoAzajb-- From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 10:18:10 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88A031065671; Mon, 18 Aug 2008 10:18:10 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5621B8FC28; Mon, 18 Aug 2008 10:18:10 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7IAI4Hx043640; Mon, 18 Aug 2008 06:18:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7IAI4P6077878; Mon, 18 Aug 2008 06:18:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 4997B73039; Mon, 18 Aug 2008 06:18:04 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080818101804.4997B73039@freebsd-current.sentex.ca> Date: Mon, 18 Aug 2008 06:18:04 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 10:18:10 -0000 TB --- 2008-08-18 09:25:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-18 09:25:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-18 09:25:00 - cleaning the object tree TB --- 2008-08-18 09:25:29 - cvsupping the source tree TB --- 2008-08-18 09:25:29 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-18 09:25:35 - building world (CFLAGS=-O -pipe) TB --- 2008-08-18 09:25:35 - cd /src TB --- 2008-08-18 09:25:35 - /usr/bin/make -B buildworld >>> World build started on Mon Aug 18 09:25:38 UTC 2008 >>> 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 >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/bsdtar.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c getdate.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/matching.c /src/usr.bin/tar/matching.c: In function 'pathmatch': /src/usr.bin/tar/matching.c:316: error: 'FNM_LEADING_DIR' undeclared (first use in this function) /src/usr.bin/tar/matching.c:316: error: (Each undeclared identifier is reported only once /src/usr.bin/tar/matching.c:316: error: for each function it appears in.) /src/usr.bin/tar/matching.c:316: error: too many arguments to function 'bsdtar_fnmatch' *** Error code 1 Stop in /src/usr.bin/tar. *** Error code 1 Stop in /obj/arm/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-18 10:18:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-18 10:18:04 - ERROR: failed to build world TB --- 2008-08-18 10:18:04 - tinderbox aborted TB --- 2438.04 user 313.88 system 3183.31 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 10:37:11 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 558BE106566B for ; Mon, 18 Aug 2008 10:37:11 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id 1D1458FC0C for ; Mon, 18 Aug 2008 10:37:10 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id 13DBF621C5; Mon, 18 Aug 2008 12:37:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at fuckner.net Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id OM8MqMpLyHYG; Mon, 18 Aug 2008 12:37:05 +0200 (CEST) Received: from tkd14.delnet (unknown [85.183.0.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by dedihh.fuckner.net (Postfix) with ESMTPSA id 0FFB2621B3; Mon, 18 Aug 2008 12:37:05 +0200 (CEST) Message-ID: <48A950D0.40300@fuckner.net> Date: Mon, 18 Aug 2008 12:37:04 +0200 From: Michael Fuckner User-Agent: Thunderbird 2.0.0.16 (X11/20080730) MIME-Version: 1.0 To: stma@antcor.com References: <1219048946.12457.1.camel@Hellboy> <48A946DC.704@fuckner.net> <1219053819.12457.5.camel@Hellboy> <48A94B78.9050200@fuckner.net> <1219054583.12457.11.camel@Hellboy> In-Reply-To: <1219054583.12457.11.camel@Hellboy> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 10:37:11 -0000 Stavros Markou wrote: > Hi, > > Are you building also a root filesystem and how ? make installworld DESTDIR=/samba/freebsd8-arm/nfsroot > Also what do you mean > Release 8 and 7 are not working currently ? they are not working with Dlink horstbox, avila should be working. Regards, Michael! From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 12:49:15 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C4BE106566B for ; Mon, 18 Aug 2008 12:49:15 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [IPv6:2001:4200:7000:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id BFFB08FC0C for ; Mon, 18 Aug 2008 12:49:14 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id 2400333CBA; Mon, 18 Aug 2008 14:49:09 +0200 (SAST) Date: Mon, 18 Aug 2008 14:49:09 +0200 From: John Hay To: Stavros Markou Message-ID: <20080818124909.GA10897@zibbi.meraka.csir.co.za> References: <1219048946.12457.1.camel@Hellboy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1219048946.12457.1.camel@Hellboy> User-Agent: Mutt/1.4.2.1i Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 12:49:15 -0000 On Mon, Aug 18, 2008 at 11:42:26AM +0300, Stavros Markou wrote: > Hi, > > I am trying to build a root filesystem using the mini guide at > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for > IXP425. Just to clarify some things : > > When i am doing a buildworld inside /usr/src all these env variables > inside the mini guide must be exported ? > What about BUILD_ARCH ? By default i am building a filesystem at a i386 > machine so BUILD_ARCH has the i386 value. > > I am using Freebsd 7.0 and i also have seen the wiki for AVILA but i got > the same Makefile.inc1 error for setting TARGET_ARCH (even though i am > setting TARGET_ARCH=arm) > I have build the kernel which is loaded fine but when the root > filesystem is mounted via NFS i get : exec /sbin/init : error 8 , so i > think that maybe the root filesystem i 've built is not right. My script do this: rm -rf /armdist chflags -R 0 /armdist rm -rf /armdist mkdir /armdist make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true buildworld make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist installworld make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist distribution John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 12:54:10 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1B051065674 for ; Mon, 18 Aug 2008 12:54:10 +0000 (UTC) (envelope-from stma@antcor.com) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id ED6F48FC13 for ; Mon, 18 Aug 2008 12:54:09 +0000 (UTC) (envelope-from stma@antcor.com) Received: from [192.168.1.191] (athedsl-424253.home.otenet.gr [79.131.209.59]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m7ICs7ud008476; Mon, 18 Aug 2008 15:54:07 +0300 From: Stavros Markou To: John Hay In-Reply-To: <20080818124909.GA10897@zibbi.meraka.csir.co.za> References: <1219048946.12457.1.camel@Hellboy> <20080818124909.GA10897@zibbi.meraka.csir.co.za> Content-Type: multipart/related; type="multipart/alternative"; boundary="=-7qbjArJp/zXmoRUwiCvj" Organization: ANTCOR S.A. Date: Mon, 18 Aug 2008 15:54:03 +0300 Message-Id: <1219064043.12457.17.camel@Hellboy> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stma@antcor.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 12:54:10 -0000 --=-7qbjArJp/zXmoRUwiCvj Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, You are using this script with which release of FreeBSD ? In order to use this script do you set as tools the cross tools or native i386 (or any other host arch) ? I am using currently 7.0 release p2 and i cannot pass the error with cross build (keeps telling me to set TARGET_ARCH but it is already set by me as a command-line option of the make) Best Regards, Stavros. On Mon, 2008-08-18 at 14:49 +0200, John Hay wrote: > On Mon, Aug 18, 2008 at 11:42:26AM +0300, Stavros Markou wrote: > > Hi, > > > > I am trying to build a root filesystem using the mini guide at > > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for > > IXP425. Just to clarify some things : > > > > When i am doing a buildworld inside /usr/src all these env variables > > inside the mini guide must be exported ? > > What about BUILD_ARCH ? By default i am building a filesystem at a i386 > > machine so BUILD_ARCH has the i386 value. > > > > I am using Freebsd 7.0 and i also have seen the wiki for AVILA but i got > > the same Makefile.inc1 error for setting TARGET_ARCH (even though i am > > setting TARGET_ARCH=arm) > > I have build the kernel which is loaded fine but when the root > > filesystem is mounted via NFS i get : exec /sbin/init : error 8 , so i > > think that maybe the root filesystem i 've built is not right. > > My script do this: > > rm -rf /armdist > chflags -R 0 /armdist > rm -rf /armdist > mkdir /armdist > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true buildworld > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist installworld > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist distribution > > John Stavros Markou Senior Software Engineer ANTCOR S.A. Email: mailto:stma@antcor.com Phone: +30 210 52 22 290 Fax: +30 210 52 22 254 Address: 52 Ag. Konstantinou, Athens 10437, GREECE --=-7qbjArJp/zXmoRUwiCvj-- From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 14:03:05 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8BB21065676; Mon, 18 Aug 2008 14:03:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6D5D38FC23; Mon, 18 Aug 2008 14:03:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7IE32VN082419; Mon, 18 Aug 2008 10:03:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7IE32IV070675; Mon, 18 Aug 2008 10:03:02 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 315CD73039; Mon, 18 Aug 2008 10:03:02 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080818140302.315CD73039@freebsd-current.sentex.ca> Date: Mon, 18 Aug 2008 10:03:02 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 14:03:05 -0000 TB --- 2008-08-18 13:10:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-18 13:10:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-18 13:10:00 - cleaning the object tree TB --- 2008-08-18 13:10:22 - cvsupping the source tree TB --- 2008-08-18 13:10:23 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-18 13:10:30 - building world (CFLAGS=-O -pipe) TB --- 2008-08-18 13:10:30 - cd /src TB --- 2008-08-18 13:10:30 - /usr/bin/make -B buildworld >>> World build started on Mon Aug 18 13:10:35 UTC 2008 >>> 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 >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/bsdtar.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c getdate.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/matching.c /src/usr.bin/tar/matching.c: In function 'pathmatch': /src/usr.bin/tar/matching.c:316: error: 'FNM_LEADING_DIR' undeclared (first use in this function) /src/usr.bin/tar/matching.c:316: error: (Each undeclared identifier is reported only once /src/usr.bin/tar/matching.c:316: error: for each function it appears in.) /src/usr.bin/tar/matching.c:316: error: too many arguments to function 'bsdtar_fnmatch' *** Error code 1 Stop in /src/usr.bin/tar. *** Error code 1 Stop in /obj/arm/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-18 14:03:02 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-18 14:03:02 - ERROR: failed to build world TB --- 2008-08-18 14:03:02 - tinderbox aborted TB --- 2440.98 user 311.01 system 3181.19 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 14:05:40 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCBFD1065674 for ; Mon, 18 Aug 2008 14:05:40 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 7990F8FC16 for ; Mon, 18 Aug 2008 14:05:40 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.10] (helo=0.mx.freenet.de) by mout0.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1KV5MV-0005j7-Nc; Mon, 18 Aug 2008 16:05:35 +0200 Received: from mbcf9.m.pppool.de ([89.49.188.249]:35370 helo=peedub.jennejohn.org) by 0.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #12) id 1KV5MV-0000pg-CN; Mon, 18 Aug 2008 16:05:35 +0200 Date: Mon, 18 Aug 2008 16:05:31 +0200 From: Gary Jennejohn To: stma@antcor.com Message-ID: <20080818160531.5ea5c8e6@peedub.jennejohn.org> In-Reply-To: <1219064043.12457.17.camel@Hellboy> References: <1219048946.12457.1.camel@Hellboy> <20080818124909.GA10897@zibbi.meraka.csir.co.za> <1219064043.12457.17.camel@Hellboy> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.10.14; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 14:05:40 -0000 On Mon, 18 Aug 2008 15:54:03 +0300 Stavros Markou wrote: > You are using this script with which release of FreeBSD ? In order to > use this script do you set as tools the cross tools or native i386 (or > any other host arch) ? > > I am using currently 7.0 release p2 and i cannot pass the error with > cross build (keeps telling me to set TARGET_ARCH but it is already set > by me as a command-line option of the make) > Then the option probably isn't being passed to Makefiles in sub- directories, i.e. not set in make's environment. Set it in the the global environment, that way it should always work. --- Gary Jennejohn From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 14:13:00 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9DD31065673 for ; Mon, 18 Aug 2008 14:13:00 +0000 (UTC) (envelope-from stma@antcor.com) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9F98FC1A for ; Mon, 18 Aug 2008 14:12:59 +0000 (UTC) (envelope-from stma@antcor.com) Received: from [192.168.1.191] (athedsl-424253.home.otenet.gr [79.131.209.59]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m7IECwnx028813; Mon, 18 Aug 2008 17:12:58 +0300 From: Stavros Markou To: gary.jennejohn@freenet.de In-Reply-To: <20080818160531.5ea5c8e6@peedub.jennejohn.org> References: <1219048946.12457.1.camel@Hellboy> <20080818124909.GA10897@zibbi.meraka.csir.co.za> <1219064043.12457.17.camel@Hellboy> <20080818160531.5ea5c8e6@peedub.jennejohn.org> Content-Type: multipart/related; type="multipart/alternative"; boundary="=-NW6Pyb7l85poCRVKN0sz" Organization: ANTCOR S.A. Date: Mon, 18 Aug 2008 17:12:54 +0300 Message-Id: <1219068774.12457.26.camel@Hellboy> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stma@antcor.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 14:13:00 -0000 --=-NW6Pyb7l85poCRVKN0sz Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, The option is well set because i am echoing it at the time of the build what i don't understand is the check about BUILD_ARCH and TARGET_ARCH or for that matter MACHINE_ARCH. I think, and let me know if i am wrong, that BUILD_ARCH must be whatever is the ARCH of the Host system. If i am right on this then why there is this check inside Makefile.inc1 : if ${MACHINE_ARCH) != ${BUILD_ARCH} .error To cross-build, set TARGET_ARCH. .endif In my case BUILD_ARCH is i386 and as it is supposed to be (?) TARGET_ARCH=arm. Best Regards, Stavros. On Mon, 2008-08-18 at 16:05 +0200, Gary Jennejohn wrote: > On Mon, 18 Aug 2008 15:54:03 +0300 > Stavros Markou wrote: > > > You are using this script with which release of FreeBSD ? In order to > > use this script do you set as tools the cross tools or native i386 (or > > any other host arch) ? > > > > I am using currently 7.0 release p2 and i cannot pass the error with > > cross build (keeps telling me to set TARGET_ARCH but it is already set > > by me as a command-line option of the make) > > > > Then the option probably isn't being passed to Makefiles in sub- > directories, i.e. not set in make's environment. > > Set it in the the global environment, that way it should always work. > > --- > Gary Jennejohn Stavros Markou Senior Software Engineer ANTCOR S.A. Email: mailto:stma@antcor.com Phone: +30 210 52 22 290 Fax: +30 210 52 22 254 Address: 52 Ag. Konstantinou, Athens 10437, GREECE --=-NW6Pyb7l85poCRVKN0sz-- From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 15:37:37 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA0C01065672 for ; Mon, 18 Aug 2008 15:37:37 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [IPv6:2001:4200:7000:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2EA348FC15 for ; Mon, 18 Aug 2008 15:37:37 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id 8F7A333CBC; Mon, 18 Aug 2008 17:37:34 +0200 (SAST) Date: Mon, 18 Aug 2008 17:37:34 +0200 From: John Hay To: Stavros Markou Message-ID: <20080818153734.GA19506@zibbi.meraka.csir.co.za> References: <1219048946.12457.1.camel@Hellboy> <20080818124909.GA10897@zibbi.meraka.csir.co.za> <1219064043.12457.17.camel@Hellboy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1219064043.12457.17.camel@Hellboy> User-Agent: Mutt/1.4.2.1i Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 15:37:38 -0000 On Mon, Aug 18, 2008 at 03:54:03PM +0300, Stavros Markou wrote: > Hi, > > You are using this script with which release of FreeBSD ? In order to > use this script do you set as tools the cross tools or native i386 (or > any other host arch) ? I do not need to set anything else for it to work. I do sometimes set things like NO_PROFILE, but that is only to speed things up. It will build the crosstools by itself as needed. You only need a checked out /usr/src tree. The box(es) I run this on are i386 boxes. Just to check, I started the buildworld line (the first one) on my home box, which is running 7-stable from Aug 17, and it fired up without a problem... It will take a while to finish though, but I do not forsee a problem. I'll send you an email if it does not finish. > I am using currently 7.0 release p2 and i cannot pass the error with > cross build (keeps telling me to set TARGET_ARCH but it is already set > by me as a command-line option of the make) I mostly do this on 7-stable, sorry I rarely run releases and never pX releases. I also often do it on current and it has been a while since I have done it on 6-stable. Thinking about it, maybe you should remove all your env settings, and then try just that buildworld line of mine. If that does not work, clean out your /usr/obj and usr/src directories and get a new copy of /usr/src and try again. If it then still do not work, show us the error message. > On Mon, 2008-08-18 at 14:49 +0200, John Hay wrote: > > > On Mon, Aug 18, 2008 at 11:42:26AM +0300, Stavros Markou wrote: > > > Hi, > > > > > > I am trying to build a root filesystem using the mini guide at > > > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for > > > IXP425. Just to clarify some things : > > > > > > When i am doing a buildworld inside /usr/src all these env variables > > > inside the mini guide must be exported ? > > > What about BUILD_ARCH ? By default i am building a filesystem at a i386 > > > machine so BUILD_ARCH has the i386 value. > > > > > > I am using Freebsd 7.0 and i also have seen the wiki for AVILA but i got > > > the same Makefile.inc1 error for setting TARGET_ARCH (even though i am > > > setting TARGET_ARCH=arm) > > > I have build the kernel which is loaded fine but when the root > > > filesystem is mounted via NFS i get : exec /sbin/init : error 8 , so i > > > think that maybe the root filesystem i 've built is not right. > > > > My script do this: > > > > rm -rf /armdist > > chflags -R 0 /armdist > > rm -rf /armdist > > mkdir /armdist > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true buildworld > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist installworld > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist distribution > > > > John John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org From owner-freebsd-arm@FreeBSD.ORG Mon Aug 18 17:48:08 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AE3E1065690; Mon, 18 Aug 2008 17:48:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 44CFA8FC1F; Mon, 18 Aug 2008 17:48:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7IHm5SF038587; Mon, 18 Aug 2008 13:48:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7IHm591083618; Mon, 18 Aug 2008 13:48:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 43C1B73039; Mon, 18 Aug 2008 13:48:05 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080818174805.43C1B73039@freebsd-current.sentex.ca> Date: Mon, 18 Aug 2008 13:48:05 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 17:48:08 -0000 TB --- 2008-08-18 16:55:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-18 16:55:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-18 16:55:01 - cleaning the object tree TB --- 2008-08-18 16:55:26 - cvsupping the source tree TB --- 2008-08-18 16:55:26 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-18 16:55:36 - building world (CFLAGS=-O -pipe) TB --- 2008-08-18 16:55:36 - cd /src TB --- 2008-08-18 16:55:36 - /usr/bin/make -B buildworld >>> World build started on Mon Aug 18 16:55:37 UTC 2008 >>> 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 >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/bsdtar.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c getdate.c cc -O -pipe -DBSDTAR_VERSION_STRING=\"2.5.5\" -DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/src/usr.bin/tar -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-pointer-sign -c /src/usr.bin/tar/matching.c /src/usr.bin/tar/matching.c: In function 'pathmatch': /src/usr.bin/tar/matching.c:316: error: 'FNM_LEADING_DIR' undeclared (first use in this function) /src/usr.bin/tar/matching.c:316: error: (Each undeclared identifier is reported only once /src/usr.bin/tar/matching.c:316: error: for each function it appears in.) /src/usr.bin/tar/matching.c:316: error: too many arguments to function 'bsdtar_fnmatch' *** Error code 1 Stop in /src/usr.bin/tar. *** Error code 1 Stop in /obj/arm/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-18 17:48:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-18 17:48:05 - ERROR: failed to build world TB --- 2008-08-18 17:48:05 - tinderbox aborted TB --- 2441.09 user 309.99 system 3183.86 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Tue Aug 19 08:39:13 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8F34106566B for ; Tue, 19 Aug 2008 08:39:13 +0000 (UTC) (envelope-from stma@antcor.com) Received: from rosebud.otenet.gr (rosebud.otenet.gr [83.235.67.32]) by mx1.freebsd.org (Postfix) with ESMTP id DB9EE8FC19 for ; Tue, 19 Aug 2008 08:39:12 +0000 (UTC) (envelope-from stma@antcor.com) Received: from [192.168.1.191] (athedsl-424253.home.otenet.gr [79.131.209.59]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m7J8dBEa026749 for ; Tue, 19 Aug 2008 11:39:11 +0300 From: Stavros Markou To: freebsd-arm In-Reply-To: <20080818153734.GA19506@zibbi.meraka.csir.co.za> References: <1219048946.12457.1.camel@Hellboy> <20080818124909.GA10897@zibbi.meraka.csir.co.za> <1219064043.12457.17.camel@Hellboy> <20080818153734.GA19506@zibbi.meraka.csir.co.za> Content-Type: multipart/related; type="multipart/alternative"; boundary="=-0uPOeyqugCngntEgqCAa" Organization: ANTCOR S.A. Date: Tue, 19 Aug 2008 11:39:09 +0300 Message-Id: <1219135149.6821.5.camel@Hellboy> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stma@antcor.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 08:39:13 -0000 --=-0uPOeyqugCngntEgqCAa Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, Is there anyone form the developers-authors of the Makefile.inc1 file who can explain to me the below : I don't understand the check about BUILD_ARCH and TARGET_ARCH or for that matter MACHINE_ARCH. I think, and let me know if i am wrong, that BUILD_ARCH must be whatever is the ARCH of the Host system. If i am right on this then why there is this check inside Makefile.inc1 : if ${MACHINE_ARCH) != ${BUILD_ARCH} .error To cross-build, set TARGET_ARCH. .endif In my case BUILD_ARCH is i386 and as it is supposed to be (?) TARGET_ARCH=arm. -mbig-endian option does not apply to i386 gcc only to arm cross compiler. Best Regards, Stavros. On Mon, 2008-08-18 at 17:37 +0200, John Hay wrote: > On Mon, Aug 18, 2008 at 03:54:03PM +0300, Stavros Markou wrote: > > Hi, > > > > You are using this script with which release of FreeBSD ? In order to > > use this script do you set as tools the cross tools or native i386 (or > > any other host arch) ? > > I do not need to set anything else for it to work. I do sometimes > set things like NO_PROFILE, but that is only to speed things up. It > will build the crosstools by itself as needed. You only need a checked > out /usr/src tree. The box(es) I run this on are i386 boxes. > > Just to check, I started the buildworld line (the first one) on my > home box, which is running 7-stable from Aug 17, and it fired up > without a problem... It will take a while to finish though, but I do > not forsee a problem. I'll send you an email if it does not finish. > > > I am using currently 7.0 release p2 and i cannot pass the error with > > cross build (keeps telling me to set TARGET_ARCH but it is already set > > by me as a command-line option of the make) > > I mostly do this on 7-stable, sorry I rarely run releases and never pX > releases. I also often do it on current and it has been a while since > I have done it on 6-stable. > > Thinking about it, maybe you should remove all your env settings, > and then try just that buildworld line of mine. If that does not work, > clean out your /usr/obj and usr/src directories and get a new copy of > /usr/src and try again. If it then still do not work, show us the > error message. > > > On Mon, 2008-08-18 at 14:49 +0200, John Hay wrote: > > > > > On Mon, Aug 18, 2008 at 11:42:26AM +0300, Stavros Markou wrote: > > > > Hi, > > > > > > > > I am trying to build a root filesystem using the mini guide at > > > > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for > > > > IXP425. Just to clarify some things : > > > > > > > > When i am doing a buildworld inside /usr/src all these env variables > > > > inside the mini guide must be exported ? > > > > What about BUILD_ARCH ? By default i am building a filesystem at a i386 > > > > machine so BUILD_ARCH has the i386 value. > > > > > > > > I am using Freebsd 7.0 and i also have seen the wiki for AVILA but i got > > > > the same Makefile.inc1 error for setting TARGET_ARCH (even though i am > > > > setting TARGET_ARCH=arm) > > > > I have build the kernel which is loaded fine but when the root > > > > filesystem is mounted via NFS i get : exec /sbin/init : error 8 , so i > > > > think that maybe the root filesystem i 've built is not right. > > > > > > My script do this: > > > > > > rm -rf /armdist > > > chflags -R 0 /armdist > > > rm -rf /armdist > > > mkdir /armdist > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true buildworld > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist installworld > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist distribution > > > > > > John > > John Stavros Markou Senior Software Engineer ANTCOR S.A. Email: mailto:stma@antcor.com Phone: +30 210 52 22 290 Fax: +30 210 52 22 254 Address: 52 Ag. Konstantinou, Athens 10437, GREECE --=-0uPOeyqugCngntEgqCAa-- From owner-freebsd-arm@FreeBSD.ORG Tue Aug 19 13:26:24 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E79B106564A for ; Tue, 19 Aug 2008 13:26:24 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id E51368FC13 for ; Tue, 19 Aug 2008 13:26:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m7JDO86G079984; Tue, 19 Aug 2008 07:24:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 19 Aug 2008 07:24:38 -0600 (MDT) Message-Id: <20080819.072438.504234287.imp@bsdimp.com> To: stma@antcor.com From: "M. Warner Losh" In-Reply-To: <1219135149.6821.5.camel@Hellboy> References: <1219064043.12457.17.camel@Hellboy> <20080818153734.GA19506@zibbi.meraka.csir.co.za> <1219135149.6821.5.camel@Hellboy> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 13:26:24 -0000 In message: <1219135149.6821.5.camel@Hellboy> Stavros Markou writes: : Hi, : Is there anyone form the developers-authors of the Makefile.inc1 file : who can explain to me the below : : : I don't understand the check about BUILD_ARCH and TARGET_ARCH or for : that matter MACHINE_ARCH. : I think, and let me know if i am wrong, that BUILD_ARCH must be whatever : is the ARCH of the Host system. If i am right on this then why there is : this check inside Makefile.inc1 : : : if ${MACHINE_ARCH) != ${BUILD_ARCH} : .error To cross-build, set TARGET_ARCH. : .endif : : In my case BUILD_ARCH is i386 and as it is supposed to be (?) : TARGET_ARCH=arm. : -mbig-endian option does not apply to i386 gcc only to arm cross : compiler. setenv TARGET arm setenv TARGET_BIG_ENDIAN t is all you need. MACHINE_ARCH is the machine you are building on very early in the build. It is soon set to TARGET_ARCH. BUILD_ARCH retains the initial value of MACHINE_ARCH. This check makes sure that you set TARGET correctly (which causes TARGET_ARCH to be set to the right value). You can see my blog for complete instructions that work back on both 7.x and -current (except for the NSLU part): http://bsdimp.blogspot.com/2008/08/nslu2-support-committed-to-freebsdarm.html This was how I built NFS root for my NSLU2. Earlier posts talk about how to build root on a CF. I made one small correction... Warner : Best Regards, : : Stavros. : : On Mon, 2008-08-18 at 17:37 +0200, John Hay wrote: : : > On Mon, Aug 18, 2008 at 03:54:03PM +0300, Stavros Markou wrote: : > > Hi, : > > : > > You are using this script with which release of FreeBSD ? In order to : > > use this script do you set as tools the cross tools or native i386 (or : > > any other host arch) ? : > : > I do not need to set anything else for it to work. I do sometimes : > set things like NO_PROFILE, but that is only to speed things up. It : > will build the crosstools by itself as needed. You only need a checked : > out /usr/src tree. The box(es) I run this on are i386 boxes. : > : > Just to check, I started the buildworld line (the first one) on my : > home box, which is running 7-stable from Aug 17, and it fired up : > without a problem... It will take a while to finish though, but I do : > not forsee a problem. I'll send you an email if it does not finish. : > : > > I am using currently 7.0 release p2 and i cannot pass the error with : > > cross build (keeps telling me to set TARGET_ARCH but it is already set : > > by me as a command-line option of the make) : > : > I mostly do this on 7-stable, sorry I rarely run releases and never pX : > releases. I also often do it on current and it has been a while since : > I have done it on 6-stable. : > : > Thinking about it, maybe you should remove all your env settings, : > and then try just that buildworld line of mine. If that does not work, : > clean out your /usr/obj and usr/src directories and get a new copy of : > /usr/src and try again. If it then still do not work, show us the : > error message. : > : > > On Mon, 2008-08-18 at 14:49 +0200, John Hay wrote: : > > : > > > On Mon, Aug 18, 2008 at 11:42:26AM +0300, Stavros Markou wrote: : > > > > Hi, : > > > > : > > > > I am trying to build a root filesystem using the mini guide at : > > > > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for : > > > > IXP425. Just to clarify some things : : > > > > : > > > > When i am doing a buildworld inside /usr/src all these env variables : > > > > inside the mini guide must be exported ? : > > > > What about BUILD_ARCH ? By default i am building a filesystem at a i386 : > > > > machine so BUILD_ARCH has the i386 value. : > > > > : > > > > I am using Freebsd 7.0 and i also have seen the wiki for AVILA but i got : > > > > the same Makefile.inc1 error for setting TARGET_ARCH (even though i am : > > > > setting TARGET_ARCH=arm) : > > > > I have build the kernel which is loaded fine but when the root : > > > > filesystem is mounted via NFS i get : exec /sbin/init : error 8 , so i : > > > > think that maybe the root filesystem i 've built is not right. : > > > : > > > My script do this: : > > > : > > > rm -rf /armdist : > > > chflags -R 0 /armdist : > > > rm -rf /armdist : > > > mkdir /armdist : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true buildworld : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist installworld : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist distribution : > > > : > > > John : > : > John : : Stavros Markou : Senior Software Engineer : ANTCOR S.A. : Email: mailto:stma@antcor.com : Phone: +30 210 52 22 290 : Fax: +30 210 52 22 254 : Address: 52 Ag. Konstantinou, Athens 10437, GREECE : From owner-freebsd-arm@FreeBSD.ORG Tue Aug 19 13:54:14 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AFD4106568A for ; Tue, 19 Aug 2008 13:54:14 +0000 (UTC) (envelope-from stma@antcor.com) Received: from rosebud.otenet.gr (rosebud.otenet.gr [83.235.67.32]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0C88FC1B for ; Tue, 19 Aug 2008 13:54:13 +0000 (UTC) (envelope-from stma@antcor.com) Received: from [192.168.1.191] (athedsl-424253.home.otenet.gr [79.131.209.59]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m7JDs6JZ011139; Tue, 19 Aug 2008 16:54:06 +0300 From: Stavros Markou To: "M. Warner Losh" In-Reply-To: <20080819.072438.504234287.imp@bsdimp.com> References: <1219064043.12457.17.camel@Hellboy> <20080818153734.GA19506@zibbi.meraka.csir.co.za> <1219135149.6821.5.camel@Hellboy> <20080819.072438.504234287.imp@bsdimp.com> Content-Type: multipart/related; type="multipart/alternative"; boundary="=-0iJC6+s5AvplE+FU5KYz" Organization: ANTCOR S.A. Date: Tue, 19 Aug 2008 16:54:02 +0300 Message-Id: <1219154042.6821.27.camel@Hellboy> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-arm@freebsd.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stma@antcor.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 13:54:14 -0000 --=-0iJC6+s5AvplE+FU5KYz Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, First of all thanks for your help. I don't have setenv (BTW do you know what package do i have to install in order to have it) installed on my freebsd system so i followed your advice and did : export TARGET=arm export TARGET_BIG_ENDIAN=t export TARGET_CPUTYPE=xscale (I am using bash shell) Target Arch is set correctly (arm) and BUILD_ARCH is i386, so i get the error about cross-build and the TARGET_ARCH set. What release are you using for your build ? If i am building a distro on an i386 machine for ixp425 (arm) what are the values for TARGET, TARGET_ARCH BUILD_ARCH and why can't i build the distro with the values i am setting (TARGET=arm, TARGET_ARCH=arm, TARGET? Best Regards, Stavros. On Tue, 2008-08-19 at 07:24 -0600, M. Warner Losh wrote: > In message: <1219135149.6821.5.camel@Hellboy> > Stavros Markou writes: > : Hi, > : Is there anyone form the developers-authors of the Makefile.inc1 file > : who can explain to me the below : > : > : I don't understand the check about BUILD_ARCH and TARGET_ARCH or for > : that matter MACHINE_ARCH. > : I think, and let me know if i am wrong, that BUILD_ARCH must be whatever > : is the ARCH of the Host system. If i am right on this then why there is > : this check inside Makefile.inc1 : > : > : if ${MACHINE_ARCH) != ${BUILD_ARCH} > : .error To cross-build, set TARGET_ARCH. > : .endif > : > : In my case BUILD_ARCH is i386 and as it is supposed to be (?) > : TARGET_ARCH=arm. > : -mbig-endian option does not apply to i386 gcc only to arm cross > : compiler. > > setenv TARGET arm > setenv TARGET_BIG_ENDIAN t > > is all you need. MACHINE_ARCH is the machine you are building on very > early in the build. It is soon set to TARGET_ARCH. BUILD_ARCH > retains the initial value of MACHINE_ARCH. This check makes sure that > you set TARGET correctly (which causes TARGET_ARCH to be set to the > right value). > > You can see my blog for complete instructions that work back on both > 7.x and -current (except for the NSLU part): > > http://bsdimp.blogspot.com/2008/08/nslu2-support-committed-to-freebsdarm.html > > This was how I built NFS root for my NSLU2. Earlier posts talk about > how to build root on a CF. I made one small correction... > > Warner > > > : Best Regards, > : > : Stavros. > : > : On Mon, 2008-08-18 at 17:37 +0200, John Hay wrote: > : > : > On Mon, Aug 18, 2008 at 03:54:03PM +0300, Stavros Markou wrote: > : > > Hi, > : > > > : > > You are using this script with which release of FreeBSD ? In order to > : > > use this script do you set as tools the cross tools or native i386 (or > : > > any other host arch) ? > : > > : > I do not need to set anything else for it to work. I do sometimes > : > set things like NO_PROFILE, but that is only to speed things up. It > : > will build the crosstools by itself as needed. You only need a checked > : > out /usr/src tree. The box(es) I run this on are i386 boxes. > : > > : > Just to check, I started the buildworld line (the first one) on my > : > home box, which is running 7-stable from Aug 17, and it fired up > : > without a problem... It will take a while to finish though, but I do > : > not forsee a problem. I'll send you an email if it does not finish. > : > > : > > I am using currently 7.0 release p2 and i cannot pass the error with > : > > cross build (keeps telling me to set TARGET_ARCH but it is already set > : > > by me as a command-line option of the make) > : > > : > I mostly do this on 7-stable, sorry I rarely run releases and never pX > : > releases. I also often do it on current and it has been a while since > : > I have done it on 6-stable. > : > > : > Thinking about it, maybe you should remove all your env settings, > : > and then try just that buildworld line of mine. If that does not work, > : > clean out your /usr/obj and usr/src directories and get a new copy of > : > /usr/src and try again. If it then still do not work, show us the > : > error message. > : > > : > > On Mon, 2008-08-18 at 14:49 +0200, John Hay wrote: > : > > > : > > > On Mon, Aug 18, 2008 at 11:42:26AM +0300, Stavros Markou wrote: > : > > > > Hi, > : > > > > > : > > > > I am trying to build a root filesystem using the mini guide at > : > > > > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for > : > > > > IXP425. Just to clarify some things : > : > > > > > : > > > > When i am doing a buildworld inside /usr/src all these env variables > : > > > > inside the mini guide must be exported ? > : > > > > What about BUILD_ARCH ? By default i am building a filesystem at a i386 > : > > > > machine so BUILD_ARCH has the i386 value. > : > > > > > : > > > > I am using Freebsd 7.0 and i also have seen the wiki for AVILA but i got > : > > > > the same Makefile.inc1 error for setting TARGET_ARCH (even though i am > : > > > > setting TARGET_ARCH=arm) > : > > > > I have build the kernel which is loaded fine but when the root > : > > > > filesystem is mounted via NFS i get : exec /sbin/init : error 8 , so i > : > > > > think that maybe the root filesystem i 've built is not right. > : > > > > : > > > My script do this: > : > > > > : > > > rm -rf /armdist > : > > > chflags -R 0 /armdist > : > > > rm -rf /armdist > : > > > mkdir /armdist > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true buildworld > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist installworld > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist distribution > : > > > > : > > > John > : > > : > John > : > : Stavros Markou > : Senior Software Engineer > : ANTCOR S.A. > : Email: mailto:stma@antcor.com > : Phone: +30 210 52 22 290 > : Fax: +30 210 52 22 254 > : Address: 52 Ag. Konstantinou, Athens 10437, GREECE > : Stavros Markou Senior Software Engineer ANTCOR S.A. Email: mailto:stma@antcor.com Phone: +30 210 52 22 290 Fax: +30 210 52 22 254 Address: 52 Ag. Konstantinou, Athens 10437, GREECE --=-0iJC6+s5AvplE+FU5KYz-- From owner-freebsd-arm@FreeBSD.ORG Tue Aug 19 14:20:25 2008 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 329FA106564A for ; Tue, 19 Aug 2008 14:20:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 96A1A8FC20 for ; Tue, 19 Aug 2008 14:20:24 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m7JEH7U8082117; Tue, 19 Aug 2008 08:17:07 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 19 Aug 2008 08:17:37 -0600 (MDT) Message-Id: <20080819.081737.-625041569.imp@bsdimp.com> To: stma@antcor.com From: "M. Warner Losh" In-Reply-To: <1219154042.6821.27.camel@Hellboy> References: <1219135149.6821.5.camel@Hellboy> <20080819.072438.504234287.imp@bsdimp.com> <1219154042.6821.27.camel@Hellboy> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-arm@FreeBSD.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 14:20:25 -0000 In message: <1219154042.6821.27.camel@Hellboy> Stavros Markou writes: : Hi, : First of all thanks for your help. : I don't have setenv (BTW do you know what package do i have to install : in order to have it) setenv is a builtin for /bin/tcsh. If you are using /bin/sh, then you are correct that you need export. : installed on my freebsd system so i followed your : advice and did : : export TARGET=arm : export TARGET_BIG_ENDIAN=t : export TARGET_CPUTYPE=xscale : (I am using bash shell) : Target Arch is set correctly (arm) and BUILD_ARCH is i386, so i get the : error about cross-build and the TARGET_ARCH set. That is odd. What does your environment look like? : What release are you using for your build? I'm using the head of the FreeBSD development branch (aka FreeBSD-current). I've also done this on 7.x stable at least once. And did it all the time on 6.x for a little endian ARM processor. : If i am building a distro on : an i386 machine for ixp425 (arm) what are the values for TARGET, : TARGET_ARCH BUILD_ARCH and why can't i build the distro with the values : i am setting (TARGET=arm, TARGET_ARCH=arm, TARGET? What does the output of 'sh' say? Do you set any of these variables in /etc/make.conf? Warner : Best Regards, : : Stavros. : : On Tue, 2008-08-19 at 07:24 -0600, M. Warner Losh wrote: : : > In message: <1219135149.6821.5.camel@Hellboy> : > Stavros Markou writes: : > : Hi, : > : Is there anyone form the developers-authors of the Makefile.inc1 file : > : who can explain to me the below : : > : : > : I don't understand the check about BUILD_ARCH and TARGET_ARCH or for : > : that matter MACHINE_ARCH. : > : I think, and let me know if i am wrong, that BUILD_ARCH must be whatever : > : is the ARCH of the Host system. If i am right on this then why there is : > : this check inside Makefile.inc1 : : > : : > : if ${MACHINE_ARCH) != ${BUILD_ARCH} : > : .error To cross-build, set TARGET_ARCH. : > : .endif : > : : > : In my case BUILD_ARCH is i386 and as it is supposed to be (?) : > : TARGET_ARCH=arm. : > : -mbig-endian option does not apply to i386 gcc only to arm cross : > : compiler. : > : > setenv TARGET arm : > setenv TARGET_BIG_ENDIAN t : > : > is all you need. MACHINE_ARCH is the machine you are building on very : > early in the build. It is soon set to TARGET_ARCH. BUILD_ARCH : > retains the initial value of MACHINE_ARCH. This check makes sure that : > you set TARGET correctly (which causes TARGET_ARCH to be set to the : > right value). : > : > You can see my blog for complete instructions that work back on both : > 7.x and -current (except for the NSLU part): : > : > http://bsdimp.blogspot.com/2008/08/nslu2-support-committed-to-freebsdarm.html : > : > This was how I built NFS root for my NSLU2. Earlier posts talk about : > how to build root on a CF. I made one small correction... : > : > Warner : > : > : > : Best Regards, : > : : > : Stavros. : > : : > : On Mon, 2008-08-18 at 17:37 +0200, John Hay wrote: : > : : > : > On Mon, Aug 18, 2008 at 03:54:03PM +0300, Stavros Markou wrote: : > : > > Hi, : > : > > : > : > > You are using this script with which release of FreeBSD ? In order to : > : > > use this script do you set as tools the cross tools or native i386 (or : > : > > any other host arch) ? : > : > : > : > I do not need to set anything else for it to work. I do sometimes : > : > set things like NO_PROFILE, but that is only to speed things up. It : > : > will build the crosstools by itself as needed. You only need a checked : > : > out /usr/src tree. The box(es) I run this on are i386 boxes. : > : > : > : > Just to check, I started the buildworld line (the first one) on my : > : > home box, which is running 7-stable from Aug 17, and it fired up : > : > without a problem... It will take a while to finish though, but I do : > : > not forsee a problem. I'll send you an email if it does not finish. : > : > : > : > > I am using currently 7.0 release p2 and i cannot pass the error with : > : > > cross build (keeps telling me to set TARGET_ARCH but it is already set : > : > > by me as a command-line option of the make) : > : > : > : > I mostly do this on 7-stable, sorry I rarely run releases and never pX : > : > releases. I also often do it on current and it has been a while since : > : > I have done it on 6-stable. : > : > : > : > Thinking about it, maybe you should remove all your env settings, : > : > and then try just that buildworld line of mine. If that does not work, : > : > clean out your /usr/obj and usr/src directories and get a new copy of : > : > /usr/src and try again. If it then still do not work, show us the : > : > error message. : > : > : > : > > On Mon, 2008-08-18 at 14:49 +0200, John Hay wrote: : > : > > : > : > > > On Mon, Aug 18, 2008 at 11:42:26AM +0300, Stavros Markou wrote: : > : > > > > Hi, : > : > > > > : > : > > > > I am trying to build a root filesystem using the mini guide at : > : > > > > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for : > : > > > > IXP425. Just to clarify some things : : > : > > > > : > : > > > > When i am doing a buildworld inside /usr/src all these env variables : > : > > > > inside the mini guide must be exported ? : > : > > > > What about BUILD_ARCH ? By default i am building a filesystem at a i386 : > : > > > > machine so BUILD_ARCH has the i386 value. : > : > > > > : > : > > > > I am using Freebsd 7.0 and i also have seen the wiki for AVILA but i got : > : > > > > the same Makefile.inc1 error for setting TARGET_ARCH (even though i am : > : > > > > setting TARGET_ARCH=arm) : > : > > > > I have build the kernel which is loaded fine but when the root : > : > > > > filesystem is mounted via NFS i get : exec /sbin/init : error 8 , so i : > : > > > > think that maybe the root filesystem i 've built is not right. : > : > > > : > : > > > My script do this: : > : > > > : > : > > > rm -rf /armdist : > : > > > chflags -R 0 /armdist : > : > > > rm -rf /armdist : > : > > > mkdir /armdist : > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true buildworld : > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist installworld : > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist distribution : > : > > > : > : > > > John : > : > : > : > John : > : : > : Stavros Markou : > : Senior Software Engineer : > : ANTCOR S.A. : > : Email: mailto:stma@antcor.com : > : Phone: +30 210 52 22 290 : > : Fax: +30 210 52 22 254 : > : Address: 52 Ag. Konstantinou, Athens 10437, GREECE : > : : : Stavros Markou : Senior Software Engineer : ANTCOR S.A. : Email: mailto:stma@antcor.com : Phone: +30 210 52 22 290 : Fax: +30 210 52 22 254 : Address: 52 Ag. Konstantinou, Athens 10437, GREECE : From owner-freebsd-arm@FreeBSD.ORG Tue Aug 19 14:33:18 2008 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 647121065687 for ; Tue, 19 Aug 2008 14:33:18 +0000 (UTC) (envelope-from stma@antcor.com) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 57AE48FC1A for ; Tue, 19 Aug 2008 14:33:17 +0000 (UTC) (envelope-from stma@antcor.com) Received: from [192.168.1.191] (athedsl-424253.home.otenet.gr [79.131.209.59]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m7JEXBWT020895; Tue, 19 Aug 2008 17:33:11 +0300 From: Stavros Markou To: "M. Warner Losh" In-Reply-To: <20080819.081737.-625041569.imp@bsdimp.com> References: <1219135149.6821.5.camel@Hellboy> <20080819.072438.504234287.imp@bsdimp.com> <1219154042.6821.27.camel@Hellboy> <20080819.081737.-625041569.imp@bsdimp.com> Content-Type: multipart/related; type="multipart/alternative"; boundary="=-IJRnP7R8b51wcuUo1pBU" Organization: ANTCOR S.A. Date: Tue, 19 Aug 2008 17:33:06 +0300 Message-Id: <1219156386.3791.6.camel@Hellboy> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-arm@FreeBSD.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stma@antcor.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 14:33:18 -0000 --=-IJRnP7R8b51wcuUo1pBU Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, On Tue, 2008-08-19 at 08:17 -0600, M. Warner Losh wrote: > In message: <1219154042.6821.27.camel@Hellboy> > Stavros Markou writes: > : Hi, > : First of all thanks for your help. > : I don't have setenv (BTW do you know what package do i have to install > : in order to have it) > > setenv is a builtin for /bin/tcsh. If you are using /bin/sh, then you > are correct that you need export. > >>>>> Export does the job as i see it when i give the set command (all variables seem to be well-set). > : installed on my freebsd system so i followed your > : advice and did : > : export TARGET=arm > : export TARGET_BIG_ENDIAN=t > : export TARGET_CPUTYPE=xscale > : (I am using bash shell) > : Target Arch is set correctly (arm) and BUILD_ARCH is i386, so i get the > : error about cross-build and the TARGET_ARCH set. > > That is odd. What does your environment look like? > >>>>> Meaning ? I am working on an a checked out src from freebsd.org cvs : TAG : RELENG_7 > : What release are you using for your build? > > I'm using the head of the FreeBSD development branch (aka > FreeBSD-current). I've also done this on 7.x stable at least once. > And did it all the time on 6.x for a little endian ARM processor. >>> I want to build a filesystem for ixp425 which is big endian processor. What i don't understand is if a cross-compiler must be invoked during the process of the make buildworld or not. If you set the TARGET_BIG_ENDIAN env then i believe and correct me if i am wrong the -mbig-endian which applies only to arm cross-compiler. Is this right ? > > : If i am building a distro on > : an i386 machine for ixp425 (arm) what are the values for TARGET, > : TARGET_ARCH BUILD_ARCH and why can't i build the distro with the values > : i am setting (TARGET=arm, TARGET_ARCH=arm, TARGET? > > What does the output of 'sh' say? Do you set any of these variables > in /etc/make.conf? > >>>>> I have inside this MACHINE=arm, MACHINE_ARCH=arm, TARGET_ARCH=arm > Warner > > > : Best Regards, > : > : Stavros. > : > : On Tue, 2008-08-19 at 07:24 -0600, M. Warner Losh wrote: > : > : > In message: <1219135149.6821.5.camel@Hellboy> > : > Stavros Markou writes: > : > : Hi, > : > : Is there anyone form the developers-authors of the Makefile.inc1 file > : > : who can explain to me the below : > : > : > : > : I don't understand the check about BUILD_ARCH and TARGET_ARCH or for > : > : that matter MACHINE_ARCH. > : > : I think, and let me know if i am wrong, that BUILD_ARCH must be whatever > : > : is the ARCH of the Host system. If i am right on this then why there is > : > : this check inside Makefile.inc1 : > : > : > : > : if ${MACHINE_ARCH) != ${BUILD_ARCH} > : > : .error To cross-build, set TARGET_ARCH. > : > : .endif > : > : > : > : In my case BUILD_ARCH is i386 and as it is supposed to be (?) > : > : TARGET_ARCH=arm. > : > : -mbig-endian option does not apply to i386 gcc only to arm cross > : > : compiler. > : > > : > setenv TARGET arm > : > setenv TARGET_BIG_ENDIAN t > : > > : > is all you need. MACHINE_ARCH is the machine you are building on very > : > early in the build. It is soon set to TARGET_ARCH. BUILD_ARCH > : > retains the initial value of MACHINE_ARCH. This check makes sure that > : > you set TARGET correctly (which causes TARGET_ARCH to be set to the > : > right value). > : > > : > You can see my blog for complete instructions that work back on both > : > 7.x and -current (except for the NSLU part): > : > > : > http://bsdimp.blogspot.com/2008/08/nslu2-support-committed-to-freebsdarm.html > : > > : > This was how I built NFS root for my NSLU2. Earlier posts talk about > : > how to build root on a CF. I made one small correction... > : > > : > Warner > : > > : > > : > : Best Regards, > : > : > : > : Stavros. > : > : > : > : On Mon, 2008-08-18 at 17:37 +0200, John Hay wrote: > : > : > : > : > On Mon, Aug 18, 2008 at 03:54:03PM +0300, Stavros Markou wrote: > : > : > > Hi, > : > : > > > : > : > > You are using this script with which release of FreeBSD ? In order to > : > : > > use this script do you set as tools the cross tools or native i386 (or > : > : > > any other host arch) ? > : > : > > : > : > I do not need to set anything else for it to work. I do sometimes > : > : > set things like NO_PROFILE, but that is only to speed things up. It > : > : > will build the crosstools by itself as needed. You only need a checked > : > : > out /usr/src tree. The box(es) I run this on are i386 boxes. > : > : > > : > : > Just to check, I started the buildworld line (the first one) on my > : > : > home box, which is running 7-stable from Aug 17, and it fired up > : > : > without a problem... It will take a while to finish though, but I do > : > : > not forsee a problem. I'll send you an email if it does not finish. > : > : > > : > : > > I am using currently 7.0 release p2 and i cannot pass the error with > : > : > > cross build (keeps telling me to set TARGET_ARCH but it is already set > : > : > > by me as a command-line option of the make) > : > : > > : > : > I mostly do this on 7-stable, sorry I rarely run releases and never pX > : > : > releases. I also often do it on current and it has been a while since > : > : > I have done it on 6-stable. > : > : > > : > : > Thinking about it, maybe you should remove all your env settings, > : > : > and then try just that buildworld line of mine. If that does not work, > : > : > clean out your /usr/obj and usr/src directories and get a new copy of > : > : > /usr/src and try again. If it then still do not work, show us the > : > : > error message. > : > : > > : > : > > On Mon, 2008-08-18 at 14:49 +0200, John Hay wrote: > : > : > > > : > : > > > On Mon, Aug 18, 2008 at 11:42:26AM +0300, Stavros Markou wrote: > : > : > > > > Hi, > : > : > > > > > : > : > > > > I am trying to build a root filesystem using the mini guide at > : > : > > > > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for > : > : > > > > IXP425. Just to clarify some things : > : > : > > > > > : > : > > > > When i am doing a buildworld inside /usr/src all these env variables > : > : > > > > inside the mini guide must be exported ? > : > : > > > > What about BUILD_ARCH ? By default i am building a filesystem at a i386 > : > : > > > > machine so BUILD_ARCH has the i386 value. > : > : > > > > > : > : > > > > I am using Freebsd 7.0 and i also have seen the wiki for AVILA but i got > : > : > > > > the same Makefile.inc1 error for setting TARGET_ARCH (even though i am > : > : > > > > setting TARGET_ARCH=arm) > : > : > > > > I have build the kernel which is loaded fine but when the root > : > : > > > > filesystem is mounted via NFS i get : exec /sbin/init : error 8 , so i > : > : > > > > think that maybe the root filesystem i 've built is not right. > : > : > > > > : > : > > > My script do this: > : > : > > > > : > : > > > rm -rf /armdist > : > : > > > chflags -R 0 /armdist > : > : > > > rm -rf /armdist > : > : > > > mkdir /armdist > : > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true buildworld > : > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist installworld > : > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist distribution > : > : > > > > : > : > > > John > : > : > > : > : > John > : > : > : > : Stavros Markou > : > : Senior Software Engineer > : > : ANTCOR S.A. > : > : Email: mailto:stma@antcor.com > : > : Phone: +30 210 52 22 290 > : > : Fax: +30 210 52 22 254 > : > : Address: 52 Ag. Konstantinou, Athens 10437, GREECE > : > : > : > : Stavros Markou > : Senior Software Engineer > : ANTCOR S.A. > : Email: mailto:stma@antcor.com > : Phone: +30 210 52 22 290 > : Fax: +30 210 52 22 254 > : Address: 52 Ag. Konstantinou, Athens 10437, GREECE > : Stavros Markou Senior Software Engineer ANTCOR S.A. Email: mailto:stma@antcor.com Phone: +30 210 52 22 290 Fax: +30 210 52 22 254 Address: 52 Ag. Konstantinou, Athens 10437, GREECE --=-IJRnP7R8b51wcuUo1pBU-- From owner-freebsd-arm@FreeBSD.ORG Tue Aug 19 15:34:41 2008 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 145E5106567C for ; Tue, 19 Aug 2008 15:34:41 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id BB9A28FC23 for ; Tue, 19 Aug 2008 15:34:40 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m7JFY7RD083919; Tue, 19 Aug 2008 09:34:07 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 19 Aug 2008 09:34:07 -0600 (MDT) Message-Id: <20080819.093407.48484448.imp@bsdimp.com> To: stma@antcor.com From: Warner Losh In-Reply-To: <1219156386.3791.6.camel@Hellboy> References: <1219154042.6821.27.camel@Hellboy> <20080819.081737.-625041569.imp@bsdimp.com> <1219156386.3791.6.camel@Hellboy> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-arm@FreeBSD.org Subject: Re: how to build root filesystem for ixp425 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 15:34:41 -0000 Hey > Hi, > > On Tue, 2008-08-19 at 08:17 -0600, M. Warner Losh wrote: > > > In message: <1219154042.6821.27.camel@Hellboy> > > Stavros Markou writes: > > : Hi, > > : First of all thanks for your help. > > : I don't have setenv (BTW do you know what package do i have to install > > : in order to have it) > > > > setenv is a builtin for /bin/tcsh. If you are using /bin/sh, then you > > are correct that you need export. > > > > >>>>> Export does the job as i see it when i give the set command (all > variables seem to be well-set). Yes. Just a different notation than I documented... > > : installed on my freebsd system so i followed your > > : advice and did : > > : export TARGET=arm > > : export TARGET_BIG_ENDIAN=t > > : export TARGET_CPUTYPE=xscale > > : (I am using bash shell) > > : Target Arch is set correctly (arm) and BUILD_ARCH is i386, so i get the > > : error about cross-build and the TARGET_ARCH set. > > > > That is odd. What does your environment look like? > > > > > >>>>> Meaning ? I am working on an a checked out src from freebsd.org > cvs : TAG : RELENG_7 > > > : What release are you using for your build? > > > > I'm using the head of the FreeBSD development branch (aka > > FreeBSD-current). I've also done this on 7.x stable at least once. > > And did it all the time on 6.x for a little endian ARM processor. > > >>> I want to build a filesystem for ixp425 which is big endian > processor. What i don't understand is if a cross-compiler must be > invoked during the process of the make buildworld or not. > If you set the TARGET_BIG_ENDIAN env then i believe and correct me if i > am wrong the -mbig-endian which applies only to arm cross-compiler. Is > this right ? > > > > > > > : If i am building a distro on > > : an i386 machine for ixp425 (arm) what are the values for TARGET, > > : TARGET_ARCH BUILD_ARCH and why can't i build the distro with the values > > : i am setting (TARGET=arm, TARGET_ARCH=arm, TARGET? > > > > What does the output of 'sh' say? Do you set any of these variables > > in /etc/make.conf? > > > > >>>>> I have inside this MACHINE=arm, MACHINE_ARCH=arm, > > TARGET_ARCH=arm At the very least, remove the first two. I'd even consider removing the TARGET_ARCH and making sure it is set in your enviornment. The first two are causing your problem. Warner > > Warner > > > > > > : Best Regards, > > : > > : Stavros. > > : > > : On Tue, 2008-08-19 at 07:24 -0600, M. Warner Losh wrote: > > : > > : > In message: <1219135149.6821.5.camel@Hellboy> > > : > Stavros Markou writes: > > : > : Hi, > > : > : Is there anyone form the developers-authors of the Makefile.inc1 file > > : > : who can explain to me the below : > > : > : > > : > : I don't understand the check about BUILD_ARCH and TARGET_ARCH or for > > : > : that matter MACHINE_ARCH. > > : > : I think, and let me know if i am wrong, that BUILD_ARCH must be whatever > > : > : is the ARCH of the Host system. If i am right on this then why there is > > : > : this check inside Makefile.inc1 : > > : > : > > : > : if ${MACHINE_ARCH) != ${BUILD_ARCH} > > : > : .error To cross-build, set TARGET_ARCH. > > : > : .endif > > : > : > > : > : In my case BUILD_ARCH is i386 and as it is supposed to be (?) > > : > : TARGET_ARCH=arm. > > : > : -mbig-endian option does not apply to i386 gcc only to arm cross > > : > : compiler. > > : > > > : > setenv TARGET arm > > : > setenv TARGET_BIG_ENDIAN t > > : > > > : > is all you need. MACHINE_ARCH is the machine you are building on very > > : > early in the build. It is soon set to TARGET_ARCH. BUILD_ARCH > > : > retains the initial value of MACHINE_ARCH. This check makes sure that > > : > you set TARGET correctly (which causes TARGET_ARCH to be set to the > > : > right value). > > : > > > : > You can see my blog for complete instructions that work back on both > > : > 7.x and -current (except for the NSLU part): > > : > > > : > http://bsdimp.blogspot.com/2008/08/nslu2-support-committed-to-freebsdarm.html > > : > > > : > This was how I built NFS root for my NSLU2. Earlier posts talk about > > : > how to build root on a CF. I made one small correction... > > : > > > : > Warner > > : > > > : > > > : > : Best Regards, > > : > : > > : > : Stavros. > > : > : > > : > : On Mon, 2008-08-18 at 17:37 +0200, John Hay wrote: > > : > : > > : > : > On Mon, Aug 18, 2008 at 03:54:03PM +0300, Stavros Markou wrote: > > : > : > > Hi, > > : > : > > > > : > : > > You are using this script with which release of FreeBSD ? In order to > > : > : > > use this script do you set as tools the cross tools or native i386 (or > > : > : > > any other host arch) ? > > : > : > > > : > : > I do not need to set anything else for it to work. I do sometimes > > : > : > set things like NO_PROFILE, but that is only to speed things up. It > > : > : > will build the crosstools by itself as needed. You only need a checked > > : > : > out /usr/src tree. The box(es) I run this on are i386 boxes. > > : > : > > > : > : > Just to check, I started the buildworld line (the first one) on my > > : > : > home box, which is running 7-stable from Aug 17, and it fired up > > : > : > without a problem... It will take a while to finish though, but I do > > : > : > not forsee a problem. I'll send you an email if it does not finish. > > : > : > > > : > : > > I am using currently 7.0 release p2 and i cannot pass the error with > > : > : > > cross build (keeps telling me to set TARGET_ARCH but it is already set > > : > : > > by me as a command-line option of the make) > > : > : > > > : > : > I mostly do this on 7-stable, sorry I rarely run releases and never pX > > : > : > releases. I also often do it on current and it has been a while since > > : > : > I have done it on 6-stable. > > : > : > > > : > : > Thinking about it, maybe you should remove all your env settings, > > : > : > and then try just that buildworld line of mine. If that does not work, > > : > : > clean out your /usr/obj and usr/src directories and get a new copy of > > : > : > /usr/src and try again. If it then still do not work, show us the > > : > : > error message. > > : > : > > > : > : > > On Mon, 2008-08-18 at 14:49 +0200, John Hay wrote: > > : > : > > > > : > : > > > On Mon, Aug 18, 2008 at 11:42:26AM +0300, Stavros Markou wrote: > > : > : > > > > Hi, > > : > : > > > > > > : > : > > > > I am trying to build a root filesystem using the mini guide at > > : > : > > > > http://people.freebsd.org/~cognet/freebsd_arm.txt but with no luck for > > : > : > > > > IXP425. Just to clarify some things : > > : > : > > > > > > : > : > > > > When i am doing a buildworld inside /usr/src all these env variables > > : > : > > > > inside the mini guide must be exported ? > > : > : > > > > What about BUILD_ARCH ? By default i am building a filesystem at a i386 > > : > : > > > > machine so BUILD_ARCH has the i386 value. > > : > : > > > > > > : > : > > > > I am using Freebsd 7.0 and i also have seen the wiki for AVILA but i got > > : > : > > > > the same Makefile.inc1 error for setting TARGET_ARCH (even though i am > > : > : > > > > setting TARGET_ARCH=arm) > > : > : > > > > I have build the kernel which is loaded fine but when the root > > : > : > > > > filesystem is mounted via NFS i get : exec /sbin/init : error 8 , so i > > : > : > > > > think that maybe the root filesystem i 've built is not right. > > : > : > > > > > : > : > > > My script do this: > > : > : > > > > > : > : > > > rm -rf /armdist > > : > : > > > chflags -R 0 /armdist > > : > : > > > rm -rf /armdist > > : > : > > > mkdir /armdist > > : > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true buildworld > > : > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist installworld > > : > : > > > make TARGET_ARCH=arm TARGET_CPUTYPE=xscale TARGET_BIG_ENDIAN=true DESTDIR=/armdist distribution > > : > : > > > > > : > : > > > John > > : > : > > > : > : > John > > : > : > > : > : Stavros Markou > > : > : Senior Software Engineer > > : > : ANTCOR S.A. > > : > : Email: mailto:stma@antcor.com > > : > : Phone: +30 210 52 22 290 > > : > : Fax: +30 210 52 22 254 > > : > : Address: 52 Ag. Konstantinou, Athens 10437, GREECE > > : > : > > : > > : Stavros Markou > > : Senior Software Engineer > > : ANTCOR S.A. > > : Email: mailto:stma@antcor.com > > : Phone: +30 210 52 22 290 > > : Fax: +30 210 52 22 254 > > : Address: 52 Ag. Konstantinou, Athens 10437, GREECE > > : > > Stavros Markou > Senior Software Engineer > ANTCOR S.A. > Email: mailto:stma@antcor.com > Phone: +30 210 52 22 290 > Fax: +30 210 52 22 254 > Address: 52 Ag. Konstantinou, Athens 10437, GREECE > From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 17:02:44 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8589B1065677; Fri, 22 Aug 2008 17:02:44 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 4DAE58FC14; Fri, 22 Aug 2008 17:02:43 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MH2fGL049786; Fri, 22 Aug 2008 13:02:41 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MH2fSr064903; Fri, 22 Aug 2008 13:02:41 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B511B73039; Fri, 22 Aug 2008 13:02:41 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822170241.B511B73039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 13:02:41 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 17:02:44 -0000 TB --- 2008-08-22 17:00:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:00:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 17:00:00 - cleaning the object tree TB --- 2008-08-22 17:00:27 - cvsupping the source tree TB --- 2008-08-22 17:00:27 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 17:00:51 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:00:51 - cd /src TB --- 2008-08-22 17:00:51 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:00:52 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:02:41 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:02:41 - ERROR: failed to build world TB --- 2008-08-22 17:02:41 - tinderbox aborted TB --- 48.20 user 13.69 system 161.15 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 17:11:17 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40F97106566C; Fri, 22 Aug 2008 17:11:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0A10E8FC13; Fri, 22 Aug 2008 17:11:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHBFUs051601; Fri, 22 Aug 2008 13:11:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHBF3U073890; Fri, 22 Aug 2008 13:11:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3D05B7303E; Fri, 22 Aug 2008 13:11:15 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822171115.3D05B7303E@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 13:11:15 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 17:11:17 -0000 TB --- 2008-08-22 17:10:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:10:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 17:10:00 - cleaning the object tree TB --- 2008-08-22 17:10:02 - cvsupping the source tree TB --- 2008-08-22 17:10:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 17:10:08 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:10:08 - cd /src TB --- 2008-08-22 17:10:08 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:10:09 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:11:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:11:15 - ERROR: failed to build world TB --- 2008-08-22 17:11:15 - tinderbox aborted TB --- 47.27 user 11.22 system 74.59 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 17:16:24 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E5B1065674; Fri, 22 Aug 2008 17:16:24 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5B7C88FC2E; Fri, 22 Aug 2008 17:16:24 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHGMkg052672; Fri, 22 Aug 2008 13:16:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHGMoN078551; Fri, 22 Aug 2008 13:16:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9AA9E7303E; Fri, 22 Aug 2008 13:16:22 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822171622.9AA9E7303E@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 13:16:22 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 17:16:24 -0000 TB --- 2008-08-22 17:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:15:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 17:15:00 - cleaning the object tree TB --- 2008-08-22 17:15:03 - cvsupping the source tree TB --- 2008-08-22 17:15:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 17:15:10 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:15:10 - cd /src TB --- 2008-08-22 17:15:10 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:15:11 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:16:22 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:16:22 - ERROR: failed to build world TB --- 2008-08-22 17:16:22 - tinderbox aborted TB --- 47.39 user 11.05 system 81.88 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 17:26:16 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE9C81065671; Fri, 22 Aug 2008 17:26:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 84E908FC40; Fri, 22 Aug 2008 17:26:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHQEDD054568; Fri, 22 Aug 2008 13:26:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHQEOn022489; Fri, 22 Aug 2008 13:26:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 299AD73039; Fri, 22 Aug 2008 13:26:14 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822172614.299AD73039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 13:26:14 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 17:26:17 -0000 TB --- 2008-08-22 17:25:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:25:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 17:25:00 - cleaning the object tree TB --- 2008-08-22 17:25:03 - cvsupping the source tree TB --- 2008-08-22 17:25:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 17:25:09 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:25:09 - cd /src TB --- 2008-08-22 17:25:09 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:25:09 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:26:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:26:14 - ERROR: failed to build world TB --- 2008-08-22 17:26:14 - tinderbox aborted TB --- 46.98 user 11.53 system 73.33 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 17:31:16 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56FBB1065672; Fri, 22 Aug 2008 17:31:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1F9708FC26; Fri, 22 Aug 2008 17:31:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHVENh055327; Fri, 22 Aug 2008 13:31:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHVETJ027327; Fri, 22 Aug 2008 13:31:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 242BB73039; Fri, 22 Aug 2008 13:31:14 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822173114.242BB73039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 13:31:14 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 17:31:16 -0000 TB --- 2008-08-22 17:30:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:30:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 17:30:00 - cleaning the object tree TB --- 2008-08-22 17:30:02 - cvsupping the source tree TB --- 2008-08-22 17:30:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 17:30:09 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:30:09 - cd /src TB --- 2008-08-22 17:30:09 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:30:09 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:31:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:31:14 - ERROR: failed to build world TB --- 2008-08-22 17:31:14 - tinderbox aborted TB --- 47.20 user 11.52 system 73.23 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 17:36:14 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9E78106567B; Fri, 22 Aug 2008 17:36:14 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id B2E1C8FC2B; Fri, 22 Aug 2008 17:36:14 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHaDX2055993; Fri, 22 Aug 2008 13:36:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHaDQZ031696; Fri, 22 Aug 2008 13:36:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E562C73039; Fri, 22 Aug 2008 13:36:12 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822173612.E562C73039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 13:36:12 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 17:36:15 -0000 TB --- 2008-08-22 17:35:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:35:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 17:35:00 - cleaning the object tree TB --- 2008-08-22 17:35:03 - cvsupping the source tree TB --- 2008-08-22 17:35:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 17:35:09 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:35:09 - cd /src TB --- 2008-08-22 17:35:09 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:35:10 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:36:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:36:12 - ERROR: failed to build world TB --- 2008-08-22 17:36:12 - tinderbox aborted TB --- 47.27 user 11.18 system 71.95 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 17:41:17 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 772C5106564A; Fri, 22 Aug 2008 17:41:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 401C28FC13; Fri, 22 Aug 2008 17:41:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHfF22056923; Fri, 22 Aug 2008 13:41:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHfFDc002469; Fri, 22 Aug 2008 13:41:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 24C5B73039; Fri, 22 Aug 2008 13:41:15 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822174115.24C5B73039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 13:41:15 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 17:41:17 -0000 TB --- 2008-08-22 17:40:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:40:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 17:40:00 - cleaning the object tree TB --- 2008-08-22 17:40:04 - cvsupping the source tree TB --- 2008-08-22 17:40:04 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 17:40:11 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:40:11 - cd /src TB --- 2008-08-22 17:40:11 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:40:11 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:41:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:41:15 - ERROR: failed to build world TB --- 2008-08-22 17:41:15 - tinderbox aborted TB --- 47.37 user 11.25 system 74.11 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 17:46:22 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E68AA106567A; Fri, 22 Aug 2008 17:46:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id AFA308FC2B; Fri, 22 Aug 2008 17:46:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHkLoG058428; Fri, 22 Aug 2008 13:46:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHkLFL040765; Fri, 22 Aug 2008 13:46:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id DD2DC73039; Fri, 22 Aug 2008 13:46:20 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822174620.DD2DC73039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 13:46:20 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner4 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 17:46:23 -0000 TB --- 2008-08-22 17:45:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:45:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 17:45:00 - cleaning the object tree TB --- 2008-08-22 17:45:02 - cvsupping the source tree TB --- 2008-08-22 17:45:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 17:45:08 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:45:08 - cd /src TB --- 2008-08-22 17:45:08 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:45:09 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:46:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:46:20 - ERROR: failed to build world TB --- 2008-08-22 17:46:20 - tinderbox aborted TB --- 47.00 user 11.46 system 80.12 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 17:56:16 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C7CC1065675; Fri, 22 Aug 2008 17:56:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id D7A878FC14; Fri, 22 Aug 2008 17:56:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHuEBv060450; Fri, 22 Aug 2008 13:56:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MHuDiL050223; Fri, 22 Aug 2008 13:56:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C8B0973039; Fri, 22 Aug 2008 13:56:13 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822175613.C8B0973039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 13:56:13 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner4 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 17:56:16 -0000 TB --- 2008-08-22 17:55:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 17:55:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 17:55:00 - cleaning the object tree TB --- 2008-08-22 17:55:02 - cvsupping the source tree TB --- 2008-08-22 17:55:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 17:55:09 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 17:55:09 - cd /src TB --- 2008-08-22 17:55:09 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 17:55:09 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 17:56:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 17:56:13 - ERROR: failed to build world TB --- 2008-08-22 17:56:13 - tinderbox aborted TB --- 47.02 user 11.60 system 73.00 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 18:01:15 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E01841065676; Fri, 22 Aug 2008 18:01:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A90BE8FC2A; Fri, 22 Aug 2008 18:01:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MI1D46061363; Fri, 22 Aug 2008 14:01:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MI1Dxq054526; Fri, 22 Aug 2008 14:01:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9A87873039; Fri, 22 Aug 2008 14:01:13 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822180113.9A87873039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 14:01:13 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 18:01:16 -0000 TB --- 2008-08-22 18:00:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:00:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 18:00:00 - cleaning the object tree TB --- 2008-08-22 18:00:02 - cvsupping the source tree TB --- 2008-08-22 18:00:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 18:00:09 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:00:09 - cd /src TB --- 2008-08-22 18:00:09 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:00:09 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:01:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:01:13 - ERROR: failed to build world TB --- 2008-08-22 18:01:13 - tinderbox aborted TB --- 47.41 user 11.18 system 72.72 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 18:06:15 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC116106567A; Fri, 22 Aug 2008 18:06:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A4BEB8FC20; Fri, 22 Aug 2008 18:06:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MI6DPi063106; Fri, 22 Aug 2008 14:06:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MI6DI2027813; Fri, 22 Aug 2008 14:06:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 630EB73039; Fri, 22 Aug 2008 14:06:13 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822180613.630EB73039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 14:06:13 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 18:06:16 -0000 TB --- 2008-08-22 18:05:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:05:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 18:05:00 - cleaning the object tree TB --- 2008-08-22 18:05:02 - cvsupping the source tree TB --- 2008-08-22 18:05:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 18:05:09 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:05:09 - cd /src TB --- 2008-08-22 18:05:09 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:05:10 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:06:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:06:13 - ERROR: failed to build world TB --- 2008-08-22 18:06:13 - tinderbox aborted TB --- 47.25 user 11.30 system 72.45 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 18:11:15 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC10C1065677; Fri, 22 Aug 2008 18:11:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 94A488FC2B; Fri, 22 Aug 2008 18:11:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIBD09064209; Fri, 22 Aug 2008 14:11:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIBDFW032841; Fri, 22 Aug 2008 14:11:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 86E9A73039; Fri, 22 Aug 2008 14:11:13 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822181113.86E9A73039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 14:11:13 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 18:11:16 -0000 TB --- 2008-08-22 18:10:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:10:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 18:10:00 - cleaning the object tree TB --- 2008-08-22 18:10:02 - cvsupping the source tree TB --- 2008-08-22 18:10:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 18:10:08 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:10:08 - cd /src TB --- 2008-08-22 18:10:08 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:10:09 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:11:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:11:13 - ERROR: failed to build world TB --- 2008-08-22 18:11:13 - tinderbox aborted TB --- 47.35 user 11.22 system 72.56 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 18:16:22 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27E3D1065675; Fri, 22 Aug 2008 18:16:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id E4F9A8FC2C; Fri, 22 Aug 2008 18:16:21 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIGKRf065258; Fri, 22 Aug 2008 14:16:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIGKE7067589; Fri, 22 Aug 2008 14:16:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 19F2A73039; Fri, 22 Aug 2008 14:16:20 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822181620.19F2A73039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 14:16:20 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 18:16:22 -0000 TB --- 2008-08-22 18:15:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:15:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 18:15:01 - cleaning the object tree TB --- 2008-08-22 18:15:02 - cvsupping the source tree TB --- 2008-08-22 18:15:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 18:15:09 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:15:09 - cd /src TB --- 2008-08-22 18:15:09 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:15:10 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:16:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:16:20 - ERROR: failed to build world TB --- 2008-08-22 18:16:20 - tinderbox aborted TB --- 47.38 user 11.11 system 79.05 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 18:26:16 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59E37106566C; Fri, 22 Aug 2008 18:26:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 21DDE8FC25; Fri, 22 Aug 2008 18:26:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIQD7Q067348; Fri, 22 Aug 2008 14:26:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIQDiN075783; Fri, 22 Aug 2008 14:26:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B82CD7303E; Fri, 22 Aug 2008 14:26:13 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822182613.B82CD7303E@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 14:26:13 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 18:26:16 -0000 TB --- 2008-08-22 18:25:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:25:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 18:25:01 - cleaning the object tree TB --- 2008-08-22 18:25:02 - cvsupping the source tree TB --- 2008-08-22 18:25:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 18:25:09 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:25:09 - cd /src TB --- 2008-08-22 18:25:09 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:25:09 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:26:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:26:13 - ERROR: failed to build world TB --- 2008-08-22 18:26:13 - tinderbox aborted TB --- 47.68 user 10.78 system 72.68 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 18:31:15 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA7B1106567E; Fri, 22 Aug 2008 18:31:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 832F68FC2F; Fri, 22 Aug 2008 18:31:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIVDdC068162; Fri, 22 Aug 2008 14:31:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIVDXi079662; Fri, 22 Aug 2008 14:31:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B5F7D73039; Fri, 22 Aug 2008 14:31:13 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822183113.B5F7D73039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 14:31:13 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner2 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 18:31:15 -0000 TB --- 2008-08-22 18:30:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:30:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 18:30:01 - cleaning the object tree TB --- 2008-08-22 18:30:02 - cvsupping the source tree TB --- 2008-08-22 18:30:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 18:30:09 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:30:09 - cd /src TB --- 2008-08-22 18:30:09 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:30:09 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:31:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:31:13 - ERROR: failed to build world TB --- 2008-08-22 18:31:13 - tinderbox aborted TB --- 47.09 user 11.39 system 72.59 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 18:36:13 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D38C11065675; Fri, 22 Aug 2008 18:36:13 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 9A4588FC2B; Fri, 22 Aug 2008 18:36:13 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIaCBB069417; Fri, 22 Aug 2008 14:36:12 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIaCJt083747; Fri, 22 Aug 2008 14:36:12 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id DCB2273039; Fri, 22 Aug 2008 14:36:11 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822183611.DCB2273039@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 14:36:11 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 18:36:14 -0000 TB --- 2008-08-22 18:35:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:35:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 18:35:00 - cleaning the object tree TB --- 2008-08-22 18:35:01 - cvsupping the source tree TB --- 2008-08-22 18:35:01 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 18:35:08 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:35:08 - cd /src TB --- 2008-08-22 18:35:08 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:35:08 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:36:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:36:11 - ERROR: failed to build world TB --- 2008-08-22 18:36:11 - tinderbox aborted TB --- 46.84 user 11.77 system 71.66 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Aug 22 18:41:26 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA649106566C; Fri, 22 Aug 2008 18:41:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id A43AD8FC13; Fri, 22 Aug 2008 18:41:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIfOvZ000560; Fri, 22 Aug 2008 14:41:24 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7MIfEPd061571; Fri, 22 Aug 2008 14:41:14 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 8F2E27303E; Fri, 22 Aug 2008 14:41:14 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080822184114.8F2E27303E@freebsd-current.sentex.ca> Date: Fri, 22 Aug 2008 14:41:14 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner4 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 205.211.164.50 Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 18:41:27 -0000 TB --- 2008-08-22 18:40:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-08-22 18:40:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-08-22 18:40:00 - cleaning the object tree TB --- 2008-08-22 18:40:02 - cvsupping the source tree TB --- 2008-08-22 18:40:02 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-08-22 18:40:08 - building world (CFLAGS=-O -pipe) TB --- 2008-08-22 18:40:08 - cd /src TB --- 2008-08-22 18:40:08 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 22 18:40:09 UTC 2008 >>> 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 [...] rm -f nologin nologin.o nologin.5.gz nologin.8.gz nologin.5.cat.gz nologin.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/nscd (cleandir) rm -f nscd agent.o nscd.o nscdcli.o cachelib.o cacheplcs.o debug.o log.o config.o query.o mp_ws_query.o mp_rs_query.o singletons.o protocol.o parser.o passwd.o group.o services.o nscd.conf.5.gz nscd.8.gz nscd.conf.5.cat.gz nscd.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.sbin/ntp (cleandir) ===> usr.sbin/ntp/libopts (cleandir) cd: can't cd to /src/usr.sbin/ntp/libopts *** Error code 2 Stop in /src/usr.sbin/ntp. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-08-22 18:41:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-08-22 18:41:14 - ERROR: failed to build world TB --- 2008-08-22 18:41:14 - tinderbox aborted TB --- 47.21 user 11.32 system 74.34 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full