[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#289277: marked as done (vipec: FTBFS (amd64/gcc-4.0): 'Component::Component(const Component&)' is private)



Your message dated Sun, 14 Aug 2005 03:47:04 -0700
with message-id <E1E4G1A-0004OL-00@spohr.debian.org>
and subject line Bug#289277: fixed in vipec 3.2.0-4
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; 8 Jan 2005 09:09:20 +0000
>From aj@andaco.de Sat Jan 08 01:09:20 2005
Return-path: <aj@andaco.de>
Received: from c214218.adsl.hansenet.de (localhost.localdomain) [213.39.214.218] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CnCb1-0004x7-00; Sat, 08 Jan 2005 01:09:20 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
	id 1CnCgo-0002rf-Fu; Sat, 08 Jan 2005 10:15:18 +0100
To: Debian Bug Tracking System <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: vipec: FTBFS (amd64/gcc-4.0): 'Component::Component(const Component&)' is private
Message-Id: <E1CnCgo-0002rf-Fu@localhost.localdomain>
Date: Sat, 08 Jan 2005 10:15:18 +0100
Delivered-To: submit@bugs.debian.org
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: vipec
Severity: normal
Tags: patch

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

SymbolBar.cpp: In copy constructor 'CLin::CLin(const CLin&)':
../include/Component.h:110: error: 'Component::Component(const Component&)' is private
SymbolBar.cpp:92: error: within this context
SymbolBar.cpp: In copy constructor 'SignalPort::SignalPort(const SignalPort&)':
../include/Component.h:110: error: 'Component::Component(const Component&)' is private
SymbolBar.cpp:93: error: within this context
SymbolBar.cpp: In copy constructor 'SignalGnd::SignalGnd(const SignalGnd&)':
../include/Component.h:110: error: 'Component::Component(const Component&)' is private
SymbolBar.cpp:94: error: within this context
SymbolBar.cpp: In copy constructor 'Block1Port::Block1Port(const Block1Port&)':
../include/Component.h:110: error: 'Component::Component(const Component&)' is private
SymbolBar.cpp:95: error: within this context
SymbolBar.cpp: In copy constructor 'Block2Port::Block2Port(const Block2Port&)':
../include/Component.h:110: error: 'Component::Component(const Component&)' is private
SymbolBar.cpp:96: error: within this context
make[2]: *** [obj/SymbolBar.o] Error 1
make[2]: Leaving directory `/vipec-3.2.0/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/vipec-3.2.0/include/Component.h ./include/Component.h
--- ../tmp-orig/vipec-3.2.0/include/Component.h	2001-03-30 11:50:58.000000000 +0200
+++ ./include/Component.h	2005-01-08 09:54:31.702806808 +0100
@@ -107,7 +107,6 @@
 
 private:
   //Not implemented
-  Component( const Component& c );
   Component& operator=( const Component& c );
 
   void drawAttributes(QPainter* painter);

---------------------------------------
Received: (at 289277-close) by bugs.debian.org; 14 Aug 2005 10:49:42 +0000
>From katie@spohr.debian.org Sun Aug 14 03:49:42 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1E4G1A-0004OL-00; Sun, 14 Aug 2005 03:47:04 -0700
From: Matej Vela <vela@debian.org>
To: 289277-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#289277: fixed in vipec 3.2.0-4
Message-Id: <E1E4G1A-0004OL-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Sun, 14 Aug 2005 03:47:04 -0700
Delivered-To: 289277-close@bugs.debian.org
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: vipec
Source-Version: 3.2.0-4

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

vipec_3.2.0-4.diff.gz
  to pool/main/v/vipec/vipec_3.2.0-4.diff.gz
vipec_3.2.0-4.dsc
  to pool/main/v/vipec/vipec_3.2.0-4.dsc
vipec_3.2.0-4_i386.deb
  to pool/main/v/vipec/vipec_3.2.0-4_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 289277@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated vipec 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 14 Aug 2005 12:34:49 +0200
Source: vipec
Binary: vipec
Architecture: source i386
Version: 3.2.0-4
Distribution: unstable
Urgency: high
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 vipec      - Network analyzer for electrical networks
Closes: 245907 289277
Changes: 
 vipec (3.2.0-4) unstable; urgency=high
 .
   * QA upload.
   * include/Component.h: Remove spurious declaration to allow building with
     gcc 4.0.  Thanks to Andreas Jochens for the patch.  Closes: #289277.
   * src/Setup.cpp: Use ~/.vipec.cfg rather than /usr/share/vipec/vipec.cfg
     since it contains user-specific language settings and must be writable.
     Don't complain if the file doesn't exist.  Closes: #245907.
   * Switch to debhelper 4.
   * Use dh_install.
   * Remove duplicate CHANGES file.
   * debian/README.Debian: Just a copy of the long description; remove.
   * debian/changelog: Remove obsolete Emacs local variables.
   * debian/copyright, debian/watch: Update upstream URL.
   * Conforms to Standards version 3.6.2.
Files: 
 5f05b197dedd36700b89c3d657117dc0 609 electronics optional vipec_3.2.0-4.dsc
 55f6bab2ac39ef03a515ca29fd1e90f8 3931 electronics optional vipec_3.2.0-4.diff.gz
 55850131c64992dba304a20845663196 308694 electronics optional vipec_3.2.0-4_i386.deb

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

iD8DBQFC/x8ixBYivKllgY8RAuraAJ94TPrybfdgg27lG9KbQjgy+dmjEACfXT2p
j/bdHgWGVeGwIYGPPe5zfZA=
=jQ5a
-----END PGP SIGNATURE-----



Reply to: