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

Bug#565009: marked as done (kalgebra: ftbfs with gcc-4.5)



Your message dated Wed, 13 Jan 2010 03:01:39 +0100
with message-id <20100113020139.GA18920@ana.debian.net>
and subject line Re: Bug#565009: kalgebra: ftbfs with gcc-4.5
has caused the Debian Bug report #565009,
regarding kalgebra: ftbfs with gcc-4.5
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
565009: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565009
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: kalgebra
Version: 0.5-2
Severity: normal
Tags: sid
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-4.5

The package fails to build in a test rebuild on at least amd64 with
gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4.
For the compiler version used, see:
http://lists.debian.org/debian-devel/2010/01/msg00230.html

The full build log can be found at:
http://people.debian.org/~lucas/logs/2010/01/08b/kalgebra_0.5-2_lsid64b.buildlog
The last lines of the build log are cwat the end of this report.

The reason of the build failure is likely in the package (compiler or
linker message found in the build log), if this turns out as a gcc bug,
please reassign to the gcc-4.5 package. If the build ends with a
message "confused by earlier errors, bailing out", please
ignore it for now; these compiler errors are filed separately.


[...]
/build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/./src/qgraph.cpp:9:73: note: for a function-style cast, remove the redundant '::QPoint'
/build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/./src/qgraph.cpp:9:73: error: no matching function for call to 'QPoint::QPoint(int, int, int, int)'
/usr/share/qt3/include/qpoint.h:114:8: note: candidates are: QPoint::QPoint(int, int)
/usr/share/qt3/include/qpoint.h:111:8: note:                 QPoint::QPoint()
/usr/share/qt3/include/qpoint.h:50:1: note:                 QPoint::QPoint(const QPoint&)
/build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/./src/qgraph.cpp:9:74: error: cannot call constructor 'QRect::QRect' directly
/build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/./src/qgraph.cpp:9:74: note: for a function-style cast, remove the redundant '::QRect'
/build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/./src/qgraph.cpp:12:31: error: no matching function for call to 'QLabel::QLabel(const char [1], QGraph* const, const char [1])'
/usr/share/qt3/include/qlabel.h:166:5: note: candidates are: QLabel::QLabel(const QLabel&)
/usr/share/qt3/include/qlabel.h:68:5: note:                 QLabel::QLabel(QWidget*, const QString&, QWidget*, const char*, Qt::WFlags)
/usr/share/qt3/include/qlabel.h:66:5: note:                 QLabel::QLabel(const QString&, QWidget*, const char*, Qt::WFlags)
/usr/share/qt3/include/qlabel.h:65:5: note:                 QLabel::QLabel(QWidget*, const char*, Qt::WFlags)
/build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/./src/qgraph.cpp: In member function 'QPoint QGraph::toWidget(double, double, bool*)':
/build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/./src/qgraph.cpp:437:39: warning: operation on 'y' may be undefined
In file included from /usr/share/qt3/include/qcstring.h:46:0,
                 from /usr/share/qt3/include/qstring.h:45,
                 from /usr/share/qt3/include/qdatetime.h:45,
                 from /build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/./src/qgraph.h:6,
                 from /build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/./src/qgraph.cpp:1:
/usr/share/qt3/include/qmemarray.h: In constructor 'QMemArray<type>::QMemArray(int) [with type = QPoint]':
/usr/share/qt3/include/qpointarray.h:59:55:   instantiated from here
/usr/share/qt3/include/qmemarray.h:62:54: warning: conversion to 'int' from 'long unsigned int' may alter its value
make[3]: *** [qgraph.o] Error 1
make[3]: Leaving directory `/build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/obj-x86_64-linux-gnu/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/obj-x86_64-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user-kalgebra_0.5-2-amd64-23A6Gs/kalgebra-0.5/obj-x86_64-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



--- End Message ---
--- Begin Message ---
On Wed, Jan 13, 2010 at 01:04:40AM +0000, Matthias Klose wrote:
> Package: kalgebra
> Version: 0.5-2
> Severity: normal
> Tags: sid
> User: debian-gcc@lists.debian.org
> Usertags: ftbfs-gcc-4.5
> 
> The package fails to build in a test rebuild on at least amd64 with
> gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4.
> For the compiler version used, see:
> http://lists.debian.org/debian-devel/2010/01/msg00230.html
> 
> The full build log can be found at:
> http://people.debian.org/~lucas/logs/2010/01/08b/kalgebra_0.5-2_lsid64b.buildlog
> The last lines of the build log are cwat the end of this report.
> 
> The reason of the build failure is likely in the package (compiler or
> linker message found in the build log), if this turns out as a gcc bug,
> please reassign to the gcc-4.5 package. If the build ends with a
> message "confused by earlier errors, bailing out", please
> ignore it for now; these compiler errors are filed separately.
>

Invalid.

rmadison kalgebra
  kalgebra |      0.5-1 |     etch-m68k | source, m68k
  kalgebra |      0.5-1 |     oldstable | source, alpha, amd64, arm, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc
  kalgebra |      0.5-2 |        stable | source, alpha, amd64, arm, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc
  kalgebra |      0.5-2 |      unstable | source, hurd-i386
  kalgebra |  4:4.3.4-1 |       testing | amd64, armel, hppa, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
  kalgebra |  4:4.3.4-1 |      unstable | alpha, amd64, armel, hppa, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc

kalgebra is released inside kdeedu now, more than one year if I want to be exact. 
If the problem were still there, I expect your bug against kdeedu 4:4.3.4

Ana


--- End Message ---

Reply to: