codrsquad / codrsquad/portable-python

centos7 Python3.10.13 ERROR Uses system libs

Open
#32 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

documentation good first issue
Dominant language
Python
Stars
86
Forks
13
PR merge metrics
No merged PRs in 30d

Description

/usr/bin/python3 [3.10.13]
prefix /usr/local/python3
_bz2 _bz2*.so bz2:1
_ctypes 1.1.0 _ctypes*.so ffi:6
_curses 2.2 _curses*.so ncursesw:5 tinfo:5
_dbm _dbm*.so gdbm_compat:4 gdbm:4
_decimal 1.70 _decimal*.so
_gdbm 1.10.0 _gdbm*.so gdbm:4
_lzma _lzma*.so lzma:5
_sqlite3 3.7.17 _sqlite3*.so sqlite3:0
_ssl OpenSSL 1.1.1w 11 Sep 2023 None
_tkinter 8.5 _tkinter*.so tk8:8.5 tcl8:8.5 X11:6 Xft:2 freetype:6 xcb:1 fontconfig:1 Xrender:1 z:1 bz2:1 png15:15 Xau:6 uuid:1
_uuid _uuid*.so uuid:1
pip 23.0.1 lib/python3.10/site-packages/pip
pyexpat 2.5.0 pyexpat*.so
readline 6.2 readline*.so readline:6 tinfo:5
setuptools 65.5.0 lib/python3.10/site-packages/setuptools
zlib 1.2.7 zlib*.so z:1
libpython*.a 72 MB lib/libpython3.10.a lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a
libpython*.so -not used-
install size 230 MB
ERROR Uses system libs: /lib64/libreadline.so.6 /lib64/libtinfo.so.5 /lib64/libncursesw.so.5 /lib64/libpanelw.so.5 /lib64/libfreebl3.so /lib64/libgdbm_compat.so.4 /usr/lib64/libgdbm.so.4 /lib64/libsqlite3.so.0 /lib64/libz.so.1 /lib64/libbz2.so.1 /lib64/liblzma.so.5 /lib64/libtk8.5.so /lib64/libtcl8.5.so /lib64/libX11.so.6 /lib64/libXft.so.2 /lib64/libfreetype.so.6 /lib64/libxcb.so.1 /lib64/libfontconfig.so.1 /lib64/libXrender.so.1 /lib64/libpng15.so.15 /lib64/libXau.so.6 /lib64/libuuid.so.1 /lib64/libffi.so.6

These lib libraries are all installed using yum, but they are still swapped. Can you guide them?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the Python 3.10.13 build on CentOS 7 and inspect how the listed system libraries are selected. The work is done when the cause of the system-library usage is identified and the build produces the intended portable result, with the guidance or fix documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
centos, python
Domain
build-system, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.