Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#77484 - [pypy3] libpypy3-c.so symlink incorrectly installed

Attached to Project: Community Packages
Opened by env (ENV25) - Monday, 13 February 2023, 15:38 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 15 February 2023, 05:44 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

libpypy3-c.so is installed incorrectly.

% ldd =pypy3
linux-vdso.so.1 (0x00007ffce899e000)
libpypy3.9-c.so => not found
libc.so.6 => /usr/lib/libc.so.6 (0x00007f30eacff000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f30eaf15000)

% file /usr/lib/libpypy3-c.so
/usr/lib/libpypy3-c.so: broken symbolic link to /opt/pypy3/bin/libpypy3-c.so

The pypy3 program continues to work, only because the library happens to be installed in the same directory.
Other programs cannot link to it.

% l /opt/pypy3/bin/
total 57M
drwxr-xr-x 1 root root 174 Jan 2 14:25 .
drwxr-xr-x 1 root root 60 Jan 2 14:25 ..
-rwxr-xr-x 1 root root 57M Dec 31 23:17 libpypy3.9-c.so
-rw-r--r-- 1 root root 2.9K Dec 31 23:17 libpypy3.9-c.so.debug
lrwxrwxrwx 1 root root 7 Dec 31 23:17 pypy -> pypy3.9
lrwxrwxrwx 1 root root 7 Dec 31 23:17 pypy3 -> pypy3.9
-rwxr-xr-x 1 root root 15K Dec 31 23:17 pypy3.9
-rw-r--r-- 1 root root 3.0K Dec 31 23:17 pypy3.9.debug
lrwxrwxrwx 1 root root 7 Dec 31 23:17 python -> pypy3.9
lrwxrwxrwx 1 root root 7 Dec 31 23:17 python3 -> pypy3.9
lrwxrwxrwx 1 root root 7 Dec 31 23:17 python3.9 -> pypy3.9


Additional info:
* package version(s)
pkgver=7.3.11-1
Python 3.9.16 (PyPy 7.3.11 with GCC 12.2.0)

Steps to reproduce:

Install pypy3.
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Wednesday, 15 February 2023, 05:44 GMT
Reason for closing:  Fixed

Loading...