public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* New Account apply
@ 2022-04-06  7:03 蔺小渊
  2022-04-06  8:04 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: 蔺小渊 @ 2022-04-06  7:03 UTC (permalink / raw)
  To: overseers

Hi,I want to report a bug of binutils.

After backporting some patches from binutils-2.37 to binutils-2.34 to solve CVE-2021-20197, we find when compiling parallelly,the generated .so file lose some linked so.

Expected behavior:

[root@localhost ~]# ldd libcwall_ce.so
linux-vdso.so.1 (0x00007fff1ef73000)
libachk.so => /usr/lib64/libachk.so (0x00007f0377c98000)
libdefault.so => not found
liblpcc.so => not found
libccellprotein.so => not found
......
libc.so.6 => /usr/lib64/libc.so (0x00007f0377ade000)

Unexpected behavior:

[root@localhost ~]# ldd libcwall_ce.so
linux-vdso.so.1 (0x00007fff1ef73000)
libachk.so => /usr/lib64/libachk.so (0x00007f0377c98000)
libdefault.so => not found
liblpcc.so => not found
......
libc.so.6 => /usr/lib64/libc.so (0x00007f0377ade000)

The libccellprotein.so was lost.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-06  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06  7:03 New Account apply 蔺小渊
2022-04-06  8:04 ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).