Re: [pypy-dev] Installation layout of the PyPy 3.8 Fedora package

2022-01-27 Thread Miro Hrončok
On 06. 12. 21 12:30, Miro Hrončok wrote: 2) Help make PyPy 3.9 more like CPython 3.9 in this regard. So, this is now: /usr ├── bin │   ├── libpypy3.9-c.so │   ├── pypy -> pypy3.9 │   ├── pypy3 -> pypy3.9 │   ├── pypy3.9 │   ├── python -> pypy3.9 │   ├── python3 -> pypy3.9 │   └── python3.9 ->

Re: [pypy-dev] Installation layout of the PyPy 3.8 Fedora package

2022-01-27 Thread Matti Picus
On 27/1/22 14:59, Miro Hrončok wrote: ... The only remaining thing is libpypy3.9-c.so in /usr/bin. I'd like to move it to /usr/lib64 where it will be found. Technically, Fedora forbids an unversioned so file there. https://docs.fedoraproject.org/en-US/packaging-guidelines/#_downstream_so_name_

Re: [pypy-dev] Installation layout of the PyPy 3.8 Fedora package

2022-01-27 Thread Miro Hrončok
On 27. 01. 22 15:54, Matti Picus wrote: On 27/1/22 14:59, Miro Hrončok wrote: ... The only remaining thing is libpypy3.9-c.so in /usr/bin. I'd like to move it to /usr/lib64 where it will be found. Technically, Fedora forbids an unversioned so file there. https://docs.fedoraproject.org/en-US/p