Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488466 - =media-gfx/inkscape-0.48.4 with =sys-devel/gcc-4.7.3 - sp-guide.cpp:284:64: error: no matching function for call to ‘make_pair(Geom::Point&, Geom::Point&)’
Summary: =media-gfx/inkscape-0.48.4 with =sys-devel/gcc-4.7.3 - sp-guide.cpp:284:64: e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-18 09:32 UTC by drxibah
Modified: 2013-10-19 10:58 UTC (History)
0 users

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


Attachments
media-gfx/inkscape-0.48.4 build log (inkscape-0.48.4.build.log,332.71 KB, text/x-log)
2013-10-18 18:20 UTC, drxibah
Details

Note You need to log in before you can comment on or make changes to this bug.
Description drxibah 2013-10-18 09:32:50 UTC
After upgrading to gcc-4.7 I can emerge inkscape-0.48.4 it fails in the compiling phase with the following errors:

sp-item-rm-unsatisfied-cns.cpp:1:0: note: this is the location of the previous definition
sp-guide.cpp: In function ‘void sp_guide_create_guides_around_page(SPDesktop*)’:
sp-guide.cpp:284:64: error: no matching function for call to ‘make_pair(Geom::Point&, Geom::Point&)’
sp-guide.cpp:284:64: note: candidate is:
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/utility:72:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/algorithm:61,
                 from sp-guide.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note:   template argument deduction/substitution failed:
sp-guide.cpp:284:64: note:   cannot convert ‘A’ (type ‘Geom::Point’) to type ‘Geom::Point&&’
sp-guide.cpp:285:64: error: no matching function for call to ‘make_pair(Geom::Point&, Geom::Point&)’
sp-guide.cpp:285:64: note: candidate is:
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/utility:72:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/algorithm:61,
                 from sp-guide.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note:   template argument deduction/substitution failed:
sp-guide.cpp:285:64: note:   cannot convert ‘B’ (type ‘Geom::Point’) to type ‘Geom::Point&&’
sp-guide.cpp:286:64: error: no matching function for call to ‘make_pair(Geom::Point&, Geom::Point&)’
sp-guide.cpp:286:64: note: candidate is:
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/utility:72:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/algorithm:61,
                 from sp-guide.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note:   template argument deduction/substitution failed:
sp-guide.cpp:286:64: note:   cannot convert ‘C’ (type ‘Geom::Point’) to type ‘Geom::Point&&’
sp-guide.cpp:287:64: error: no matching function for call to ‘make_pair(Geom::Point&, Geom::Point&)’
sp-guide.cpp:287:64: note: candidate is:
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/utility:72:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/algorithm:61,
                 from sp-guide.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note:   template argument deduction/substitution failed:
sp-guide.cpp:287:64: note:   cannot convert ‘D’ (type ‘Geom::Point’) to type ‘Geom::Point&&’
x86_64-pc-linux-gnu-g++ -std=gnu++11 -std=gnu++11 -DHAVE_CONFIG_H -I. -I..   -I/usr/include/freetype2   -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-6   -I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9    -I/usr/include/poppler  -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16  -DPOTRACE=\"potrace\" -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib64/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib64/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib64/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib64/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/libxml2 -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/gtkspell-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16  -I../cxxtest  -I./bind/javainc -I./bind/javainc/linux   -Werror=format-security -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2   -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -pipe -O2 -march=corei7 -mpclmul -mpopcnt -mavx --param l1-cache-size=16 --param l1-cache-line-size=64 -mtune=corei7 --param l2-cache-size=8192 -fno-strict-aliasing -fopenmp -c -o sp-item-transform.o sp-item-transform.cpp
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
sp-item-transform.cpp:1:0: note: this is the location of the previous definition
make[2]: *** [sp-guide.o] Error 1


Reproducible: Always
Comment 1 drxibah 2013-10-18 09:34:10 UTC
sp-item-rm-unsatisfied-cns.cpp:1:0: note: this is the location of the previous definition
sp-guide.cpp: In function ‘void sp_guide_create_guides_around_page(SPDesktop*)’:
sp-guide.cpp:284:64: error: no matching function for call to ‘make_pair(Geom::Point&, Geom::Point&)’
sp-guide.cpp:284:64: note: candidate is:
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/utility:72:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/algorithm:61,
                 from sp-guide.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note:   template argument deduction/substitution failed:
