Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477118 - media-gfx/photivo-0_pre20121212 fails to build with gcc 4.8 - error: ‘shared_ptr’ in namespace ‘std’ does not name a type
Summary: media-gfx/photivo-0_pre20121212 fails to build with gcc 4.8 - error: ‘shared_...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marios Andreopoulos
URL: https://code.google.com/p/photivo/iss...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks: gcc-4.8
  Show dependency tree
 
Reported: 2013-07-17 04:55 UTC by Patrick Lauer
Modified: 2014-10-19 19:53 UTC (History)
2 users (show)

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 Patrick Lauer gentoo-dev 2013-07-17 04:55:06 UTC
>>> Compiling source in /var/tmp/portage/media-gfx/photivo-0_pre20121212/work/photivo-20121212 ...
make -j4 
cd ptClearProject/ && /usr/bin/qmake /var/tmp/portage/media-gfx/photivo-0_pre20121212/work/photivo-20121212/ptClearProject/ptClearProject.pro QTDIR=/usr/lib64 QMAKE=/usr/bin/qmake QMAKE_AR=x86_64-pc-linux-gnu-ar\ cqs QMAKE_CC=x86_64-pc-linux-gnu-gcc QMAKE_CXX=x86_64-pc-linux-gnu-g++ QMAKE_LINK=x86_64-pc-linux-gnu-g++ QMAKE_LINK_C=x86_64-pc-linux-gnu-gcc QMAKE_OBJCOPY=x86_64-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= QMAKE_CFLAGS=-O2\ -pipe QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= QMAKE_CXXFLAGS=-O2\ -pipe QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= QMAKE_LFLAGS=-Wl,-O1\ -Wl,--as-needed QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= QMAKE_LIBDIR_QT=/usr/lib64/qt4 QMAKE_LIBDIR_X11=/usr/lib64 QMAKE_LIBDIR_OPENGL=/usr/lib64 CONFIG+=WithSystemCImg -o Makefile
cd photivoProject/ && /usr/bin/qmake /var/tmp/portage/media-gfx/photivo-0_pre20121212/work/photivo-20121212/photivoProject/photivoProject.pro QTDIR=/usr/lib64 QMAKE=/usr/bin/qmake QMAKE_AR=x86_64-pc-linux-gnu-ar\ cqs QMAKE_CC=x86_64-pc-linux-gnu-gcc QMAKE_CXX=x86_64-pc-linux-gnu-g++ QMAKE_LINK=x86_64-pc-linux-gnu-g++ QMAKE_LINK_C=x86_64-pc-linux-gnu-gcc QMAKE_OBJCOPY=x86_64-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= QMAKE_CFLAGS=-O2\ -pipe QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= QMAKE_CXXFLAGS=-O2\ -pipe QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= QMAKE_LFLAGS=-Wl,-O1\ -Wl,--as-needed QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= QMAKE_LIBDIR_QT=/usr/lib64/qt4 QMAKE_LIBDIR_X11=/usr/lib64 QMAKE_LIBDIR_OPENGL=/usr/lib64 CONFIG+=WithSystemCImg -o Makefile
cd ptClearProject/ && make -f Makefile 
./get_appversion: line 32: hg: command not found
./get_appversion: line 33: hg: command not found
./get_appversion: line 34: hg: command not found
make[1]: Entering directory `/var/tmp/portage/media-gfx/photivo-0_pre20121212/work/photivo-20121212/ptClearProject'
Project MESSAGE: Photivo 
Project MESSAGE: lex yacc warn_on uic resources qt warn_on release incremental link_prl gdb_dwarf_index shared def_files_disabled exceptions no_mocdepend release stl qt_no_framework WithSystemCImg release silent link_pkgconfig
compiling ../Sources/ptClear.cpp
Using system supplied CImg library
cd photivoProject/ && make -f Makefile 
make[1]: Entering directory `/var/tmp/portage/media-gfx/photivo-0_pre20121212/work/photivo-20121212/photivoProject'
uic ../Sources/filemgmt/ptFileMgrWindow.ui
uic ../Sources/filters/ptFilter_Wiener.ui
uic ../Sources/ptMainWindow.ui
uic ../Sources/filters/ptFilter_Outline.ui
uic ../Sources/filters/imagespot/ptFilter_SpotTuning.ui
uic ../Sources/filters/imagespot/ptSpotListWidget.ui
uic ../Sources/filters/ptFilter_ColorIntensity.ui
uic ../Sources/filters/ptFilter_LMHRecovery.ui
uic ../Sources/filters/ptFilter_Tone.ui
uic ../Sources/batch/ptBatchWindow.ui
compiling ../Sources/filemgmt/ptColumnGridThumbnailLayouter.cpp
compiling ../Sources/filemgmt/ptFileMgrDM.cpp
compiling ../Sources/filemgmt/ptFileMgrWindow.cpp
In file included from ../Sources/filemgmt/../ptDcRaw.h:126:0,
                 from ../Sources/filemgmt/../ptSettings.h:31,
                 from ../Sources/filemgmt/ptColumnGridThumbnailLayouter.cpp:26:
