Package: monobristol
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Dear maintainer,

monobristol fails to build with automake >= 1.11.3.



-rpt from the buildlog:

Unknown option: with
dh_clean: warning: ignored unknown options in DH_OPTIONS
rm -rf configure config.sub config.guess ltmain.sh aclocal.m4 autom4te.cache/
find . -name "Makefile.in" -delete
make[1]: Leaving directory `/build/buildd/monobristol-0.60.3'
 debian/rules build
/usr/share/cli-common/cli.make:4: WARNING: the use of 
/usr/share/cli-common/cli.make is deprecated! Use dh $@ --with=cli instead.
dh build
   dh_testdir
Unknown option: with
dh_testdir: warning: ignored unknown options in DH_OPTIONS
   debian/rules override_dh_auto_configure
make[1]: Entering directory `/build/buildd/monobristol-0.60.3'
/usr/share/cli-common/cli.make:4: WARNING: the use of 
/usr/share/cli-common/cli.make is deprecated! Use dh $@ --with=cli instead.
autoreconf -f -i -s -I .
Makefile.include:65: `pkglibdir' is not a legitimate directory for `SCRIPTS'
Makefile.am:13: `monoBristol.make' included from here
monoBristol.make:78: `Makefile.include' included from here
autoreconf: automake failed with exit status: 1
make[1]: *** [override_dh_auto_configure] Error 1
make[1]: Leaving directory `/build/buildd/monobristol-0.60.3'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
******************************************************************************
Build finished at 20120208-1644
FAILED [dpkg-buildpackage died]

The full buidlog can be found at 
https://launchpad.net/ubuntu/+archive/test-rebuild-20120201/+build/3162463/+files/buildlog_ubuntu-precise-i386.monobristol_0.60.3-1ubuntu1_FAILEDTOBUILD.txt.gz.


The attached patch solves this problem.

Have a great day,

Leo.


 Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric'), (100, 
'oneiric-backports')
Architecture: i386 (i686)

Kernel: Linux 3.2.2-030202-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Resolve FTBFS with automake 1.11.3:
 + pkglib_SCRIPT is compatible with last automake version.
   Use instead a simple workaround to install file in the same place.
Author: Leo Iannacone <l...@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/934976
---
 Makefile.include |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- monobristol.orig/Makefile.include
+++ monobristol/Makefile.include
@@ -62,12 +62,11 @@ EXTRA_DIST += $(build_sources) $(build_r
 CLEANFILES += $(ASSEMBLY) $(ASSEMBLY).mdb $(BINARIES) $(build_resx_resources) 
$(build_satellite_assembly_list)
 DISTCLEANFILES = $(GENERATED_FILES) $(pc_files) $(BUILD_DIR)/*
 
-pkglib_SCRIPTS = $(ASSEMBLY)
 bin_SCRIPTS = $(BINARIES)
 
 programfilesdir = @libdir@/@PACKAGE@
 programfiles_DATA = $(PROGRAMFILES)
-
+programfiles_SCRIPTS = $(ASSEMBLY)
 
 # macros
 

Reply via email to