From owner-freebsd-ports-bugs@freebsd.org Sat Jan 9 11:16:09 2016 Return-Path: Delivered-To: freebsd-ports-bugs@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 715ADA68E72 for ; Sat, 9 Jan 2016 11:16:09 +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 40C441783 for ; Sat, 9 Jan 2016 11:16:09 +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 u09BG84q002622 for ; Sat, 9 Jan 2016 11:16:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 206067] ports-mgmt/poudriere: failure at check-sanity phase and issue of python version dependency Date: Sat, 09 Jan 2016 11:16:09 +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: yasu@utahime.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bdrewery@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2016 11:16:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206067 Bug ID: 206067 Summary: ports-mgmt/poudriere: failure at check-sanity phase and issue of python version dependency Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: bdrewery@FreeBSD.org Reporter: yasu@utahime.org Flags: maintainer-feedback?(bdrewery@FreeBSD.org) Assignee: bdrewery@FreeBSD.org I proposed following patch to Bug #205789: https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165035&action=3Ddiff The intention of my patch is to make the port always use python 3 regardless of default python version setting. On real 10.2-RELEASE environment it just works as is intended. That is: * "cd /usr/ports/mail/postfix-policyd-spf-python; make install" succeeds without any error. * Both mail/postfix-policyd-spf-python itself and dependents (such as mail/py-authres or mail/py-pyspf) are built and installed as python 3 packages (py34-postfix-policyd-spf-python-1.3.2_2, py34-authres-0.800, py34-pyspf-2.0.12_3, and etc.). But on poudriere with 10.2-R jail the result is different as following: * "poudriere testport -j 102release -o mail/postfix-policyd-spf-python" fails at check-sanity phase.=20 * Some dependents (such as mail/py-authres or mail/py-pyspf) are build as python 2 packages (py27-authres-0.800, py27-pyspf-2.0.12_3, and etc.) I asked to freebsd-ports ML what is cause of the difference and got the answer that it is bug of poudriere. http://lists.freebsd.org/pipermail/freebsd-ports/2016-January/101572.html http://lists.freebsd.org/pipermail/freebsd-ports/2016-January/101573.html --=20 You are receiving this mail because: You are the assignee for the bug.=