Bug#536980: zapping: FTBFS: configure: error: Package requirements not met

2009-08-04 Thread Simon McVittie
tags 536980 + patch
thanks

I'm not able to test zapping (I don't have the necessary hardware) so this
isn't an NMU, but this patch does make it compile, and it can run for long
enough to complain that I don't have a video input :-)

Many of the things checked by configure.in didn't explicitly appear in the
Build-Depends, but are pulled in automatically by other build dependencies.
Among them, libglade is apparently no longer such an implicit dependency,
causing the FTBFS. I also added everything else that configure.in checks for
(hopefully I spotted them all).

Regards,
Simon
diff -u zapping-0.10~cvs6/debian/control zapping-0.10~cvs6/debian/control
--- zapping-0.10~cvs6/debian/control
+++ zapping-0.10~cvs6/debian/control
@@ -3,11 +3,35 @@
 Priority: extra
 Maintainer: Robert Luberda 
 Standards-Version: 3.7.3
-Build-Depends: autotools-dev, automake1.9, quilt (>= 0.45), debhelper (>= 6), libjpeg62-dev,
- liblircclient-dev, libzvbi-dev (>= 0.2.11-2), libgnomeui-dev (>= 2.8.1-3), python-dev,
- libxxf86dga-dev,  libxxf86vm-dev, scrollkeeper, libx11-dev, libxext-dev, libpng-dev,
- libxv-dev, libxmu-dev, libgconf2-dev, libartsc0-dev, libxml-parser-perl, xsltproc,
- libxml2-utils, docbook-xsl, dh-buildinfo
+Build-Depends: autotools-dev,
+   automake1.9,
+   debhelper (>= 6),
+   dh-buildinfo,
+   docbook-xsl,
+   libartsc0-dev,
+   libesd0-dev,
+   libgconf2-dev,
+   libglade2-dev,
+   libgnomeui-dev (>= 2.8.1-3),
+   libgtk2.0-dev (>= 2.4),
+   libjpeg62-dev,
+   liblircclient-dev,
+   libpng-dev,
+   libx11-dev,
+   libxext-dev,
+   libxinerama-dev,
+   libxml-parser-perl,
+   libxml2-dev,
+   libxml2-utils,
+   libxmu-dev,
+   libxv-dev,
+   libxxf86dga-dev,
+   libxxf86vm-dev,
+   libzvbi-dev (>= 0.2.11-2),
+   python-dev,
+   quilt (>= 0.45),
+   scrollkeeper,
+   xsltproc
 
 Package: zapping
 Architecture: any


signature.asc
Description: Digital signature


Bug#536980: zapping: FTBFS: configure: error: Package requirements not met

2009-07-14 Thread Lucas Nussbaum
Package: zapping
Version: 0.10~cvs6-2
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
> QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 
> 2 
> No patch removed
> rm -rf .pc debian/stamp-patched
> [ ! -f debian/BUILD/autotools.tgz ] || {  tar xvzf debian/BUILD/autotools.tgz 
> && rm debian/BUILD/autotools.tgz ; }
> dh_testdir
> dh_testroot
> rm -rf debian/BUILD
> dh_clean help/C/zapping-C.omf.out intltool-extract intltool-merge \
>   intltool-update po/.intltool-merge-cache site_def.h zapping.desktop \
>   libvbi/fontgen
>  dpkg-source -b zapping-0.10~cvs6
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building zapping using existing 
> zapping_0.10~cvs6.orig.tar.gz
> dpkg-source: info: building zapping in zapping_0.10~cvs6-2.diff.gz
> dpkg-source: info: building zapping in zapping_0.10~cvs6-2.dsc
>  debian/rules build
> # quilt exits with 2 as return when there was nothing to do. 
> # That's not an error here (but it's useful to break loops in crude scripts)
> QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
> Applying patch 00_automake.patch
> patching file plugins/alirc/Makefile.am
> patching file plugins/deinterlace/Makefile.am
> patching file plugins/mpeg/Makefile.am
> patching file plugins/screenshot/Makefile.am
> patching file plugins/subtitle/Makefile.am
> patching file plugins/teletext/Makefile.am
> patching file zapping_setup_fb/Makefile.am
> patching file src/Makefile.am
> patching file help/omf.make
> patching file configure
> patching file help/man/Makefile.am
> 
> Applying patch 01_libzvbi-ftbfs.patch
> patching file src/plugin_common.h
> patching file src/zvbi.h
> 
> Applying patch 02_ftbfs_simd.patch
> patching file test/simd.c
> 
> Applying patch 03_desktop.patch
> patching file zapping.desktop.in.in
> 
> Applying patch 04_schemas.patch
> patching file zapping.schemas.in
> 
> Applying patch 05_ftbfs_powerpc_libtv.patch
> patching file libtv/Makefile.am
> 
> Now at patch 05_ftbfs_powerpc_libtv.patch
> touch debian/stamp-patched
> find . !  -path '*debian*' ! -path '*debian/BUILD*' ! -path '*/.*' -type d \
>   -exec mkdir -p debian/BUILD/{} \;
> tar cvzf "debian/BUILD/autotools.tgz".tmp  config.sub config.guess 
> help/man/*.1
> config.sub
> config.guess
> help/man/zapping.1
> help/man/zapping_remote.1
> help/man/zapping_setup_fb.1
> ln -fs /usr/share/misc/config.sub config.sub
> ln -fs /usr/share/misc/config.guess config.guess
> rm -f help/man/*.1
> mv "debian/BUILD/autotools.tgz".tmp "debian/BUILD/autotools.tgz"
> dh_testdir
> automake-1.9 --ignore-deps -f -o debian/BUILD
> configure.in:19: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): 
> suspicious cache-id, must contain _cv_ to be cached
> ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
> ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
> aclocal.m4:646: AC_LIBTOOL_LINKER_OPTION is expanded from...
> aclocal.m4:2565: _LT_AC_LANG_C_CONFIG is expanded from...
> aclocal.m4:2564: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
> aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
> aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
> aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
> aclocal.m4:6096: AM_PROG_LIBTOOL is expanded from...
> configure.in:19: the top level
> configure.in:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): 
> suspicious cache-id, must contain _cv_ to be cached
> aclocal.m4:601: AC_LIBTOOL_COMPILER_OPTION is expanded from...
> aclocal.m4:4676: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
> configure.in:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): 
> suspicious cache-id, must contain _cv_ to be cached
> aclocal.m4:2673: _LT_AC_LANG_CXX_CONFIG is expanded from...
> aclocal.m4:2672: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
> aclocal.m4:1715: _LT_AC_TAGCONFIG is expanded from...
> configure.in:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): 
> suspicious cache-id, must contain _cv_ to be cached
> aclocal.m4:3770: _LT_AC_LANG_F77_CONFIG is expanded from...
> aclocal.m4:3769: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
> configure.in:19: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): 
> suspicious cache-id, must contain _cv_ to be cached
> aclocal.m4:3876: _LT_AC_LANG_GCJ_CONFIG is expanded from...
> aclocal.m4:3875: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
> cd debian/BUILD && LDFLAGS="" CFLAGS="-Wall -g" \
>   
> /build/user-zapping_0.10~cvs6-2-amd64-qD3wBC/zapping-0.10~cvs6/configure  
>   \
>   --prefix=/usr   \
>   --build x86_64-linux-gnu --enable-v4l   \
>   --datadir=\${prefix}/share