| Summary: | games-arcade/commandergenius-1.8.0.0 : /.../CGameLauncher.cpp:164:61: error: expected ‘)’ before ‘CGVERSION’ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge-history.txt
games-arcade:commandergenius-1.8.0.0:20150819-092422.log emerge-info.txt emerge-history.txt environment games-arcade:commandergenius-1.8.3:20160421-233457.log |
||
Created attachment 409452 [details]
emerge-history.txt
Created attachment 409454 [details]
games-arcade:commandergenius-1.8.0.0:20150819-092422.log
I can't reproduce this. See if you can still get it to fail and if so see if commandergenius-1.8.3.ebuild is any better. 1.8.0.0 builds fine at a chroot image: amd64-plasma-stable_20160403-110113 1.8.3 still fails at another : amd64-kde-unstable_20160403-233402 with same error can I get the build log for 1.8.3 please? Created attachment 431478 [details]
emerge-info.txt
cd /var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src/engine && /usr/bin/x86_64-pc-linux-gnu-g++ -DGL -DHAS_BOOST -DOGG -DSYSTEM_DATA_DIR=\"/usr/share/games\" -DUSE_OPENGL -I/usr/include/SDL2 -I/var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src -I/var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/lib/GsKit -I/usr/include/vorbis -DNDEBUG -march=native -O2 -pipe -std=c++11 -o CMakeFiles/engine.dir/CGameLauncher.cpp.o -c /var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src/engine/CGameLauncher.cpp
/var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src/engine/CGameLauncher.cpp: In member function ‘bool CGameLauncher::setupMenu()’:
/var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src/engine/CGameLauncher.cpp:180:61: error: expected ‘)’ before ‘CGVERSION’
CGUIBanner *banner = new CGUIBanner("Commander Genius " CGVERSION "\n"
^
src/engine/CMakeFiles/engine.dir/build.make:62: recipe for target 'src/engine/CMakeFiles/engine.dir/CGameLauncher.cpp.o' failed
Created attachment 431480 [details]
emerge-history.txt
Created attachment 431482 [details]
environment
Created attachment 431484 [details]
games-arcade:commandergenius-1.8.3:20160421-233457.log
cd /var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src/engine && /usr/bin/x86_64-pc-linux-gnu-g++ -E -DGL -DHAS_BOOST -DOGG -DSYSTEM_DATA_DIR=\"/usr/share/games\" -DUSE_OPENGL -I/usr/include/SDL2 -I/var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src -I/var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/lib/GsKit -I/usr/include/vorbis -DNDEBUG -march=native -O2 -pipe -std=c++11 -c /var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src/engine/CGameLauncher.cpp | grep CGUIBanner
class CGUIBanner : public CGUIText
CGUIBanner(const std::string& text);
CGUIBanner *banner = new CGUIBanner("Commander Genius " "1.8.3-Release" "\n"
what do you get?
(In reply to Mr. Bones. from comment #10) ms-magpie engine # cd /var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src/engine && /usr/bin/x86_64-pc-linux-gnu-g++ -E -DGL -DHAS_BOOST -DOGG -DSYSTEM_DATA_DIR=\"/usr/share/games\" -DUSE_OPENGL -I/usr/include/SDL2 -I/var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src -I/var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/lib/GsKit -I/usr/include/vorbis -DNDEBUG -march=native -O2 -pipe -std=c++11 -c /var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src/engine/CGameLauncher.cpp | grep CGUIBanner class CGUIBanner : public CGUIText CGUIBanner(const std::string& text); CGUIBanner *banner = new CGUIBanner("Commander Genius " CGVERSION "\n" looks like your preprocessor is broken. it's not respecting the -I option. try rebuilding gcc on there. I'm assuming that /var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src/../version.h is reasonable. Mine's: #ifndef __CG__VERSION_H__ #define __CG__VERSION_H__ #define CGVERSION "1.8.3-Release" #endif oh, and I'm also assuming you don't happen to have a /usr/include/version.h file but that would be pretty odd. Here're the files :ms-magpie / # cat /usr/include/version.h
/*
*
* neard - Near Field Communication manager
*
* Copyright (C) 2011 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#ifndef __NEAR_VERSION_H
#define __NEAR_VERSION_H
#ifdef __cplusplus
extern "C" {
#endif
#define NEAR_VERSION "0.15"
#ifdef __cplusplus
}
#endif
#endif /* __NEAR_VERSION_H */
ms-magpie / # cat /var/tmp/portage/games-arcade/commandergenius-1.8.3/work/Commander-Genius-183release/src/../version.h
#ifndef __CG__VERSION_H__
#define __CG__VERSION_H__
#define CGVERSION "1.8.3-Release"
#endif
This issue happens constantly at different chroot tinderbox images at different times, profiles, USE flags and so on. Shouldn't a broken preprocessor makes much more trouble - and not only fails for this particular package ?
OTOH I run the tinderbox at a hardened system - but I didn't found anything in grsec.log nor in pax.log related to this package.
I scheduled this package to be one of the first for the next image to ensure that not some of the other few already installed thousand packages harm this package.
eeeeew. what package installed /usr/include/version.h ? it's net-wireless/neard (In reply to Mr. Bones. from comment #15) it is neard - http://www.portagefilelist.de/site/query is the fastest way (I do feed that page since last year with my tinderbox) I do wonder why all other *.h under its own private directory except that : ms-magpie / # equery f neard * Searching for neard ... * Contents of net-wireless/neard-0.15: /etc /etc/conf.d /etc/conf.d/neard /etc/dbus-1 /etc/dbus-1/system.d /etc/dbus-1/system.d/org.neard.conf /etc/init.d /etc/init.d/neard /usr /usr/include /usr/include/near /usr/include/near/adapter.h /usr/include/near/device.h /usr/include/near/log.h /usr/include/near/ndef.h /usr/include/near/nfc_copy.h /usr/include/near/plugin.h /usr/include/near/setting.h /usr/include/near/snep.h /usr/include/near/tag.h /usr/include/near/tlv.h /usr/include/near/types.h /usr/include/version.h /usr/lib64 /usr/lib64/pkgconfig /usr/lib64/pkgconfig/neard.pc /usr/libexec /usr/libexec/nfc /usr/libexec/nfc/neard /usr/share /usr/share/doc /usr/share/doc/neard-0.15 /usr/share/doc/neard-0.15/AUTHORS.bz2 /usr/share/doc/neard-0.15/ChangeLog.bz2 /usr/share/doc/neard-0.15/README.bz2 /usr/share/doc/neard-0.15/TODO.bz2 /usr/share/man /usr/share/man/man1 /usr/share/man/man1/nfctool.1.bz2 /usr/share/man/man5 /usr/share/man/man5/neard.conf.5.bz2 /usr/share/man/man8 /usr/share/man/man8/neard.8.bz2 yeah, I notice debian doesn't install that file. ok, resync and it should be better. (In reply to Mr. Bones. from comment #20) I unmerged neard - and installation now went fine. (In reply to Mr. Bones. from comment #19) FWIW : tinderbox@ms-magpie ~ $ equery meta -m net-wireless/neard * net-wireless/neard [gentoo] vapier@gentoo.org fix what you like should be all set now. *** This bug has been marked as a duplicate of bug 580876 *** |
make -f src/engine/CMakeFiles/engine.dir/build.make src/engine/CMakeFiles/engine.dir/build make[2]: Entering directory '/var/tmp/portage/games-arcade/commandergenius-1.8.0.0/work/CGenius-1.8.0.0-Release-Source' [ 62%] Building CXX object src/engine/CMakeFiles/engine.dir/CGameLauncher.cpp.o cd /var/tmp/portage/games-arcade/commandergenius-1.8.0.0/work/CGenius-1.8.0.0-Release-Source/src/engine && /usr/bin/x86_64-pc-linux-gnu-g++ -DGL -DHAS_BOOST -DOGG -DSYSTEM_DATA_DIR=\"/usr/share/games\" -DUSE_OPENGL -DNDEBUG -O2 -pipe -I/usr/include/SDL2 -I/var/tmp/portage/games-arcade/commandergenius-1.8.0.0/work/CGenius-1.8.0.0-Release-Source/src -I/var/tmp/portage/games-arcade/commandergenius-1.8.0.0/work/CGenius-1.8.0.0-Release-Source/lib/GsKit -I/usr/include/vorbis -std=c++11 -o CMakeFiles/engine.dir/CGameLauncher.cpp.o -c /var/tmp/portage/games-arcade/commandergenius-1.8.0.0/work/CGenius-1.8.0.0-Release-Source/src/engine/CGameLauncher.cpp /var/tmp/portage/games-arcade/commandergenius-1.8.0.0/work/CGenius-1.8.0.0-Release-Source/src/engine/CGameLauncher.cpp: In member function ‘bool CGameLauncher::loadResources()’: /var/tmp/portage/games-arcade/commandergenius-1.8.0.0/work/CGenius-1.8.0.0-Release-Source/src/engine/CGameLauncher.cpp:164:61: error: expected ‘)’ before ‘CGVERSION’ CGUIBanner *banner = new CGUIBanner("Commander Genius " CGVERSION "\n" ^ src/engine/CMakeFiles/engine.dir/build.make:62: recipe for target 'src/engine/CMakeFiles/engine.dir/CGameLauncher.cpp.o' failed make[2]: *** [src/engine/CMakeFiles/engine.dir/CGameLauncher.cpp.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/games-arcade/commandergenius-1.8.0.0/work/CGenius-1.8.0.0-Release-Source' $ cat info ----------------------------------------------------------------- This is an unstable amd64 chroot image (named amd64-plasma-unstable_20150811-144142) at a hardened host acting as a tinderbox. Portage 2.2.20.1 (python 2.7.10-final-0, default/linux/amd64/13.0/desktop/plasma, gcc-4.9.3, glibc-2.21-r1, 4.1.4-hardened x86_64) ================================================================= System uname: Linux-4.1.4-hardened-x86_64-Intel-R-_Core-TM-_i7-3770_CPU_@_3.40GHz-with-gentoo-2.2 KiB Mem: 16164628 total, 1126132 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Wed, 19 Aug 2015 05:45:01 +0000 sh bash 4.3_p42 ld GNU ld (Gentoo 2.25.1 p1.0) 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::gentoo, 3.4.3::gentoo dev-util/cmake: 3.3.1::gentoo dev-util/pkgconfig: 0.28-r3::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.17::gentoo sys-apps/sandbox: 2.6-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r1::gentoo sys-devel/automake: 1.9.6-r4::gentoo, 1.10.3-r1::gentoo, 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::gentoo sys-devel/gcc: 4.8.4::gentoo, 4.9.3::gentoo sys-devel/gcc-config: 1.8::gentoo sys-devel/libtool: 2.4.6-r1::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.1::gentoo (virtual/os-headers) sys-libs/glibc: 2.21-r1::gentoo Repositories: local location: /usr/local/portage masters: gentoo kde location: /var/lib/layman/kde sync-type: laymansync sync-uri: git://anongit.gentoo.org/proj/kde.git masters: gentoo priority: 50 gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: 9999 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/fax /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb /var/lib/i2pd/certificates /var/spool/fax/etc" 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.5/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.5/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 -pipe" DISTDIR="/var/tmp/distfiles" EMERGE_DEFAULT_OPTS="--color=n --nospinner --tree --quiet-build --accept-properties=-interactive --accept-restrict=-fetch" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync network-sandbox news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo rsync://mirror.netcologne.de/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gor.bytemark.co.uk/gentoo/ rsync://ftp.snt.utwente.nl/gentoo" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j1" PKGDIR="/usr/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 branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri drmkms dts dvb dvd dvdr emboss encode exif fam ffmpeg firefox flac fortran fpm gd gdbm gif glamor gpm gtk3 iconv inifile ipv6 jpeg kde kipi lcms ldap libnotify logrotate mad mbox minizip mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls nptl nss ogg opengl openmp pam pango pax_kernel pcre pdf phonon plasma png policykit ppds qml qt3support qt4 qt5 readline sdl seccomp semantic-desktop session sockets spell sse sse2 ssl startup-notification svg system-libvpx tcpd thinkpad threads tiff truetype udev udisks uml unicode upower usb usbredir vorbis widgets wxwidgets x264 xcb xcomposite xinerama xml xscreensaver xslt xv xvid zenmap zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" 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" LINGUAS="en en_GB" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" 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: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON -----------------------------------------------------------------