Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2007 12:00:32 -0700
From:      Sean Bruno <sbruno@miralink.com>
To:        Craig Whipp <crwhipp@gmail.com>
Cc:        freebsd-embedded@freebsd.org
Subject:   Re: [nanobsd] Build failure on RELENG_6
Message-ID:  <46436BD0.9040005@miralink.com>
In-Reply-To: <1CEF0166-31F5-46AF-A8B7-032145F53A46@gmail.com>
References:  <4640DA7C.3090508@miralink.com> <1CEF0166-31F5-46AF-A8B7-032145F53A46@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-embedded
>> To unsubscribe, send any mail to 
>> "freebsd-embedded-unsubscribe@freebsd.org"
>
Yepper, that works for me.  Now to test the image on my CF card and see 
what happens.

Sean



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46436BD0.9040005>