Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2017 12:11:48 -0700 (PDT)
From:      "Jeffrey Bouquet" <jbtakk@iherebuywisely.com>
To:        "current" <current@freebsd.org>
Subject:   Buildworld failing early. Nothing SVN yet except Makefile.inc1
Message-ID:  <E1dO7W8-0001Mz-AL@rmmprod05.runbox>

next in thread | raw e-mail | index | archive | help
  Wishing to avoid SVN for now to salvage nvidia-driver just in case...=20



#/bin/sh
# re-used sh as one may surmise...  $1 not used...=20

export CC=3D/usr/local/bin/clang40
export CXX=3D/usr/local/bin/clang++40=20=20
export CPP=3D/usr/local/bin/clang-cpp40=20

#cd  $1  # /usr/src/usr.sbin/pw
#make cleandepend
#make obj
#make depend
#make install

make MK_PROFILE=3Dno -DNO_CLEAN buildworld && yell || yell
..................................................
that failed immediately, exec ranlib, something.
however,
#  script
# zsh
# sh bw.sh ....
=20
and with the latest Makefile.inc1 with r383487, it starts...=20
...=20
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)=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
*** 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=3D'nm' NMFLAGS=3D'' lorder getdtablecount.o imsg-b=
uffer.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, ???
...........=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1dO7W8-0001Mz-AL>