From owner-freebsd-python@freebsd.org Wed May 15 16:07:48 2019 Return-Path: Delivered-To: freebsd-python@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 697FD15976E6 for ; Wed, 15 May 2019 16:07:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 003A293676 for ; Wed, 15 May 2019 16:07:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B5BAA15976E5; Wed, 15 May 2019 16:07:47 +0000 (UTC) Delivered-To: python@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 937F315976E4 for ; Wed, 15 May 2019 16:07:47 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28BA29366F for ; Wed, 15 May 2019 16:07:47 +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 59E993B1D for ; Wed, 15 May 2019 16:07:46 +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 x4FG7kNS079637 for ; Wed, 15 May 2019 16:07:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4FG7kHY079636 for python@FreeBSD.org; Wed, 15 May 2019 16:07:46 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: python@FreeBSD.org Subject: [Bug 237911] lang/spidermonkey24: 'make configure' fails if devel/py-setuptools_scm is installed Date: Wed, 15 May 2019 16:07:46 +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: jcfyecrayz@liamekaens.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kwm@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.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2019 16:07:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237911 --- Comment #2 from John Hein --- (In reply to Kubilay Kocak from comment #1) I'm not sure about a regression. I just noticed it when trying to build spidermonkey24 after its PORTREVISION was bumped. Previous (successful) build of spidermonkey24 was 24.2.0_9 (built 20181220)= .=20 At that time py-setuptools_scm was at 1.15.5, but I have not tried to deter= mine if that particular combination (vs py-setuptools_scm 3.1.0 now) is relevant= .=20 It's possible there is a regression (dependent on py-setuptools_scm version= ). I suspect you're right that the spidermonkey24 port could / should be convi= nced to use the system install of python but that may not fix this problem. I d= on't know yet how to get the spidermonkey24 port to do that. Yes (re: "to confirm again"), I can build before py-setuptools_scm is installed, and not after. I used poudriere testport with -i to build successfully. Then while still in the jail (due to the -i), I remove spidermonkey24's work dir, do 'make -C /usr/ports/devel/py-setuptools_scm install', then 'make -C /usr/ports/lang/spidermonkey24 configure' (which now fails). I also don't know if the options combination is important (I suspect not), = but for the record the options I have are set like so (which I think is the def= ault + UTF8): OPTIONS_FILE_UNSET+=3DDEBUG OPTIONS_FILE_UNSET+=3DDTRACE OPTIONS_FILE_UNSET+=3DGCZEAL OPTIONS_FILE_UNSET+=3DJEMALLOC OPTIONS_FILE_SET+=3DMETHODJIT OPTIONS_FILE_SET+=3DOPTIMIZE OPTIONS_FILE_SET+=3DREADLINE OPTIONS_FILE_SET+=3DTHREADSAFE OPTIONS_FILE_SET+=3DTRACEJIT OPTIONS_FILE_SET+=3DUTF8 --=20 You are receiving this mail because: You are on the CC list for the bug.=