https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
Mark Johnston changed:
What|Removed |Added
Assignee|b...@freebsd.org|ma...@freebsd.org
Stat
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #23 from commit-h...@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 atom
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #22 from Mark Johnston ---
No luck attempting to reproduce the problem. I did however just get email
about yet another instance of the bug:
13:16:31 --- lib/libgcc_s__L ---
13:16:31 install -U -l rs -o root -g wheel -m 755
/u
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #21 from Mark Millard ---
(In reply to Ed Maste from comment #18)
I have seen this on rare occasion. I've seen it on a ThreadRipper
1950X doing personal builds, including cross builds. I've seen
it during lib32 build activity a
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #20 from Ed Maste ---
It looks like r169717 https://reviews.freebsd.org/rS169717 is where this
originated
--
You are receiving this mail because:
You are the assignee for the bug.
__
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #19 from Li-Wen Hsu ---
(In reply to Ed Maste from comment #18)
I also don't remember I see this in my local builds. I suspect this is a race
condition more easily happen on a slow or high loading machine.
--
You are receiving
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #18 from Ed Maste ---
(In reply to Mark Johnston from comment #15)
I'm not sure I've ever seen it in local builds either, but I have encountered
it more than once on cirrus-ci builds.
--
You are receiving this mail because:
Yo
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #17 from Mark Johnston ---
(In reply to Li-Wen Hsu from comment #16)
Ok, trying it.
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
Li-Wen Hsu changed:
What|Removed |Added
Status|New |Open
--- Comment #16 from Li-Wen Hsu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #15 from Mark Johnston ---
A possible fix: https://reviews.freebsd.org/D26453
buildworld completes for me with this change. I don't think I've ever seen the
build failure in question in my own builds, so I can't easily verify
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #14 from Mark Johnston ---
>From what I can see install.sh is not being used when the problem occurs:
21:48:22 --- lib/libgcc_s__L ---
21:48:22 install -U -o root -g wheel -m 444libgcc_s.so.1.debug
/usr/obj/usr/src/powerpc
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
Mark Johnston changed:
What|Removed |Added
CC||ma...@freebsd.org
--- Comment #13
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #12 from Bryan Drewery ---
Oh and it's actually the symlink causing the problem here not the library
itself.
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #11 from Bryan Drewery ---
Just passing through -S in tools/install.sh is not enough.
1. Maybe this tool is expected to work on Linux where -S does something
different.
2. The symlink/hardlink support call ln(1) which are is ato
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #10 from Bryan Drewery ---
This is due to tools/install.sh not supporting -S. If that is fixed
then this is easily fixed.
--
You are receiving this mail because:
You are the assignee for the bug.
__
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #9 from Ed Maste ---
On Tue, 30 Jul 2019 at 13:38, wrote:
>
> FreeBSD-head-powerpcspe-build - Build #12186 (r350451) - Failure
>
> Build information:
> https://ci.freebsd.org/job/FreeBSD-head-powerpcspe-build/12186/
> Full cha
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #8 from Mark Millard ---
(In reply to Mark Millard from comment #7)
And, finally what I should have looked for in the overall
logs, using a aarch64 build this time (no lib32):
# egrep '(libgcc_s\.so|libgcc_s.*_libinstall)'
~/s
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #7 from Mark Millard ---
(In reply to Ed Maste from comment #6)
Ahh, I needed to look in the .meta files. Sorry.
What you are reporting may mean that some .meta files are
written more than once, so I'd see content from only th
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #6 from Ed Maste ---
(In reply to Mark Millard from comment #5)
The installs are done during buildworld as part of the libraries target. In a
submake the _prereq_libs, _startup_libs and _generic_libs targets are built in
turn an
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #5 from Mark Millard ---
(In reply to Ed Maste from comment #4)
Is there a installworld vs. buildworld confusion? (I'd expect ld to be a
buildworld issue, not a installworld one.)
I see from recent activity, using:
egrep -r '
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #4 from Ed Maste ---
In a successful build we actually install libgcc_s.so three times to the same
location.
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #3 from Ed Maste ---
Indeed, the build installs libgcc_s twice to the same location:
% grep 'install.*libgcc_s.so$' ~/Downloads/6381946174177280-main.log
sh /tmp/cirrus-ci-build/tools/install.sh -l rs -o root -g wheel -m 755
/
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #2 from Ed Maste ---
Occurred in a private CI build of mine:
https://cirrus-ci.com/task/6381946174177280
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
Mark Millard changed:
What|Removed |Added
CC||marklmi26-f...@yahoo.com
--- Commen
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
Bug ID: 233769
Summary: Possible build race: ld: error: unable to find library
-lgcc_s
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
25 matches
Mail list logo