From owner-freebsd-ports-bugs@freebsd.org Thu Feb 8 21:12:19 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFCF0F05183 for ; Thu, 8 Feb 2018 21:12:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC887E083 for ; Thu, 8 Feb 2018 21:12:19 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 7D10B139EC for ; Thu, 8 Feb 2018 21:12:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w18LCI0m034660 for ; Thu, 8 Feb 2018 21:12:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w18LCIEK034635 for freebsd-ports-bugs@FreeBSD.org; Thu, 8 Feb 2018 21:12:18 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: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225773] pyqt5: package phase fails under python 3.4 with plist error on PYI file Date: Thu, 08 Feb 2018 21:12:17 +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 Only Me X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kde@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 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.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 21:12:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225773 Bug ID: 225773 Summary: pyqt5: package phase fails under python 3.4 with plist error on PYI file Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: john@saltant.com Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org Created attachment 190443 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D190443&action= =3Dedit PyQt5: Fix plist under python 3.4 Summary =3D=3D=3D=3D=3D=3D=3D The PyQt5 ports cannot be built successfully when using python 3.4. Poudrie= re terminates in the package phase with the following error (or similar). =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building package for py34-qt5-core-5.9.2_1 pkg-static: Unable to access file /wrkdirs/usr/ports/devel/py-qt5-core/work-py34/stage/usr/local/lib/python3.= 4/site-packages/PyQt5/QtCore.pyi:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-qt5-core Analysis =3D=3D=3D=3D=3D=3D=3D=3D PyQt5 does not install a PYI file containing type hints (PEP 484) unless the version of python is 3.5 or greater [0]. [0] https://docs.python.org/3/whatsnew/3.5.html#whatsnew-pep-484 Affected ports =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D devel/py-qt5-core x11-toolkits/py-qt5-widgets x11-toolkits/py-qt5-gui Changelog =3D=3D=3D=3D=3D=3D=3D=3D=3D * Predicate inclusion of PYI file on type hints added in python 3.5 * While here, strip share object QA =3D=3D poudriere: OK -- testport on 10.4-RELEASE-p3 amd64 w/py27 (default), py34, py35, py36 --=20 You are receiving this mail because: You are the assignee for the bug.=