Your message dated Sun, 07 Aug 2005 07:02:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#317859: fixed in make 3.80-10 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:02 +0000 >From [EMAIL PROTECTED] Mon Jul 11 20:25:02 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 1DsBOI-0004pY-00; Mon, 11 Jul 2005 20:25:02 -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 j6C3P1Oe073133 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Mon, 11 Jul 2005 20:25:01 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.50) id 1Ds0jf-0000sR-TJ for [EMAIL PROTECTED]; Mon, 11 Jul 2005 09:02:24 -0700 Date: Mon, 11 Jul 2005 09:02:23 -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="8TaQrIeukR7mmbKf" 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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: --8TaQrIeukR7mmbKf Content-Type: multipart/mixed; boundary="Yb+qhiCg54lqZFXW" Content-Disposition: inline --Yb+qhiCg54lqZFXW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: make Version: 3.80-9 Severity: serious Tags: patch texi2html now generates its output in a subdirectory, which causes make to fail to build: > install -p -o root -g root -m 644 doc/*.html /tmp/bu= ildd/make-3.80/debian/make-doc/usr/share/doc/make-doc/ > install: cannot stat `doc/*.html': No such file or directory > make: *** [install/make-doc] Error 1 The attached patch fixes this problem. --=20 Matt --Yb+qhiCg54lqZFXW Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="make_3.80-9.patch" Content-Transfer-Encoding: quoted-printable diff -u make-3.80/debian/local.mk make-3.80/debian/local.mk --- make-3.80/debian/local.mk +++ make-3.80/debian/local.mk @@ -85,7 +85,7 @@ gzip -9fqr $(DOCDIR)/ # Make sure the copyright file is not compressed $(install_file) debian/copyright $(DOCDIR)/copyright - $(install_file) doc/*.html $(DOCDIR)/ + $(install_file) doc/make/*.html $(DOCDIR)/ $(install_file) debian/docentry $(DOCBASEDIR)/$(package) =20 install/make: testroot --Yb+qhiCg54lqZFXW-- --8TaQrIeukR7mmbKf 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) iD4DBQFC0pgPfNdgYxVXvBARAtgBAJjW4dBvXzw8BL0TU4yA6ZzV+gkvAJ9qK/X2 1H1xGIGNvO/+moKlUtPa5A== =/mgX -----END PGP SIGNATURE----- --8TaQrIeukR7mmbKf-- --------------------------------------- Received: (at 317859-close) by bugs.debian.org; 7 Aug 2005 14:11:50 +0000 >From [EMAIL PROTECTED] Sun Aug 07 07:11:49 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E1lj3-0003VE-00; Sun, 07 Aug 2005 07:02:05 -0700 From: Manoj Srivastava <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#317859: fixed in make 3.80-10 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 07 Aug 2005 07:02:05 -0700 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-Level: 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-CrossAssassin-Score: 4 Source: make Source-Version: 3.80-10 We believe that the bug you reported is fixed in the latest version of make, which is due to be installed in the Debian FTP archive: make-doc_3.80-10_all.deb to pool/main/m/make/make-doc_3.80-10_all.deb make_3.80-10.diff.gz to pool/main/m/make/make_3.80-10.diff.gz make_3.80-10.dsc to pool/main/m/make/make_3.80-10.dsc make_3.80-10_i386.deb to pool/main/m/make/make_3.80-10_i386.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. Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated make 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: Sun, 7 Aug 2005 08:23:35 -0500 Source: make Binary: make-doc make Architecture: source i386 all Version: 3.80-10 Distribution: unstable Urgency: low Maintainer: Manoj Srivastava <[EMAIL PROTECTED]> Changed-By: Manoj Srivastava <[EMAIL PROTECTED]> Description: make - The GNU version of the "make" utility. make-doc - Documentation for the GNU version of the "make" utility. Closes: 286766 296482 313988 317859 Changes: make (3.80-10) unstable; urgency=low . * Bug fix: "FTBFS: Cannot find HTML documentation", thanks to Matt Kraai (Closes: #317859). * Bug fix: "make: [INTL:de] German PO file corrections", thanks to Jens Seidel (Closes: #313988). * Bug fix: "make: broken reference in info documentation", thanks to Jason McCarty (Closes: #286766). * Bug fix: "make: eval function within 'ifeq... else... endif' causes error", thanks to François Duranleau (Closes: #296482). Files: 4ae6489b61f967437feafa644bbd97e8 652 devel standard make_3.80-10.dsc 012521b1cf3dd15f2edc98f95939348e 215231 devel standard make_3.80-10.diff.gz 807d44d9f84a64a5757d6decffedae1f 544792 doc optional make-doc_3.80-10_all.deb 300c2c5076fae9a37cf9c0a4c726e690 366906 devel standard make_3.80-10_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC9g+iIbrau78kQkwRAsH5AKD6Xk3FVjpPi4BnbRVcosgpx0OywACcDw14 HPT7HAUbvJ3kzS1E1IIHApE= =7b8+ -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]