../Sources/filemgmt/../ptDefines.h:53:1: error: ‘unique_ptr’ in namespace ‘std’ does not name a type
 std::unique_ptr<T> make_unique(Args&& ...args) {
 ^
linking ../ptClear
make[1]: Leaving directory `/var/tmp/portage/media-gfx/photivo-0_pre20121212/work/photivo-20121212/ptClearProject'
compiling ../Sources/filemgmt/ptGraphicsSceneEmitter.cpp
In file included from ../Sources/filemgmt/../ptChoice.h:32:0,
                 from ../Sources/filemgmt/../ptSettings.h:33,
                 from ../Sources/filemgmt/ptColumnGridThumbnailLayouter.cpp:26:
../Sources/filters/ptCfgItem.h:111:5: error: ‘shared_ptr’ in namespace ‘std’ does not name a type
     std::shared_ptr<ptCurve>  Curve;
     ^
../Sources/filters/ptCfgItem.h:163:3: error: ‘shared_ptr’ in namespace ‘std’ does not name a type
   std::shared_ptr<ptCurve>  Curve;
   ^
In file included from /usr/include/exiv2/metadatum.hpp:39:0,
                 from /usr/include/exiv2/exif.hpp:34,
                 from ../Sources/filemgmt/../ptImageHelper.h:28,
                 from ../Sources/filemgmt/ptFileMgrWindow.cpp:37:
/usr/include/exiv2/value.hpp:984:25: note: attribute for ‘struct Exiv2::DateValue::Date’ must follow the ‘struct’ keyword
         EXIV2API struct Date
                         ^
make[1]: *** [../Objects/ptColumnGridThumbnailLayouter.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/media-gfx/photivo-0_pre20121212/work/photivo-20121212/photivoProject'
make: *** [sub-photivoProject-make_default] Error 2
 * ERROR: media-gfx/photivo-0_pre20121212 failed (compile phase):
 *   emake failed
Comment 1 Patrick Lauer gentoo-dev 2013-07-17 04:55:22 UTC
Portage 2.1.12.13 (default/linux/amd64/13.0/desktop/kde, gcc-4.8.1, glibc-2.17, 3.10.0-gentoo x86_64)
=================================================================
System uname: Linux-3.10.0-gentoo-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.2
KiB Mem:     7920980 total,   1562560 free
KiB Swap:   25165812 total,  23986808 free
Timestamp of tree: Unknown
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-lang/python:          2.7.5-r1, 3.2.5, 3.3.2-r1
dev-util/cmake:           2.8.11.1
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.11.6, 1.12.6, 1.13.4, 1.14
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.8.1
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.9 (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="/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 preserve-libs protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
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="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr egl emboss encode exif fam firefox flac fortran gdbm gif gpm gtk iconv ipv6 jpeg kde kipi lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl ogg opengl openmp openvg pam pango pcre pdf phonon plasma png policykit ppds qt3support qt4 readline sdl semantic-desktop session spell sqlite sse sse2 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xa xcb xcomposite xinerama xml xscreensaver xv xvfb xvid 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" 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-4" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" 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 2 Markos Chandras (RETIRED) gentoo-dev 2013-07-17 12:36:13 UTC
"../Sources/filemgmt/../ptDefines.h:53:1: error: ‘unique_ptr’ in namespace ‘std’ does not name a type"

new gcc problem maybe?
Comment 3 Marios Andreopoulos 2013-07-17 17:21:22 UTC
I think too that it is a gcc-4.8.1 issue.

I have the same setup with Patrick and photivo compiles with gcc 4.7.3 but not with gcc 4.8.1.

I tried a newer release (of July 1st, as it is the latest release of the windows binary) but it failed too with gcc 4.8.1.

There is a bug report about a different problem with gcc 4.8.x at photivo's issue tracker: https://code.google.com/p/photivo/issues/detail?id=123
I tried the mentioned patch just in case but couldn't apply it (but maybe I am just useless :p).



PS. I don't ask to bump the ebuild because the 20130701 release doesn't work with our cimg and needs the bundled version instead.
Comment 4 Anthony Basile gentoo-dev 2014-10-19 19:53:28 UTC
(In reply to Marios Andreopoulos from comment #3)
> I think too that it is a gcc-4.8.1 issue.
> 
> I have the same setup with Patrick and photivo compiles with gcc 4.7.3 but
> not with gcc 4.8.1.
> 
> I tried a newer release (of July 1st, as it is the latest release of the
> windows binary) but it failed too with gcc 4.8.1.
> 
> There is a bug report about a different problem with gcc 4.8.x at photivo's
> issue tracker: https://code.google.com/p/photivo/issues/detail?id=123
> I tried the mentioned patch just in case but couldn't apply it (but maybe I
> am just useless :p).
> 
> 
> 
> PS. I don't ask to bump the ebuild because the 20130701 release doesn't work
> with our cimg and needs the bundled version instead.

This is fixed in 0_pre20131115 with the patch from bug #521204.  I'm going to close this bug as resolved.  If you want, I can remove 0_pre20121006 and 0_pre20121212 but since this is all ~arch stuff, its up to you.