Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 14:58:38 +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-dh4iwmduiy@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 #14 from Mark Johnston <markj@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=20
/usr/obj/usr/src/powerpc.powerpc64/tmp/lib/libgcc_s.so.1=20
/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?

--=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-dh4iwmduiy>