Your message dated Sun, 21 Oct 2012 00:02:38 +0000
with message-id <e1tpj02-0003hg...@franck.debian.org>
and subject line Bug#660488: fixed in miredo 1.2.3-1.1
has caused the Debian Bug report #660488,
regarding miredo: FTBFS `pkglibdir' is not a legitimate directory for `PROGRAMS'
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 ow...@bugs.debian.org
immediately.)
--
660488: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660488
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: miredo
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch
Dear maitainer,
miredo fails to build with automake >= 1.11.3.
Excerpt from the buildlog:
m4/libtool.m4:5253: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:50: the top level
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `admin'.
libtoolize: copying file `admin/config.guess'
libtoolize: copying file `admin/config.sub'
libtoolize: copying file `admin/install-sh'
libtoolize: copying file `admin/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
src/Makefile.am:35: `pkglibdir' is not a legitimate directory for `PROGRAMS'
src/Makefile.am:59: variable `miredo_privproc_SOURCES' is defined but no
program or
src/Makefile.am:59: library has `miredo_privproc' as canonical name (possible
typo)
src/Makefile.am:60: variable `miredo_privproc_LDADD' is defined but no program
or
src/Makefile.am:60: library has `miredo_privproc' as canonical name (possible
typo)
autoreconf: automake failed with exit status: 1
make: *** [stamp-autoreconf] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
******************************************************************************
Build finished at 20120208-1521
FAILED [dpkg-buildpackage died]
The full buidlog can be found at
https://launchpad.net/ubuntu/+archive/test-rebuild-20120201/+build/3162196/+files/buildlog_ubuntu-precise-i386.miredo_1.2.3-1_FAILEDTOBUILD.txt.gz.
The attached file fixes this problem.
Have a great day!
Leo.
-- System 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: Fix FTBFS with automake >= 1.11.3:
* pkglib_PROGRAMS is incompatible with last version of automake, as a litte
define a new variable will install files in the same place of pkglibdir.
Author: Leo Iannacone <l...@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/934950
---
src/Makefile.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--- miredo.orig/src/Makefile.am
+++ miredo/src/Makefile.am
@@ -32,7 +32,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I
-DPKGLIBDIR=\"$(pkglibdir)\"
sbin_PROGRAMS = miredo miredo-server miredo-checkconf
-pkglib_PROGRAMS =
+programfilesdir = $(pkglibdir)
+programfiles_PROGRAMS =
EXTRA_PROGRAMS = privproc
noinst_LTLIBRARIES = libmiredo.la
TESTS =
@@ -59,7 +60,7 @@ miredo_LDADD = ../libtun6/libtun6.la ../
miredo_privproc_SOURCES = privproc.c privproc.h
miredo_privproc_LDADD = ../libteredo/libteredo.la $(LIBCAP)
if TEREDO_CLIENT
-pkglib_PROGRAMS += miredo-privproc
+programfiles_PROGRAMS += miredo-privproc
TESTS += miredo-checkconf
endif
--- End Message ---
--- Begin Message ---
Source: miredo
Source-Version: 1.2.3-1.1
We believe that the bug you reported is fixed in the latest version of
miredo, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 660...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Raphael Geissert <geiss...@debian.org> (supplier of updated miredo package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 18 Oct 2012 18:20:19 -0500
Source: miredo
Binary: miredo miredo-server
Architecture: source i386
Version: 1.2.3-1.1
Distribution: unstable
Urgency: low
Maintainer: Rémi Denis-Courmont <r...@remlab.net>
Changed-By: Raphael Geissert <geiss...@debian.org>
Description:
miredo - Teredo IPv6 tunneling through NATs
miredo-server - Teredo IPv6 tunneling server
Closes: 660488
Changes:
miredo (1.2.3-1.1) unstable; urgency=low
.
* Non-maintainer upload.
+ Based entirely on work by the maintainer.
* Fix build failure with newer automakes (Closes: #660488)
* use_pkglibexec.patch: Use pkglibexec instead of pkglib for PROGRAMS
Checksums-Sha1:
9be0e93e4469e2d73c0094d82ff26d356a3350ae 1310 miredo_1.2.3-1.1.dsc
1e4f77941e583553af42d6d499b4bd106437ffb3 8944 miredo_1.2.3-1.1.debian.tar.gz
bc8a06ed4fd357f6096e798e813d4bf5b2e6b2f6 222472 miredo_1.2.3-1.1_i386.deb
764ad71ddbb8e2389f72e297e02c3eb44b9ed261 173164
miredo-server_1.2.3-1.1_i386.deb
Checksums-Sha256:
2d30f792185b5e96b6e2d49d72988bab0bd82507d069a73138834f44d7a7a792 1310
miredo_1.2.3-1.1.dsc
9ccc455007ee72f5263b407f255ea1803d7502a9445d751f08b3b42ef6b18407 8944
miredo_1.2.3-1.1.debian.tar.gz
c82d6fdddc441ae5edc4db8e3e60ee73552e17f446c96df5d04f409f33dd4ef4 222472
miredo_1.2.3-1.1_i386.deb
09578dffc62376a24701871ea01efe2990223f29a9f0fdb7076928e83dd3c37b 173164
miredo-server_1.2.3-1.1_i386.deb
Files:
0bbdd37dca8312882ed0a0b4533ff532 1310 net optional miredo_1.2.3-1.1.dsc
eb3f1b0c523fcb8a9a6a1c625797a0bb 8944 net optional
miredo_1.2.3-1.1.debian.tar.gz
2500db11ebfe584e04804284a3082036 222472 net optional miredo_1.2.3-1.1_i386.deb
a4512e852dd44f85e45684ac0f77eecb 173164 net extra
miredo-server_1.2.3-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlCAkr0ACgkQYy49rUbZzlqn1gCfa4ja3GOMsiU1tbbUl0IWXYY7
+ugAnjX/m36h/9puMV2INGKDWZnXijpd
=0gU4
-----END PGP SIGNATURE-----
--- End Message ---