Source: e17 Version: 0.16.999.063-1 Severity: serious Tags: squeeze sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20100725 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > make[1]: Entering directory > `/build/user-e17_0.16.999.063-1-amd64-iL2Kcj/e17-0.16.999.063' > for i in ./config.guess ./config.sub ./config.rpath ; do \ > if test -e $i.cdbs-orig ; then \ > mv $i.cdbs-orig $i ; \ > fi ; \ > done > make[1]: Leaving directory > `/build/user-e17_0.16.999.063-1-amd64-iL2Kcj/e17-0.16.999.063' > if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f > debian/stamp-patched; fi > patches: debian/patches/01_menu_extra_path.patch > debian/patches/02_fix_default_config_for_upgrades.diff > debian/patches/03_bind_XF86PowerOff_instead_of_Execute_in_illume.diff > debian/patches/04_evry_fix_default_path_for_terminal.diff > Trying patch debian/patches/01_menu_extra_path.patch at level 1 ... success. > Trying patch debian/patches/02_fix_default_config_for_upgrades.diff at level > 1 ... success. > Trying patch > debian/patches/03_bind_XF86PowerOff_instead_of_Execute_in_illume.diff at > level 1 ... success. > Trying patch debian/patches/04_evry_fix_default_path_for_terminal.diff at > level 1 ... success. > if [ "debian/stamp-patched" != "reverse-patches" ]; then touch > debian/stamp-patched; fi > if [ "debian/stamp-patched" != "reverse-patches" ] ; then \ > /usr/bin/make -f debian/rules update-config ; \ > fi > /usr/share/cdbs/1/rules/simple-patchsys.mk:31: WARNING: simple-patchsys.mk > is deprecated - please use source format 3.0 (quilt) insteadmake[1]: Entering > directory `/build/user-e17_0.16.999.063-1-amd64-iL2Kcj/e17-0.16.999.063' > > if test -e /usr/share/misc/config.guess ; then \ > for i in ./config.guess ; do \ > if ! test -e $i.cdbs-orig ; then \ > mv $i $i.cdbs-orig ; \ > cp --remove-destination > /usr/share/misc/config.guess $i ; \ > fi ; \ > done ; \ > fi > if test -e /usr/share/misc/config.sub ; then \ > for i in ./config.sub ; do \ > if ! test -e $i.cdbs-orig ; then \ > mv $i $i.cdbs-orig ; \ > cp --remove-destination > /usr/share/misc/config.sub $i ; \ > fi ; \ > done ; \ > fi > if test -e /usr/share/gnulib/build-aux/config.rpath ; then \ > for i in ./config.rpath ; do \ > if ! test -e $i.cdbs-orig ; then \ > mv $i $i.cdbs-orig ; \ > cp --remove-destination > /usr/share/gnulib/build-aux/config.rpath $i ; \ > fi ; \ > done ; \ > fi > make[1]: Leaving directory > `/build/user-e17_0.16.999.063-1-amd64-iL2Kcj/e17-0.16.999.063' > if test -e /usr/share/misc/config.guess ; then \ > for i in ./config.guess ; do \ > if ! test -e $i.cdbs-orig ; then \ > mv $i $i.cdbs-orig ; \ > cp --remove-destination > /usr/share/misc/config.guess $i ; \ > fi ; \ > done ; \ > fi > if test -e /usr/share/misc/config.sub ; then \ > for i in ./config.sub ; do \ > if ! test -e $i.cdbs-orig ; then \ > mv $i $i.cdbs-orig ; \ > cp --remove-destination > /usr/share/misc/config.sub $i ; \ > fi ; \ > done ; \ > fi > if test -e /usr/share/gnulib/build-aux/config.rpath ; then \ > for i in ./config.rpath ; do \ > if ! test -e $i.cdbs-orig ; then \ > mv $i $i.cdbs-orig ; \ > cp --remove-destination > /usr/share/gnulib/build-aux/config.rpath $i ; \ > fi ; \ > done ; \ > fi > touch debian/stamp-autotools-files > chmod a+x > /build/user-e17_0.16.999.063-1-amd64-iL2Kcj/e17-0.16.999.063/./configure > mkdir -p . > cd . && CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g -Wall -O2" > CPPFLAGS="" LDFLAGS="" > /build/user-e17_0.16.999.063-1-amd64-iL2Kcj/e17-0.16.999.063/./configure > --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" > --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" > --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/e17" > --disable-maintainer-mode --disable-dependency-tracking > --disable-silent-rules --srcdir=. --disable-rpath > configure: WARNING: unrecognized options: --disable-maintainer-mode, > --disable-silent-rules > checking build system type... x86_64-pc-linux-gnu > checking host system type... x86_64-pc-linux-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 ISO C89... none needed > checking for strerror in -lcposix... no > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking dependency style of gcc... none > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > 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 minix/config.h usability... no > checking minix/config.h presence... no > checking for minix/config.h... no > checking whether it is safe to define __EXTENSIONS__... yes > checking whether byte ordering is bigendian... no > checking for gcc option to accept ISO C99... -std=gnu99 > checking whether gcc -std=gnu99 and cc understand -c and -o together... yes > checking for an ANSI C-conforming const... yes > checking for working alloca.h... yes > checking for alloca... yes > checking for __attribute__... yes > checking for a sed that does not truncate output... /bin/sed > checking for fgrep... /bin/grep -F > checking for ld used by gcc -std=gnu99... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... 3458764513820540925 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+="... yes > checking for /usr/bin/ld option to reload object files... -r > checking how to recognize dependent libraries... pass_all > checking for ar... ar > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... > ok > checking for dlfcn.h... yes > checking for objdir... .libs > checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no > checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC > checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes > checking if gcc -std=gnu99 static flag -static works... yes > checking if gcc -std=gnu99 supports -c -o file.o... yes > checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes > checking whether the gcc -std=gnu99 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... no > checking for setenv... yes > checking for unsetenv... yes > checking fnmatch.h usability... yes > checking fnmatch.h presence... yes > checking for fnmatch.h... yes > checking for fnmatch... yes > checking security/pam_appl.h usability... yes > checking security/pam_appl.h presence... yes > checking for security/pam_appl.h... yes > checking for X... libraries , headers > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... no > checking X11/X.h usability... yes > checking X11/X.h presence... yes > checking for X11/X.h... yes > checking CFBase.h usability... no > checking CFBase.h presence... no > checking for CFBase.h... no > checking execinfo.h usability... yes > checking execinfo.h presence... yes > checking for execinfo.h... yes > checking whether backtrace_symbols_fd() is in libc... yes > checking whether NLS is requested... yes > checking for msgfmt... /usr/bin/msgfmt > checking for gmsgfmt... /usr/bin/msgfmt > checking for xgettext... /usr/bin/xgettext > checking for msgmerge... /usr/bin/msgmerge > checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 > checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes > checking for shared library run path origin... done > checking whether NLS is requested... yes > checking for GNU gettext in libc... yes > checking whether to use NLS... yes > checking where the gettext function comes from... libc > checking for dlopen in -ldl... yes > checking whether to enable Files menu item... yes > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for E_REMOTE... yes > checking for E_IMC... yes > checking for E_THUMB... yes > checking for E_FM... yes > checking for E_FM_OP... yes > checking for E_FM_OPEN... yes > checking for E_SYS... yes > checking for E_INIT... yes > configure: error: Package requirements ( > evas > ecore > ecore-x > ecore-evas > ecore-input > ecore-con > ecore-ipc > ecore-job > ecore-file > eet >= 1.0.1 > edje > efreet > efreet-mime > eina-0 > edbus > ehal > ) were not met: > > No package 'ecore-job' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables E_CFLAGS > and E_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > make: *** [debian/stamp-autotools] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2010/07/25/e17_0.16.999.063-1_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