FS#55692 - [liblphobos] orphaned symlinks for library files

Attached to Project: Community Packages
Opened by xduugu (xduugu) - Wednesday, 20 September 2017, 20:26 GMT
Last edited by Dan Printzell (Wild) - Tuesday, 31 October 2017, 00:46 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Dan Printzell (Wild)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
ldconfig creates additional symlinks for the libraries in the liblphobos package:

lrwxrwxrwx 1 root root 21 20. Sep 22:18 /usr/lib/libdruntime-ldc-debug.so.74 -> libldruntime-debug.so
lrwxrwxrwx 1 root root 15 20. Sep 22:18 /usr/lib/libdruntime-ldc.so.74 -> libldruntime.so
lrwxrwxrwx 1 root root 20 20. Sep 22:18 /usr/lib/libphobos2-ldc-debug.so.74 -> liblphobos2-debug.so
lrwxrwxrwx 1 root root 14 20. Sep 22:18 /usr/lib/libphobos2-ldc.so.74 -> liblphobos2.so

These symlinks are not owned by any package and therefore are left behind when the liblphobos package is removed.

Additional info:
* liblphobos 1:1.4.0-1

Steps to reproduce:

$ pacman -Qo /usr/lib/libdruntime* /usr/lib/libphobos2*
error: No package owns /usr/lib/libdruntime-ldc-debug.so.74
error: No package owns /usr/lib/libdruntime-ldc.so.74
error: No package owns /usr/lib/libphobos2-ldc-debug.so.74
error: No package owns /usr/lib/libphobos2-ldc.so.74

This task depends upon

Closed by  Dan Printzell (Wild)
Tuesday, 31 October 2017, 00:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  New PKGBUILD (ldc 1:1.5.0-1) will not create symlinks without owners.
Old symlinks will remain without a owner.

Loading...