From owner-freebsd-ports-bugs@freebsd.org Mon Feb 8 19:12:01 2021 Return-Path: Delivered-To: freebsd-ports-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 125B653DD14 for ; Mon, 8 Feb 2021 19:12:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DZFy86pqnz4gtW for ; Mon, 8 Feb 2021 19:12:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E9CA053DD13; Mon, 8 Feb 2021 19:12:00 +0000 (UTC) Delivered-To: ports-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 E7F7E53DB41 for ; Mon, 8 Feb 2021 19:12:00 +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 4DZFy86B9Tz4gwq for ; Mon, 8 Feb 2021 19:12:00 +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 C696E1CCCE for ; Mon, 8 Feb 2021 19:12:00 +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 118JC01Y031553 for ; Mon, 8 Feb 2021 19:12:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 118JC0SK031552 for ports-bugs@FreeBSD.org; Mon, 8 Feb 2021 19:12:00 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 253354] Mk/Scripts/depends-list.sh: flavors are not processed properly when dependency is absolute path Date: Mon, 08 Feb 2021 19:12:00 +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 Some People X-Bugzilla-Who: sobomax@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 attachments.created 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 MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2021 19:12:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253354 Bug ID: 253354 Summary: Mk/Scripts/depends-list.sh: flavors are not processed properly when dependency is absolute path Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: sobomax@FreeBSD.org CC: ports-bugs@FreeBSD.org Created attachment 222275 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222275&action= =3Dedit Patch to fix the issue. Our ports framework supports "off-side" dependencies, when the port we depe= nd on is outside /usr/ports. That logic however is not followed when dealing w= ith @foo at the end of the reference, causing warnings to be issued. Consider the following dependency line: RUN_DEPENDS=3D=20=20=20 ${PYTHON_PKGNAMEPREFIX}dal>0:/sobomax/myports/devel/py-dal@${PY_FLAVOR} The make package, make clean and some other targets would issue the followi= ng warning: [ssp-root@sipit_rack ~/builder/SSP/py-sippyapi.base]$ make clean py27-sippyapi.base-202012161500_4: "/sobomax/myports/devel/py-dal@py27" non-existent -- dependency list incomplete =3D=3D=3D> Cleaning for py27-sippyapi.base-202012161500_4 py36-sippyapi.base-202012161500_4: "/sobomax/myports/devel/py-dal@py36" non-existent -- dependency list incomplete =3D=3D=3D> Cleaning for py36-sippyapi.base-202012161500_4 I believe this is a recent regression, after rev.510950 (overlays support) = by @bapt. https://svnweb.freebsd.org/ports/head/Mk/Scripts/depends-list.sh?r1=3D47198= 8&r2=3D510950 --=20 You are receiving this mail because: You are on the CC list for the bug.=