From owner-freebsd-python@freebsd.org Mon Jul 24 01:54:50 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1B45DB378E for ; Mon, 24 Jul 2017 01:54:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A9ABF76F56 for ; Mon, 24 Jul 2017 01:54:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A6232DB378D; Mon, 24 Jul 2017 01:54:50 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3F30DB378C for ; Mon, 24 Jul 2017 01:54:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84E7276F53 for ; Mon, 24 Jul 2017 01:54:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6O1smlB023604 for ; Mon, 24 Jul 2017 01:54:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 209649] archivers/py-borgbackup: py34-borgbackup-1.0.2 installs py27 dependencies Date: Mon, 24 Jul 2017 01:54:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: feld@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: 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 MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2017 01:54:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209649 --- Comment #14 from Kubilay Kocak --- The root cause contributing conditions are: - archivers/py-borgbackup USES=3Dpython:3.x+ (the 3.x+ bit) - archivers/py-borgbackup incorrectly *_DEPENDS on py-* (not py3-*) version= s of dependencies. - poudriere has a DEPENDS_ARGS issue[1][2] Notes: - Existing py3-* ports are workarounds until ports variants/flavors (ugly n= ame) support is added to the tree. - A workaround for having to create py3-* ports was added to a recent poudriere{-devel} version to automatically build py3-* variants when necess= ary.=20 The official freebsd package repositories have not been updated (yet) to th= is poudriere version (pending exp-runs, i dont believe there's a tracking bug yet). This is fundamentally a python framework/poudriere issue, manifest in a cer= tain class of python ports/packages in certain conditions. archivers/py-borgbackup can be fixed by *_DEPENDS'ing on py3- versions of i= ts dependencies (and their dependencies). [1] https://github.com/freebsd/poudriere/issues/259 [2] https://github.com/freebsd/poudriere/pull/483 --=20 You are receiving this mail because: You are on the CC list for the bug.=