Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123269 - k3d-0.5.0.37-r1 fails to compile
Summary: k3d-0.5.0.37-r1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-18 06:32 UTC by Mike Bonar
Modified: 2006-02-18 12:23 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 Mike Bonar 2006-02-18 06:32:12 UTC
make[3]: Entering directory `/var/tmp/portage/k3d-0.5.0.37-r1/work/k3d-0.5.0.37/share/ngui/rasterized'
png_file="BitmapMatteColorDiff.png"; svg_file=${png_file/*\//}; rsvg ../../../share/ngui/scalable/${svg_file/.png/.svg} $png_file
png_file="BitmapMatteInvert.png"; svg_file=${png_file/*\//}; rsvg ../../../share/ngui/scalable/${svg_file/.png/.svg} $png_file
/bin/sh: rsvg: command not found
/bin/sh: rsvg: command not found
make[3]: *** [BitmapMatteColorDiff.png] Error 127
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [BitmapMatteInvert.png] Error 127
make[3]: Leaving directory `/var/tmp/portage/k3d-0.5.0.37-r1/work/k3d-0.5.0.37/share/ngui/rasterized'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/k3d-0.5.0.37-r1/work/k3d-0.5.0.37/share/ngui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/k3d-0.5.0.37-r1/work/k3d-0.5.0.37/share'
make: *** [all-recursive] Error 1

!!! ERROR: media-gfx/k3d-0.5.0.37-r1 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.


Emerge Info:
Gentoo Base System version 1.12.0_pre15
Portage 2.1_pre4-r1 (default-linux/amd64/2005.1, gcc-3.4.5, glibc-2.3.6-r2, 2.6.15-gentoo-r2 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r2 x86_64 AMD Athlon(tm) 64 Processor 3500+
dev-lang/python:     2.3.5, 2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=k8 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks nostrip sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://adelie.polymtl.ca/ ftp://cs.ubishops.ca/pub/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 alsa avi berkdb bitmap-fonts cdr crypt cups doc dvd dvdr dvdread eds emboss encode flac foomaticdb fortran gif gpm gtk2 hal imlib ipv6 jpeg kde lzw lzw-tiff mp3 mpeg mplayer ncurses nls nptl nptlonly nvidia offensive ogg opengl pam pdflib perl png ppds python qt quicktime readline sdl spell ssl tcpd tiff truetype-fonts type1-fonts usb userlocales visualization vorbis xine xml xmms xpm xv xvid zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Mike Bonar 2006-02-18 06:42:05 UTC
Looks like a missing librsvg dependency.
Comment 2 Marcelo Goes (RETIRED) gentoo-dev 2006-02-18 08:35:53 UTC
DEPEND="...
       svg? ( gnome-base/librsvg )"

Anyway: mind testing after emerging librsvg?
Comment 3 Mike Bonar 2006-02-18 10:11:12 UTC
Emerge of k3d completes successfully after emerging librsvg.
Comment 4 Marcelo Goes (RETIRED) gentoo-dev 2006-02-18 12:23:54 UTC
Thanks, I made it a hard dependency.