Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414971 - x11-themes/human-icon-theme-0.36 with recent gnome-base/librsvg: rsvg: command not found
Summary: x11-themes/human-icon-theme-0.36 with recent gnome-base/librsvg: rsvg: comman...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-07 06:13 UTC by Anton Kochkov
Modified: 2012-05-07 08:50 UTC (History)
0 users

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


Attachments
emerge --info output (emerge-info.log,15.36 KB, text/plain)
2012-05-07 06:13 UTC, Anton Kochkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kochkov 2012-05-07 06:13:04 UTC
Created attachment 311067 [details]
emerge --info output

[32;01m * [39;49;00mPackage:    x11-themes/human-icon-theme-0.36
[32;01m * [39;49;00mRepository: gentoo
[32;01m * [39;49;00mMaintainer: desktop-misc@gentoo.org
[32;01m * [39;49;00mUSE:        elibc_glibc kernel_linux userland_GNU x86
[32;01m * [39;49;00mFEATURES:   ccache sandbox
>>> Unpacking source...
>>> Unpacking human-icon-theme_0.36.tar.gz to /var/tmp/portage/x11-themes/human-icon-theme-0.36/work
>>> Unpacking gentoo-logo.svg to /var/tmp/portage/x11-themes/human-icon-theme-0.36/work
unpack gentoo-logo.svg: file format not recognized. Ignoring.
>>> Source unpacked in /var/tmp/portage/x11-themes/human-icon-theme-0.36/work
>>> Preparing source in /var/tmp/portage/x11-themes/human-icon-theme-0.36/work/human-icon-theme ...
/var/tmp/portage/x11-themes/human-icon-theme-0.36/temp/environment: line 379: rsvg: command not found
 [31;01m*[0m ERROR: x11-themes/human-icon-theme-0.36 failed (prepare phase):
 [31;01m*[0m   (no error message)
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m     ebuild.sh, line  85:  Called src_prepare
 [31;01m*[0m   environment, line 379:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m           rsvg -w ${res} -h ${res} scalable/places/start-here.svg ${res}x${res}/places/start-here.png || die;
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the output of 'emerge --info =x11-themes/human-icon-theme-0.36',
 [31;01m*[0m the complete build log and the output of 'emerge -pqv =x11-themes/human-icon-theme-0.36'.
 [31;01m*[0m The complete build log is located at '/var/tmp/portage/x11-themes/human-icon-theme-0.36/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/x11-themes/human-icon-theme-0.36/temp/environment'.
 [31;01m*[0m Working directory: '/var/tmp/portage/x11-themes/human-icon-theme-0.36/work/human-icon-theme'
 [31;01m*[0m S: '/var/tmp/portage/x11-themes/human-icon-theme-0.36/work/human-icon-theme'
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-05-07 08:39:24 UTC
"unpack gentoo-logo.svg: file format not recognized. Ignoring." is a harmless warning. You can ignore it. 

The problem is that gnome-base/librsvg doesn't have rsvg command anymore and rsvg-convert should be used instead:

rsvg: command not found
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-05-07 08:50:33 UTC
+  07 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  human-icon-theme-0.36.ebuild:
+  Convert from rsvg to rsvg-convert for recent gnome-base/librsvg wrt #414971
+  by Anton Kochkov

http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/human-icon-theme/human-icon-theme-0.36.ebuild?r1=1.1&r2=1.2