[nanobsd] Wierd build failure

Sean Bruno sbruno at miralink.com
Tue May 15 06:03:20 UTC 2007


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


More information about the freebsd-embedded mailing list