Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413183 - x11-themes/tango-icon-theme-0.8.90 (and tango-icon-theme-extras) fails to build when gnome-base/librsvg-2.36.1 is installed
Summary: x11-themes/tango-icon-theme-0.8.90 (and tango-icon-theme-extras) fails to bui...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 02:37 UTC by nvinson234
Modified: 2012-04-23 05:46 UTC (History)
0 users

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


Attachments
update tango-icon-theme configure script to look for rsvg-convert (librsvg-2.36.1.patch,550 bytes, patch)
2012-04-23 02:39 UTC, nvinson234
Details | Diff
updated ebuild (tango-icon-theme-0.8.90.ebuild,1.33 KB, text/plain)
2012-04-23 02:40 UTC, nvinson234
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nvinson234 2012-04-23 02:37:17 UTC
The command rsvg found in older versions of librsvg appears to have been renamed to rsvg-convert in librsvg-2.36.1.  This prevents tango-icon-theme from building because it looks for the rsvg command when it detects librsvg.

Updated ebuild and a patch to address this issue are attached.

Reproducible: Always

Steps to Reproduce:
1. emerge librsvg-2.36.1
2. emerge tango-icon-theme-0.8.90
Actual Results:  
Build fails claiming that librsvg is missing or too old.

Expected Results:  
theme should have build correctly.
Comment 1 nvinson234 2012-04-23 02:39:55 UTC
Created attachment 309833 [details, diff]
update tango-icon-theme configure script to look for rsvg-convert
Comment 2 nvinson234 2012-04-23 02:40:23 UTC
Created attachment 309835 [details]
updated ebuild
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-04-23 05:10:55 UTC
(In reply to comment #0)
> The command rsvg found in older versions of librsvg appears to have been
> renamed to rsvg-convert in librsvg-2.36.1.  

librsvg 2.22.2, like for example shipped in Debian,

http://packages.debian.org/lenny/amd64/librsvg2-bin/filelist

Has rsvg-convert already, so we can just force a bit newer version and change it to always use rsvg-convert...
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2012-04-23 05:20:23 UTC
Fixed by 1-liner sed to configure to avoid regenerating autotools. Thanks for reporting.

http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild?r1=1.13&r2=1.14