Hello,
I have just met this issue while building gerris on my Wheezy amd64 box.
Rebuilding the deb ball fixes the issue; here is the diff output:
--- gts-config 2011-06-05 09:00:06.000000000 +0200
+++ /usr/bin/gts-config 2012-11-27 05:02:51.000000000 +0100
@@ -1,11 +1,11 @@
#!/bin/sh
glib_libs="-lglib-2.0 "
-glib_cflags="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include "
+glib_cflags="-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
"
glib_thread_libs="-pthread -lgthread-2.0 -lrt -lglib-2.0 "
-glib_thread_cflags="-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
"
+glib_thread_cflags="-pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include "
glib_module_libs="-Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lglib-2.0
"
-glib_module_cflags="-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
"
+glib_module_cflags="-pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include "
prefix=/usr
exec_prefix=${prefix}
I think that the deb ball should be asked to be rebuild before Whezzy becomes
stable.
hth,
Jerome
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org