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 664684 - Parallel make failure due to use of RSVG_API_VERSION_U in the .gir filename in Makefile.am
Parallel make failure due to use of RSVG_API_VERSION_U in the .gir filename i...
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: 2011-11-23 22:59 UTC by Alexandre Rostovtsev
Modified: 2011-11-24 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.31 KB, patch)
2011-11-23 23:00 UTC, Alexandre Rostovtsev
none Details | Review

Description Alexandre Rostovtsev 2011-11-23 22:59:53 UTC
librsvg-2.35 and 2.34.2 sometimes experience parallel make failures when building with introspection enabled.

As diagnosed by Rafał Mużyło (https://bugs.gentoo.org/show_bug.cgi?id=391215#c10), this is caused by the following line in Makefile.am:

Rsvg-@RSVG_API_VERSION_U@.gir: librsvg-@RSVG_API_MAJOR_VERSION@.la

$RSVG_API_VERSION_U is "2_0". We should instead be using RSVG_API_VERSION, which is "2.0", since we want Rsvg-2.0.gir (cf. INTROSPECTION_GIRS = Rsvg-@RSVG_API_VERSION@.gir).
Comment 1 Alexandre Rostovtsev 2011-11-23 23:00:35 UTC
Created attachment 202035 [details] [review]
proposed patch
Comment 2 Christian Persch 2011-11-23 23:18:20 UTC
Right. Please commit to master and gnome-3-2. Thanks!
Comment 3 Alexandre Rostovtsev 2011-11-23 23:23:37 UTC
(In reply to comment #2)
> Right. Please commit to master and gnome-3-2. Thanks!

I don't have gnome commit rights.
Comment 4 Christian Persch 2011-11-24 13:08:42 UTC
Pushed.