** Description changed: - When you try to run "pkg-config --libs OpenIPMIpthread" expected output - should be: + [Impact] - -lOpenIPMIpthread -lOpenIPMIutils -lOpenIPMI - - but instead you get: + `pkg-config --libs OpenIPMIpthread` fails with: Package pthread was not found in the pkg-config search path. Perhaps you should add the directory containing `pthread.pc' to the PKG_CONFIG_PATH environment variable Package 'pthread', required by 'OpenIPMIpthread', not found + [Test Case] - This is an issue known back in 2008, with a WORKING fix: http://sourceforge.net/p/openipmi/feature-requests/5/ + Run `pkg-config --libs OpenIPMIpthread`, which will return an error in + an unfixed case and will return + + -lOpenIPMIpthread -lOpenIPMIutils -lOpenIPMI + + in a fixed case. + + [Regression risk] + + This is a backport of the fix applied in Yakkety, which in turn is a + forward-port of the fix applied in Debian. I believe the regression risk + to be low, as we are updating the pkg-config file to reflect the + Ubuntu/Debian configuration. + + --- + + but instead you get: + + This is an issue known back in 2008, with a WORKING fix: + http://sourceforge.net/p/openipmi/feature-requests/5/ Stumbled upon this problem over a year ago while trying to compile collectd, it's definitely problem with the file /usr/lib/pkgconfig/OpenIPMIpthread.pc - Description: Ubuntu 14.04 LTS Release: 14.04 libopenipmi-dev 2.0.18-0ubuntu7
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311888 Title: "pkg-config --libs OpenIPMIpthread" fails To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1311888/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
