From owner-freebsd-bugs@freebsd.org Sun Oct 11 12:56:21 2020 Return-Path: Delivered-To: freebsd-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED2593F3B0E for ; Sun, 11 Oct 2020 12:56:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8MJ562WHz4Bhw for ; Sun, 11 Oct 2020 12:56:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CF3153F3B0D; Sun, 11 Oct 2020 12:56:21 +0000 (UTC) Delivered-To: bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CEF5A3F36D0 for ; Sun, 11 Oct 2020 12:56:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C8MJ557P0z4Bfp for ; Sun, 11 Oct 2020 12:56:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 939B11BA66 for ; Sun, 11 Oct 2020 12:56:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 09BCuL9p066184 for ; Sun, 11 Oct 2020 12:56:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 09BCuLIY066183 for bugs@FreeBSD.org; Sun, 11 Oct 2020 12:56:21 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 249143] pkgbase: Library archive files .a found in non *-dev packages Date: Sun, 11 Oct 2020 12:56:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: pkgbase X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: martin.jakob@gmx.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2020 12:56:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249143 --- Comment #3 from Martin --- Searching for these symlinks in the METALOG shows this (i omitted the uname= =3D, gname=3D, mode=3D and flags=3D properties): grep -E "lib(c|ncurses.*|pthread|thr|ulog|utempter|xnet)\.so" /usr/obj/usr/src/amd64.amd64/worldstage/METALOG | sort -b -k 7 | column -t ./lib/libc.so.7 type=3Dfile ... size=3D2031360=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./lib/libncurses.so.9 type=3Dfile ... size=3D401496=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./lib/libncursesw.so.9 type=3Dfile ... size=3D459800=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./lib/libthr.so.3 type=3Dfile ... size=3D129744=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libcurses.so type=3Dlink ... link=3Dlibncurses.so=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libcursesw.so type=3Dlink ... link=3Dlibncursesw.so=20=20=20=20= =20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libpthread.so type=3Dlink ... link=3Dlibthr.so=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libtermcap.so type=3Dlink ... link=3Dlibncurses.so=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libtermcapw.so type=3Dlink ... link=3Dlibncursesw.so=20=20=20=20= =20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libtermlib.so type=3Dlink ... link=3Dlibncurses.so=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libtermlibw.so type=3Dlink ... link=3Dlibncursesw.so=20=20=20=20= =20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libtinfo.so type=3Dlink ... link=3Dlibncurses.so=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libtinfow.so type=3Dlink ... link=3Dlibncursesw.so=20=20=20=20= =20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libxnet.so type=3Dlink ... link=3Dlibc.so=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs ./usr/lib/libc.so type=3Dfile ... size=3D134=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dclibs,dev ./usr/lib/libncurses.so type=3Dlink ... link=3D../../lib/libncurses.so.9= =20=20 tags=3Dpackage=3Dclibs,dev ./usr/lib/libncursesw.so type=3Dlink ... link=3D../../lib/libncursesw.so.9= =20 tags=3Dpackage=3Dclibs,dev ./usr/lib/libthr.so type=3Dlink ... link=3D../../lib/libthr.so.3=20= =20=20=20=20=20 tags=3Dpackage=3Dclibs,dev ./lib/libulog.so.0 type=3Dfile ... size=3D9552=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dutilities ./usr/lib/libutempter.so type=3Dlink ... link=3Dlibulog.so=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 tags=3Dpackage=3Dutilities ./usr/lib/libulog.so type=3Dlink ... link=3D../../lib/libulog.so.0=20= =20=20=20=20 tags=3Dpackage=3Dutilities,dev The most dangling symlinks are symlinks pointing to another symlink, which = does not exist. e.g. /usr/lib/libcurses.so -> /usr/lib/libncurses.so -> ../../lib/libncurses.so.9 The reason it does not exist on my system, is, that i don't install the dev= -, debug-, lib32- and tests-packages. /usr/lib/libncurses.so -> ../../lib/libncurses.so.9=20 /usr/lib/libncursesw.so -> ../../lib/libncursesw.so.9 /usr/lib/libthr.so -> ../../lib/libthr.so.3 /usr/lib/libulog.so -> ../../lib/libulog.so.0 /usr/lib/libc.so differs a little, because it is a text file, with this content: GROUP ( /lib/libc.so.7 /usr/lib/libc_nonshared.a ) As i see it, at least the symlinks should be moved from the dev- to the "ma= in" package. Or are there reason for the current placement? The above mentioned /usr/lib/libxo/encoder/test.enc should be moved to the tests-package because the target is in the /usr/tests/ directory. --=20 You are receiving this mail because: You are the assignee for the bug.=