Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Sep 2014 22:15:52 +0000
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
Message-ID:  <bug-191943-17421-X0egr9Chph@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191943-17421@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191943-17421@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #8 from Eir Nym <eirnym@gmail.com> ---
found documentation for uname(1) and fixed with variables UNAME_r & UNAME_v.
But it doesn't help at the end at all.

# uname -a
FreeBSD builder.local 11-CURRENT 11-CURRENT amd64

# make install
... skip ...
configure: loading site script /usr/ports/Templates/config.site
checking build system type... amd64-portbld-freebsd11
checking host system type... amd64-portbld-freebsd11
... skip ...
cc -c -Wno-unused-result -Werror=declaration-after-statement -DNDEBUG -O2 -pipe
  -fno-strict-aliasing     -I. -IInclude -I./Include -I/usr/local/include -fPIC
-DPy_BUILD_CORE -DPLATFORM='"freebsd11-CURRENT"' -o Python/getplatform.o
./Python/getplatform.c
... skip ...
--- Modules/getpath.o ---
cc -c -Wno-unused-result -Werror=declaration-after-statement -DNDEBUG -O2 -pipe
  -fno-strict-aliasing     -I. -IInclude -I./Include -I/usr/local/include -fPIC
-DPy_BUILD_CORE -DPYTHONPATH='":plat-freebsd11-CURRENT"' 
-DPREFIX='"/usr/local"'  -DEXEC_PREFIX='"/usr/local"'  -DVERSION='"3.4"' 
-DVPATH='""'  -o Modules/getpath.o ./Modules/getpath.c
... skip ...
mkdir ./Lib/plat-freebsd11-CURRENT
cp ./Lib/plat-generic/regen ./Lib/plat-freebsd11-CURRENT/regen
export PATH; PATH="`pwd`:$PATH";  export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; 
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`";  export EXE; EXE=""; 
if [ -n "" ]; then export MULTIARCH; MULTIARCH=; fi;  export PYTHON_FOR_BUILD; 
if [ "amd64-portbld-freebsd11" = "amd64-portbld-freebsd11" ]; then 
PYTHON_FOR_BUILD="python";  else  PYTHON_FOR_BUILD="./python -E";  fi;  cd
./Lib/plat-freebsd11-CURRENT;
LD_LIBRARY_PATH=/usr/ports/lang/python34/work/Python-3.4.1 ./regen
eval $PYTHON_FOR_BUILD ../../Tools/scripts/h2py.py -i "'(u_long)'"
/usr/include/netinet/in.h
... skip ...
Creating directory /usr/local/lib/python3.4/plat-freebsd11-CURRENT
... skip ...
install -o root -g wheel -m 644
build/lib.freebsd-11-CURRENT-amd64-3.4/_sysconfigdata.py
/usr/local/lib/python3.4
... skip ...
install -o root -g wheel -m 644 ./Lib/plat-freebsd11-CURRENT/IN.py
/usr/local/lib/python3.4/plat-freebsd11-CURRENT
install -o root -g wheel -m 555 ./Lib/plat-freebsd11-CURRENT/regen
/usr/local/lib/python3.4/plat-freebsd11-CURRENT
... skip ...
===>   Registering installation for python34-3.4.1_5
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

-- 
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-17421-X0egr9Chph>