Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2007 23:03:17 -0700
From:      Sean Bruno <sbruno@miralink.com>
To:        freebsd-embedded@freebsd.org
Subject:   [nanobsd] Wierd build failure
Message-ID:  <46494D25.4070107@miralink.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46494D25.4070107>