Your message dated Wed, 19 Oct 2005 09:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#271123: fixed in goldedplus 1.1.4.7+1.1.5.20051016-1
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; 11 Sep 2004 11:00:54 +0000
>From [EMAIL PROTECTED] Sat Sep 11 04:00:54 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c225076.adsl.hansenet.de (localhost) [213.39.225.76]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C65cj-0001wT-00; Sat, 11 Sep 2004 04:00:53 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1C659R-0004VR-2K; Sat, 11 Sep 2004 12:30:37 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: goldedplus: FTBFS with gcc-3.4: extra `;'
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 11 Sep 2004 12:30:37 +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: goldedplus
Severity: normal
Tags: patch
When building 'goldedplus' with gcc-3.4 I get the following error:
building gdbgerr.o
In file included from gdbgerr.cpp:29:
../../goldlib/gall/gfilutil.h:194: error: extra `;'
make[2]: *** [../../obj/lnx/gall/gdbgerr.o] Error 1
make[2]: Leaving directory
`/goldedplus-1.1.4.7+1.1.5.20031012/build/goldlib/gall'
With the attached patch 'goldedplus' can be compiled using gcc-3.4.
Regards
Andreas Jochens
diff -urN
../tmp-orig/goldedplus-1.1.4.7+1.1.5.20031012/debian/patches/gcc-3.4-fix.patch
./debian/patches/gcc-3.4-fix.patch
---
../tmp-orig/goldedplus-1.1.4.7+1.1.5.20031012/debian/patches/gcc-3.4-fix.patch
1970-01-01 01:00:00.000000000 +0100
+++ ./debian/patches/gcc-3.4-fix.patch 2004-09-11 12:20:55.977704249 +0200
@@ -0,0 +1,86 @@
+diff -urN tmp/golded3/gealst.cpp build/golded3/gealst.cpp
+--- tmp/golded3/gealst.cpp 2003-02-28 19:58:30.000000000 +0100
++++ build/golded3/gealst.cpp 2004-09-06 16:44:43.089599961 +0200
+@@ -533,7 +533,7 @@
+ if(not aborted)
+ AL.mask = (byte)index;
+
+-};
++}
+
+
+ void AreaList::Select_Mask() {
+diff -urN tmp/golded3/gearea.cpp build/golded3/gearea.cpp
+--- tmp/golded3/gearea.cpp 2003-06-30 14:14:42.000000000 +0200
++++ build/golded3/gearea.cpp 2004-09-06 16:48:19.280733913 +0200
+@@ -85,7 +85,7 @@
+
+ area_fuzidx = 0;
+
+-};
++}
+
+
+
+diff -urN tmp/golded3/geusrbse.cpp build/golded3/geusrbse.cpp
+--- tmp/golded3/geusrbse.cpp 2001-11-29 20:46:22.000000000 +0100
++++ build/golded3/geusrbse.cpp 2004-09-06 16:50:19.097518993 +0200
+@@ -235,9 +235,9 @@
+ // ------------------------------------------------------------------
+
+ addressbook_form::~addressbook_form() { }
+-addressbook_form::addressbook_form(gwindow& w) : gwinput2(w) { };
+-void addressbook_form::after() { gwinput2::after(); };
+-void addressbook_form::before() { gwinput2::before(); };
++addressbook_form::addressbook_form(gwindow& w) : gwinput2(w) { }
++void addressbook_form::after() { gwinput2::after(); }
++void addressbook_form::before() { gwinput2::before(); }
+
+
+ // ------------------------------------------------------------------
+diff -urN tmp/goldlib/gall/gfilutil.h build/goldlib/gall/gfilutil.h
+--- tmp/goldlib/gall/gfilutil.h 2003-04-19 20:04:28.000000000 +0200
++++ build/goldlib/gall/gfilutil.h 2004-09-06 16:44:43.090599809 +0200
+@@ -191,7 +191,7 @@
+ int strschg_environ(std::string& s);
+
+ char* MapPath(char* map, bool reverse = false);
+-inline char* ReMapPath(char* map) { return MapPath(map, true); };
++inline char* ReMapPath(char* map) { return MapPath(map, true); }
+
+ inline long lseekset(int fh, long offset) { return lseek(fh, offset,
SEEK_SET); }
+ inline long lseekset(int fh, long record, long recordsize) { return lseek(fh,
record*recordsize, SEEK_SET); }
+diff -urN tmp/goldlib/gmb3/gmohuds5.cpp build/goldlib/gmb3/gmohuds5.cpp
+--- tmp/goldlib/gmb3/gmohuds5.cpp 2000-02-25 19:13:04.000000000 +0100
++++ build/goldlib/gmb3/gmohuds5.cpp 2004-09-06 16:44:43.090599809 +0200
+@@ -65,7 +65,7 @@
+
+ char buf[100];
+ Line* line = lin =
+- AddLine (NULL, __HUDSON ? "Hexdump of " HUDS_NAME " message header and
text" : "Hexdump of " GOLD_NAME " message header and text");
++ AddLine (NULL, (char*)(__HUDSON ? "Hexdump of " HUDS_NAME " message header
and text" : "Hexdump of " GOLD_NAME " message header and text"));
+ AddLineF(line,
"------------------------------------------------------------------------------");
+ line = AddLine(line, "");
+ AddLineF(line, "Msgbase : %s", wide->path);
+--- tmp/golded3/gefile.cpp 2001-12-25 13:49:36.000000000 +0100
++++ build/golded3/gefile.cpp 2004-09-06 17:36:00.766721921 +0200
+@@ -357,7 +357,7 @@
+
+ run_picker();
+
+-};
++}
+
+
+
+--- gemnus.cpp 2003-06-30 14:15:00.000000000 +0200
++++ build/golded3/gemnus.cpp 2004-09-11 12:20:13.722128073 +0200
+@@ -408,7 +408,7 @@
+ vcurshow();
+
+ return finaltag - TAG_TEXT;
+-};
++}
+
+
+ // ------------------------------------------------------------------
diff -urN ../tmp-orig/goldedplus-1.1.4.7+1.1.5.20031012/debian/rules
./debian/rules
--- ../tmp-orig/goldedplus-1.1.4.7+1.1.5.20031012/debian/rules 2004-09-11
12:24:24.127060737 +0200
+++ ./debian/rules 2004-09-06 16:29:22.000000000 +0200
@@ -19,6 +19,7 @@
# Patch it
sed -f debian/patches/mygolded.h.sed build/golded3/mygolded.__h >
build/golded3/mygolded.h
cat build/Makefile debian/patches/Makefile.addon > build/Makefile.Debian
+ cd build && patch -p1 <../debian/patches/gcc-3.4-fix.patch
# Build it
$(MAKE) -C build -f Makefile.Debian
touch build-stamp
---------------------------------------
Received: (at 271123-close) by bugs.debian.org; 19 Oct 2005 16:18:08 +0000
>From [EMAIL PROTECTED] Wed Oct 19 09:18:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ESGck-0000BS-00; Wed, 19 Oct 2005 09:17:06 -0700
From: Peter Karlsson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#271123: fixed in goldedplus 1.1.4.7+1.1.5.20051016-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 19 Oct 2005 09:17:06 -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: 2
Source: goldedplus
Source-Version: 1.1.4.7+1.1.5.20051016-1
We believe that the bug you reported is fixed in the latest version of
goldedplus, which is due to be installed in the Debian FTP archive:
goldedplus_1.1.4.7+1.1.5.20051016-1.diff.gz
to pool/main/g/goldedplus/goldedplus_1.1.4.7+1.1.5.20051016-1.diff.gz
goldedplus_1.1.4.7+1.1.5.20051016-1.dsc
to pool/main/g/goldedplus/goldedplus_1.1.4.7+1.1.5.20051016-1.dsc
goldedplus_1.1.4.7+1.1.5.20051016-1_i386.deb
to pool/main/g/goldedplus/goldedplus_1.1.4.7+1.1.5.20051016-1_i386.deb
goldedplus_1.1.4.7+1.1.5.20051016.orig.tar.gz
to pool/main/g/goldedplus/goldedplus_1.1.4.7+1.1.5.20051016.orig.tar.gz
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.
Peter Karlsson <[EMAIL PROTECTED]> (supplier of updated goldedplus 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: Wed, 19 Oct 2005 16:45:00 +0100
Source: goldedplus
Binary: goldedplus
Architecture: source i386
Version: 1.1.4.7+1.1.5.20051016-1
Distribution: unstable
Urgency: low
Maintainer: Peter Karlsson <[EMAIL PROTECTED]>
Changed-By: Peter Karlsson <[EMAIL PROTECTED]>
Description:
goldedplus - Offline mail reader for Fidonet and Usenet
Closes: 251856 271123 299734
Changes:
goldedplus (1.1.4.7+1.1.5.20051016-1) unstable; urgency=low
.
* sourceforge.net CVS snapshot (see upstream ChangeLog for details).
- Fixes FTBFS in modern GCC.
(Closes: Bug#271123)
- Fixes build problems on 64-bit architectures.
(Closes: Bug#251856, #299734)
Files:
a69607f5958a3f41e0220a4f45c18432 650 mail optional
goldedplus_1.1.4.7+1.1.5.20051016-1.dsc
d44d8e72f81535f59edf807ee9ca77eb 1388864 mail optional
goldedplus_1.1.4.7+1.1.5.20051016.orig.tar.gz
a0fb88c78568353666fe80b1a1f80ba0 5819 mail optional
goldedplus_1.1.4.7+1.1.5.20051016-1.diff.gz
ee7f28ef0f238a2ac3235b00046821ac 1182318 mail optional
goldedplus_1.1.4.7+1.1.5.20051016-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDVm6okryUdmOUJl4RAjYFAJ9ixIT9W/mAJZTdK++pKDnCdpI+OwCfWOl2
sWUqxKZvahVD95pBm8iuERA=
=2poi
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]