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 597444 - (i92guboj) broken sanity checks for babl and gegl
(i92guboj)
broken sanity checks for babl and gegl
Status: RESOLVED OBSOLETE
Product: GIMP
Classification: Other
Component: General
unspecified
Other Linux
: Normal blocker
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2009-10-05 17:16 UTC by Jesús Guerrero
Modified: 2009-10-05 17:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes version checks for gegl and babl (2.71 KB, patch)
2009-10-05 17:16 UTC, Jesús Guerrero
none Details | Review

Description Jesús Guerrero 2009-10-05 17:16:40 UTC
Created attachment 144816 [details] [review]
fixes version checks for gegl and babl

It seems the sanity checks for the versions of gegl and babl are wrong. After
compiling the svn gimp trunk from http://svn.gnome.org/svn/gimp/trunk/ gimp
complained that it couldn't run because babl is too old. 

It asks for version 0.0.22, and I have 0.1.0, which is obviously greater than
0.0.22. 

A similar thing happened for gegl. 

Patch attached with a fix for sanity.c. This patch seems to solve the issue,
and gimp not compiles and starts correctly, so far everything seems to be
working.
Comment 1 Michael Schumacher 2009-10-05 17:22:58 UTC
GIMP doesn't use SVN anymore, for quite some time. We're using Git: http://live.gnome.org/Git/Developers
Comment 2 Jesús Guerrero 2009-10-05 17:28:57 UTC
I see. I assume that the svn repo is still up for some historical purpose or anything, I wasn't aware of that.

So svn is definitely dead? I ask because in that case we should be removing the svn live ebuild from the Gentoo portage tree. It could cause confussion for some people just like it did for me.

Thanks for the ultra-quick response and sorry for opening an useless bug.
Comment 3 Michael Schumacher 2009-10-05 17:39:11 UTC
Yes, SVN is dead.