From nobody Tue May 25 07:20:28 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 BE4ED9EA271 for ; Tue, 25 May 2021 07:20:28 +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 4Fq58D4x76z4ZLC for ; Tue, 25 May 2021 07:20:28 +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 9206D19796 for ; Tue, 25 May 2021 07:20:28 +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 14P7KSFN075499 for ; Tue, 25 May 2021 07:20:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 14P7KSnd075498 for ports-bugs@FreeBSD.org; Tue, 25 May 2021 07:20:28 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 253721] [PATCH] FLAVOR converted ports don't work with WRKDIRPREFIX user definition Date: Tue, 25 May 2021 07:20:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: mat@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253721 Mathieu Arnold changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #1 from Mathieu Arnold --- Can you describe the error you are having exactly ? Beause WRKDIRPREFIX always has worked: =E2=9D=AF pwd=20=20=20=20=20=20=20=20=20=20=20=20=20 /home/mat/work/freebsd/ports/dns/bind9-devel =E2=9D=AF make -VFLAVORS=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 normal small huge nativepkcs11 gssapi_base gssapi_heimdal gssapi_mit =E2=9D=AF make -V WRKDIR /home/mat/work/freebsd/ports/dns/bind9-devel/work-normal =E2=9D=AF make -V WRKDIR WRKDIRPREFIX=3D/tmp /tmp/home/mat/work/freebsd/ports/dns/bind9-devel/work-normal If WRKDIRPREFIX was broken, all the tools used to build packages, like poudriere for instance, would be completely broken. The _WRKDIR variable that you are removing is used two lines after your pat= ch, where WRKDIRPREFIX is added. --=20 You are receiving this mail because: You are on the CC list for the bug.=