From owner-freebsd-python@freebsd.org Tue Oct 23 18:27:44 2018 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 32377FF0756 for ; Tue, 23 Oct 2018 18:27:44 +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 C2D8C8A36F for ; Tue, 23 Oct 2018 18:27:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 886BEFF0746; Tue, 23 Oct 2018 18:27:43 +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 77439FF0741 for ; Tue, 23 Oct 2018 18:27:43 +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 17E6B8A36D for ; Tue, 23 Oct 2018 18:27:43 +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 4EAE91840F for ; Tue, 23 Oct 2018 18:27:42 +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 w9NIRgEu018244 for ; Tue, 23 Oct 2018 18:27:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w9NIRgEf018238 for python@FreeBSD.org; Tue, 23 Oct 2018 18:27:42 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 232510] lang/python37: Python 3.7.1 fails to build (upgrade) with 3.7.0 installed Date: Tue, 23 Oct 2018 18:27:41 +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, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: skh1002@hotmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: wen@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc 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: Tue, 23 Oct 2018 18:27:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232510 Serge changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skh1002@hotmail.com --- Comment #19 from Serge --- I confirm the same issue when trying to build Python 3.7.1 with 3.7.0_3 installed. My configuration is a jail under 11.2-RELEASE-p4 with ccache installed. My make.conf is as follows: WITH_CCACHE_BUILD=3Dyes=20=20=20=20=20=20=20=20=20=20=20 DEFAULT_VERSIONS+=3Dssl=3Dopenssl111 DEFAULT_VERSIONS+=3D php=3D7.2 DEFAULT_VERSIONS+=3D pgsql=3D10 DEFAULT_VERSIONS+=3D samba=3D4.8 DEFAULT_VERSIONS+=3D perl5=3D5.28 DEFAULT_VERSIONS+=3D python=3D3.7 DEFAULT_VERSIONS+=3D python3=3D3.7 OPTIONS_UNSET+=3DX11 OPTIONS_UNSET+=3D MYSQL OPTIONS_SET+=3D PGSQL --=20 You are receiving this mail because: You are on the CC list for the bug.=