sp-guide.cpp:284:64: note:   cannot convert ‘A’ (type ‘Geom::Point’) to type ‘Geom::Point&&’
sp-guide.cpp:285:64: error: no matching function for call to ‘make_pair(Geom::Point&, Geom::Point&)’
sp-guide.cpp:285:64: note: candidate is:
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/utility:72:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/algorithm:61,
                 from sp-guide.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note:   template argument deduction/substitution failed:
sp-guide.cpp:285:64: note:   cannot convert ‘B’ (type ‘Geom::Point’) to type ‘Geom::Point&&’
sp-guide.cpp:286:64: error: no matching function for call to ‘make_pair(Geom::Point&, Geom::Point&)’
sp-guide.cpp:286:64: note: candidate is:
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/utility:72:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/algorithm:61,
                 from sp-guide.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note:   template argument deduction/substitution failed:
sp-guide.cpp:286:64: note:   cannot convert ‘C’ (type ‘Geom::Point’) to type ‘Geom::Point&&’
sp-guide.cpp:287:64: error: no matching function for call to ‘make_pair(Geom::Point&, Geom::Point&)’
sp-guide.cpp:287:64: note: candidate is:
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/utility:72:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/algorithm:61,
                 from sp-guide.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_pair.h:268:5: note:   template argument deduction/substitution failed:
