gegl-0.0.4 seg fault
This discussion is connected to the gegl-developer-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.
gegl-0.0.4 seg fault | Carlos | 01 Jan 12:18 |
gegl-0.0.4 seg fault | Martin Nordholts | 01 Jan 13:17 |
gegl-0.0.4 seg fault | Ben Green | 01 Jan 16:25 |
gegl-0.0.4 seg fault | Øyvind Kolås | 02 Jan 04:49 |
gegl-0.0.4 seg fault
Hi,
I just downloaded gegl-0.0.4 tarball and tried to compile on a opensuse 10.2 box.
Compilation and link seem to be ok but when make is trying to execute "gegl" on "gallery" directory I got this:
...
make[4]: Entering directory `/home/carles/Projects/gegl/gegl-0.0.4/docs/gallery'
--[Updating sample compositions]--
./clones.xml
** (process:12635): WARNING **: Failed to set operation type nop, using a
passthrough op instead
/bin/sh: line 1: 12635 Segmentation fault ../../bin/gegl clones.xml -o
clones.png >`echo clones.png|sed -e s/png/txt/`
make[5]: *** [clones.png] Error 139
./OpenRaster-00.xml
** (process:12657): WARNING **: Failed to set operation type nop, using a
passthrough op instead
/bin/sh: line 1: 12657 Segmentation fault ../../bin/gegl OpenRaster-00.xml
-o OpenRaster-00.png >`echo OpenRaster-00.png|sed -e s/png/txt/`
make[5]: *** [OpenRaster-00.png] Error 139
./OpenRaster-01.xml
** (process:12679): WARNING **: Failed to set operation type nop, using a
passthrough op instead
/bin/sh: line 1: 12679 Segmentation fault ../../bin/gegl OpenRaster-01.xml
-o OpenRaster-01.png >`echo OpenRaster-01.png|sed -e s/png/txt/`
make[5]: *** [OpenRaster-01.png] Error 139
./OpenRaster-04.xml
** (process:12701): WARNING **: Failed to set operation type nop, using a
passthrough op instead
/bin/sh: line 1: 12701 Segmentation fault ../../bin/gegl OpenRaster-04.xml
-o OpenRaster-04.png >`echo OpenRaster-04.png|sed -e s/png/txt/`
m
Any help would be appreciated.
--Carlos
gegl-0.0.4 seg fault
Iirc, GEGL looks for stuff in the installation directories, so try to sudo make install.
- Martin N.
mån 2007-01-01 klockan 11:18 +0000 skrev Carlos:
Hi,
I just downloaded gegl-0.0.4 tarball and tried to compile on a opensuse 10.2 box.
Compilation and link seem to be ok but when make is trying to execute "gegl" on "gallery" directory I got this:
...
make[4]: Entering directory `/home/carles/Projects/gegl/gegl-0.0.4/docs/gallery' --[Updating sample compositions]--
./clones.xml** (process:12635): WARNING **: Failed to set operation type nop, using a passthrough op instead
/bin/sh: line 1: 12635 Segmentation fault ../../bin/gegl clones.xml -o clones.png >`echo clones.png|sed -e s/png/txt/` make[5]: *** [clones.png] Error 139
./OpenRaster-00.xml** (process:12657): WARNING **: Failed to set operation type nop, using a passthrough op instead
/bin/sh: line 1: 12657 Segmentation fault ../../bin/gegl OpenRaster-00.xml -o OpenRaster-00.png >`echo OpenRaster-00.png|sed -e s/png/txt/` make[5]: *** [OpenRaster-00.png] Error 139 ./OpenRaster-01.xml** (process:12679): WARNING **: Failed to set operation type nop, using a passthrough op instead
/bin/sh: line 1: 12679 Segmentation fault ../../bin/gegl OpenRaster-01.xml -o OpenRaster-01.png >`echo OpenRaster-01.png|sed -e s/png/txt/` make[5]: *** [OpenRaster-01.png] Error 139 ./OpenRaster-04.xml** (process:12701): WARNING **: Failed to set operation type nop, using a passthrough op instead
/bin/sh: line 1: 12701 Segmentation fault ../../bin/gegl OpenRaster-04.xml -o OpenRaster-04.png >`echo OpenRaster-04.png|sed -e s/png/txt/` mAny help would be appreciated.
--Carlos
gegl-0.0.4 seg fault
On Mon, 01 Jan 2007 12:17:47 -0000, Martin Nordholts wrote:
Iirc, GEGL looks for stuff in the installation directories, so try to sudo make install.
- Martin N.
I have the same problem, but there appears to be no .png files in the tar at all, so sudo doesn't help.
gegl-0.0.4 seg fault
On 1/1/07, Carlos wrote:
I just downloaded gegl-0.0.4 tarball and tried to compile on a opensuse 10.2 box.
make[4]: Entering directory `/home/carles/Projects/gegl/gegl-0.0.4/docs/gallery' --[Updating sample compositions]--
./clones.xml** (process:12635): WARNING **: Failed to set operation type nop, using a passthrough op instead
/bin/sh: line 1: 12635 Segmentation fault ../../bin/gegl clones.xml -o clones.png >`echo clones.png|sed -e s/png/txt/`
GEGL fails to set the operation type for a node, this means GEGL hasn't found any of it's plug-ins. This might be due to some changes I've recently done in passing of the directory where GEGL looks for plug-ins in the gallery. The suggestion of trying "sudo make install" first is a good one, but it should be added that the "sudo make install" should be done in gegl/operations , then GEGL will find the installed operations when building the gallery.
/Øyvind K.