Your message dated Tue, 12 Jul 2005 10:47:03 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#317860: fixed in m4 1.4.3-2 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 12 Jul 2005 03:25:11 +0000 >From [EMAIL PROTECTED] Mon Jul 11 20:25:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DsBOR-0004qt-00; Mon, 11 Jul 2005 20:25:11 -0700 Received: from localhost.localdomain (pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j6C3P72g073140 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Mon, 11 Jul 2005 20:25:08 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.50) id 1Ds0nw-0000sk-Ju for [EMAIL PROTECTED]; Mon, 11 Jul 2005 09:06:48 -0700 Date: Mon, 11 Jul 2005 09:06:48 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Cannot find HTML documentation Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+Z7/5fzWRHDJ0o7Q" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on zoot.lafn.org X-Virus-Status: Clean Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: --+Z7/5fzWRHDJ0o7Q Content-Type: multipart/mixed; boundary="c7hkjup166d4FzgN" Content-Disposition: inline --c7hkjup166d4FzgN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: m4 Version: 1.4.3-1 Severity: serious Tags: patch texi2html now generates its output in a subdirectory, which causes m4 to fail to build: > mv doc/*.html debian/tmp/usr/share/doc/m4-doc > mv: cannot stat `doc/*.html': No such file or directory > make: *** [binary-indep] Error 1 The attached patch fixes this problem. --=20 Matt --c7hkjup166d4FzgN Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="m4_1.4.3-1.patch" diff -u m4-1.4.3/debian/rules m4-1.4.3/debian/rules --- m4-1.4.3/debian/rules +++ m4-1.4.3/debian/rules @@ -42,7 +42,7 @@ install -m 755 debian/m4-doc.postinst debian/tmp/DEBIAN/postinst install -m 755 debian/m4-doc.prerm debian/tmp/DEBIAN/prerm cd doc && texi2html -split_chapter $(package).texinfo - mv doc/*.html $(docdir)-doc + mv doc/m4/*.html $(docdir)-doc ln -s $(package)_toc.html $(docdir)-doc/index.html cp -p debian/copyright $(docdir)-doc cp -p ChangeLog $(docdir)-doc/changelog --c7hkjup166d4FzgN-- --+Z7/5fzWRHDJ0o7Q Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC0pkXfNdgYxVXvBARAiAWAKCxrvSFnRzmHi6A1FpmhSJBZwPwnQCeLvG7 sd7CXXCByyf2TARQokKmS/o= =lN++ -----END PGP SIGNATURE----- --+Z7/5fzWRHDJ0o7Q-- --------------------------------------- Received: (at 317860-close) by bugs.debian.org; 12 Jul 2005 14:53:20 +0000 >From [EMAIL PROTECTED] Tue Jul 12 07:53:20 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DsM8O-0000VR-00; Tue, 12 Jul 2005 07:53:20 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DsM2J-0003Vz-00; Tue, 12 Jul 2005 10:47:03 -0400 From: Santiago Vila <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#317860: fixed in m4 1.4.3-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 12 Jul 2005 10:47:03 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Source: m4 Source-Version: 1.4.3-2 We believe that the bug you reported is fixed in the latest version of m4, which is due to be installed in the Debian FTP archive: m4-doc_1.4.3-2_all.deb to pool/main/m/m4/m4-doc_1.4.3-2_all.deb m4_1.4.3-2.diff.gz to pool/main/m/m4/m4_1.4.3-2.diff.gz m4_1.4.3-2.dsc to pool/main/m/m4/m4_1.4.3-2.dsc m4_1.4.3-2_powerpc.deb to pool/main/m/m4/m4_1.4.3-2_powerpc.deb 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Santiago Vila <[EMAIL PROTECTED]> (supplier of updated m4 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 12 Jul 2005 16:35:20 +0200 Source: m4 Binary: m4-doc m4 Architecture: source powerpc all Version: 1.4.3-2 Distribution: unstable Urgency: low Maintainer: Santiago Vila <[EMAIL PROTECTED]> Changed-By: Santiago Vila <[EMAIL PROTECTED]> Description: m4 - a macro processing language m4-doc - Documentation for GNU m4 Closes: 317860 Changes: m4 (1.4.3-2) unstable; urgency=low . * Fixed FTBFS bug caused by new texi2html behaviour (Closes: #317860). Files: ad1605d62a37b76c5d5086f22e56f99f 555 interpreters standard m4_1.4.3-2.dsc 5d87b2e44d19cfd58ba7687f7587c079 5221 interpreters standard m4_1.4.3-2.diff.gz 60e0ef1ce2f172996e8db12310f67395 72804 doc optional m4-doc_1.4.3-2_all.deb baf9f393001f617552a0e3367d39cbc8 114128 interpreters standard m4_1.4.3-2_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC09WZd9Uuvj7yPNYRAod5AJ9v9UTEOMD7t2aA3IzD179COZPNLACgxxgy dPRgIZVMInJ7CwNe0ujFti8= =zU9B -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]