From owner-freebsd-python@freebsd.org Sun Mar 29 15:05:46 2020 Return-Path: Delivered-To: freebsd-python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B44DA2A2352 for ; Sun, 29 Mar 2020 15:05:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 48qzRs42yDz4SxT for ; Sun, 29 Mar 2020 15:05:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B16A32A2313; Sun, 29 Mar 2020 15:05:37 +0000 (UTC) Delivered-To: python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B06C72A2311 for ; Sun, 29 Mar 2020 15:05:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48qzRj2tlNz4SvX for ; Sun, 29 Mar 2020 15:05:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC608228E for ; Sun, 29 Mar 2020 14:58:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 02TEwwXk048458 for ; Sun, 29 Mar 2020 14:58:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 02TEww96048457 for python@FreeBSD.org; Sun, 29 Mar 2020 14:58:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 245165] lang/python37 : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:Unable to access file /usr/ports/lang/python37/work/stageusr/ Date: Sun, 29 Mar 2020 14:58:58 +0000 X-Bugzilla-Type: request 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: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: 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: Sun, 29 Mar 2020 15:05:47 -0000 Bugzilla Automation has asked freebsd-python mailing list for maintainer-feedback: Bug 245165: lang/python37 : Fails to build on FreeBSD 12.1-RELEASE-p1 power= pc 32 bit:Unable to access file /usr/ports/lang/python37/work/stageusr/ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245165 --- Description --- Problem found when building lang/python372 on FreeBSD 12.1-RELEASE-p1 r3549= 92 GENERIC powerpc 32 bit, running on Apple Powerbook 17". Error message is pkg-static: Unable to access file /usr/ports/lang/python37/work/stageusr/local/lib/python3.7/lib2to3/Grammar3= .7.7 .final.0.pickle:No such file or directory My guess is a / is missing in a path as python37/work/stageusr/ does not exists, while python37/work/stage/usr/ exists. Full error message : /usr/ports/lang/python37 # make install clean =3D=3D=3D> Installing for python37-3.7.7 =3D=3D=3D> Checking if python37 is already installed =3D=3D=3D> Registering installation for python37-3.7.7 pkg-static: Unable to access file /usr/ports/lang/python37/work/stageusr/local/lib/python3.7/lib2to3/Grammar3= .7.7 .final.0.pickle:No such file or directory pkg-static: Unable to access file /usr/ports/lang/python37/work/stageusr/local/lib/python3.7/lib2to3/PatternG= ramm ar3.7.7.final.0.pickle:No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/lang/python37 *** Error code 1 Stop. make: stopped in /usr/ports/lang/python37