reassign 655875 libglib2.0-dev
thanks
On Sat, Jan 14, 2012 at 10:10:30PM +0900, Hideki Yamane wrote:
> package: libglib-2.0-dev
> version: 2.30.1-2
> severity: wishlist
Reassigning to libglib2.0-dev as a typo fix, but as explained below I
don't think libglib2.0-dev should be changed here.
> Some packages is FTBFSed that caused by changes in libglib-2.0-dev: it has
> /usr/include/glib-2.0/glib/gtypes.h and it includes <glibconfig.h>. However,
> this glibconfig.h is in /usr/lib/<DEB_HOST_MULTIARCH>/glib-2.0/include/glibconfig.h
> so it preventes some application to be built.
That means that those packages are buggy.
$ pkg-config --cflags glib-2.0
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
If you make that change, you'll break multiarch cross-building using
GLib. The packages that fail to set the correct include path should be
fixed instead.
Cheers,
--
Colin Watson [
cjwa...@debian.org]