[Bug 233769] Possible build race: ld: error: unable to find library -lgcc_s
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 16 14:58:39 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233769
--- Comment #14 from Mark Johnston <markj at FreeBSD.org> ---
>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 444 libgcc_s.so.1.debug
/usr/obj/usr/src/powerpc.powerpc64/tmp/usr/lib/debug/lib/
21:48:22 install -U -l rs -o root -g wheel -m 755
/usr/obj/usr/src/powerpc.powerpc64/tmp/lib/libgcc_s.so.1
/usr/obj/usr/src/powerpc.powerpc64/tmp/usr/lib/libgcc_s.so
21:48:22 --- lib/ofed/libibverbs__L ---
21:48:22 ld: error: unable to find library -lgcc_s
and we are not specifying -S for creating the symlink. Why not?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list