From nobody Wed Oct 6 20:49:41 2021 X-Original-To: ports-bugs@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 D66D612BF55D for ; Wed, 6 Oct 2021 20:49:41 +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 4HPmm55gyfz3CFr for ; Wed, 6 Oct 2021 20:49:41 +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 961BE26D0F for ; Wed, 6 Oct 2021 20:49:41 +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 196KnfVF010815 for ; Wed, 6 Oct 2021 20:49:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 196Knfvl010814 for ports-bugs@FreeBSD.org; Wed, 6 Oct 2021 20:49:41 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: ports-bugs@FreeBSD.org Subject: [Bug 258972] stage Q/A reporting extraneous dependencies Date: Wed, 06 Oct 2021 20:49:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: truckman@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: 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: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258972 Bug ID: 258972 Summary: stage Q/A reporting extraneous dependencies Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: truckman@FreeBSD.org CC: ports-bugs@FreeBSD.org As an example, if I build net/nmsg: =3D=3D=3D=3D> Running Q/A tests (stage-qa) Error: /usr/local/lib/libnmsg.so.8.0.0 is linked to /usr/local/lib/libpgm-5.2.so.0 from net/openpgm but it is not declared as a dependency Warning: you need LIB_DEPENDS+=3Dlibpgm-5.2.so:net/openpgm Error: /usr/local/lib/libnmsg.so.8.0.0 is linked to /usr/local/lib/libnorm.= so.1 from net/norm but it is not declared as a dependency Warning: you need LIB_DEPENDS+=3Dlibnorm.so:net/norm but these libraries are not linked to libnmsg.so: # readelf -d /wrkdirs/usr/ports/net/nmsg/work/stage/usr/local/lib/libnmsg.so Dynamic section at offset 0x22aa0 contains 31 entries: Tag Type Name/Value 0x0000000000000001 NEEDED Shared library: [libpcap.so.8] 0x0000000000000001 NEEDED Shared library: [libprotobuf-c.so.= 1] 0x0000000000000001 NEEDED Shared library: [libzmq.so.5] 0x0000000000000001 NEEDED Shared library: [libyajl.so.2] 0x0000000000000001 NEEDED Shared library: [libz.so.6] 0x0000000000000001 NEEDED Shared library: [libm.so.5] 0x0000000000000001 NEEDED Shared library: [libthr.so.3] 0x0000000000000001 NEEDED Shared library: [libc.so.7] 0x000000000000000e SONAME Library soname: [libnmsg.so.8] These libraries are linked to libzmq.so.5, which comes from ZEROMQ_LIB_DEPENDS=3D libzmq.so:net/libzmq4 This appears to be a new problem since I don't recall seeing it a couple weeks ago. I took a brief look at Scripts/qa.sh and I don't see any suspicious commits in that time period. I've seen similar in another port in the last week. If you try this example, I recommend disabling the DOXYGEN option to avoid bringing in some heavyweight dependencies used to build the documentation. --=20 You are receiving this mail because: You are on the CC list for the bug.=