Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2015 21:04:19 +0100
From:      Torfinn Ingolfsen <torfinn.ingolfsen@getmail.no>
To:        freebsd-arm@FreeBSD.org
Subject:   Re: Chromebook image - install fails
Message-ID:  <20150107210419.4a6709276e70f8520b60acdb@getmail.no>
In-Reply-To: <20150107000653.619bc2f3bda8be8ea2307f17@getmail.no>
References:  <20150104234331.e0f2cdff0837b76199547b48@getmail.no> <20150107000653.619bc2f3bda8be8ea2307f17@getmail.no>

next in thread | previous in thread | raw e-mail | index | archive | help
FWIW, I also tried the build on a machine which runs FreeBSD 10.0-release:
tingo@kg-v7$ uname -a
FreeBSD kg-v7.kg4.no 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014
     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
as before, buildworld and buildkernel works.
And - installworld fails in the same way:
--------------------------------------------------------------
>>> Installing everything
--------------------------------------------------------------
cd /usr/home/tingo/work/cb2/src; make -f Makefile.inc1 install
===> share/info (install)
install -o root -g wheel -m 644  dir-tmpl /mnt/usr/share/info/dir
===> lib (install)
===> lib/csu/arm (install)
install -o root -g wheel -m 444  crt1.o crti.o crtn.o Scrt1.o gcrt1.o /mnt/usr/lib
install: crt1.o: No such file or directory
*** [realinstall] Error code 71

make[5]: stopped in /usr/home/tingo/work/cb2/src/lib/csu/arm
1 error

make[5]: stopped in /usr/home/tingo/work/cb2/src/lib/csu/arm
*** [_sub.realinstall] Error code 2

make[4]: stopped in /usr/home/tingo/work/cb2/src/lib
1 error

make[4]: stopped in /usr/home/tingo/work/cb2/src/lib
*** [_sub.realinstall] Error code 2

make[3]: stopped in /usr/home/tingo/work/cb2/src
1 error

make[3]: stopped in /usr/home/tingo/work/cb2/src
*** [reinstall] Error code 2

make[2]: stopped in /usr/home/tingo/work/cb2/src
1 error

make[2]: stopped in /usr/home/tingo/work/cb2/src
*** [installworld] Error code 2

make[1]: stopped in /usr/home/tingo/work/cb2/src
1 error

make[1]: stopped in /usr/home/tingo/work/cb2/src
*** [installworld] Error code 2

make: stopped in /usr/home/tingo/work/cb2/src
1 error

make: stopped in /usr/home/tingo/work/cb2/src
        0.45 real         0.13 user         0.25 sys

but the files are present:
tingo@kg-v7$ pwd
/home/tingo/work/cb2
tingo@kg-v7$ find obj -name crt1.o -print
obj/arm.armv6/usr/home/tingo/work/cb2/src/tmp/usr/lib/crt1.o
obj/arm.armv6/usr/home/tingo/work/cb2/src/lib/csu/arm/crt1.o

-- 
Torfinn Ingolfsen <torfinn.ingolfsen@getmail.no>



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