[Bug 233769] Possible build race: ld: error: unable to find library -lgcc_s
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 18 19:04:00 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #23 from commit-hook at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list