Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7706 closed defect (fixed)

GIMP 2.8 won't build with gegl-0.3

Reported by: Armin K Owned by: bdubbs@…
Priority: normal Milestone: 7.10
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

GIMP 2.8 isn't compatible with gegl-0.3. It can only use gegl-0.2. Either gegl should be downgraded to 0.2 or a separate 0.2 package should be added (they are coinstallable).

Change History (6)

comment:1 by bdubbs@…, 8 years ago

Perhaps we can find a patch to allow gimp to use gegl-0.3.

comment:2 by Armin K, 8 years ago

It isn't trivial. You'd have to use 2.10 development version (2.9.x).

comment:3 by bdubbs@…, 8 years ago

I edited configure and changed all the gegl entries to 0.3.0 and it built fine. All references to gegl libraries were to libgegl-0.3.0.

Try building with:

sed -i '/gegl/s/2/3/' configure.ac
autoreconf -fiv

and continue as normal. The executable programs have references to libgegl-0.3.so.0 but the libraries do not reference gegl at all.

Note: After autoreconf, I added

sed -i '/seems to be moved/s/^/true; #/' ltmain.sh

because I really dislike thousands of comments because the autotools devs don't think about non-multilib 64-bit systems.

IF you confirm, I'll change the book.

comment:4 by bdubbs@…, 8 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:5 by bdubbs@…, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 17248.

comment:6 by Armin K, 8 years ago

Builds and works for at least image cropping. I can at last get rid of gegl-0.2.

Note: See TracTickets for help on using tickets.