Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2020 19:03:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233769] Possible build race: ld: error: unable to find library -lgcc_s
Message-ID:  <bug-233769-227-skuo3gyUzW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233769-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233769-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233769

--- Comment #23 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: markj
Date: Fri Sep 18 19:03:34 UTC 2020
New revision: 365889
URL: https://svnweb.freebsd.org/changeset/base/365889

Log:
  Install library symlinks atomically.

  As we do for shared library binaries, pass -S to install(1) when
  installing symlinks.  Doing so helps avoid transient failures when
  libraries are being reinstalled, which seems to be the root cause of
  spurious libgcc_s.so link failures during CI builds.

  PR:           233769
  Reviewed by:  emaste
  MFC after:    1 week
  Sponsored by: The FreeBSD Foundation
  Differential Revision:        https://reviews.freebsd.org/D26453

Changes:
  head/share/mk/bsd.lib.mk

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233769-227-skuo3gyUzW>