Public bug reported:

$ cat /usr/lib/x86_64-linux-gnu/pkgconfig/shiboken.pc 
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib/x86_64-linux-gnu
includedir=/usr/include/shiboken
generator_location=/usr/bin/shiboken
python_interpreter=/usr/bin/python2.7
python_include_dir=/usr/include/python2.7;/usr/include/x86_64-linux-gnu/python2.7

Name: shiboken
Description: Support library for Python bindings created with Shiboken 
generator.
Version: 1.1.2
Libs: /usr/lib/x86_64-linux-gnu/libpython2.7.so -L${libdir} -lshiboken-python2.7
Cflags: -I/usr/include/python2.7;/usr/include/x86_64-linux-gnu/python2.7 
-I${includedir}/

Many things in this file are wrong.
1. defining in Cflags: tag a -I flag with two directories separated with a 
semicolon, should be two -I options
2. Including in the Libs: the full python library  path with no option, it 
should have -lpython2.7 instead

Maybe a Depends: clause on python-2.7, which provides also a pc file,
would solve the problem better.

** Affects: shiboken (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155595

Title:
  shiboken pkg-config file contains bad formatted data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shiboken/+bug/1155595/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to