Your message dated Wed, 05 Sep 2007 13:13:55 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Already fixed with version 0.0.12
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)
--- Begin Message ---
Package: qucs
Version: 0.0.11-1
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable.
> Automatic build of qucs_0.0.11-1 on em64t by sbuild/amd64 0.53
..
> if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/qt3
> -DQT_NO_DEBUG -DQT_NO_CHECK -DQT_THREAD_SUPPORT -D_REENTRANT -I../../qucs
> -O2 -pipe -fno-exceptions -fno-check-new -MT marker.o -MD -MP -MF
> ".deps/marker.Tpo" -c -o marker.o marker.cpp; \
> then mv -f ".deps/marker.Tpo" ".deps/marker.Po"; else rm -f
> ".deps/marker.Tpo"; exit 1; fi
> marker.cpp: In destructor 'virtual Marker::~Marker()':
> marker.cpp:55: error: 'free' was not declared in this scope
> marker.cpp: In member function 'void Marker::initText(int)':
> marker.cpp:118: error: 'realloc' was not declared in this scope
> marker.cpp:120: error: 'malloc' was not declared in this scope
> marker.cpp: In member function 'void Marker::createText()':
> marker.cpp:173: error: 'realloc' was not declared in this scope
> marker.cpp: In member function 'bool Marker::load(const QString&)':
> marker.cpp:489: error: 'realloc' was not declared in this scope
> marker.cpp:491: error: 'malloc' was not declared in this scope
> marker.cpp: In member function 'Marker* Marker::sameNewOne(Graph*)':
> marker.cpp:545: error: 'realloc' was not declared in this scope
> marker.cpp:547: error: 'malloc' was not declared in this scope
> make[4]: *** [marker.o] Error 1
--- qucs/diagrams/marker.cpp~ 2007-04-02 21:48:27.000000000 +0000
+++ qucs/diagrams/marker.cpp 2007-04-02 21:48:35.000000000 +0000
@@ -24,6 +24,7 @@
#include <qwidget.h>
#include <qpainter.h>
+#include <stdlib.h>
#include <limits.h>
#include <math.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Confirmed it works by the package reporter.
signature.asc
Description: Esta parte del mensaje está firmada digitalmente
--- End Message ---