Bug#574765: liboggz: FTBFS if automake 1.10 is installed

Carl Fürstenberg azatoth at gmail.com
Sat Mar 20 20:38:06 UTC 2010


Package: liboggz
Version: 1.1.0-2
Severity: important
Justification: fails to build from source

If automake 1.10 is installed, the current build script fails due to
missing m4 dir:

[0:0][azatoth at azabox liboggz-1.1.0]$ LC_ALL=C debuild -uc -us
dpkg-buildpackage -rfakeroot -D -us -uc -i -ICVS -I.svn -I{arch} -I.arch-ids
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package liboggz
dpkg-buildpackage: source version 1.1.0-2
dpkg-buildpackage: source changed by John Francesco Ferlito <johnf at inodes.org>
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
dh --with quilt,bash-completion clean
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory `/home/azatoth/tmp/liboggz-1.1.0'
dh_auto_clean
rm -f config.sub config.guess
make[1]: Leaving directory `/home/azatoth/tmp/liboggz-1.1.0'
   dh_quilt_unpatch
No patch removed
   dh_clean
 dpkg-source -i -ICVS -I.svn -I{arch} -I.arch-ids -b liboggz-1.1.0
dpkg-source: info: using source format `1.0'
dpkg-source: info: building liboggz using existing liboggz_1.1.0.orig.tar.gz
dpkg-source: info: building liboggz in liboggz_1.1.0-2.diff.gz
dpkg-source: warning: ignoring deletion of file config.guess
dpkg-source: warning: ignoring deletion of file config.sub
dpkg-source: info: building liboggz in liboggz_1.1.0-2.dsc
 debian/rules build
dh --with quilt,bash-completion build
   dh_testdir
   dh_quilt_patch
Applying patch build_on_gnu
patching file configure
patching file configure.ac

Now at patch build_on_gnu
   debian/rules override_dh_auto_configure
make[1]: Entering directory `/home/azatoth/tmp/liboggz-1.1.0'
ln -sf /usr/share/misc/config.sub .
ln -sf /usr/share/misc/config.guess .
dh_auto_configure
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-linux-gnu
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... gawk
checking whether make sets $(MAKE)... yes
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 style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /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 the maximum length of command line arguments... 805306365
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 object... ok
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) 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
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking if gcc allows signed enums... no
checking for memmove... yes
checking for pkg-config... yes
checking for doxygen... true
checking for man2html... true
checking for getopt in -lgetopt... no
checking for getopt_long... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OGG... yes
checking if ogg_page_bos() takes a const argument... yes
checking for off_t... (cached) yes
checking size of off_t... 4
checking for loff_t... yes
checking size of loff_t... 8
checking for off64_t... no
checking size of off64_t... 0
checking for getconf... getconf
checking for CFLAGS value to request large file support... -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for LDFLAGS value to request large file support... 
checking for LIBS value to request large file support... 
checking for _FILE_OFFSET_BITS... 64
checking for _LARGEFILE_SOURCE... 1
checking for _LARGE_FILES... no
checking for off_t... (cached) yes
checking size of off_t... 8
checking for ssize_t... yes
checking for ssize_t... (cached) yes
checking size of ssize_t... 4
checking for timezone... ok
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating include/Makefile
config.status: creating include/oggz/Makefile
config.status: creating include/oggz/oggz_off_t_generated.h
config.status: creating src/Makefile
config.status: creating src/liboggz/Version_script
config.status: creating src/liboggz/Makefile
config.status: creating src/tools/Makefile
config.status: creating src/tools/oggz-diff
config.status: creating src/tools/oggz-chop/Makefile
config.status: creating src/tests/Makefile
config.status: creating src/examples/Makefile
config.status: creating apache/oggz-chop.conf
config.status: creating oggz.pc
config.status: creating oggz-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

------------------------------------------------------------------------
  liboggz 1.1.0:  Automatic configuration OK.

  General configuration:

    Experimental code: ........... no
    Reading support: ............. yes
    Writing support: ............. yes

  Tools:

    oggz-dump oggz-info oggz-scan oggz-codecs
    oggz-rip oggz-merge oggz-chop oggz-comment oggz-sort oggz-validate

  Installation paths:

    liboggz: ..................... /usr/lib
    Tools: ....................... /usr/bin
    C header files: .............. /usr/include/oggz
    Documentation: ............... /usr/share/doc/liboggz

  Building:

    Type 'make' to compile liboggz.

    Type 'make install' to install liboggz.

    Type 'make check' to test liboggz using the unit and functional tests
    contained in the src/tests directory.
    (Valgrind testing not enabled)

  Example programs will be built but not installed.
------------------------------------------------------------------------

make[1]: Leaving directory `/home/azatoth/tmp/liboggz-1.1.0'
   dh_auto_build
make[1]: Entering directory `/home/azatoth/tmp/liboggz-1.1.0'
cd . && /bin/sh /home/azatoth/tmp/liboggz-1.1.0/missing --run aclocal-1.10 -I m4
aclocal-1.10: couldn't open directory `m4': No such file or directory
make[1]: *** [aclocal.m4] Error 1
make[1]: Leaving directory `/home/azatoth/tmp/liboggz-1.1.0'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1330:
dpkg-buildpackage -rfakeroot -D -us -uc -i -ICVS -I.svn -I{arch} -I.arch-ids failed



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to sv_SE.UTF-8)
Shell: /bin/sh linked to /bin/bash





More information about the pkg-xiph-maint mailing list