Your message dated Thu, 04 Mar 2010 16:02:43 +0000
with message-id <e1nndvb-0002oq...@ries.debian.org>
and subject line Bug#571665: fixed in cone 0.80-1
has caused the Debian Bug report #571665,
regarding cone ftbfs with libtool 2.2.6b and autoconf + automake installed
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.)


-- 
571665: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571665
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cone
Version: 0.79-2
Severity: serious
Tags: patch
Justification: no longer builds from source

The patch sendmail_path.diff changes the timestamps of libmail/configure{,.in}
resulting in autoconf's maintainer-mode kicking in and running aclocal and
automake, grabbing the m4 macros for the new libtool and causing ./libtool to
throw a big fuss about mismatched versions.

This has not been an issue in Debian since autoconf and automake are not pulled
into the Debian buildds, but in Ubuntu, they appear to be, as can be seen by the
following build log:

http://launchpadlibrarian.net/37421099/buildlog_ubuntu-lucid-i386.cone_0.79-2_FAILEDTOBUILD.txt.gz

This issue can be resolved by replacing the sendmail_path.diff patch with an
extra configure argument SENDMAIL=/usr/sbin/sendmail which should accomplish the
same thing. In addition, the libtool build-dep can be safely removed, since it
is not currently used at build time anyway.

To prevent similar things from happening in the future, it would be good to get
upstream to add AM_MAINTAINER_MODE to their configure.in files. CDBS will then
be able to disable it with --disable-maintainer-mode which it already passes to
the configure script.

The attached patch contains Ubuntu specific changes, but please feel free to
adapt it as you see fit.

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-proposed'), (500, 'karmic-backports'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-hyper1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru cone-0.79/debian/control cone-0.79/debian/control
--- cone-0.79/debian/control	2009-11-28 19:12:58.000000000 +0800
+++ cone-0.79/debian/control	2010-02-27 05:01:02.000000000 +0800
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Varun Hiremath <va...@debian.org>
 Build-Depends: cdbs, debhelper (>= 7.0), libncursesw5-dev, libxml2-dev,
- libldap2-dev, libssl-dev, libfam-dev, aspell, procps, openssl, libtool
+ libldap2-dev, libssl-dev, libfam-dev, aspell, procps, openssl
 Standards-Version: 3.8.3
 Homepage: http://www.courier-mta.org/cone/
 Vcs-Svn: https://bollin.googlecode.com/svn/cone/
diff -Nru cone-0.79/debian/patches/sendmail_path.diff cone-0.79/debian/patches/sendmail_path.diff
--- cone-0.79/debian/patches/sendmail_path.diff	2008-04-25 14:16:08.000000000 +0800
+++ cone-0.79/debian/patches/sendmail_path.diff	1970-01-01 07:30:00.000000000 +0730
@@ -1,26 +0,0 @@
-Index: cone-0.74/libmail/configure
-===================================================================
---- cone-0.74.orig/libmail/configure	2008-04-25 11:41:49.000000000 +0530
-+++ cone-0.74/libmail/configure	2008-04-25 11:41:58.000000000 +0530
-@@ -19397,7 +19397,7 @@
- done
- IFS=$as_save_IFS
- 
--  test -z "$ac_cv_path_SENDMAIL" && ac_cv_path_SENDMAIL="/usr/bin/sendmail"
-+  test -z "$ac_cv_path_SENDMAIL" && ac_cv_path_SENDMAIL="/usr/sbin/sendmail"
-   ;;
- esac
- fi
-Index: cone-0.74/libmail/configure.in
-===================================================================
---- cone-0.74.orig/libmail/configure.in	2008-04-25 11:42:23.000000000 +0530
-+++ cone-0.74/libmail/configure.in	2008-04-25 11:42:31.000000000 +0530
-@@ -23,7 +23,7 @@
- 
- LPATH="$PATH:/usr/local/bin:/usr/sbin:/sbin:/lib"
- 
--AC_PATH_PROG(SENDMAIL, sendmail, /usr/bin/sendmail, $LPATH)
-+AC_PATH_PROG(SENDMAIL, sendmail, /usr/sbin/sendmail, $LPATH)
- 
- AC_DEFINE_UNQUOTED(SENDMAIL, "$SENDMAIL",
- 			     [ Local sendmail program ])
diff -Nru cone-0.79/debian/patches/series cone-0.79/debian/patches/series
--- cone-0.79/debian/patches/series	2008-06-12 04:09:32.000000000 +0800
+++ cone-0.79/debian/patches/series	1970-01-01 07:30:00.000000000 +0730
@@ -1,2 +0,0 @@
-sendmail_path.diff
-
diff -Nru cone-0.79/debian/rules cone-0.79/debian/rules
--- cone-0.79/debian/rules	2009-11-28 19:11:50.000000000 +0800
+++ cone-0.79/debian/rules	2010-02-27 05:01:31.000000000 +0800
@@ -3,6 +3,8 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS = SENDMAIL=/usr/sbin/sendmail
+
 install/cone::
 	#renaming config file
 	mv $(DEB_DESTDIR)/etc/cone.dist $(DEB_DESTDIR)/etc/cone

