gnet has outdated references to glib include dirs

Bug #814374 reported by Sebastian Carneiro
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gnet (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

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.

Related branches

Revision history for this message
Colin Watson (cjwatson) wrote :

Yes, it would have been. But I'm just going ahead and uploading a no-change rebuild now, so don't worry about filing a merge proposal.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package gnet - 2.0.8-2build1

---------------
gnet (2.0.8-2build1) oneiric; urgency=low

  * Rebuild against multiarch glib2.0 (thanks, Sebastian Carneiro;
    LP: #814374).
 -- Colin Watson <email address hidden> Mon, 12 Sep 2011 00:48:41 +0100

Changed in gnet (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.