Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566592 - sci-geosciences/qlandkartegt-1.8.1 - GLdouble has not been declared
Summary: sci-geosciences/qlandkartegt-1.8.1 - GLdouble has not been declared
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords: PMASKED
Depends on: 561788
Blocks:
  Show dependency tree
 
Reported: 2015-11-23 06:56 UTC by Kobboi
Modified: 2016-06-26 15:21 UTC (History)
0 users

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


Attachments
build.log (build.log,168.03 KB, text/plain)
2015-11-23 20:06 UTC, Kobboi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2015-11-23 06:56:43 UTC
cd /var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1_build/src && /usr/bin/x86_64-pc-linux-gnu-g++  -DDB_VERSION=9 -DENABLE_TRANSLATION -DGPX_EXTENSIONS -DHAS_DBUS -DHAS_EXIF -DQK_QT5_PORT -DQK_QT5_SERIAL_PORT -DQK_QT5_TZONE -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SCRIPT_LIB -DQT_SERIALPORT_LIB -DQT_SQL_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DVER_MAJOR=1 -DVER_MINOR=8 -DVER_STEP=1 -D_TTY_POSIX_ -I/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1_build/src -I/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src -I/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1_build -I/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/include -I/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/3rdparty/QZip -I/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/3rdparty/QTextHtmlExporter -I/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/3rdparty/QDeviceWatcher -I/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/3rdparty/getopt -I/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/3rdparty/qtsoap -I/usr/include/gdal -I/usr/include/libexif -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtQuick -isystem /usr/include/qt5/QtQml -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtSql -isystem /usr/include/qt5/QtOpenGL -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtScript -isystem /usr/include/qt5/QtMultimedia -isystem /usr/include/qt5/QtWebKitWidgets -isystem /usr/include/qt5/QtWebKit -isystem /usr/include/qt5/QtSerialPort   -DNDEBUG -O2 -march=native -pipe -fomit-frame-pointer  -DGDALWARP=\"/usr/bin/gdalwarp\" -DGDALTRANSLATE=\"/usr/bin/gdal_translate\" -DGDALADDO=\"/usr/bin/gdaladdo\" -DGPSBABEL=\"/usr/bin/gpsbabel\" -DMAP2JNX=\"/usr/bin/map2jnx\"   -fPIC -Wall -fPIC -o CMakeFiles/qlandkartegt.dir/GeoMath.cpp.o -c /var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/GeoMath.cpp
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/main.cpp:[m[K In function ‘[01m[Kvoid myMessageOutput(QtMsgType, const QMessageLogContext&, const QString&)[m[K’:
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/main.cpp:75:12:[m[K [01;35m[Kwarning: [m[Kenumeration value ‘[01m[KQtInfoMsg[m[K’ not handled in switch [-Wswitch]
     switch (type)
[01;32m[K            ^[m[K
In file included from [01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CActions.cpp:42:0[m[K:
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:77:19:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quad(GLdouble x1, GLdouble y1, GLdouble z1, GLdouble x2, GLdouble y2, GLdouble z2);
[01;32m[K                   ^[m[K
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:77:32:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quad(GLdouble x1, GLdouble y1, GLdouble z1, GLdouble x2, GLdouble y2, GLdouble z2);
[01;32m[K                                ^[m[K
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:77:45:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quad(GLdouble x1, GLdouble y1, GLdouble z1, GLdouble x2, GLdouble y2, GLdouble z2);
[01;32m[K                                             ^[m[K
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:77:58:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quad(GLdouble x1, GLdouble y1, GLdouble z1, GLdouble x2, GLdouble y2, GLdouble z2);
[01;32m[K                                                          ^[m[K
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:77:71:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quad(GLdouble x1, GLdouble y1, GLdouble z1, GLdouble x2, GLdouble y2, GLdouble z2);
[01;32m[K                                                                       ^[m[K
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:77:84:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quad(GLdouble x1, GLdouble y1, GLdouble z1, GLdouble x2, GLdouble y2, GLdouble z2);
[01;32m[K                                                                                    ^[m[K
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:79:26:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quadTexture(GLdouble x, GLdouble y, GLdouble xsize, GLdouble ysize, GLdouble z, GLint texture, bool 
[01;32m[K                          ^[m[K
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:79:38:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quadTexture(GLdouble x, GLdouble y, GLdouble xsize, GLdouble ysize, GLdouble z, GLint texture, bool 
[01;32m[K                                      ^[m[K
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:79:50:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quadTexture(GLdouble x, GLdouble y, GLdouble xsize, GLdouble ysize, GLdouble z, GLint texture, bool 
[01;32m[K                                                  ^[m[K
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:79:66:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quadTexture(GLdouble x, GLdouble y, GLdouble xsize, GLdouble ysize, GLdouble z, GLint texture, bool 
[01;32m[K                                                                  ^[m[K
[01m[K/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1/src/CMap3D.h:79:82:[m[K [01;31m[Kerror: [m[K‘[01m[KGLdouble[m[K’ has not been declared
         void quadTexture(GLdouble x, GLdouble y, GLdouble xsize, GLdouble ysize, GLdouble z, GLint texture, bool 
[01;32m[K                                                                                  ^[m[K
make[2]: *** [src/CMakeFiles/qlandkartegt.dir/CActions.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1_build'
make[1]: *** [src/CMakeFiles/qlandkartegt.dir/all] Error 2
make[1]: Leaving directory `/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1_build'
make: *** [all] Error 2
 * ERROR: sci-geosciences/qlandkartegt-1.8.1::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=sci-geosciences/qlandkartegt-1.8.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sci-geosciences/qlandkartegt-1.8.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/temp/environment'.
 * Working directory: '/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1_build'
 * S: '/var/tmp/portage/sci-geosciences/qlandkartegt-1.8.1/work/qlandkartegt-1.8.1'

Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2015-11-23 15:48:52 UTC
Please attach the full build log and emerge --info.
Comment 2 Kobboi 2015-11-23 20:06:34 UTC
Created attachment 417704 [details]
build.log
Comment 3 Kobboi 2015-11-23 20:06:42 UTC
$ emerge --info
Portage 2.2.25 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop/gnome/systemd, gcc-4.9.3, glibc-2.22-r1, 4.3.0-gentoo x86_64)
=================================================================
System uname: Linux-4.3.0-gentoo-x86_64-Intel-R-_Core-TM-_i7_CPU_930_@_2.80GHz-with-gentoo-2.2
KiB Mem:     8168380 total,   1565764 free
KiB Swap:    8388604 total,   7769976 free
Timestamp of repository gentoo: Mon, 23 Nov 2015 18:30:01 +0000
sh bash 4.3_p42
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.22.0::gentoo
dev-lang/python:          2.7.10-r3::gentoo, 3.4.3-r2::gentoo, 3.5.0-r1::gentoo
dev-util/cmake:           3.4.0-r1::gentoo
dev-util/pkgconfig:       0.29::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.18.3::gentoo
sys-apps/sandbox:         2.9::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r1::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           3.82-r4::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r1::gentoo
Repositories:

gentoo
    location: /var/cache/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

funtoo-gambas
    location: /var/lib/layman/funtoo-gambas
    sync-type: laymansync
    sync-uri: https://github.com/damex/funtoo-gambas.git
    masters: gentoo
    priority: 50

sunrise
    location: /var/lib/layman/sunrise
    sync-type: laymansync
    sync-uri: git://anongit.gentoo.org/proj/sunrise-reviewed.git
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/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"
CXXFLAGS="-O2 -march=native -pipe -fomit-frame-pointer"
DISTDIR="/var/cache/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/var/cache/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth bzip2 cairo cdda cdr cli colord cracklib crypt cups cxx dbus djvu dri dts dvd dvdr eds egl emboss encode evo examples exif fam ffmpeg firefox flac fortran gdbm gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 jpeg lcms ldap libass libnotify libsecret mad mmx mmxext mng modemmanager modules mp3 mp4 mpeg mtp multilib nautilus ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt3support qt4 readline samba sdl seccomp session spell sse sse2 ssl startup-notification svg systemd tcpd tiff tracker truetype udev udisks unicode upnp upower usb vdpau vorbis wayland wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20" USERLAND="GNU" VIDEO_CARDS="nvidia nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-26 15:21:00 UTC
commit 8553a1f012b967410579bcd1a296d730ddebdc96
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: Sun Jun 26 17:09:54 2016
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Sun Jun 26 17:09:54 2016

    sci-geosciences/qlandkartegt*: Remove last rited packages