--- End Message ---
--- Begin Message ---
Source: cone
Source-Version: 0.80-1

We believe that the bug you reported is fixed in the latest version of
cone, which is due to be installed in the Debian FTP archive:

cone_0.80-1.debian.tar.gz
  to main/c/cone/cone_0.80-1.debian.tar.gz
cone_0.80-1.dsc
  to main/c/cone/cone_0.80-1.dsc
cone_0.80-1_amd64.deb
  to main/c/cone/cone_0.80-1_amd64.deb
cone_0.80.orig.tar.gz
  to main/c/cone/cone_0.80.orig.tar.gz



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 571...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Varun Hiremath <va...@debian.org> (supplier of updated cone 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: Wed, 03 Mar 2010 22:51:22 -0500
Source: cone
Binary: cone
Architecture: source amd64
Version: 0.80-1
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath <va...@debian.org>
Changed-By: Varun Hiremath <va...@debian.org>
Description: 
 cone       - COnsole Newsreader and Emailer
Closes: 571665
Changes: 
 cone (0.80-1) unstable; urgency=low
 .
   * New upstream release
   * Drop patches/sendmail_path.diff and fix SENDMAIL path by passing an
     extra configure argument in debian/rules, thanks to Chow Loong Jin
     (Closes: #571665)
   * Bump Standards-Version to 3.8.4
Checksums-Sha1: 
 e6ebb8662ce2734a8b93bc4e9fc12c3b265acdfb 1177 cone_0.80-1.dsc
 aec1879b1f1eaddbd9ac0572f59cbdda713f92ff 5596089 cone_0.80.orig.tar.gz
 bd83c226931814a07950799ba0803f69bd9da7de 3390 cone_0.80-1.debian.tar.gz
 61da22669d27fd1344b868a37f28fc56f61c05f8 3771356 cone_0.80-1_amd64.deb
Checksums-Sha256: 
 7cb28259ad26b0d9f7b23ee475672ddb5260ab8a0fd22d7fff6ba5c617f34d0c 1177 
cone_0.80-1.dsc
 a26580c79073ecfe79fbe95e55bf56a3c2fba0bdfc87096a6917fc211ecb0928 5596089 
cone_0.80.orig.tar.gz
 e7735f1aea53671e4378daa39e8419d1b0a5bb6b1546ef66d2f895cd196e2a25 3390 
cone_0.80-1.debian.tar.gz
 007b4e3f5f987e64ab10fa4be110dfc5abde471a562f2bbf2c1e70a7cce6f761 3771356 
cone_0.80-1_amd64.deb
Files: 
 a6d98352202209f060d1e14450d591af 1177 mail optional cone_0.80-1.dsc
 c1658ca40587f85d2d7b42e71a287fe7 5596089 mail optional cone_0.80.orig.tar.gz
 7719d14ff54457c079b25585c671111c 3390 mail optional cone_0.80-1.debian.tar.gz
 8428925d4728165386b32a1e8c2f4f8f 3771356 mail optional cone_0.80-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFLj8DxPEFSUMxFMZcRAkw/AJoCn5+4UhlgXTpr7wiECPeTbXNisQCgthMU
9CO5yWErUW+oQwSVr6CuqxY=
=6Qgn
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to