From owner-freebsd-embedded@FreeBSD.ORG Tue May 15 06:03:20 2007 Return-Path: X-Original-To: freebsd-embedded@freebsd.org Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 497C116A400 for ; Tue, 15 May 2007 06:03:20 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id 2113413C447 for ; Tue, 15 May 2007 06:03:19 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id 95D366199B8 for ; Mon, 14 May 2007 23:03:19 -0700 (PDT) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26328-02 for ; Mon, 14 May 2007 23:03:18 -0700 (PDT) Received: from [10.47.1.202] (vpn.office.miralink.com [10.0.0.5]) by plato.miralink.com (Postfix) with ESMTP id 58A94619939 for ; Mon, 14 May 2007 23:03:18 -0700 (PDT) Message-ID: <46494D25.4070107@miralink.com> Date: Mon, 14 May 2007 23:03:17 -0700 From: Sean Bruno User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: freebsd-embedded@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Mon May 14 23:03:19 2007 X-DSPAM-Confidence: 0.7829 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 46494d27319081821818100 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.497 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, AWL=0.002, BAYES_00=-2.599, DSPAM_HAM=-0.1, UPPERCASE_25_50=0] X-Spam-Score: -4.497 X-Spam-Level: Subject: [nanobsd] Wierd build failure X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2007 06:03:20 -0000 I'm not sure what I'm doing wrong here, but I'm getting a pretty consistent build failure with nanobsd. I think it has something to do with path issues, but I'm not sure what is wrong. ===> gnu/usr.bin/texinfo/texindex (all) cc -O2 -fno-strict-aliasing -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/home/sbruno/work/src/ankeny/src/FreeBSD.RELENG6_2/gnu/usr.bin/texinf o/texindex/../../../../contrib/texinfo -I/home/sbruno/work/src/ankeny/src/FreeBSD.RELENG6_2/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib -c /home/sbruno/work/src/ankeny/src/FreeBSD.RELENG6_2/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/util/texindex.c gzip -cn /home/sbruno/work/src/ankeny/src/FreeBSD.RELENG6_2/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/doc/texindex.1 > texindex.1.gz cc -O2 -fno-strict-aliasing -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/home/sbruno/work/src/ankeny/src/FreeBSD.RELENG6_2/gnu/usr.bin/texinf o/texindex/../../../../contrib/texinfo -I/home/sbruno/work/src/ankeny/src/FreeBSD.RELENG6_2/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib -o texindex texindex.o /home/sbruno/work/src/ankeny/src/FreeBSD.RELENG6_2/tools/tools/nanobsd/build/home/sbruno/work/src/ankeny/src/FreeBSD.RELENG6_2/gnu/usr.b in/texinfo/texindex/../libtxi/libtxi.a ===> gnu/usr.bin/texinfo/doc (all) 1 error *** Error code 2 1 error *** Error code 2 1 error Here's my nanobsd configuration: NANO_NAME=custom NANO_SRC=${PWD}/../../../ NANO_OBJ=${PWD}/build NANO_KERNEL=GENERIC NANO_IMAGES=2 CONF_BUILD=' NO_KLDLOAD=YES NO_NETGRAPH=YES NO_PAM=YES ' CONF_INSTALL=' NO_ACPI=YES NO_BLUETOOTH=YES NO_CVS=YES NO_FORTRAN=YES NO_HTML=YES NO_LPR=YES NO_MAN=YES NO_SENDMAIL=YES NO_SHAREDOCS=YES NO_EXAMPLES=YES NO_CALENDAR=YES NO_MISC=YES NO_SHARE=YES ' CONF_WORLD=' NO_BIND=YES NO_MODULES=YES NO_KERBEROS=YES NO_GAMES=YES NO_RESCUE=YES NO_LOCALES=YES NO_SYSCONS=YES NO_INFO=YES ' FlashDevice SanDisk 1G Sean