Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34896 - gnome-base/librsvg-2.4.0 compile failed.
Summary: gnome-base/librsvg-2.4.0 compile failed.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 34894 34895 34897 34898 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-12-02 08:55 UTC by Tom Martin (RETIRED)
Modified: 2003-12-04 05:38 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 Tom Martin (RETIRED) gentoo-dev 2003-12-02 08:55:03 UTC
The relevant output seems to be:

svg.c: In function `load_dialog':
svg.c:195: error: incompatible type for argument 4 of `gimp_dialog_new'
svg.c:195: warning: passing arg 5 of `gimp_dialog_new' makes pointer from
integer without a cast
make[2]: *** [svg.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/librsvg-2.4.0/work/librsvg-2.4.0/gimp-plugin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/librsvg-2.4.0/work/librsvg-2.4.0'
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-base/librsvg-2.4.0 failed.
!!! Function gnome2_src_compile, Line 39, Exitcode 2
!!! compile failure


Reproducible: Always
Steps to Reproduce:
1.emerge gnome-base/librsvg-2.4.0



emerge info:

Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.0-test10-mm1)
=================================================================
System uname: 2.6.0-test10-mm1 i686 AMD Athlon(TM) XP 2400+
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=athlon-xp -msse -pipe -fomit-frame-pointer -fforce-addr
-falign-functions -falign-labels -falign-loops -falign-jumps -mfpmath=sse,387"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-Os -march=athlon-xp -msse -pipe -fomit-frame-pointer -fforce-addr
-falign-functions -falign-labels -falign-loops -falign-jumps -mfpmath=sse,387"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="3dnow X aalib alsa apm avi berkdb bonobo cdr crypt cups directfb dvd encode
esd fbcon foomaticdb gb gdbm gif gnome gpm gtk gtk2 gtkhtml imlib java joystick
jpeg libg++ libwww mad mikmod mmx mozilla mpeg ncurses nls oggvorbis opengl oss
pam pdflib perl png python quicktime readline samba sdl slang spell sse ssl svga
tcpd truetype usb videos x86 xine xml xml2 xmms xv zlib"

==========

My first thought on looking at the errors that it is not finding some gtk/gimp
thing, but I have the latest and greatest GTK+2, GTK+1 and both branches of GIMP
installed.
Comment 1 Tom Martin (RETIRED) gentoo-dev 2003-12-02 10:12:31 UTC
Damn, I'm sorry about the dupes. I'm not quite sure what happened. For admin reference, these bugs are the dupes:

34894
34895
34897
34898
Comment 2 Tom Martin (RETIRED) gentoo-dev 2003-12-02 10:13:03 UTC
*** Bug 34894 has been marked as a duplicate of this bug. ***
Comment 3 Tom Martin (RETIRED) gentoo-dev 2003-12-02 10:14:03 UTC
*** Bug 34895 has been marked as a duplicate of this bug. ***
Comment 4 Tom Martin (RETIRED) gentoo-dev 2003-12-02 10:14:54 UTC
*** Bug 34898 has been marked as a duplicate of this bug. ***
Comment 5 Tom Martin (RETIRED) gentoo-dev 2003-12-02 10:15:40 UTC
*** Bug 34897 has been marked as a duplicate of this bug. ***
Comment 6 foser (RETIRED) gentoo-dev 2003-12-04 05:00:57 UTC
first of all, try lowering your CFLAGS. 

The gimp plugin is not useful anymore, we should probably disable building it.
Comment 7 foser (RETIRED) gentoo-dev 2003-12-04 05:38:21 UTC
turns out the plugin just doesn't build anymore vs. a recent development gimp-1.3 release due to an API change. Just added a switch to disable the plugin in librsvg-2.4.0 . rsync and try again.

thanks for the report.