Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265623 - sci-visualization/qtiplot-0.9.7.4 does not build (x11-libs/qwt-5.2.0 api change)
Summary: sci-visualization/qtiplot-0.9.7.4 does not build (x11-libs/qwt-5.2.0 api change)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-10 08:06 UTC by urcindalo
Modified: 2009-04-14 12:02 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,149.44 KB, text/plain)
2009-04-11 21:29 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description urcindalo 2009-04-10 08:06:47 UTC
After upgrading qwt from 5.1.1 to 5.2.0, "revdep-rebuild -v" wants to re-emerge qtiplot due to missing libqwt.so.1, but qtiplot fails this way:

===
src/scripting/Script.h:67: aviso: se descartan los calificadores de tipo en el tipo de devolución de la función
src/plot2D/Graph.cpp: In member function ‘void Graph::initScaleLimits()’:
src/plot2D/Graph.cpp:1157: error: ‘class QwtScaleDiv’ no tiene un miembro llamado ‘lBound’
src/plot2D/Graph.cpp:1158: error: ‘class QwtScaleDiv’ no tiene un miembro llamado ‘hBound’
src/plot2D/Graph.cpp:1169: error: ‘class QwtScaleDiv’ no tiene un miembro llamado ‘lBound’
src/plot2D/Graph.cpp:1173: error: ‘class QwtScaleDiv’ no tiene un miembro llamado ‘hBound’
src/plot2D/Graph.cpp:1179: error: ‘class QwtScaleDiv’ no tiene un miembro llamado ‘lBound’
src/plot2D/Graph.cpp:1180: error: ‘class QwtScaleDiv’ no tiene un miembro llamado ‘hBound’
src/plot2D/Graph.cpp:1190: error: ‘class QwtScaleDiv’ no tiene un miembro llamado ‘lBound’
src/plot2D/Graph.cpp:1194: error: ‘class QwtScaleDiv’ no tiene un miembro llamado ‘hBound’
src/plot2D/Graph.cpp: In member function ‘QString Graph::saveScale()’:
src/plot2D/Graph.cpp:1932: error: ‘const class QwtScaleDiv’ no tiene un miembro llamado ‘lBound’
src/plot2D/Graph.cpp:1932: error: ‘const class QwtScaleDiv’ no tiene un miembro llamado ‘hBound’
src/plot2D/Graph.cpp:1933: error: ‘const class QwtScaleDiv’ no tiene un miembro llamado ‘lBound’
src/plot2D/Graph.cpp:1933: error: ‘const class QwtScaleDiv’ no tiene un miembro llamado ‘hBound’
src/plot2D/Graph.cpp: In member function ‘void Graph::copy(Graph*)’:
src/plot2D/Graph.cpp:4044: error: ‘const class QwtScaleDiv’ no tiene un miembro llamado ‘lBound’
src/plot2D/Graph.cpp:4044: error: ‘const class QwtScaleDiv’ no tiene un miembro llamado ‘hBound’
src/plot2D/Graph.cpp:4045: error: ‘const class QwtScaleDiv’ no tiene un miembro llamado ‘lBound’
src/plot2D/Graph.cpp:4045: error: ‘const class QwtScaleDiv’ no tiene un miembro llamado ‘hBound’
src/plot2D/Graph.cpp: In member function ‘void Graph::print(QPainter*, const QRect&, const QwtPlotPrintFilter&)’:
src/plot2D/Graph.cpp:5517: error: ‘const class QwtScaleDiv’ no tiene un miembro llamado ‘lBound’
src/plot2D/Graph.cpp:5517: error: ‘const class QwtScaleDiv’ no tiene un miembro llamado ‘hBound’
src/plot2D/cursors.h: At global scope:
src/plot2D/cursors.h:29: aviso: se definió ‘cursor_xpm’ pero no se usa
src/plot2D/cursors.h:66: aviso: se definió ‘vizor_xpm’ pero no se usa
make[1]: *** [../tmp/qtiplot/Graph.o] Error 1
make[1]: *** Se espera a que terminen otras tareas....
icons/pixmaps.h:1460: aviso: se definió ‘fit_xpm’ pero no se usa
icons/pixmaps.h:1625: aviso: se definió ‘configTable_xpm’ pero no se usa
icons/pixmaps.h:1760: aviso: se definió ‘config_curves_xpm’ pero no se usa
icons/pixmaps.h:2030: aviso: se definió ‘general_xpm’ pero no se usa
icons/pixmaps.h:8450: aviso: se definió ‘multiload_xpm’ pero no se usa
src/plot2D/dialogs/PlotDialog.h:63: aviso: se definió ‘folder_closed’ pero no se usa
src/plot2D/dialogs/PlotDialog.h:91: aviso: se definió ‘folder_open’ pero no se usa
src/plot2D/dialogs/PlotDialog.h:121: aviso: se definió ‘layer_disabled_xpm’ pero no se usa
src/plot2D/dialogs/PlotDialog.h:142: aviso: se definió ‘layer_enabled_xpm’ pero no se usa
src/plot2D/dialogs/PlotDialog.h:163: aviso: se definió ‘graph_disabled_xpm’ pero no se usa
src/plot2D/dialogs/PlotDialog.h:185: aviso: se definió ‘graph_enabled_xpm’ pero no se usa
make[1]: se sale del directorio `/var/tmp/portage/sci-visualization/qtiplot-0.9.7.4/work/qtiplot-0.9.7.4/qtiplot'
make: *** [sub-qtiplot-make_default] Error 2
 * 
 * ERROR: sci-visualization/qtiplot-0.9.7.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3067:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed"
 *  The die message:
 *   emake failed
===

Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-10 15:05:36 UTC
Please post your "emerge --info" and attach the build.log file being entirely in english language.
Comment 2 Juergen Rose 2009-04-10 22:00:42 UTC
The same here.
Comment 3 Juergen Rose 2009-04-10 22:01:08 UTC
root@condor:/root(2)# emerge --info
Portage 2.1.6.11 (default/linux/amd64/2008.0/desktop, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.29 x86_64)
=================================================================
System uname: Linux-2.6.29-x86_64-Intel-R-_Core-TM-2_CPU_6600_@_2.40GHz-with-gentoo-2.0.0
Timestamp of tree: Fri, 10 Apr 2009 18:30:01 +0000
distcc 3.1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:     4.0_p17
dev-java/java-config: 1.3.7-r1, 2.1.7
dev-lang/python:     2.4.4-r15, 2.5.4-r2, 2.6.1-r1
dev-python/pycrypto: 2.0.1-r8
dev-util/cmake:      2.6.3-r1
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.3-r1
sys-apps/sandbox:    1.9
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.28-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/4.2/env /usr/kde/4.2/share/config /usr/kde/4.2/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
FFLAGS="-march=nocona -O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
LINGUAS="de fr"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages/"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/java-overlay /usr/local/portage/layman/zugaina /usr/local/portage/layman/dotnet /usr/local/portage/layman/science /usr/local/portage/layman/jokey /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d a52 aac acl acpi administrator afs aiglx alsa amd64 amrr ao aotuv apache2 asf atlas auctex audacious audiofile automount bash-completion beagle berkdb bjam blas bluetooth bonobo boo boost branding bzip2 c++ cairo cdda cddb cdf cdio cdparanoia cdr cgi chm cli corba cracklib cran crypt cups curl cxx daap dbus device-mapper dga dia divx djvu dlloader dmi doc dri ds3490 dv dvb dvd dvdr dvdread dvi dxr3 dynagraph eds effects elf emacs emboss encode epiphany esd evo examples exif expat extra fam fame ffmpeg fftw firefox fits flac fltk foomaticdb fortran fpx galago gd gdal gdbm geos gif gimp gimpprint ginac glade glib glitz gml gmp gnokii gnome gnuplot gnutls gphoto2 gpm graphics graphviz gs gsl gsm gstreamer gtk guile hal hardened harness hddtemp hdf hdf5 hlapi http hvm iconv icq icu id3 ide imagemagick imap innodb ipod ipv6 irda irmc isdnlog ithreads jabber java jbig john jpeg jpeg2k kde kde4 kdeprefix kerberos kexi keyring kvm ladspa lame lapack latex lcms ldap libffi libgda libnotify libsamplerate lirc lm_sensors lua lzo lzw mad maildir mailwrapper math matroska midi mikmod mmx mmxext mng mod mono motif mozdevelop mozilla mozsvg mozxmlterm mp3 mp4 mp4live mpeg mpeg2 mplayer mudflap multilib musicbrainz mysql mysqli nautilus ncurses neXt netcdf netpbm network networkmanager nfs nls nntp nptl nptlonly nsplugin ntfs numarray numeric nvidia obex ocaml octave odbc ogdi ogg ole opengl openmp pae pam pcre pda pdf perl plotutils plugins png posix postgres postscript ppds pppd preview-latex proj projectx pstricks python qhull qt3 qt3support qt4 quicktime readline reflection reiserfs rhythmbox rle rpc rrdcgi rrdtool samba sasl science sdl session slang slp smp sndfile snmp soup sox speex spell spl sqlite sse sse2 ssl startup-notification stlport subtitles subversion suexec svg sysfs t1lib tcl tcpd tex theora threads thunderbird tidy tiff tk truetype unicode usb userlocales utempter v4l2 vorbis webkit wmf wxwindows xattr xcb xemacs xext xine xml xmlreader xmlrpc xorg xpm xulrunner xv xvid xvmc zlib zvbi" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" DVB_CARDS="cx8800 cx88xx tda1004x saa713" ELIBC="glibc" INPUT_DEVICES="keyboard mouse                " KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de fr" NETBEANS_MODULES="ide websvccommon nb harness apisupport groovy gsf j2ee java xml" USERLAND="GNU" VIDEO_CARDS="nv nvidia vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRES
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-11 21:29:41 UTC
Created attachment 188021 [details]
build.log

Had to compile 14 additional packages but here's the build.log...
Comment 5 Peter Volkov (RETIRED) gentoo-dev 2009-04-12 19:11:03 UTC
API changed in qwt-5.2.0 that's why this error. Next major release of qtiplot will work with qwt-5.2.0 since this problem was already fixed in trunk:

http://tinyurl.com/defenm

But 0.9.7 branch still uses <qwt-5.2.0.

Personally I fixed this build problem with this to sed scripts:

sed -i 's:lBound():lowerBound():g;s:hBound():upperBound():g' \
    qtiplot/src/plot2D/{Graph.cpp,Spectrogram.cpp,dialogs/AxesDialog.cpp}
sed -i 's:loMargin():lowerMargin():g;s:hiMargin():upperMargin():g' \
    qtiplot/src/plot2D/ScaleEngine.cpp

but I'm completely unsure how sane such change is...
Comment 6 Sébastien Fabbro (RETIRED) gentoo-dev 2009-04-14 12:02:49 UTC
0.9.7.4 gone, 0.9.7.7 fixes it.
thanks,