Date: Mon, 14 Feb 2022 09:09:20 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261550] Missing libraries Message-ID: <bug-261550-7788-Zibune2Dz2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-261550-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-261550-7788@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=3D261550 --- Comment #6 from Tatsuki Makino <tatsuki_makino@hotmail.com> --- Created attachment 231811 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D231811&action= =3Dedit patch for ports-mgmt/pkg to make bad values visible llvm uses the following rpath when linking liblldb. -Wl,-rpath,"\$ORIGIN/../lib:\$ORIGIN/../../../../lib:/usr/local/lib" This value will not cause any problems since the system shared libraries ca= nnot be found from STAGEDIR. After the installation, system shared libraris will be found using this val= ue. The function filter_system_shlibs, which excludes system shared libraries u= sed by pkg-check and pkg-create, will not successfully exclude them if they con= tain this value. As a result, the database will be rewritten so that "missing a required sha= red library" will be displayed. --=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-261550-7788-Zibune2Dz2>