Fabian Vogt changed bug 1198551
What Removed Added
Status RESOLVED REOPENED
CC   fvogt@suse.com
Resolution FIXED ---

Comment # 12 on bug 1198551 from
The libraries are installed in /usr/lib64/audacity instead of /usr/lib64
probably for a reason, to not conflict with other system libraries. If there is
no such reason, then just installing them to /usr/lib64 would work as well.

Currently the .spec file abuses ldconfig by adding the location once to the
temporary (!) cache. This means that it is lost on the next call to ldconfig,
e.g. after updating other packages.

I suggest turning the rpath back on, which is how upstream designed this. That
needs a fix for the broken rpaths in /usr/lib64/audacity/lib-*.so though, which
are probably upstream bugs...

Alternatively, /usr/lib64/audacity could be added to the ld serch path through
ld.so.conf.d, but that is basically equivalent to placing them in /usr/lib64
directly.


You are receiving this mail because: