Chromebook image - install fails
Torfinn Ingolfsen
torfinn.ingolfsen at getmail.no
Mon Jan 5 17:41:00 UTC 2015
FWIW, I tried dowing it manually as well, like so:
su
cd src
export MAKEOBJDIRPREFIX=/home/tingo/work/chromebook/cb2/obj
time nice -15 make -DNO_CLEAN TARGET_ARCH=armv6 DESTDIR=/mnt __MAKE_CONF=/home/tingo/work/chromebook/cb2/config/make.conf SRCCONF=/home/tingo/work/chromebook/cb2/config/src.conf KERNCONF=CB2 installworld distribution
it gets a bit further, but still fails:
===> lib/libc_nonshared (install)
install -C -o root -g wheel -m 444 libc_nonshared.a /mnt/usr/lib
===> lib/libcompiler_rt (install)
install -C -o root -g wheel -m 444 libcompiler_rt.a /mnt/usr/lib
install -C -o root -g wheel -m 444 libcompiler_rt_p.a /mnt/usr/lib
/mnt/usr/lib/libgcc.a -> libcompiler_rt.a
/mnt/usr/lib/libgcc_p.a -> libcompiler_rt_p.a
===> lib/libc++ (install)
install -C -o root -g wheel -m 444 libc++.a /mnt/usr/lib
install: libc++.a: No such file or directory
*** Error code 71
Stop.
bmake[4]: stopped in /zs/tingo/work/chromebook/cb2/src/lib/libc++
*** Error code 1
Stop.
bmake[3]: stopped in /zs/tingo/work/chromebook/cb2/src/lib
*** Error code 1
Stop.
bmake[2]: stopped in /zs/tingo/work/chromebook/cb2/src
*** Error code 1
Stop.
bmake[1]: stopped in /zs/tingo/work/chromebook/cb2/src
*** Error code 1
Stop.
bmake: stopped in /zs/tingo/work/chromebook/cb2/src
*** [installworld] Error code 1
Stop in /zs/tingo/work/chromebook/cb2/src.
9.21 real 0.60 user 1.01 sys
looks like libc++.a isn't built:
root at kg-core1# pwd
/home/tingo/work/chromebook/cb2/src
root at kg-core1# find ../obj -name 'libc++.a' -print
root at kg-core1# find ../obj -name 'libc++*' -print
it is in source:
root at kg-core1# find ../src -name 'libc++*' -print
../src/contrib/libc++
../src/lib/libc++
../src/lib/libc++/libc++.ldscript
--
Torfinn Ingolfsen <torfinn.ingolfsen at getmail.no>
More information about the freebsd-arm
mailing list