Public bug reported:

In the .pc file included in libgnet-dev are outdated references to glib
include directories.  As glib libraries have changed its location, these
references are causing other packages to ftbfs.  Rebuilding this package
seems to fix this issue:

Current cflags of this package are:

$ pkg-config --cflags gnet-2.0
-pthread -I/usr/include/gnet-2.0 -I/usr/lib/gnet-2.0/include/ 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include

After rebuilding this package:

$ pkg-config --cflags gnet-2.0
-pthread -I/usr/include/gnet-2.0 -I/usr/lib/gnet-2.0/include/ 
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include

Please, I like to know, if I submit a branch proposal without changes,
specifying that the proposal is only for doing the rebuild, is this the
right way to fix this issue ?

Thanks, if there is more evidence needed, or am I wrong about this,
please let me know.

** Affects: gnet (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/814374

Title:
  gnet has outdated references to glib include dirs

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to