Bug ID 962055
Summary devel:libraries:c_c /msgpack library name does not match pkg-config output
Classification openSUSE
Product openSUSE.org
Version unspecified
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component 3rd party software
Assignee crrodriguez@opensuse.org
Reporter asn@cryptomilk.org
QA Contact opensuse-communityscreening@forge.provo.novell.com
Found By ---
Blocker ---

$ rpm -ql libmsgpackc-devel
...
/usr/lib64/libmsgpackc.so
/usr/lib64/pkgconfig/msgpack.pc

$ pkg-config --libs msgpack
-lmsgpack

So a project which uses pkg-config to determine how to link msgpack fails,
because the there is no libmsgpack.so.

Please fix the pkg-config file.


You are receiving this mail because: