Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78592 - inkscape-0.40 ebuild fails (patch info applied)
Summary: inkscape-0.40 ebuild fails (patch info applied)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-18 15:34 UTC by Jens Ansorg
Modified: 2005-01-19 12:33 UTC (History)
0 users

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 Jens Ansorg 2005-01-18 15:34:10 UTC
emerging inkscape fails with 

nodepath.cpp: In function `void node_ctrl_grabbed(SPKnot*, guint, void*)':
nodepath.cpp:2220: error: no matching function for call to `Radial::Radial(Radial)'
nodepath.h:38: note: candidates are: Radial::Radial(const NR::Point&)
nodepath.h:34: note:                 Radial::Radial(Radial&)
nodepath.cpp:2222: error: no matching function for call to `Radial::Radial(Radial)'
nodepath.h:38: note: candidates are: Radial::Radial(const NR::Point&)
nodepath.h:34: note:                 Radial::Radial(Radial&)
make[2]: *** [nodepath.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/inkscape-0.40/work/inkscape-0.40/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/inkscape-0.40/work/inkscape-0.40'
make: *** [all] Error 2


someone figured out a solution to this issue. A small patch needs to get applied. See here for the patch and description:

http://sourceforge.net/mailarchive/forum.php?thread_id=6156056&forum_id=36054

(I need to learn how to create patches for ebuilds ...)


Reproducible: Always
Steps to Reproduce:




Portage 2.0.51-r3 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r12 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r12 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1-r2
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aalib acl acpi alsa apache2 berkdb bitmap-fonts breakme cdr cfg
crypt cups curl dvd eds emul-linux-x86 esd evo f77 fam font-server fortran gcj
gd gif gimpprint gnome gnome2 gnomedb gnutls gpm gstreamer gtk gtk2 gtkhtml hal
imagemagick imap imlib ipv6 java jp2 jpeg kerberos ldap libgda libwww lzw
lzw-tiff mozilla moznocompose moznoirc moznomail multilib mysql ncurses nntp
nptl oggvorbis opengl oss pam perl png ppds python readline samba scanner snmp
spell ssl svg tcpd tif tiff truetype truetype-fonts type1-fonts unicode usb
userlocales wmf xml xml2 xpm xrandr xv zlib"
Comment 1 Marc Hildebrand (RETIRED) gentoo-dev 2005-01-19 12:33:28 UTC
Thanks, the new ebuild (0.40-r1) applies the patch.
Cheers,
Marc.