From nobody Sat Jun 19 04:12:07 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 262D011E6E65 for ; Sat, 19 Jun 2021 04:12:08 +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 4G6MnN0XJ3z4XW1 for ; Sat, 19 Jun 2021 04:12:08 +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 EEC177991 for ; Sat, 19 Jun 2021 04:12:07 +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 15J4C7il084609 for ; Sat, 19 Jun 2021 04:12:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 15J4C7SZ084608 for ports-bugs@FreeBSD.org; Sat, 19 Jun 2021 04:12:07 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 256706] ports infrastructure change denies poudriere -a with python flavors Date: Sat, 19 Jun 2021 04:12:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dgilbert@eicat.ca X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@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=3D256706 Bug ID: 256706 Summary: ports infrastructure change denies poudriere -a with python flavors Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: dgilbert@eicat.ca CC: jhixson@FreeBSD.org, madpilot@FreeBSD.org, sunpoet@FreeBSD.org CC: jhixson@FreeBSD.org, madpilot@FreeBSD.org, sunpoet@FreeBSD.org I have python 3.7 set as the default. It is important to me that this chan= ge is managed... and I'm not ready to use 3.8 yet. Today, when I went to build with poudriere -a, it chucked out a whole mess = of the following: [00:02:27] Error: compute_deps_pkg failed to lookup pkgname for databases/py-apsw@py38 processing package calibre-5.21.0 from deskutils/cal= ibre -- Is SUBDIR+=3Dpy-apsw@py38 missing in databases/Makefile and does the port provide the 'py38' FLAVOR? and _one_ like this: [00:02:27] Warning: deskutils/calibre dependency on net/py-zeroconf has wro= ng PKGNAME of 'py38-zeroconf' but should be 'py37-zeroconf' ... I understand that -a should build all the flavors, but building with -a worked last month (I do it about once a month) and it doesn't work this mon= th. my make.conf contains: DEFAULT_VERSIONS+=3Dpython=3D3.7 DEFAULT_VERSIONS+=3Dpython3=3D3.7 DEFAULT_VERSIONS+=3Dpgsql=3D10 DEFAULT_VERSIONS+=3Ddjango=3D2.2 DEFAULT_VERSIONS+=3Ddj=3D2.2 DEFAULT_VERSIONS+=3Dphp=3D74 SELECTED_OPTIONS+=3DOPENBLAS ARCHDEF=3DAMD64K10h64SSE3 --=20 You are receiving this mail because: You are the assignee for the bug.=