Your message dated Mon, 20 Feb 2012 16:59:42 +0000
with message-id <20120220165942.GA28436@raleigh>
and subject line Re: [pkg-cli-apps-team] Bug#660484: monobristol: FTBFS
`pkglibdir' is not a legitimate directory for `SCRIPTS'
has caused the Debian Bug report #660484,
regarding monobristol: FTBFS `pkglibdir' is not a legitimate directory for
`SCRIPTS'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
660484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660484
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: monobristol
Severity: important
Tags: patch
User: [email protected]
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 <[email protected]>
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
--- End Message ---
--- Begin Message ---
Version: 0.60.3-2
Hi,
On Sun, Feb 19, 2012 at 04:19:12PM +0100, Leo Iannacone wrote:
> Package: monobristol
> Severity: important
> Tags: patch
> User: [email protected]
> Usertags: origin-ubuntu precise ubuntu-patch
>
> Dear maintainer,
>
> monobristol fails to build with automake >= 1.11.3.
Thanks, but directhex already fixed this in -2.
(Also if this was an actual FTBFS in Debian it should have had RC
severity — i.e. serious)
Cheers,
--
Iain Lane [ [email protected] ]
Debian Developer [ [email protected] ]
Ubuntu Developer [ [email protected] ]
PhD student [ [email protected] ]
signature.asc
Description: Digital signature
--- End Message ---