Your message dated Tue, 09 Aug 2005 23:02:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286911: fixed in grap 1.36-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; 22 Dec 2004 22:23:20 +0000
>From [EMAIL PROTECTED] Wed Dec 22 14:23:20 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c214166.adsl.hansenet.de (localhost.localdomain) 
[213.39.214.166] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1ChEt6-0005F7-00; Wed, 22 Dec 2004 14:23:20 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1ChExw-00024Q-D1; Wed, 22 Dec 2004 23:28:20 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: grap: FTBFS (amd64/gcc-4.0): no matching function for call to 
'DisplayString::DisplayString(DisplayString)'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 22 Dec 2004 23:28:20 +0100
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: grap
Severity: normal
Tags: patch

When building 'grap' on amd64 with gcc-4.0,
I get the following error:

g++ -Wall -DHAVE_CONFIG_H   -c -o grap.o grap.cc
grap_draw.h: In constructor 'frame::frame()':
grap_draw.h:410: error: no matching function for call to 
'DisplayString::DisplayString(DisplayString)'
grap_draw.h:173: note: candidates are: DisplayString::DisplayString(double, 
const DisplayString*)
grap_draw.h:171: note:                 
DisplayString::DisplayString(DisplayString&)
grap_draw.h:169: note:                 
DisplayString::DisplayString(std::string, int, double, int, bool)
grap_draw.h:167: note:                 DisplayString::DisplayString(char*, int, 
double, int, bool)
grap_draw.h:410: error:   initializing argument 1 of 
'DisplayString::DisplayString(std::string, int, double, int, bool)'
grap_draw.h:410: error:   initializing temporary from result of 
'DisplayString::DisplayString(char*, int, double, int, bool)'
grap_draw.h:416: error: no matching function for call to 'grid::grid(grid)'
grap_draw.h:332: note: candidates are: grid::grid(grid&)
grap_draw.h:324: note:                 grid::grid(tick*)
grap_draw.h:419: error: no matching function for call to 'tick::tick(tick)'
grap_draw.h:252: note: candidates are: tick::tick(tick&)
make[1]: *** [grap.o] Error 1
make[1]: Leaving directory `/grap-1.26'
make: *** [build] Error 2

With the attached patch 'grap' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/grap-1.26/grap_draw.h ./grap_draw.h
--- ../tmp-orig/grap-1.26/grap_draw.h   2002-07-23 18:39:20.000000000 +0200
+++ ./grap_draw.h       2004-12-22 23:11:22.252038856 +0100
@@ -168,7 +168,7 @@
        string(s), j(ju), size(sz), relsz(rsz), clip(c) { }
     DisplayString(string s, int ju=0, double sz=0, int rsz=0, bool c=true) :
        string(s), j(ju), size(sz), relsz(rsz), clip(c) { }
-    DisplayString(DisplayString& ds) :
+    DisplayString(const DisplayString& ds) :
        string(ds), j(ds.j), size(ds.size), relsz(ds.relsz), clip(ds.clip) { }
     DisplayString(double e, const DisplayString *fmt=0) :
        j(0), size(0), relsz(0), clip(true) {
@@ -249,7 +249,7 @@
     coord *c;          // The coordinate scale that the tick is in
     
     tick() : where(0), size(0), side(top_side), prt(0), shift(), c(0) { }
-    tick(tick& t) :
+    tick(const tick& t) :
        where(t.where), size(t.size), side(t.side), shift(), c(t.c) {
        shiftcpy sc(&shift);
        
@@ -329,7 +329,7 @@
        for_each(t->shift.begin(), t->shift.end(), sc);
     }
 
-    grid(grid& g) : where(g.where), desc(g.desc), side(g.side), prt(0),
+    grid(const grid &g) : where(g.where), desc(g.desc), side(g.side), prt(0),
                shift(), c(g.c) {
        shiftcpy sc(&shift);
 
diff -urN ../tmp-orig/grap-1.26/grap_lex.l ./grap_lex.l
--- ../tmp-orig/grap-1.26/grap_lex.l    2004-12-22 23:19:12.407564352 +0100
+++ ./grap_lex.l        2004-12-22 23:13:19.092276440 +0100
@@ -42,6 +42,8 @@
 #include <errno.h>
 #endif
 
+bool print_lex_debug = false;
+
 // Templates for debugging.  Print the parameters to cerr.  
 
 //#define LEX_DEBUG
@@ -65,7 +67,6 @@
 int copystate =0;
 int continuation =0;
 unsigned int tokenpos =0;
-bool print_lex_debug = false;
 
 bool lex_expand_macro = true;
 

---------------------------------------
Received: (at 286911-close) by bugs.debian.org; 10 Aug 2005 06:08:56 +0000
>From [EMAIL PROTECTED] Tue Aug 09 23:08:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E2jfB-0000uy-00; Tue, 09 Aug 2005 23:02:05 -0700
From: Tobias Toedter <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#286911: fixed in grap 1.36-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 09 Aug 2005 23: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: 2

Source: grap
Source-Version: 1.36-1

We believe that the bug you reported is fixed in the latest version of
grap, which is due to be installed in the Debian FTP archive:

grap_1.36-1.diff.gz
  to pool/main/g/grap/grap_1.36-1.diff.gz
grap_1.36-1.dsc
  to pool/main/g/grap/grap_1.36-1.dsc
grap_1.36-1_i386.deb
  to pool/main/g/grap/grap_1.36-1_i386.deb
grap_1.36.orig.tar.gz
  to pool/main/g/grap/grap_1.36.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.
Tobias Toedter <[EMAIL PROTECTED]> (supplier of updated grap 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: Mon,  8 Aug 2005 18:13:17 +0200
Source: grap
Binary: grap
Architecture: source i386
Version: 1.36-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Toedter <[EMAIL PROTECTED]>
Changed-By: Tobias Toedter <[EMAIL PROTECTED]>
Description: 
 grap       - program for typesetting graphs
Closes: 191189 286911 321335
Changes: 
 grap (1.36-1) unstable; urgency=low
 .
   * New upstream release
     - Fixed FTBFS with gcc-4.0. Closes: #286911
   * Thanks to Roland Mas for the Non-maintainer upload
     - Fixed compilation problem with recent flex (patch from Joshua Kwan
       <[EMAIL PROTECTED]>). Closes: #191189
   * New maintainer. Closes: #321335
   * Standards-Version is now 3.6.2, no changes needed
   * Several minor changes:
     - Added debhelper and autotools-dev as Build-Depends:
     - Rewrote debian/rules
     - Removed the script "prerm"
     - Removed the article "A" from the short description
Files: 
 f6d9b2cc19665e42fc7357c3ab9a81e0 575 text optional grap_1.36-1.dsc
 cd47f7dd12117da51b07b218e440a316 172040 text optional grap_1.36.orig.tar.gz
 d03e7c9aa2a8f54dfc9c675dee3ffb6b 4435 text optional grap_1.36-1.diff.gz
 945b1650f782bd971798b2da01599a75 159544 text optional grap_1.36-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC+ZVspdwBkPlyvgMRAh1TAJ49qwrqrF8ek+zUm7+R5HNsn1xuNACaA6jf
0orlvQv2AiFw897KFs/a2Io=
=GeIP
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to