Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2016 05:43:59 -0700
From:      David Wolfskill <david@catwhisker.org>
To:        current@freebsd.org
Subject:   Re: buildworld fails @r305471: "cc: error: linker command failed with exit code 1"
Message-ID:  <20160906124359.GO1247@albert.catwhisker.org>
In-Reply-To: <20160906121111.GN1247@albert.catwhisker.org>
References:  <20160906113618.GH1247@albert.catwhisker.org> <20160906121111.GN1247@albert.catwhisker.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--j+bp5Z84S2fv+Khe
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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
--=20
David H. Wolfskill				david@catwhisker.org
Those who would murder in the name of God or prophet are blasphemous coward=
s.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.

--j+bp5Z84S2fv+Khe
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQF8BAEBCgBmBQJXzroPXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix
NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4XY4IH/i7vc+9roC/ERCKjO4HiZYM+
gz79s4INDwxSBv7rTH8f9k57kl8+pbVOJHJBZJDWCljgLnfeSJz6qVAgiTDhmUyA
rU42hfz9+SuT9Y/duLFph2wuU5zEDrimTHen5C4GzUEGbL1n7i+xTFBkOxCHzDDf
9Z3NzUZT0fpkAa0ZT85ELkClE29aQTVDTm621/JTOW6fy8Rv58TXEzPtnTFxPJ7X
f7J1JE7zhUtErbIe356bypMHA7YOjp4wSyxxNJp9NHqiZoN5ExnjtTjJipMufi4A
B4kpzNWcXu/I/+4Eb5Yl4Wtsc99yHsEDapojBRQqSpmw/7VuP7ys/qDR1hA6BmQ=
=5qkV
-----END PGP SIGNATURE-----

--j+bp5Z84S2fv+Khe--



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