Your message dated Mon, 17 Oct 2005 08:10:14 -0400
with message-id <[EMAIL PROTECTED]>
and subject line new release
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; 15 Jul 2004 18:50:43 +0000
>From [EMAIL PROTECTED] Thu Jul 15 11:50:43 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c204015.adsl.hansenet.de (localhost) [213.39.204.15]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BlBJb-00017k-00; Thu, 15 Jul 2004 11:50:43 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1BlBJZ-00013c-HP; Thu, 15 Jul 2004 20:50:41 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: pspp: FTBFS with gcc-3.4: label at end of compound statement
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 15 Jul 2004 20:50:41 +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: pspp
Severity: normal
Tags: patch
When building 'pspp' with gcc-3.4 I get the following error:
q2c.c: In function `dump_declarations':
q2c.c:1038: warning: zero-length printf format string
q2c.c:1067: warning: zero-length printf format string
q2c.c:1084: warning: zero-length printf format string
q2c.c:1139: error: label at end of compound statement
With the attached patch 'pspp' can be compiled using gcc-3.4.
Regards
Andreas Jochens
diff -urN ../tmp-orig/pspp-0.3.0/src/q2c.c ./src/q2c.c
--- ../tmp-orig/pspp-0.3.0/src/q2c.c 2000-01-08 01:52:09.000000000 +0100
+++ ./src/q2c.c 2004-07-15 20:43:34.946676068 +0200
@@ -1135,7 +1135,7 @@
break;
default:
- /* nothing */
+ break; /* nothing */
}
}
---------------------------------------
Received: (at 259615-done) by bugs.debian.org; 17 Oct 2005 12:11:03 +0000
>From [EMAIL PROTECTED] Mon Oct 17 05:11:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from rwcrmhc12.comcast.net [204.127.198.43]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ERTpX-0004gs-00; Mon, 17 Oct 2005 05:11:03 -0700
Received: from vanzandt.comcast.net
(c-24-61-94-90.hsd1.nh.comcast.net[24.61.94.90](misconfigured sender))
by comcast.net (rwcrmhc12) with ESMTP
id <2005101712103101400l9lqbe>; Mon, 17 Oct 2005 12:10:31 +0000
Received: from jrv by vanzandt.comcast.net with local (Exim 3.36 #1 (Debian))
id 1ERTok-0006Ml-00; Mon, 17 Oct 2005 08:10:14 -0400
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: new release
Message-Id: <[EMAIL PROTECTED]>
From: "James R. Van Zandt" <[EMAIL PROTECTED]>
Date: Mon, 17 Oct 2005 08:10:14 -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-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
These were fixed in 0.4.0-1 - don't know why the bug system didn't see
the changelog entry.
pspp (0.4.0-3) unstable; urgency=low
* build against libplot2c2
-- James R. Van Zandt <[EMAIL PROTECTED]> Mon, 26 Sep 2005 19:43:59 -0400
pspp (0.4.0-2) unstable; urgency=low
* added libgsl0-dev to Build-Depends
-- James R. Van Zandt <[EMAIL PROTECTED]> Sat, 24 Sep 2005 21:38:10 -0400
pspp (0.4.0-1) unstable; urgency=low
* New upstream release (fixes: Bug#259615,Bug#328545)
* debian/control: update Debian policy version (no changes needed),
update program description, add libplot-dev to Build-Depends, bump
debhelper version to 4.0
* debian/watch: update format to version 3
* debian/rules: eliminate support for debian-test, install pspp-mode.el,
revert to Makefile commands to build .html documentation. Build and
install .pdf documentation. Register .html and .pdf files with
doc-base. Eliminate deprecated DH_COMPAT setting.
* debian/README: eliminate outdated material, add pointers on
documentation and the Emacs mode.
-- James R. Van Zandt <[EMAIL PROTECTED]> Sat, 24 Sep 2005 09:45:36 -0400
- Jim Van Zandt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]