sp-guide.cpp:287:64: note:   cannot convert ‘D’ (type ‘Geom::Point’) to type ‘Geom::Point&&’
x86_64-pc-linux-gnu-g++ -std=gnu++11 -std=gnu++11 -DHAVE_CONFIG_H -I. -I..   -I/usr/include/freetype2   -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-6   -I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9    -I/usr/include/poppler  -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16  -DPOTRACE=\"potrace\" -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib64/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib64/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib64/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib64/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/libxml2 -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/gtkspell-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16  -I../cxxtest  -I./bind/javainc -I./bind/javainc/linux   -Werror=format-security -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2   -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -pipe -O2 -march=corei7 -mpclmul -mpopcnt -mavx --param l1-cache-size=16 --param l1-cache-line-size=64 -mtune=corei7 --param l2-cache-size=8192 -fno-strict-aliasing -fopenmp -c -o sp-item-transform.o sp-item-transform.cpp
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
sp-item-transform.cpp:1:0: note: this is the location of the previous definition
make[2]: *** [sp-guide.o] Error 1
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-10-18 14:09:59 UTC
1) Please attach the entire build log to this bug report.
2) Please post your `emerge --info' output in a comment.
Comment 3 drxibah 2013-10-18 18:01:38 UTC
Portage 2.2.1 (default/linux/amd64/13.0/desktop/kde, gcc-4.7.3, glibc-2.15-r3, 3.10.16-gentooxibah x86_64)
=================================================================
System uname: Linux-3.10.16-gentooxibah-x86_64-Intel-R-_Core-TM-_i7-2600K_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:    16395884 total,  15221636 free
KiB Swap:          0 total,         0 free
Timestamp of tree: Fri, 18 Oct 2013 08:00:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.5-r3, 3.2.5-r3, 3.3.2-r2
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.2
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 9999
sys-devel/automake:       1.10.3, 1.11.6, 1.12.6, 1.13.4
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.7.3-r1                                                                                                                                                                                                                                            
sys-devel/gcc-config:     1.7.3                                                                                                                                                                                                                                               
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.15-r3                                                                                                                                                                                                                                             
Repositories: gentoo pd-overlay gamerlay sunrise alice tatsh-overlay psix-overlay proaudio sabayon stuff damex-overlay                                                                                                                                                        
ACCEPT_KEYWORDS="amd64"                                                                                                                                                                                                                                                       
ACCEPT_LICENSE="* -@EULA"                                                                                                                                                                                                                                                     
CBUILD="x86_64-pc-linux-gnu"                                                                                                                                                                                                                                                  
CFLAGS="-pipe -O2 -march=corei7 -mpclmul -mpopcnt -mavx --param l1-cache-size=16 --param l1-cache-line-size=64 -mtune=corei7 --param l2-cache-size=8192"                                                                                                                      
CHOST="x86_64-pc-linux-gnu"                                                                                                                                                                                                                                                   
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"                                                                                                                                                                                                        
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/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"         
CXXFLAGS="-pipe -O2 -march=corei7 -mpclmul -mpopcnt -mavx --param l1-cache-size=16 --param l1-cache-line-size=64 -mtune=corei7 --param l2-cache-size=8192"                                                                                                                    
DISTDIR="/usr/portage/distfiles"                                                                                                                                                                                                                                              
FCFLAGS="-O2 -pipe"                                                                                                                                                                                                                                                           
FEATURES="assume-digests binpkg-logs 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"                                                                                                                                                                                                                                                                             
FFLAGS="-O2 -pipe"                                                                                                                                                                                                                                                            
GENTOO_MIRRORS="http://gentoo.aditsu.net:8000/ ftp://mirrors.sohu.com/gentoo/  ftp://mirrors.stuhome.net/gentoo/ rsync://mirrors.xmu.edu.cn/gentoo/"                                                                                                                          
LANG="en_US.UTF-8"                                                                                                                                                                                                                                                            
LDFLAGS="-Wl,-O1 -Wl,--as-needed"                                                                                                                                                                                                                                             
MAKEOPTS="-j9"                                                                                                                                                                                                                                                                
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"                                                                                                                                                                                                                                                     
PORTDIR="/usr/portage"                                                                                                                                                                                                                                                        
PORTDIR_OVERLAY="/var/lib/layman/pd-overlay /var/lib/layman/gamerlay /var/lib/layman/sunrise /var/lib/layman/alice /var/lib/layman/tatsh-overlay /var/lib/layman/psix /var/lib/layman/pro-audio /var/lib/layman/sabayon /var/lib/layman/stuff /var/lib/layman/damex-overlay"  
USE="3dmouse X a52 aac aalib acl acpi adplug aiglx alsa amd64 ao aoss ape appmenu avi berkdb bluetooth branding bzip2 cairo cdda cddb cdparanoia cdr cgi cjk cli collada consolekit converter cover cover-imlib2 cracklib crypt css cuda cups cxx cycles dbus dbus-server declarative dga djvu dri dts dumb dv dvd dvdr emboss encode enscript exif fam fastcgi fbcon fbcondecor ffmpeg fftw firefox flac fontconfig fortran ftp g3dvl gcj gdbm gif gimp git glut gme gnutils gphoto2 gpm graphviz gstreamer gtk gzip hal hddtemp hotkeys iconv icu ieee1394 imagemagick imap imlib imlib2 infobar ipv6 jack java javascript jbig jpeg jpeg2k kde kdeenablefinal kipi ladspa lame lash lastfm latex lcms ldap libass libnotify lm_sensors lv2 lxvst lzma lzo m3u mad matroska midi mime mms mmx mng modules mono mono2stereo mozilla mp3 mp4 mpeg mplayer mudflap multilib multimedia musepack mysqli nas ncurses new-login nls nocd notify nptl nsplugin ogg openal opencv openexr opengl openmp osc oss pam pango pcre pda pdf phonon php plasma player png policykit portaudio ppds psf pulseaudio qt3support qt4 quicktime rdesktop readline real redcode rpath samba sasl scanner sdl semantic-desktop session shn shorten smp sndfile sound sox spell sse sse2 ssl startup-notification supereq svg symlink tcpd theora threads tidy tiff timidity truetype tta tweak-mode) udev udisks unicode upower usb v4l vcd vorbis vst vtx wavpack win32codecs wxwidgets x264 xcb xcomposite xine xinerama xml xmp xorg xscreensaver xv xvid xvmc zeroconf zip 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-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby18" 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"                                                                                                                                                                                                                                                                        
USE_PYTHON="2.7 3.3"                                                                                                                                                                                                                                                          
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC
Comment 4 drxibah 2013-10-18 18:20:53 UTC
Created attachment 361250 [details]
media-gfx/inkscape-0.48.4 build log
Comment 5 drxibah 2013-10-19 10:58:32 UTC
After updating to gcc-4.8.1, automake-1.13.4 and autoconf-2.69 it compiled with no problems.

Thanks