Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 465896

Summary: dev-cpp/IceE-1.3.0-r2 fails to build with gcc-4.7 yielding error: ‘upCast’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WONTFIX    
Severity: normal CC: treecleaner
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: Pending Removal: 2013-08-21
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 390247    

Description Patrick Lauer gentoo-dev 2013-04-14 14:23:46 UTC
>>> Compiling source in /var/tmp/portage/dev-cpp/IceE-1.3.0-r2/work/IceE-1.3.0 ...
make -j1 configure 
making configure in cppe
make[1]: Entering directory `/var/tmp/portage/dev-cpp/IceE-1.3.0-r2/work/IceE-1.3.0/cppe'
./config/features.sh ./include/IceE/Features.h \
    HAS_ROUTER=yes \
    HAS_LOCATOR=yes \
    HAS_BATCH=yes \
    HAS_WSTRING=yes \
    HAS_OPAQUE_ENDPOINTS=yes \
    HAS_AMI=yes \
    DEFAULT_MUTEX_PROTOCOL=PrioNone
make[1]: Leaving directory `/var/tmp/portage/dev-cpp/IceE-1.3.0-r2/work/IceE-1.3.0/cppe'
make -j1 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 
making all in cppe
make[1]: Entering directory `/var/tmp/portage/dev-cpp/IceE-1.3.0-r2/work/IceE-1.3.0/cppe'
making all in src
make[2]: Entering directory `/var/tmp/portage/dev-cpp/IceE-1.3.0-r2/work/IceE-1.3.0/cppe/src'
making all in IceE
make[3]: Entering directory `/var/tmp/portage/dev-cpp/IceE-1.3.0-r2/work/IceE-1.3.0/cppe/src/IceE'
rm -f ../../include/IceE/BuiltinSequences.h BuiltinSequences.cpp
../../../cpp/bin/slice2cppe --ice --include-dir IceE --dll-export ICE_API -I../../../slice ../../../slice/IceE/BuiltinSequences.ice
mv BuiltinSequences.h ../../include/IceE
rm -f ../../include/IceE/Identity.h Identity.cpp
../../../cpp/bin/slice2cppe --ice --include-dir IceE --dll-export ICE_API -I../../../slice ../../../slice/IceE/Identity.ice
mv Identity.h ../../include/IceE
rm -f ../../include/IceE/Locator.h Locator.cpp
../../../cpp/bin/slice2cppe --ice --include-dir IceE --dll-export ICE_API -I../../../slice ../../../slice/IceE/Locator.ice
mv Locator.h ../../include/IceE
rm -f ../../include/IceE/Router.h Router.cpp
../../../cpp/bin/slice2cppe --ice --include-dir IceE --dll-export ICE_API -I../../../slice ../../../slice/IceE/Router.ice
mv Router.h ../../include/IceE
x86_64-pc-linux-gnu-g++ -c -I.. -I../../include -DICE_API_EXPORTS -O2 -pipe -m64 -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -fPIC -Os -DNDEBUG -m64 -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -fPIC -Os -DNDEBUG -m64 -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -fPIC -Os -DNDEBUG Base64.cpp
x86_64-pc-linux-gnu-g++ -c -I.. -I../../include -DICE_API_EXPORTS -O2 -pipe -m64 -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -fPIC -Os -DNDEBUG -m64 -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -fPIC -Os -DNDEBUG -m64 -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -fPIC -Os -DNDEBUG BasicStream.cpp
In file included from ../../include/IceE/Properties.h:15:0,
                 from BasicStream.cpp:11:
../../include/IceE/Mutex.h: In destructor ‘IceUtil::Mutex::~Mutex()’:
../../include/IceE/Mutex.h:280:9: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable]
     int rc = 0;
         ^
In file included from ../../include/IceE/PropertiesF.h:13:0,
                 from ../../include/IceE/Properties.h:13,
                 from BasicStream.cpp:11:
../../include/IceE/Handle.h: In instantiation of ‘IceInternal::Handle<T>::~Handle() [with T = Ice::Communicator]’:
../../include/IceE/Proxy.h:73:36:   required from here
../../include/IceE/Handle.h:331:30: error: ‘upCast’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
             upCast(this->_ptr)->__decRef();
                              ^

[snip]

make[3]: *** [BasicStream.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-cpp/IceE-1.3.0-r2/work/IceE-1.3.0/cppe/src/IceE'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-cpp/IceE-1.3.0-r2/work/IceE-1.3.0/cppe/src'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-cpp/IceE-1.3.0-r2/work/IceE-1.3.0/cppe'
make: *** [all] Error 1
 * ERROR: dev-cpp/IceE-1.3.0-r2 failed (compile phase):
 *   emake failed

Portage 2.1.11.62 (default/linux/amd64/13.0, gcc-4.8.0, glibc-2.17, 3.8.5-gentoo x86_64)
=================================================================
System uname: Linux-3.8.5-gentoo-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.2
KiB Mem:     7921068 total,   2512504 free
KiB Swap:   25165812 total,  25132744 free
Timestamp of tree: Unknown
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/cmake:           2.8.10.2-r1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.12.6, 1.13.1
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.8.0
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.8 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /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="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://ftp.lecl.net/pub/gentoo/ http://ftp.lecl.net/pub/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 berkdb bzip2 cli cracklib crypt cxx dri egl fortran gdbm gpm iconv ipv6 mmx modules mudflap multilib ncurses nls nptl openmp openvg pam pcre readline session sqlite sse sse2 ssl tcpd unicode xa xvfb 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" 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="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" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" 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 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-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19" USERLAND="GNU" VIDEO_CARDS="vesa" 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, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Pacho Ramos gentoo-dev 2013-06-23 13:40:37 UTC
Looks like no package needs this and couldn't find a patch for this :/
Comment 2 Pacho Ramos gentoo-dev 2013-08-31 15:11:24 UTC
dropped