Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2014 10:00:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191943] New: Python 3.4 won't build in jail if software and kernel versions doesn't match
Message-ID:  <bug-191943-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191943

            Bug ID: 191943
           Summary: Python 3.4 won't build in jail if software and kernel
                    versions doesn't match
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: eirnym@gmail.com

Python3.4 version $FreeBSD: head/lang/python34/Makefile 361574 2014-07-11
18:09:01Z sbz $

Environment:

Host system 10 Stable with kernel version (`uname -K`) 1000710, Jail software
version (`uname -U`) 1100020.

So Makefile in ports believes that OS version is 1100020, but Python build
system believes that OS version is 1000710, so we have bug that

pkg-static:
lstat(/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/plat-freebsd11/IN.py):
No such file or directory

But there is other file on FS:
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/plat-freebsd10/IN.py

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191943-13>