From nobody Mon Nov 15 20:03:17 2021 X-Original-To: toolchain@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4EBDB1889752 for ; Mon, 15 Nov 2021 20:03:17 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HtKr51fJtz3DHw for ; Mon, 15 Nov 2021 20:03:17 +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 1A2BB1FE3F for ; Mon, 15 Nov 2021 20:03:17 +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 1AFK3H5K073784 for ; Mon, 15 Nov 2021 20:03:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFK3HN7073783 for toolchain@FreeBSD.org; Mon, 15 Nov 2021 20:03:17 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: toolchain@FreeBSD.org Subject: [Bug 259069] ldd -f format not applied to libraries Date: Mon, 15 Nov 2021 20:03:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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 List-Id: Maintenance of FreeBSD s integrated toolchain List-Archive: https://lists.freebsd.org/archives/freebsd-toolchain List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-toolchain@freebsd.org X-BeenThere: freebsd-toolchain@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259069 Yuri Victorovich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuri@freebsd.org --- Comment #6 from Yuri Victorovich --- I have stable/13-n248012-b6b91760300 that includes 7a3d7b9efc3373e439bccf234fd4fadd2af9a75f 'but ldd -a' still doesn't show sections for shared libraries: $ ldd -a /usr/local/lib/libraqm.so libfreetype.so.6 =3D> /usr/local/lib/libfreetype.so.6 (0x80067c000) libharfbuzz.so.0 =3D> /usr/local/lib/libharfbuzz.so.0 (0x801000000) libfribidi.so.0 =3D> /usr/local/lib/libfribidi.so.0 (0x800746000) libc.so.7 =3D> /lib/libc.so.7 (0x800263000) libz.so.6 =3D> /lib/libz.so.6 (0x800767000) libbz2.so.4 =3D> /usr/lib/libbz2.so.4 (0x800783000) libpng16.so.16 =3D> /usr/local/lib/libpng16.so.16 (0x800799000) libm.so.5 =3D> /lib/libm.so.5 (0x8010f2000) libgraphite2.so.3 =3D> /usr/local/lib/libgraphite2.so.3 (0x80112c00= 0) libglib-2.0.so.0 =3D> /usr/local/lib/libglib-2.0.so.0 (0x801158000) libthr.so.3 =3D> /lib/libthr.so.3 (0x801293000) libc++.so.1 =3D> /usr/lib/libc++.so.1 (0x8012c0000) libcxxrt.so.1 =3D> /lib/libcxxrt.so.1 (0x8007d8000) libgcc_s.so.1 =3D> /lib/libgcc_s.so.1 (0x801398000) libpcre.so.1 =3D> /usr/local/lib/libpcre.so.1 (0x8013b3000) libintl.so.8 =3D> /usr/local/lib/libintl.so.8 (0x801457000) libiconv.so.2 =3D> /usr/local/lib/libiconv.so.2 (0x801466000) libutil.so.9 =3D> /lib/libutil.so.9 (0x801586000) --=20 You are receiving this mail because: You are the assignee for the bug.=