Bug ID 1084081
Summary Latest fluidsynth update breaks compilation of KDE Minuet
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter lbeltrame@kde.org
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

The reason lies in the pkg-config file shipped by fluidsynth (fluidsynth.pc),
which contains, on my system:

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}//usr/lib64

Note that this will expand to a double /usr there. This causes minuet to fail:

ERROR: RPATH "/usr/usr/lib64" on
/home/abuild/rpmbuild/BUILDROOT/minuet-17.12.2-1.2.x86_64/usr/lib64/qt5/plugins/minuet/minuetfluidsynthsoundcontroller.so
is not allowed


You are receiving this mail because: