[nanobsd] Build failure on RELENG_6
Sean Bruno
sbruno at miralink.com
Thu May 10 19:00:34 UTC 2007
Craig Whipp wrote:
> I came across this issue before, also using the example
> configuration. I found this solution on a forum. Try removing
> "NO_INSTALLLIB=YES" from the CONF_INSTALL section. I admit to not
> knowing what this option does, though.
>
> - Craig
>
>
> On May 8, 2007, at 1:15 PM, Sean Bruno wrote:
>
>> While attempting to build nanobsd on RELENG_6, I am getting a build
>> failure in install_world that doesn't occur outside of nanobsd. Any
>> ideas?
>>
>> ===> usr.bin/lex/lib (install)
>> install -C -o root -g wheel -m 444 libln_p.a /var/tmp/obj/_.w/usr/lib
>> /var/tmp/obj/_.w/usr/lib/libl.a -> /var/tmp/obj/_.w/usr/lib/libln.a
>> ln: /var/tmp/obj/_.w/usr/lib/libln.a: No such file or directory
>> *** Error code 1
>> 1 error
>> *** Error code 2
>> 1 error
>> *** Error code 2
>> 1 error
>> *** Error code 2
>> 1 error
>> *** Error code 2
>> 1 error
>> *** Error code 2
>> 1 error
>> *** Error code 2
>>
>>
>> The buildworld seems to be fine for the libs:
>>
>> ===> usr.bin/lex/lib (all)
>> cc -O2 -fno-strict-aliasing -pipe -D_ACPI_ASL_COMPILER -I.
>> -D_USE_BERKELEY_YACC
>> -I/home/sbruno/work/FreeBSD_RELENG_6_13APR07/src/usr.sbin/acpi/iasl/../../..
>>
>> /sys
>> -I/home/sbruno/work/FreeBSD_RELENG_6_13APR07/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica
>> -I/home/sbruno/work/FreeBSD_RELENG_6_13APR07/src/usr
>> .sbin/acpi/iasl/../../../sys/contrib/dev/acpica/compiler -c
>> /home/sbruno/work/FreeBSD_RELENG_6_13APR07/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpic
>>
>> a/compiler/asltree.c
>> cc -pg -O2 -fno-strict-aliasing -pipe -c
>> /home/sbruno/work/FreeBSD_RELENG_6_13APR07/src/usr.bin/lex/lib/libmain.c
>> -o libmain.po
>> cc -pg -O2 -fno-strict-aliasing -pipe -c
>> /home/sbruno/work/FreeBSD_RELENG_6_13APR07/src/usr.bin/lex/lib/libyywrap.c
>> -o libyywrap.po
>> building profiled ln library
>> ranlib libln_p.a
>>
>>
>> Here's my nanobsd configuration file:
>>
>> NANO_NAME=custom
>> NANO_SRC=/home/sbruno/work/FreeBSD_RELENG_6_13APR07/src
>> NANO_OBJ=/var/tmp/obj
>> NANO_KERNEL=MYKERNEL
>> 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_INSTALLLIB=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 512mb
>> customize_cmd cust_comconsole
>> customize_cmd cust_install_files
>> customize_cmd cust_allow_ssh_root
>>
>> _______________________________________________
>> freebsd-embedded at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-embedded
>> To unsubscribe, send any mail to
>> "freebsd-embedded-unsubscribe at freebsd.org"
>
Yepper, that works for me. Now to test the image on my CF card and see
what happens.
Sean
More information about the freebsd-embedded
mailing list