From owner-freebsd-python@FreeBSD.ORG Tue Sep 2 21:47:08 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34018F20 for ; Tue, 2 Sep 2014 21:47:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7871917 for ; Tue, 2 Sep 2014 21:47:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s82Ll7BD070070 for ; Tue, 2 Sep 2014 21:47:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191943] lang/python34 won't build in jail if software and kernel versions doesn't match Date: Tue, 02 Sep 2014 21:47:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eirnym@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 21:47:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191943 --- Comment #5 from Eir Nym --- Thank you, Bryan. But same here: # cat /etc/make.conf UNAME_R="11-CURRENT" UNAME_V="11-CURRENT" OSVERSION=1100020 # cd /usr/ports/lang/python34 ... cutted ... Compiling '/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/plat-freebsd10/IN.py'... ... cutted ... ===> Registering installation for python34-3.4.1_1 pkg-static: lstat(/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/plat-freebsd11/IN.py): No such file or directory pkg-static: lstat(/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/plat-freebsd11/__pycache__/IN.cpython-34.pyc): No such file or directory pkg-static: lstat(/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/plat-freebsd11/__pycache__/IN.cpython-34.pyo): No such file or directory pkg-static: lstat(/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/plat-freebsd11/regen): No such file or directory pkg-static: lstat(/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/plat-freebsd11/__pycache__/): No such file or directory pkg-static: lstat(/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/plat-freebsd11/): No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/lang/python34 *** Error code 1 after setting UNAME_K= 1100020 I'll got same. -- You are receiving this mail because: You are the assignee for the bug.