Bug#702613: calf: missing build-dep on libtool

Stefano Rivera stefanor at debian.org
Sat Mar 9 00:49:42 UTC 2013


Package: calf
Version: 0.0.19-1
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu raring ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

  * Add missing build-dependency on libtool.

I see in Debian builds:
| make[1]: Entering directory `/build/buildd-calf_0.0.19-1-i386-Oouhlq/calf-0.0.19'
| CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/buildd-calf_0.0.19-1-i386-Oouhlq/calf-0.0.19/missing --run aclocal-1.11 
| /build/buildd-calf_0.0.19-1-i386-Oouhlq/calf-0.0.19/missing: line 52: aclocal-1.11: command not found
| WARNING: `aclocal-1.11' is missing on your system.  You should only need it if
|          you modified `acinclude.m4' or `configure.ac'.  You might want
|          to install the `Automake' and `Perl' packages.  Grab them from
|          any GNU archive site.

But in Ubuntu, that is found, and the build fails:
| make[1]: Entering directory `/build/buildd/calf-0.0.19'
| CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/buildd/calf-0.0.19/missing --run aclocal-1.11 
|  cd . && /bin/bash /build/buildd/calf-0.0.19/missing --run automake-1.11 --gnu
| gui/Makefile.am:1: wildcard gui-*.xml: non-POSIX variable name
| gui/Makefile.am:1: (probably a GNU make extension)
| gui/Makefile.am:1: wildcard *.png: non-POSIX variable name
| gui/Makefile.am:1: (probably a GNU make extension)
| src/Makefile.am:10: Libtool library used but `LIBTOOL' is undefined
| src/Makefile.am:10:   The usual way to define `LIBTOOL' is to add `LT_INIT'
| src/Makefile.am:10:   to `configure.ac' and run `aclocal' and `autoconf' again.
| src/Makefile.am:10:   If `LT_INIT' is in `configure.ac', make sure
| src/Makefile.am:10:   its definition is in aclocal's search path.
| /usr/share/automake-1.11/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL
| /usr/share/automake-1.11/am/depend2.am:   The usual way to define `am__fastdepCXX' is to add `AC_PROG_CXX'
| /usr/share/automake-1.11/am/depend2.am:   to `configure.ac' and run `aclocal' and `autoconf' again.
| src/Makefile.am: C++ source seen but `CXX' is undefined
| src/Makefile.am:   The usual way to define `CXX' is to add `AC_PROG_CXX'
| src/Makefile.am:   to `configure.ac' and run `autoconf' again.
| make[1]: *** [Makefile.in] Error 1

Thanks for considering the patch.

*** /tmp/tmpPpCAxe/calf_0.0.19-1ubuntu1.debdiff
diff -Nru calf-0.0.19/debian/changelog calf-0.0.19/debian/changelog
diff -Nru calf-0.0.19/debian/control calf-0.0.19/debian/control
--- calf-0.0.19/debian/control	2012-11-20 02:14:31.000000000 +0200
+++ calf-0.0.19/debian/control	2013-03-09 02:45:55.000000000 +0200
@@ -5,6 +5,7 @@
 Uploaders: Adrian Knoth <adi at drcomp.erfurt.thur.de>, Jonas Smedegaard <dr at jones.dk>, Tiago Bortoletto Vaz <tiago at debian.org>
 Build-Depends: cdbs,
  autotools-dev,
+ libtool,
  debhelper,
  dh-buildinfo,
  libglib2.0-dev,



More information about the pkg-multimedia-maintainers mailing list