Your message dated Sat, 26 Feb 2005 16:47:06 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#265531: fixed in nn 6.6.5-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; 13 Aug 2004 15:10:23 +0000
>From [EMAIL PROTECTED] Fri Aug 13 08:10:23 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d001029.adsl.hansenet.de (localhost) [80.171.1.29]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BvdhH-0001mz-00; Fri, 13 Aug 2004 08:10:23 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1BvdhI-0000us-FI; Fri, 13 Aug 2004 17:10:24 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: nn: FTBFS with gcc-3.4: ymakefile:19: *** missing separator. Stop.
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 13 Aug 2004 17:10:24 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: nn
Severity: normal
Tags: patch
When building 'nn' with gcc-3.4 I get the following error:
/usr/bin/make
make[1]: Entering directory `/nn-6.6.5'
cp xmakefile MF.c
cc -E -DCOMPILER="cc" -DPREPROC="cc -E" \
-DLDEBUG="" \
-DCDEBUG="-O2 " -Iconf MF.c | \
sed -e '1,/MAKE WILL CUT HERE/d' \
-e '/^#/d' \
-e 's/^ / /' \
-e '/^[ \f ]$/d' \
-e '/^[ \/]*[*]/d' | \
sed -n -e '/^..*$/p' > ymakefile
rm -f MF.c
make -w -f ymakefile all
make[2]: Entering directory `/nn-6.6.5'
ymakefile:19: *** missing separator. Stop.
With the attached patch 'nn' can be compiled using gcc-3.4.
Regards
Andreas Jochens
diff -urN ../tmp-orig/nn-6.6.5/Makefile ./Makefile
--- ../tmp-orig/nn-6.6.5/Makefile 2004-08-13 17:04:36.534284529 +0200
+++ ./Makefile 2004-08-13 17:04:02.677431553 +0200
@@ -61,6 +61,7 @@
sed -e '1,/MAKE WILL CUT HERE/d' \
-e '/^#/d' \
-e 's/^ / /' \
+ -e 's/^ / /' \
-e '/^[ \f ]$$/d' \
-e '/^[ \/]*[*]/d' | \
sed -n -e '/^..*$$/p' > ymakefile
---------------------------------------
Received: (at 265531-close) by bugs.debian.org; 26 Feb 2005 21:53:16 +0000
>From [EMAIL PROTECTED] Sat Feb 26 13:53:16 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 1D59sC-0002fl-00; Sat, 26 Feb 2005 13:53:16 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D59mE-0006b1-00; Sat, 26 Feb 2005 16:47:06 -0500
From: Cord Beermann <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#265531: fixed in nn 6.6.5-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 26 Feb 2005 16:47:06 -0500
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:
X-CrossAssassin-Score: 2
Source: nn
Source-Version: 6.6.5-2
We believe that the bug you reported is fixed in the latest version of
nn, which is due to be installed in the Debian FTP archive:
nn_6.6.5-2.diff.gz
to pool/main/n/nn/nn_6.6.5-2.diff.gz
nn_6.6.5-2.dsc
to pool/main/n/nn/nn_6.6.5-2.dsc
nn_6.6.5-2_i386.deb
to pool/main/n/nn/nn_6.6.5-2_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.
Cord Beermann <[EMAIL PROTECTED]> (supplier of updated nn 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: Sat, 26 Feb 2005 22:03:22 +0100
Source: nn
Binary: nn
Architecture: source i386
Version: 6.6.5-2
Distribution: unstable
Urgency: low
Maintainer: Cord Beermann <[EMAIL PROTECTED]>
Changed-By: Cord Beermann <[EMAIL PROTECTED]>
Description:
nn - Heavy-duty USENET news reader (curses-based client)
Closes: 237443 265531
Changes:
nn (6.6.5-2) unstable; urgency=low
.
* Applied patch by Martin Quinson <[EMAIL PROTECTED]> for
gettext-based debconf templates (closes: #237443)
* Applied patch by Andreas Jochens <[EMAIL PROTECTED]> to let nn also
build with gcc-4.3 (closes: #265531)
* make lintian happy:
+ fixed three manpages.
+ fixed debian/menu
+ added sendmail as alternative for mail-transport-agent
* bumped Standards-Version, no change.
Files:
1a8284eb7c34876cf53b39746512e850 573 news optional nn_6.6.5-2.dsc
612d45e111a519f4b5fcfcaf4810b47f 37970 news optional nn_6.6.5-2.diff.gz
2bf0b73d0bb05bb6a187cc4d9da1d029 352934 news optional nn_6.6.5-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iEYEARECAAYFAkIg6a4ACgkQ72U+jVr0xGLkwQCghtOjjGSqdqOr6Xcj+edzgjjs
yKYAn1uUOo2CxJP0r58sLlOS0dQEFMRB
=4RI+
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]