From owner-freebsd-ports-bugs@freebsd.org Fri Feb 9 14:10:41 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 B4611F06CED for ; Fri, 9 Feb 2018 14:10:41 +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 533E685E1C for ; Fri, 9 Feb 2018 14:10:41 +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 64D1D1C6FF for ; Fri, 9 Feb 2018 14:10:40 +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 w19EAex6094184 for ; Fri, 9 Feb 2018 14:10:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w19EAe4l094177 for freebsd-ports-bugs@FreeBSD.org; Fri, 9 Feb 2018 14:10:40 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 225752] Mk/Uses/python.mk: remove deprecated "USES=python:2" and "USES=python:3" Date: Fri, 09 Feb 2018 14:10:40 +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: yasu@utahime.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? 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-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: Fri, 09 Feb 2018 14:10:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225752 --- Comment #7 from Yasuhiro KIMURA --- (In reply to Mathieu Arnold from comment #1) > I have not looked at the whole diff, but it feels like a very mechanical > change. USES=3Dpython:2 installs other files than the python2 symlink, > files that ports may need. Have you tested that they all still build? I tried test build of all affected ports with poudriere. Ports tree: r461207 + proposed patch. Host OS: 11.1-RELEASE amd64 Poudriere jail OS: 11.1-RELEASE amd64 Build logs are put at following URL. http://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/111amd64-git/2018-0= 2-08_20h41m06s/ Out of 457 target ports. 453 ports could be built successfully. There 4 ports that couldn't be built. 1. databases/pgworksheet Build of this port is skipped because databases/py-pyPgSQL, one of depending port, is marked BROKEN. 2. math/hfst Build of this port is ignored because it is marked BROKEN. 3. net/xorp 4. lang/v8-devel Build of these ports failed at build phase. So I retried build of these por= ts without applying proposed patch and confirmed build still failed. > Also, I do not think there is any need to bump PORTREVISION. If 'USES=3Dpython:2" is changed into 'USES=3Dpython:2.7', then run-time dep= endency changes from lang/python2 to lang/python2.7. So I think bumping is necessar= y. > Also, do not completely remove the code from python.mk, you must change > the DEV_WARNING to a DEV_ERROR. OK. As for it I'll update my patch. --=20 You are receiving this mail because: You are on the CC list for the bug.=