From unknown Mon Aug 18 14:16:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#14499 <14499@debbugs.gnu.org> To: bug#14499 <14499@debbugs.gnu.org> Subject: Status: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh Reply-To: bug#14499 <14499@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:16:30 +0000 retitle 14499 broken texi2dvi causes a FAIL in t/txinfo-no-split.sh reassign 14499 automake submitter 14499 Peter Rosin severity 14499 minor tag 14499 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 02:35:43 2013 Received: (at submit) by debbugs.gnu.org; 29 May 2013 06:35:43 +0000 Received: from localhost ([127.0.0.1]:38724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhZz2-00011A-KF for submit@debbugs.gnu.org; Wed, 29 May 2013 02:35:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45791) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhZz0-00010x-2l for submit@debbugs.gnu.org; Wed, 29 May 2013 02:35:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhZxV-0002qO-4G for submit@debbugs.gnu.org; Wed, 29 May 2013 02:34:10 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-101.1 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD, USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:51142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhZxV-0002qK-17 for submit@debbugs.gnu.org; Wed, 29 May 2013 02:34:05 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhZxQ-0003iB-Cc for bug-automake@gnu.org; Wed, 29 May 2013 02:34:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhZxL-0002oU-Do for bug-automake@gnu.org; Wed, 29 May 2013 02:34:00 -0400 Received: from mail.lysator.liu.se ([2001:6b0:17:f0a0::3]:37433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhZxL-0002oM-7f for bug-automake@gnu.org; Wed, 29 May 2013 02:33:55 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 185D640003 for ; Wed, 29 May 2013 08:33:53 +0200 (CEST) Received: from [192.168.0.64] (90-227-119-137-no95.business.telia.com [90.227.119.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id EE30440002 for ; Wed, 29 May 2013 08:33:52 +0200 (CEST) Message-ID: <51A5A150.3060205@lysator.liu.se> Date: Wed, 29 May 2013 08:33:52 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: bug-automake@gnu.org Subject: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) Hi! On MSYS, I have this situation: $ texi2dvi --version You don't have a working TeX binary installed, but the texi2dvi script can't proceed without it. If you want to use this script, you have to install some kind of TeX, for example the MikTeX package from http://miktex.org/ (which is not part of the typical MSYS environment). $ echo $? 1 Which causes the below failure on master (baf8a1c22acce0908) in t/txinfo-no-split.sh. Cheers, Peter make[1]: Entering directory `/c/Cygwin/home/peda/automake/t/txinfo-no-split.dir/txinfo-no-split-1.0/_build' TEXINPUTS="..:$TEXINPUTS" \ MAKEINFO='makeinfo --split-size 10 -I ..' \ texi2dvi --build-dir=foo.t2d -o foo.dvi \ ../foo.texi You don't have a working TeX binary installed, but the texi2dvi script can't proceed without it. If you want to use this script, you have to install some kind of TeX, for example the MikTeX package from http://miktex.org/ (which is not part of the typical MSYS environment). make[1]: *** [foo.dvi] Error 1 make[1]: Leaving directory `/c/Cygwin/home/peda/automake/t/txinfo-no-split.dir/txinfo-no-split-1.0/_build' From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 05:51:55 2013 Received: (at 14499) by debbugs.gnu.org; 29 May 2013 09:51:55 +0000 Received: from localhost ([127.0.0.1]:39037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uhd2w-00084p-C0 for submit@debbugs.gnu.org; Wed, 29 May 2013 05:51:54 -0400 Received: from mail-bk0-f52.google.com ([209.85.214.52]:40126) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uhd2t-00084c-7W for 14499@debbugs.gnu.org; Wed, 29 May 2013 05:51:52 -0400 Received: by mail-bk0-f52.google.com with SMTP id mz10so4758910bkb.11 for <14499@debbugs.gnu.org>; Wed, 29 May 2013 02:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=9smy/VKULdBNk6+v88PdBN9QS+SEys0fjHo6/lfzFZo=; b=KDwmWKUtxnnjJbPYZ4IRO9/uw/kBu481YsOhZRYsLUnCmYJ41GZP+bku6FK5GPqpFq G/V83g/rTQhd1oWtpxZ20VNJEtK55h1sykpBWJbVlq5/FkNqmZXXkd+8wmUGssbnhrHF gcqyGa8rcsJ21sM1llodkwcZOCwzZxjLzx+JHAVyI1jDefBnn0AB6QPn60ZYmnkajLSs jopNEVwmt9G0yJ2mx+TKGMl5otCv7U8rVbCanHwCtvrKJOvTupYznL+t1Wwp3KdmQVFA 11jWwqR6FxwlvV9944+kkuz7Rwz00VNB4J1HA0PCeMQixLR4AVpFYq1gA/dzrnS2NyjL 0OGg== X-Received: by 10.205.35.136 with SMTP id sw8mr534071bkb.127.1369821022186; Wed, 29 May 2013 02:50:22 -0700 (PDT) Received: from [192.168.178.20] (host93-95-dynamic.6-79-r.retail.telecomitalia.it. [79.6.95.93]) by mx.google.com with ESMTPSA id og1sm7720073bkb.16.2013.05.29.02.50.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 May 2013 02:50:21 -0700 (PDT) Message-ID: <51A5CF5B.9060905@gmail.com> Date: Wed, 29 May 2013 11:50:19 +0200 From: Stefano Lattarini MIME-Version: 1.0 To: Peter Rosin Subject: Re: bug#14499: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh References: <51A5A150.3060205@lysator.liu.se> In-Reply-To: <51A5A150.3060205@lysator.liu.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 14499 Cc: 14499@debbugs.gnu.org, "automake-patches@gnu.org" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 05/29/2013 08:33 AM, Peter Rosin wrote: > Hi! > > On MSYS, I have this situation: > > $ texi2dvi --version > You don't have a working TeX binary installed, but the texi2dvi script > can't proceed without it. If you want to use this script, you have to > install some kind of TeX, for example the MikTeX package from > http://miktex.org/ (which is not part of the typical MSYS environment). > $ echo $? > 1 > > Which causes the below failure on master (baf8a1c22acce0908) in > t/txinfo-no-split.sh. > > Cheers, > Peter > > make[1]: Entering directory `/c/Cygwin/home/peda/automake/t/txinfo-no-split.dir/txinfo-no-split-1.0/_build' > TEXINPUTS="..:$TEXINPUTS" \ > MAKEINFO='makeinfo --split-size 10 -I ..' \ > texi2dvi --build-dir=foo.t2d -o foo.dvi \ > ../foo.texi > You don't have a working TeX binary installed, but the texi2dvi script > can't proceed without it. If you want to use this script, you have to > install some kind of TeX, for example the MikTeX package from > http://miktex.org/ (which is not part of the typical MSYS environment). > make[1]: *** [foo.dvi] Error 1 > make[1]: Leaving directory `/c/Cygwin/home/peda/automake/t/txinfo-no-split.dir/txinfo-no-split-1.0/_build' > > The patch below should fix the issue. Can you confirm? Thanks, Stefano ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- >From 455d0f33b1540e75006cbf267cd7bda1a70eb5bc Mon Sep 17 00:00:00 2001 Message-Id: <455d0f33b1540e75006cbf267cd7bda1a70eb5bc.1369820479.git.stefano.lattarini@gmail.com> From: Stefano Lattarini Date: Wed, 29 May 2013 11:41:09 +0200 Subject: [PATCH] tests: avoid a spurious failure when TeX is not installed. Fixes automake bug#14499. * t/txinfo-no-split.sh: If TeX is not available, redefine 'dvi' to be a dummy target, so that "make distcheck" doesn't fail while trying to build the DVI version of the Texinfo manual. Signed-off-by: Stefano Lattarini --- t/txinfo-no-split.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/t/txinfo-no-split.sh b/t/txinfo-no-split.sh index aecf7e7..6a50f1c 100644 --- a/t/txinfo-no-split.sh +++ b/t/txinfo-no-split.sh @@ -34,6 +34,13 @@ check-local: test "`find $(srcdir) . | grep '\.info'`" = "$(srcdir)/foo.info" END +# Systems lacking a working TeX installation cannot run "make dvi". +if test -z "$TEX"; then + warn_ "TeX installation missing, \"make dvi\" will be skipped" + echo AUTOMAKE_OPTIONS = -Wno-override >> Makefile.am + echo 'dvi:; @echo Tex is missing, do nothing' >> Makefile.am +fi + cat > foo.texi << 'END' \input texinfo @setfilename foo.info -- 1.8.3.rc3.8.g5e49f30 From debbugs-submit-bounces@debbugs.gnu.org Thu May 30 02:26:51 2013 Received: (at 14499) by debbugs.gnu.org; 30 May 2013 06:26:51 +0000 Received: from localhost ([127.0.0.1]:41407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhwJo-0003ze-51 for submit@debbugs.gnu.org; Thu, 30 May 2013 02:26:47 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:35507) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhwJg-0003zK-7L for 14499@debbugs.gnu.org; Thu, 30 May 2013 02:26:32 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 435D440016; Thu, 30 May 2013 08:24:59 +0200 (CEST) Received: from [192.168.0.64] (90-227-119-137-no95.business.telia.com [90.227.119.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id E075D40002; Thu, 30 May 2013 08:24:58 +0200 (CEST) Message-ID: <51A6F0BA.5080905@lysator.liu.se> Date: Thu, 30 May 2013 08:24:58 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Stefano Lattarini Subject: Re: bug#14499: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh References: <51A5A150.3060205@lysator.liu.se> <51A5CF5B.9060905@gmail.com> In-Reply-To: <51A5CF5B.9060905@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 14499 Cc: 14499@debbugs.gnu.org, "automake-patches@gnu.org" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) On 2013-05-29 11:50, Stefano Lattarini wrote: > On 05/29/2013 08:33 AM, Peter Rosin wrote: >> Hi! >> >> On MSYS, I have this situation: >> >> $ texi2dvi --version >> You don't have a working TeX binary installed, but the texi2dvi script >> can't proceed without it. If you want to use this script, you have to >> install some kind of TeX, for example the MikTeX package from >> http://miktex.org/ (which is not part of the typical MSYS environment). >> $ echo $? >> 1 >> >> Which causes the below failure on master (baf8a1c22acce0908) in >> t/txinfo-no-split.sh. >> > The patch below should fix the issue. Can you confirm? Confirmed, thanks! Cheers, Peter From debbugs-submit-bounces@debbugs.gnu.org Thu May 30 04:47:17 2013 Received: (at 14499) by debbugs.gnu.org; 30 May 2013 08:47:17 +0000 Received: from localhost ([127.0.0.1]:41589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhyVx-0001g7-7y for submit@debbugs.gnu.org; Thu, 30 May 2013 04:47:17 -0400 Received: from mail-bk0-f47.google.com ([209.85.214.47]:55902) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UhyVv-0001fv-IU for 14499@debbugs.gnu.org; Thu, 30 May 2013 04:47:16 -0400 Received: by mail-bk0-f47.google.com with SMTP id jg1so5375822bkc.34 for <14499@debbugs.gnu.org>; Thu, 30 May 2013 01:45:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ozKxuqFH01TuVc1CgA7t4dj/OLoIWdctwkpjebLZLHQ=; b=xtXCaPr4UJg7ieKMdqk6qxAXbeSbGuoWHLq9dVypKv2I0kiKzsXsYbAgCFFzOdJvnJ /1kD6z+Z6DMfnRbI92Edl//L4LQGkx4/SjvH/GZtAfQOZVHP0w+u0jiz119vtVhag0UT Z/gW2b5kLgBc2Mna5pq9sqMH3C+OOohdEIeUSPL1jPJ27eYYZtbQpnmNBfAUKOUnWWrz ijKe/aWTbLG56QYF5hSj2dqsf8rEOg6jseHxSdr6DkjBqTA19hwJ8YYo0REhfXGdGARW f7xwEpHwAEzPjffrYLF+0JbUjrVPaMKmErvKt5r+ajgMtC7J/Wl+STBl8d0P6bDr2FJ2 1Szg== X-Received: by 10.204.185.70 with SMTP id cn6mr1502966bkb.100.1369903541500; Thu, 30 May 2013 01:45:41 -0700 (PDT) Received: from [192.168.178.20] (host93-95-dynamic.6-79-r.retail.telecomitalia.it. [79.6.95.93]) by mx.google.com with ESMTPSA id es13sm13192379bkc.8.2013.05.30.01.45.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 May 2013 01:45:40 -0700 (PDT) Message-ID: <51A711B2.5040800@gmail.com> Date: Thu, 30 May 2013 10:45:38 +0200 From: Stefano Lattarini MIME-Version: 1.0 To: Peter Rosin Subject: Re: bug#14499: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh References: <51A5A150.3060205@lysator.liu.se> <51A5CF5B.9060905@gmail.com> <51A6F0BA.5080905@lysator.liu.se> In-Reply-To: <51A6F0BA.5080905@lysator.liu.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 14499 Cc: 14499@debbugs.gnu.org, "automake-patches@gnu.org" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 05/30/2013 08:24 AM, Peter Rosin wrote: > On 2013-05-29 11:50, Stefano Lattarini wrote: >> On 05/29/2013 08:33 AM, Peter Rosin wrote: >>> Hi! >>> >>> On MSYS, I have this situation: >>> >>> $ texi2dvi --version >>> You don't have a working TeX binary installed, but the texi2dvi script >>> can't proceed without it. If you want to use this script, you have to >>> install some kind of TeX, for example the MikTeX package from >>> http://miktex.org/ (which is not part of the typical MSYS environment). >>> $ echo $? >>> 1 >>> >>> Which causes the below failure on master (baf8a1c22acce0908) in >>> t/txinfo-no-split.sh. >>> >> The patch below should fix the issue. Can you confirm? > > Confirmed, thanks! > > Cheers, > Peter > Patch pushed. Thanks, Stefano From debbugs-submit-bounces@debbugs.gnu.org Thu May 30 17:07:30 2013 Received: (at control) by debbugs.gnu.org; 30 May 2013 21:07:30 +0000 Received: from localhost ([127.0.0.1]:43001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UiA4H-0000e9-8c for submit@debbugs.gnu.org; Thu, 30 May 2013 17:07:30 -0400 Received: from mail-ea0-f171.google.com ([209.85.215.171]:39714) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UiA4F-0000dq-1Q for control@debbugs.gnu.org; Thu, 30 May 2013 17:07:27 -0400 Received: by mail-ea0-f171.google.com with SMTP id b15so847132eae.16 for ; Thu, 30 May 2013 14:05:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; bh=RGutHN14lFeSP99QBDFaamO/9CDWbpGJPiOIra0kr+4=; b=kSEe0wK68e7oevRvyg2MXjmAFU7FCjLOOUaxVoqr4yUeNYleUKfVetq7YzU3xGc30S BFwzH9f2cu9jXjJqcFX0+RnwTeQEAIuYdYdUranGR8LZ615xbRYPMO/lY9L1I/BIBOTu LIonzWRnykrBK70nT4wJ36CWSRzRRR2XMZwKcsWmmsm5BEEM6eguqwT9LZAhTqcNhIPi oXOeQsQJpbV8lLC9sHpszT+b4fDMZ8EQZnILSXHo6p+mTLeym4T+FMu6i1pfU776KbcI duhNPAaDNkkRAoAS6xMm4SAor9Km+A3WRjQtE3cb7C6z/slYUrvlyJG02bIfTiiliWjm 24Xg== X-Received: by 10.15.52.133 with SMTP id p5mr11208783eew.55.1369947950091; Thu, 30 May 2013 14:05:50 -0700 (PDT) Received: from [192.168.178.20] (host93-95-dynamic.6-79-r.retail.telecomitalia.it. [79.6.95.93]) by mx.google.com with ESMTPSA id t6sm26656662eev.14.2013.05.30.14.05.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 May 2013 14:05:48 -0700 (PDT) Message-ID: <51A7BF23.5060809@gmail.com> Date: Thu, 30 May 2013 23:05:39 +0200 From: Stefano Lattarini MIME-Version: 1.0 To: GNU bug tracker automated control server Subject: x Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) tags 14500 + patch severity 14500 minor close 14500 tags 14499 + patch severity 14499 minor close 14499 tags 14498 + patch severity 14498 minor close 14498 tags 14495 + patch severity 14495 minor close 14495 tags 14494 + patch severity 14494 minor close 14494 tags 14501 + patch severity 14501 minor close 14501 stop From unknown Mon Aug 18 14:16:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 28 Jun 2013 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator