Buildworld failing early. Nothing SVN yet except Makefile.inc1
Jeffrey Bouquet
jbtakk at iherebuywisely.com
Thu Jun 22 19:11:57 UTC 2017
Wishing to avoid SVN for now to salvage nvidia-driver just in case...
#/bin/sh
# re-used sh as one may surmise... $1 not used...
export CC=/usr/local/bin/clang40
export CXX=/usr/local/bin/clang++40
export CPP=/usr/local/bin/clang-cpp40
#cd $1 # /usr/src/usr.sbin/pw
#make cleandepend
#make obj
#make depend
#make install
make MK_PROFILE=no -DNO_CLEAN buildworld && yell || yell
..................................................
that failed immediately, exec ranlib, something.
however,
# script
# zsh
# sh bw.sh ....
and with the latest Makefile.inc1 with r383487, it starts...
...
never mind.
the error persists.
ar -crD libroken.a ... ... ... | tsort -q`
ranlib -D libroken.a
bmake[3]: exec(ranlib) failed (No such file or directory)
*** Error code 1
bmake[3] stopped in /usr/src/kerberos5/lib/libroken
*** Error code 1
.....................
Not tried so far: changing /var and /tmp nosuid > suid...
...............
okay, that is done.
Also, moved src.conf out of the way.
...............
Proceeding again.
Again,
ranlib -D libopenbsd.a
bmake[3]: exec(ranlib) failed (No such file or directory)
..............................
after
ar -crD libopenbsd.a `NM='nm' NMFLAGS='' lorder getdtablecount.o imsg-buffer.o imsg.o ohash.o | tsort -q`
...............................
Not enough cleandepends, cleanworld first or more fixable ?? ....
bmake[3]: stopped in /usr/src/lib/libopenbsd
... besides nosuid > suid, src.conf, make.conf, llvm40, ???
...........
More information about the freebsd-current
mailing list