Package: glunarclock
Version: 1:0.32.4-11
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090713 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dpatch  deapply-all  
> 04-close-applet-on-second-panel-click not applied to ./ .
> 03-l10n not applied to ./ .
> 02-Makefile_in not applied to ./ .
> 01-egg-screen-help_c not applied to ./ .
> rm -rf patch-stamp patch-stampT debian/patched
> dh_testdir
> dh_testroot
> rm -f build-stamp configure-stamp
> [ ! -f Makefile ] || /usr/bin/make distclean
> rm -f po/*.gmo \
>               src/glunarclock.schemas \
>               src/GNOME_GLunarclockApplet_Factory.server.in \
>               src/GNOME_GLunarclockApplet_Factory.server \
>               intltool-extract intltool-merge intltool-update
> dh_clean
>  dpkg-source -b glunarclock-0.32.4
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building glunarclock using existing 
> glunarclock_0.32.4.orig.tar.gz
> dpkg-source: info: building glunarclock in glunarclock_0.32.4-11.diff.gz
> dpkg-source: warning: executable mode 0755 of 
> 'debian/patches/04-close-applet-on-second-panel-click.dpatch' will not be 
> represented in diff
> dpkg-source: warning: executable mode 0755 of 
> 'debian/patches/02-Makefile_in.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'debian/patches/03-l10n.dpatch' 
> will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 
> 'debian/patches/01-egg-screen-help_c.dpatch' will not be represented in diff
> dpkg-source: warning: ignoring deletion of file po/rw.gmo
> dpkg-source: warning: ignoring deletion of file po/da.gmo
> dpkg-source: warning: ignoring deletion of file po/gl.gmo
> dpkg-source: warning: ignoring deletion of file po/vi.gmo
> dpkg-source: warning: ignoring deletion of file po/ru.gmo
> dpkg-source: warning: ignoring deletion of file po/ro.gmo
> dpkg-source: warning: ignoring deletion of file po/de.gmo
> dpkg-source: warning: ignoring deletion of file po/ga.gmo
> dpkg-source: warning: ignoring deletion of file po/br.gmo
> dpkg-source: warning: ignoring deletion of file po/es.gmo
> dpkg-source: warning: ignoring deletion of file po/sv.gmo
> dpkg-source: warning: ignoring deletion of file po/sk.gmo
> dpkg-source: warning: ignoring deletion of file po/wa.gmo
> dpkg-source: warning: ignoring deletion of file po/fr.gmo
> dpkg-source: warning: ignoring deletion of file po/fi.gmo
> dpkg-source: warning: ignoring deletion of file po/ast_ES.gmo
> dpkg-source: warning: ignoring deletion of file po/az.gmo
> dpkg-source: warning: ignoring deletion of file po/sr.gmo
> dpkg-source: warning: ignoring deletion of file po/hu.gmo
> dpkg-source: warning: ignoring deletion of file po/nl.gmo
> dpkg-source: warning: ignoring deletion of file po/ja.gmo
> dpkg-source: warning: ignoring deletion of file po/ms.gmo
> dpkg-source: warning: ignoring deletion of file po/no.gmo
> dpkg-source: info: building glunarclock in glunarclock_0.32.4-11.dsc
>  debian/rules build
> test -d debian/patched || install -d debian/patched
> dpatch  apply-all  
> applying patch 01-egg-screen-help_c to ./ ... ok.
> applying patch 02-Makefile_in to ./ ... ok.
> applying patch 03-l10n to ./ ... ok.
> applying patch 04-close-applet-on-second-panel-click to ./ ... ok.
> dpatch  cat-all  >>patch-stampT
> mv -f patch-stampT patch-stamp
> dh_testdir
> ./configure \
>               CFLAGS="-Wall -g -O2" \
>               LDFLAGS=" -Wl,-z,defs -Wl,-O1 -Wl,--as-needed" \
>               --prefix=/usr \
>               --sysconfdir=/etc \
>               --mandir=/usr/share/man \
>               --libexecdir=/usr/lib/gnome-panel
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for perl... /usr/bin/perl
> checking for XML::Parser... ok
> checking for iconv... /usr/bin/iconv
> checking for msgfmt... /usr/bin/msgfmt
> checking for msgmerge... /usr/bin/msgmerge
> checking for xgettext... /usr/bin/xgettext
> checking for style of include used by make... GNU
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking dependency style of gcc... gcc3
> checking for strerror in -lcposix... no
> checking for gcc... (cached) gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ANSI C... (cached) none needed
> checking dependency style of gcc... (cached) gcc3
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for epcf90... no
> checking for f95... no
> checking for fort... no
> checking for xlf95... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for gfortran... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether  accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc static flag  works... yes
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
> libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld -m elf_x86_64
> checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
> libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
> libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> appending configuration tag "F77" to libtool
> checking for xrdb... no
> checking for X... no
> checking what warning flags to pass to the C compiler... -Wall 
> -Wmissing-prototypes
> checking what language compliance flags to pass to the C compiler... 
> checking for pkg-config... /usr/bin/pkg-config
> checking for gail >= 0.13... yes
> checking GAILUTIL_CFLAGS... -D_REENTRANT -I/usr/include/gail-1.0 
> -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairo 
> -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 
> -I/usr/include/directfb -I/usr/include/libpng12  
> checking GAILUTIL_LIBS... -lgailutil -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
> -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo 
> -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
> checking for gtk+-2.0 >= 2.1.0 libpanelapplet-2.0 >= 2.5.0... yes
> checking GNOME_APPLETS_CFLAGS... -D_REENTRANT -DORBIT2=1 -pthread 
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/panel-2.0 
> -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 
> -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include 
> -I/usr/include/libxml2 -I/usr/include/libbonobo-2.0 
> -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libgnome-2.0 
> -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 
> -I/usr/include/libart-2.0 -I/usr/include/gnome-vfs-2.0 
> -I/usr/lib/gnome-vfs-2.0/include  
> checking GNOME_APPLETS_LIBS... -pthread -lpanel-applet-2 -lgconf-2 
> -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lgtk-x11-2.0 
> -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 
> -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lbonobo-2 
> -lbonobo-activation -lgmodule-2.0 -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 
> -lglib-2.0  
> checking for libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0... yes
> checking GNOME_LIBS2_CFLAGS... -DORBIT2=1 -pthread -D_REENTRANT 
> -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 
> -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
> -I/usr/include/libbonobo-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/dbus-1.0/include -I/usr/include/bonobo-activation-2.0 
> -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 
> -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 
> -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 
> -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 
> -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/directfb 
> -I/usr/include/libpng12  
> checking GNOME_LIBS2_LIBS... -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 
> -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation 
> -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 
> -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 
> -lfreetype -lfontconfig -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 
> -lgobject-2.0 -lglib-2.0  
> configure: error: Library requirements (libglade-2.0 >= 2.0.0) not met; 
> consider adjusting the PKG_CONFIG_PATH environment variable if your libraries 
> are in a nonstandard prefix so pkg-config can find them.
> checking for libglade-2.0 >= 2.0.0... Package libglade-2.0 was not found in 
> the pkg-config search path. Perhaps you should add the directory containing 
> `libglade-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 
> 'libglade-2.0' found
> make: *** [configure-stamp] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/07/13/glunarclock_1:0.32.4-11_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to