Problem with installing 2.5.2
This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
Problem with installing 2.5.2 | John Culleton | 18 Aug 05:53 |
Problem with installing 2.5.2 | Sven Neumann | 18 Aug 08:35 |
Problem with installing 2.5.2 | John Culleton | 19 Aug 14:54 |
Problem with installing 2.5.2 | David Gowers | 19 Aug 15:34 |
Problem with installing 2.5.2 | Michael Schumacher | 19 Aug 16:03 |
Problem with installing 2.5.2 | John Culleton | 19 Aug 22:00 |
Problem with installing 2.5.2 | David Gowers | 20 Aug 02:10 |
Problem with installing 2.5.2 | Sven Neumann | 20 Aug 20:22 |
Problem with installing 2.5.2
2.5.2 requires gegl. so I downloaded the gegle source and did a ./configure and then a make.
At the very end of the gegl make I got the folllowing bunch of errors:
make[4]: Entering directory `/usr/local/gegl-0.0.18/docs/gallery'
--[Updating sample compositions]--
./OpenRaster-00.xml
/bin/sh: line 1: 11149 Segmentation fault GEGL_DEBUG_TIME=yes
GEGL_SWAP=RAM GEGL_PATH=../../operations ../../bin/gegl
OpenRaster-00.xml -o `echo OpenRaster-00.png | sed s?./??` >`echo
OpenRaster-00.png | sed s?./?? | sed -e s/png/txt/`
make[5]: *** [OpenRaster-00.png] Error 139
./OpenRaster-01.xml
/bin/sh: line 1: 11182 Segmentation fault GEGL_DEBUG_TIME=yes
GEGL_SWAP=RAM GEGL_PATH=../../operations ../../bin/gegl
OpenRaster-01.xml -o `echo OpenRaster-01.png | sed s?./??` >`echo
OpenRaster-01.png | sed s?./?? | sed -e s/png/txt/`
make[5]: *** [OpenRaster-01.png] Error 139
./OpenRaster-04.xml
/bin/sh: line 1: 11210 Segmentation fault GEGL_DEBUG_TIME=yes
GEGL_SWAP=RAM GEGL_PATH=../../operations ../../bin/gegl
OpenRaster-04.xml -o `echo OpenRaster-04.png | sed s?./??` >`echo
OpenRaster-04.png | sed s?./?? | sed -e s/png/txt/`
make[5]: *** [OpenRaster-04.png] Error 139
./clones.xml
/bin/sh: line 1: 11238 Segmentation fault GEGL_DEBUG_TIME=yes
GEGL_SWAP=RAM GEGL_PATH=../../operations ../../bin/gegl clones.xml -o
`echo clones.png | sed s?./??` >`echo clones.png | sed s?./?? |
sed -e s/png/txt/`
make[5]: *** [clones.png] Error 139
make[4]: *** [images.stamp] Error 2
make[4]: Leaving directory `/usr/local/gegl-0.0.18/docs/gallery'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/gegl-0.0.18/docs/gallery'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/gegl-0.0.18/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/gegl-0.0.18'
make: *** [all] Error 2
Is there a way to bypass this part of gegl? All I want is the parts that Gimp 2.5.2 needs. Documentation wouldn't seem to be critical.
Slackware 12.1
Problem with installing 2.5.2
Hi,
On Sun, 2008-08-17 at 23:53 -0400, John Culleton wrote:
Is there a way to bypass this part of gegl? All I want is the parts that Gimp 2.5.2 needs. Documentation wouldn't seem to be critical.
./configure --help
You will notice that there's a --disable-docs option. Have you tried to use that?
Sven
Problem with installing 2.5.2
On Monday 18 August 2008 02:35:51 am you wrote:
Hi,
On Sun, 2008-08-17 at 23:53 -0400, John Culleton wrote:
Is there a way to bypass this part of gegl? All I want is the parts that Gimp 2.5.2 needs. Documentation wouldn't seem to be critical.
./configure --help
You will notice that there's a --disable-docs option. Have you tried to use that?
Sven
OK I did that and after updating a bunch of libraries Gimp 2.5.2 compiles and starts. But when I open the default document it shows up black. When from the Color menu I select invert the program crashes.
I recognize that it is a development version. Still this is a bit discouraging.
Problem with installing 2.5.2
Hello John,
On Tue, Aug 19, 2008 at 10:24 PM, John Culleton wrote:
On Monday 18 August 2008 02:35:51 am you wrote:
Hi,
On Sun, 2008-08-17 at 23:53 -0400, John Culleton wrote:
Is there a way to bypass this part of gegl? All I want is the parts that Gimp 2.5.2 needs. Documentation wouldn't seem to be critical.
./configure --help
You will notice that there's a --disable-docs option. Have you tried to use that?
Sven
OK I did that and after updating a bunch of libraries Gimp 2.5.2 compiles and starts. But when I open the default document it shows up black.
AFAIK GIMP does not have a 'default document'. What do you mean.
When from the Color menu I select invert the program crashes.
Try unchecking the 'Use Gegl' checkbox in the toolbox and then using invert. If it works OK, there may be something wrong with your BABL or GEGL installation.
I recognize that it is a development version. Still this is a bit discouraging.
It may also be a bug in BABL or GEGL only triggered by a particular quirk of your system.
HTH,
David
Problem with installing 2.5.2
Von: "David Gowers"
On Monday 18 August 2008 02:35:51 am you wrote:
Where does the "you" come from?
You will notice that there's a --disable-docs option. Have you tried to use that?
There have been segfaults when GEGL was used to process the demo images in the docs directory, and thus...
OK I did that and after updating a bunch of libraries Gimp 2.5.2 compiles and starts. But when I open the default document it shows up black.
... it should IMO first be verified that GEGL does work at all, e.g. by running the gegl executable and checking what does happen then.
HTH, Michael
Problem with installing 2.5.2
On Tuesday 19 August 2008 10:03:52 am Michael Schumacher wrote:
Von: "David Gowers"
On Monday 18 August 2008 02:35:51 am you wrote:
Where does the "you" come from?
You will notice that there's a --disable-docs option. Have you tried to use that?
There have been segfaults when GEGL was used to process the demo images in the docs directory, and thus...
OK I did that and after updating a bunch of libraries Gimp 2.5.2 compiles and starts. But when I open the default document it shows up black.
... it should IMO first be verified that GEGL does work at all, e.g. by running the gegl executable and checking what does happen then.
HTH,
Michael
Well I have deinstalled 2.5.2 and gone back to 2.4.5. I hope the value added by the gegl package is worth the extra install effort and the greater risk for failure. What pressing need does it address?
Problem with installing 2.5.2
On Wed, Aug 20, 2008 at 5:30 AM, John Culleton wrote:
On Tuesday 19 August 2008 10:03:52 am Michael Schumacher wrote:
Von: "David Gowers"
On Monday 18 August 2008 02:35:51 am you wrote:
Where does the "you" come from?
You will notice that there's a --disable-docs option. Have you tried to use that?
There have been segfaults when GEGL was used to process the demo images in the docs directory, and thus...
OK I did that and after updating a bunch of libraries Gimp 2.5.2 compiles and starts. But when I open the default document it shows up black.
... it should IMO first be verified that GEGL does work at all, e.g. by running the gegl executable and checking what does happen then.
HTH,
MichaelWell I have deinstalled 2.5.2 and gone back to 2.4.5. I hope the value added by the gegl package is worth the extra install effort and the greater risk for failure.
On every one of the 5 installations I've done, it's been easy to do and worked fine immediately. You simply lucked out. That said, GEGL isn't production standard yet -- mainly because it needs more testing (which GIMP will provide by using it). So, your efforts to get it working on your system are appreciated.
GEGL is a huge step for GIMP towards doing image processing in the 'right way' -- ie. flexible, avoiding unnecessary destruction of useful data, and easy to extend. One of the concrete benefits of GEGL is, it allows GIMP to replace special casing for RGB, Gray, Indexed image types with code that can simply work without special casing -- less code == less bugs.
Another is that it reduces the size of the GIMP core codebase (which is sorely needed, esp. for attracting new developers) by allowing any special-case optimizations that are wanted to be done outside GIMP and plugged into GEGL. (it is currently a bit slow, so there will need to be optimizations)
I hope you will try again, perhaps when 2.6 is released.
David
Problem with installing 2.5.2
Hi,
On Tue, 2008-08-19 at 16:00 -0400, John Culleton wrote:
Well I have deinstalled 2.5.2 and gone back to 2.4.5.
That was a good thing to do. Since you don't have a clue about compiling software from source and repeatedly managed to break your installation, you better stick with the pre-compiled binaries. GIMP 2.6 will come to your distribution soon enough.
Sven