After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668030 - rsvg script not completely removed, causing build failure
rsvg script not completely removed, causing build failure
Status: RESOLVED FIXED
Product: librsvg
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-16 16:16 UTC by William Lachance
Modified: 2012-01-16 16:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove reference to rsvg script (249 bytes, patch)
2012-01-16 16:16 UTC, William Lachance
none Details | Review

Description William Lachance 2012-01-16 16:16:30 UTC
Created attachment 205380 [details] [review]
Remove reference to rsvg script

I'm getting this error when build librsvg:

gcc -g -O2  -L/home/wlach/gnome-shell/install/lib64   rsvg.c   -o rsvg
In file included from rsvg.c:29:0:
rsvg.h:29:25: fatal error: glib-object.h: No such file or directory
compilation terminated.
make[2]: *** [rsvg] Error 1
make[2]: Leaving directory `/home/wlach/gnome-shell/source/librsvg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wlach/gnome-shell/source/librsvg'
make: *** [all] Error 2
*** Error during phase build of librsvg: ########## Error running make   *** [9/49]

This seems to be because a script was removed, but not all references to it taken out of the makefile. The following patch fixes this.
Comment 1 Christian Persch 2012-01-16 16:41:31 UTC
Fixed on master; thanks!