https://issues.apache.org/ooo/show_bug.cgi?id=118622
Bug #: 118622
Issue Type: DEFECT
Summary: python: build breaks on Linux with kernel 3.X
Classification: Code
Product: external
Version: OOo 3.4 Beta
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: www
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Building python breaks:
mkdir ./Lib/plat-linux3
cp ./Lib/plat-generic/regen ./Lib/plat-linux3/regen
export PATH; PATH="`pwd`:$PATH"; \
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
export EXE; EXE=""; \
cd ./Lib/plat-linux3; ./regen
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
python: error while loading shared libraries: libpython2.6.so.1.0: cannot open
shared object file: No such file or directory
make: *** [Lib/plat-linux3] Error 127
Issue reported and solved in upstream-Python:
http://bugs.python.org/issue12571
http://hg.python.org/cpython/rev/c816479f6aaf/
--
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.