Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57774 - app-sci/kmatplot doesn't compile
Summary: app-sci/kmatplot doesn't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-20 13:31 UTC by Andreas Korinek
Modified: 2004-07-21 08:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Korinek 2004-07-20 13:31:09 UTC
app-sci/kmatplot doesn't compile cleanly, these are the last errors:
qsaxes2d.cpp: In member function `virtual void QSAxes2D::axisRangesCalculated()
   ':
qsaxes2d.cpp:247: error: `assert' undeclared (first use this function)
qsaxes2d.cpp:247: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
make[3]: *** [qsaxes2d.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kmatplot-0.4-r2/work/kmatplot-0.4/kmatplot/widgets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kmatplot-0.4-r2/work/kmatplot-0.4/kmatplot'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kmatplot-0.4-r2/work/kmatplot-0.4'
make: *** [all-recursive-am] Error 2

!!! ERROR: app-sci/kmatplot-0.4-r2 failed.
!!! Function kde_src_compile, Line 129, Exitcode 2
!!! died running emake, kde_src_compile:make

There are also tons of antiquated header warnings, perhaps this code is just too old (release was 19. March 2002)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.4.20040619-r0, 
2.6.7-gentoo-r9) 
================================================================= 
System uname: 2.6.7-gentoo-r9 i686 AMD Athlon(tm) processor 
Gentoo Base System version 1.5.1 
Autoconf: sys-devel/autoconf-2.59-r4 
Automake: sys-devel/automake-1.8.5-r1 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -march=athlon-tbird -pipe -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -march=athlon-tbird -pipe -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ 
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ 
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://gentoo.inode.at/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" 
USE="3dnow X aalib acpi alsa apache2 arts avi berkdb cdr crypt cups dga dvd 
encode esd f77 foomaticdb gd gdbm gif gphoto2 gpm gtk gtk2 imlib java jpeg kde 
libg++ libwww mad mikmod mmx motif mozilla mpeg mysql ncurses nls oggvorbis 
opengl oss pam pdflib perl png ppds python qt quicktime readline scanner sdl 
slang spell ssl svga tcltk tcpd tetex truetype usb x86 xml xml2 xmms xosd xv 
zlib"
Comment 1 Andreas Korinek 2004-07-20 13:39:22 UTC
it seems that kmatplot is dead and there is another project that uses the same code: qmatplot.

Please delete this ebuild since it is obsolete.
Comment 2 Olivier Fisette (RETIRED) gentoo-dev 2004-07-20 19:11:42 UTC
I checked qmatplot (kmatplot's successor), and it looks like a dead project too. (No new release in more than a year, and it doesn't compile with qt-3.3.2.) If nobody objects, I will remove kmatplot from Portage.
Comment 3 Andreas Korinek 2004-07-21 04:58:15 UTC
qmatplot compiles on my amd64 and amd-tbird machine with qt-3.3.2 without any problems
Comment 4 Olivier Fisette (RETIRED) gentoo-dev 2004-07-21 08:05:07 UTC
My mistake. QMatplot does compile on x86. I removed KMatplot from Portage.

I cannot test QMatplot on amd64 myself, though.