On Tue, Sep 06, 2016 at 05:11:11AM -0700, David Wolfskill wrote: > ... > Laptop got through "buildworld" Just Fine; re-trying on build machine. > We may have a race. > .... OK; build machine succeeded on the second try. (Laptop did so the first time). As that at least raises the possibility of a race condition during the build, I have placed the typescripts from both builds in <http://www.catwhisker.org/~david/FreeBSD/head/build_r305471/>. The (csh) aliases that are used expand to: * _bw setenv TMPDIR /tmp && \ id && \ mount && \ cd /usr/src && \ uname -a && \ date && \ make -j16 buildworld && \ date && \ make -j16 buildkernel && \ date && \ rm -fr /boot/modules.old && \ cp -pr /boot/modules{,.old} && \ make installkernel && \ date && \ pushd /usr/ports && \ pushd x11/nvidia-driver && \ make clean ; popd ; popd && \ date && \ mergemaster -U -u 0022 -p && \ date && \ rm -fr /usr/include.old && \ date && \ mv /usr/include{,.old} && \ date && \ rm -fr /usr/share/man && \ date && \ make installworld && \ date && \ mergemaster -F -U -u 0022 -i && \ date && \ make delete-old && \ date && \ df -k * _do setenv TMPDIR /tmp && \ id && \ mount && \ cd /usr/src && \ uname -a && \ date && \ make delete-old-libs && \ cp /var/run/dmesg.boot /var/tmp/dmesg.boot.12.0-CURRENT_amd64 && \ log_uname && \ date "log_uname" is a little shell script that appends the output of "uname -vp" to a file named: /var/tmp/uname_${arch}.$( uname -r | sed -e 's/\..*$//' ) Peace, david -- David H. Wolfskill david_at_catwhisker.org Those who would murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key.
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:07 UTC