macaroni-os / macaroni-os/mark-issues
[python-kit] Add python-3.11 support
- Dominant language
- No language data
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The new release of python seems doesn't work at the same way of the previous release with the default flags.
In order to correctly install `lib-dynload` .so files under `/usr/lib` and not under /usr/lib64` we need to add these flags:
```
--enable-lib-dynload
--with-platlibdir=lib
```
I will keep this issue open in order to trace and connect any issues related to py 3.11 upgrade
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named. Start by locating the python-kit build configuration for Python 3.11 and inspect where its configure flags are defined; add the requested flags and verify that lib-dynload .so files install under /usr/lib rather than /usr/lib64.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100