Re: [Gimp-user] GEGL compile problems

2010-10-31 Thread Owen
On Sun, 31 Oct 2010 02:45:15 + (GMT)
Matthew Ford gimp-u...@mtford.org wrote:

 Hello,
 
 I'm trying to compile Gimp 2.6.11 from source on Linux. I've
 successfully installed babl-0.0.22, but gegl-0.0.18 is causing
 problems. configure runs OK, but when I try to try to run make in
 the gegl-0.0.18 directory I get the following. Any help much
 appreciated!
 
 
 [f...@gluon gegl-0.0.18]$ make
 make  all-recursive
 make[1]: Entering directory `/home/ford/Installers/gegl-0.0.18'
 Making all in gegl
 make[2]: Entering directory `/home/ford/Installers/gegl-0.0.18/gegl'
 Making all in buffer
 make[3]: Entering directory 
 `/home/ford/Installers/gegl-0.0.18/gegl/buffer'
 if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
 -I. -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -pthread 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/local/include/babl-0.0-DG_DISABLE_DEPRECATED 
 -DG_DISABLE_SINGLE_INCLUDES  -g -O2 -Wall
 -Wdeclaration-after-statement -Wmissing-prototypes
 -Wmissing-declarations -Winit-self -Wpointer-arith
 -Wold-style-definition -mmmx -msse -MT gegl-buffer.lo -MD -MP -MF
 .deps/gegl-buffer.Tpo -c -o gegl-buffer.lo gegl-buffer.c; \ then mv
 -f .deps/gegl-buffer.Tpo .deps/gegl-buffer.Plo; else rm -f
 .deps/gegl-buffer.Tpo; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I.
 -I../.. -I../.. -I../../gegl -I../../gegl/buffer -pthread
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 -I/usr/local/include/babl-0.0 -DG_DISABLE_DEPRECATED
 -DG_DISABLE_SINGLE_INCLUDES -g -O2 -Wall
 -Wdeclaration-after-statement -Wmissing-prototypes
 -Wmissing-declarations -Winit-self -Wpointer-arith
 -Wold-style-definition -mmmx -msse -MT gegl-buffer.lo -MD -MP
 -MF .deps/gegl-buffer.Tpo -c gegl-buffer.c  -fPIC -DPIC
 -o .libs/gegl-buffer.o In file included from gegl-buffer.c:68:
 gegl-buffer-index.h:132: error: expected declaration specifiers or
 '...' before 'goffset' gegl-buffer-index.h:134: error: expected
 declaration specifiers or '...' before 'goffset'
 make[3]: *** [gegl-buffer.lo] Error 1
 make[3]: Leaving directory
 `/home/ford/Installers/gegl-0.0.18/gegl/buffer' make[2]: ***
 [all-recursive] Error 1 make[2]: Leaving directory
 `/home/ford/Installers/gegl-0.0.18/gegl' make[1]: *** [all-recursive]
 Error 1 make[1]: Leaving directory `/home/ford/Installers/gegl-0.0.18'
 make: *** [all] Error 2







Hi,

You don't say so can you tell;

Do you already have a gimp installed on you linux computer?
If so what version is it?

Where are you trying to build gimp, ie --PREFIX=?

If the prefix is /opt, then have you set the paths to /opt, ie
LD_LIBRARY_PATH=/opt
PKG_CONFIG_PATH=/opt
PATH=/opt:$PATH

Perhaps tell us what your distro is?



Owen
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] GEGL compile problems

2010-10-31 Thread Jernej Simončič
On Sun, 31 Oct 2010 17:18:26 +1100, Owen wrote:

 If the prefix is /opt, then have you set the paths to /opt, ie
 LD_LIBRARY_PATH=/opt
 PKG_CONFIG_PATH=/opt
 PATH=/opt:$PATH

Shouldn't these be

LD_LIBRARY_PATH=/opt/lib
PKG_CONFIG_PATH=/opt/lib/pkgconfig
PATH=/opt/bin:$PATH


-- 
 Jernej Simončič  http://eternallybored.org/ 

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] GEGL compile problems

2010-10-31 Thread Owen
On Sun, 31 Oct 2010 17:23:05 +0100
Jernej Simončič jernej|s...@eternallybored.org wrote:

 On Sun, 31 Oct 2010 17:18:26 +1100, Owen wrote:
 
  If the prefix is /opt, then have you set the paths to /opt, ie
  LD_LIBRARY_PATH=/opt
  PKG_CONFIG_PATH=/opt
  PATH=/opt:$PATH
 
 Shouldn't these be
 
 LD_LIBRARY_PATH=/opt/lib
 PKG_CONFIG_PATH=/opt/lib/pkgconfig
 PATH=/opt/bin:$PATH
 
 


You are correct and my apologies for incorrect information.

I have commands in .bashrc that I invoke when I want to build a
particular gimp, eg;

gimpgtk(){
export PATH=/gimpgtk18/bin:$PATH  export
PKG_CONFIG_PATH=/gimpgtk18/lib/pkgconfig  export
LD_LIBRARY_PATH=/gimpgtk18/lib/ echo PATH is now echo $PATH
echo PKG_CONFIG_PATH is $PKG_CONFIG_PATH 
echo LD_LIBRARY_PATH is $LD_LIBRARY_PATH 
}

Non thinking cut and pasting


Owen 
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] GEGL crashes Gimp 2.6.6 on XP

2009-07-24 Thread Mario Valle
Gimp 2.6.6 crashes on my laptop (Vista Business SP2) with the following call 
stack:

   ntdll.dll!77356739()
[Frames below may be incorrect and/or missing, no symbols loaded for 
ntdll.dll] 
ntdll.dll!77357512()
ntdll.dll!77357545()
ntdll.dll!773566ea()
kernel32.dll!76749a26() 
msvcrt.dll!75d39c03()   
libglib-2.0-0.dll!685d8f85()
libgmodule-2.0-0.dll!6dd01a68() 
libgthread-2.0-0.dll!65c41af7() 
libglib-2.0-0.dll!68600d95()
libgthread-2.0-0.dll!65c41273() 
libgegl-0.0-0.dll!6401bc32()
libgegl-0.0-0.dll!6401bf9b()
libgthread-2.0-0.dll!65c41273() 
libgobject-2.0-0.dll!63a6334e() 
libgobject-2.0-0.dll!63a63492() 
libgthread-2.0-0.dll!65c41273() 
libgobject-2.0-0.dll!63a5cd33() 
kernel32.dll!76749a26() 
ntdll.dll!773566ea()
gimp-2.6.exe!004bfedc() 
libgobject-2.0-0.dll!63a617e2() 
gimp-2.6.exe!004bff60() 
libgobject-2.0-0.dll!63a617e2() 
gimp-2.6.exe!004bff60() 
gimp-2.6.exe!004bffc6() 
gimp-2.6.exe!004c00fa() 
libgthread-2.0-0.dll!65c41273() 
libgobject-2.0-0.dll!63a5520e() 
gimp-2.6.exe!0048fff6() 
gimp-2.6.exe!0048fb5b() 
gimp-2.6.exe!00491376() 
gimp-2.6.exe!004bfc2d() 
gimp-2.6.exe!00491de2() 
gimp-2.6.exe!00482536() 
gimp-2.6.exe!0061a7e9() 
gimp-2.6.exe!00419548() 
libgdk-win32-2.0-0.dll!6c351360()   
libgobject-2.0-0.dll!63a43955() 
libgdk-win32-2.0-0.dll!6c3519cf()   
libgobject-2.0-0.dll!63a57ea5() 
user32.dll!76388e7d()   
user32.dll!76388eaf()   
libgobject-2.0-0.dll!63a47514() 
libgobject-2.0-0.dll!63a647ea() 
libgobject-2.0-0.dll!63a58c11() 
user32.dll!7639041f()   
libgdk-win32-2.0-0.dll!6c370c87()   
user32.dll!76390454()   
user32.dll!7639041f()   
user32.dll!7639041f()   
libgdk-win32-2.0-0.dll!6c370c87()   
libgobject-2.0-0.dll!63a4771b() 
libgobject-2.0-0.dll!63a58e96() 
gimp-2.6.exe!00565164() 
gimp-2.6.exe!005650cc() 
libgobject-2.0-0.dll!63a43955() 
libgobject-2.0-0.dll!63a578a2() 
libgobject-2.0-0.dll!63a47514() 
libgobject-2.0-0.dll!63a647ea() 
libgobject-2.0-0.dll!63a58c11() 
libgobject-2.0-0.dll!63a4771b() 
libgobject-2.0-0.dll!63a4771b() 
libgobject-2.0-0.dll!63a58e96() 
libgobject-2.0-0.dll!63a58e96() 
libgtk-win32-2.0-0.dll!6178ce54()   
libgtk-win32-2.0-0.dll!6187acba()   
libgobject-2.0-0.dll!63a43955() 
libgobject-2.0-0.dll!63a578a2() 
libgobject-2.0-0.dll!63a47514() 
libgobject-2.0-0.dll!63a647ea() 
libgobject-2.0-0.dll!63a58c11() 
user32.dll!7638fe61()   
user32.dll!76389d6a()   
user32.dll!76389d75()   
user32.dll!7638fe61()   
user32.dll!76389d75()   
user32.dll!76389f8d()   
user32.dll!76389f9d()   
ntdll.dll!77355dae()
user32.dll!7638a2c3()   
user32.dll!7638a2d6()   
user32.dll!76390108()   
libgobject-2.0-0.dll!63a58e96() 
libgtk-win32-2.0-0.dll!6198d7bb()   
libglib-2.0-0.dll!68601e22()
libgtk-win32-2.0-0.dll!6187e7cc()   
libgtk-win32-2.0-0.dll!6187c677()   
libgtk-win32-2.0-0.dll!6187eb6a()   
libgtk-win32-2.0-0.dll!61866c3d()   
libgobject-2.0-0.dll!63a42012() 
libgtk-win32-2.0-0.dll!618689d2()   
libgobject-2.0-0.dll!63a43955() 
libgobject-2.0-0.dll!63a57ad6() 
libgobject-2.0-0.dll!63a47514() 
libgobject-2.0-0.dll!63a647ea() 
libgobject-2.0-0.dll!63a5898b() 
ntdll.dll!773566ea()
libgobject-2.0-0.dll!63a58e96() 
libgtk-win32-2.0-0.dll!6198d944()   
libgtk-win32-2.0-0.dll!61865a21()   
libgtk-win32-2.0-0.dll!61992200()   
libgtk-win32-2.0-0.dll!61866e81()   
libglib-2.0-0.dll!685e4e29()
libgdk-win32-2.0-0.dll!6c374c9e()   
libgthread-2.0-0.dll!65c41273() 
libglib-2.0-0.dll!685e6f67()
libgthread-2.0-0.dll!65c41273() 
libglib-2.0-0.dll!685e8633()
libglib-2.0-0.dll!685e88da()

Re: [Gimp-user] GEGL crashes Gimp 2.6.6 on XP

2009-07-23 Thread Martin Nordholts
With some help from Jernej I have now been able too look into this 
problem. It would be of great help if people with crashes when doing:

  1. Start GIMP
  2. Create new default image
  3. Tools - GEGL Operation...

could try to move

  C:\Program Files (x86)\GIMP-2.0\lib\gegl-0.0\load-buffer.dll

into a temporary dir, just so that GEGL does not pick up load-buffer.dll 
when starting.

On my tests on Vista SP2, removing this GEGL operation from the 
operations GEGL loads gets rid of this particular crash, and I suspect 
this will get rid of this particular crash on XP systems as well.

If anyone is able to confirm that removing/moving load-buffer.dll fixes 
the above crash, please let me know and report what version of Windows 
you are using.

  Thanks,
  Martin

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] GEGL crashes Gimp 2.6.6 on XP

2009-07-15 Thread Martin Nordholts
On 07/15/2009 09:57 AM, John wrote:
 Using Gimp 2.6.6 on XP SP3 and all current updates.
 When attempting at open the GEGL dialog, Gimp crashes.
 Anything else that I try works just fine (so far).
 Is this known? Is there a work around?
 Gimp 2.6.4 did not crash.



GIMP 2.6.6 has had really bad stability on Windows and no one knows why. 
Hopefully it will disappear as quickly in 2.6.7 as it appeared in 2.6.6.

Most of the bug reports have not been about GEGL crashing though but the 
color tools, there have been a lot of duplicates of this bug:
Bug 577581 – Crashes when using any colors tool/functionBug 577581 – 
Crashes when using any colors tool/function
http://bugzilla.gnome.org/show_bug.cgi?id=577581

/ Martin


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] GEGL crashes Gimp 2.6.6 on XP

2009-07-15 Thread Michael Schumacher
 Von: Martin Nordholts ense...@gmail.com

 GIMP 2.6.6 has had really bad stability on Windows and no one knows why. 

And not everyone is affected by it.

 Hopefully it will disappear as quickly in 2.6.7 as it appeared in 2.6.6.

Please note that this does mean that - to my knowledge - no one is working to 
fix this, because no problem has been identified that could be fixed. We're 
really just hoping that this is an issue of the build rather than a bug in the 
GIMP source.


HTH,
Michael
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-25 Thread Sven Neumann
Hi,

On Thu, 2009-01-22 at 16:46 +0200, peter kostov wrote:

 Additionally I am getting these warnings on the console:
 
 (gimp:15357): GLib-GObject-WARNING **: type name
 `GimpGeglTool-gegl:box-blur-config' contains invalid characters

Looks like we forgot to backport a change from trunk to gimp-2-6 then. I
will do that now, so this should be fixed in 2.6.5.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-25 Thread peter kostov
Sven Neumann wrote:
 Hi,
 
 On Thu, 2009-01-22 at 16:46 +0200, peter kostov wrote:
 
 Additionally I am getting these warnings on the console:

 (gimp:15357): GLib-GObject-WARNING **: type name
 `GimpGeglTool-gegl:box-blur-config' contains invalid characters
 
 Looks like we forgot to backport a change from trunk to gimp-2-6 then. I
 will do that now, so this should be fixed in 2.6.5.
 
 
 Sven
 
 
 
This is great!!! I really appreciate this!

Greetings,
Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
peter kostov wrote:
 Hi :)
 
 I am having this problem - when I slect Gegl Operation the Gegl
 operation toolbox appears as normal, but when I select anything from the
 drop list with operations the sliders and check boxes for inputting
 settings are missing.
 
 I am on Gentoo with kernel 2.6.25-gentoo-r8;
 gcc version 4.1.2 (Gentoo 4.1.2 p1.1)
 GNU Image Manipulation Program version 2.6.4
 using GEGL version 0.0.22 (compiled against version 0.0.22)
 using GLib version 2.18.4 (compiled against version 2.18.4)
 using GTK+ version 2.14.5 (compiled against version 2.14.5)
 using Pango version 1.20.5 (compiled against version 1.20.5)
 using Fontconfig version 2.6.0 (compiled against version 2.6.0)
 
 
 Additionally I am getting these warnings on the console:
 
 (gimp:15357): GLib-GObject-WARNING **: type name
 `GimpGeglTool-gegl:box-blur-config' contains invalid characters
 
 (gimp:15357): GLib-GObject-CRITICAL **: g_type_add_interface_static:
 assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
 
 (gimp:15357): GLib-GObject-CRITICAL **: g_object_new: assertion
 `G_TYPE_IS_OBJECT (object_type)' failed
 
 I didn't find anything related on google so I don't know if this is a
 known problem.
 
 Any help is appreciated :)
 
 Greetings,
 Peter Kostov
 
 http://bgwebdeveloper.com
 


Anyone encountered this except me?

Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:
 peter kostov wrote:
   
 Hi :)

 I am having this problem - when I slect Gegl Operation the Gegl
 operation toolbox appears as normal, but when I select anything from the
 drop list with operations the sliders and check boxes for inputting
 settings are missing.

The tool is experimental so it might panic every once in a while.

Don't you literally get any settings widget all all, for any operation
you choose? Maybe you get them but the window does not resize it self to
allow them to be showed? (there have been problems with that)

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote:
 peter kostov wrote:
 peter kostov wrote:
   
 Hi :)

 I am having this problem - when I slect Gegl Operation the Gegl
 operation toolbox appears as normal, but when I select anything from the
 drop list with operations the sliders and check boxes for inputting
 settings are missing.
 
 The tool is experimental so it might panic every once in a while.
 
 Don't you literally get any settings widget all all, for any operation
 you choose? Maybe you get them but the window does not resize it self to
 allow them to be showed? (there have been problems with that)
 
 - Martin
 

No, they are simply not there. It is not the size of the dialog the 
problem.
Before upgrading GIMP system wide to this version, I had an installation 
in my home dir, in which this tool worked fine!

Thanks, Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:

 Before upgrading GIMP system wide to this version, I had an
 installation in my home dir, in which this tool worked fine!

 Thanks, Peter

The version installed in your home dir might conflict with the
system-wide version. Have you made sure this is not the case? If you
haven't, try remove the version in your home dir.

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote:
 peter kostov wrote:
 Before upgrading GIMP system wide to this version, I had an
 installation in my home dir, in which this tool worked fine!

 Thanks, Peter
 
 The version installed in your home dir might conflict with the
 system-wide version. Have you made sure this is not the case? If you
 haven't, try remove the version in your home dir.
 
 - Martin
 

Hi Martin,

done that already. Nothing from the previous installation in my home dir 
has left, even the .gimp-2.6 folder :)

The error messages I get are showing clearly a problem with glib, I 
think, but my knowledge is limited :(

Thanks again, Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:

 Hi Martin,

 done that already. Nothing from the previous installation in my home
 dir has left, even the .gimp-2.6 folder :)

 The error messages I get are showing clearly a problem with glib, I
 think, but my knowledge is limited :(

 Thanks again, Peter

The problem is unlikely to be in GLib, it's just that GLib is used to
output the errors.

Please install debugging symbols and run with --g-fatal-warnings and
report back with a stack trace of exactly where things are reported to
go wrong.

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote:
 peter kostov wrote:
 Hi Martin,

 done that already. Nothing from the previous installation in my home
 dir has left, even the .gimp-2.6 folder :)

 The error messages I get are showing clearly a problem with glib, I
 think, but my knowledge is limited :(

 Thanks again, Peter
 
 The problem is unlikely to be in GLib, it's just that GLib is used to
 output the errors.
 
 Please install debugging symbols and run with --g-fatal-warnings and
 report back with a stack trace of exactly where things are reported to
 go wrong.
 
 - Martin
 

Recompiled GIMP with 'debug' option. When I run

gimp --g-fatal-warnings

In the moment I select anything from the drop down list in 'Gegl 
operation' GIMP crashes with these messages and nothing more:


GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' 
contains invalid characters
aborting...
gimp: terminated: Aborted

(script-fu:1776): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error


Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:

 In the moment I select anything from the drop down list in 'Gegl
 operation' GIMP crashes with these messages and nothing more:


 Peter

Run it in a debugger, refer to http://developer.gimp.org/faq.html#id2467309

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
 Please install debugging symbols and run with --g-fatal-warnings and
 report back with a stack trace of exactly where things are reported to
 go wrong.

 - Martin

 
 Recompiled GIMP with 'debug' option. When I run
 
 gimp --g-fatal-warnings
 
 In the moment I select anything from the drop down list in 'Gegl 
 operation' GIMP crashes with these messages and nothing more:
 
 
 GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' 
 contains invalid characters
 aborting...
 gimp: terminated: Aborted
 
 (script-fu:1776): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
 
 

Or if I run GIMP so:
pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always 
--debug-handlers

GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' 
contains invalid characters
aborting...
gimp: terminated: Aborted
#0  0xb7f4c424 in __kernel_vsyscall ()
#1  0xb75d0f9b in waitpid () from /lib/libpthread.so.0
#2  0xb75ef577 in g_on_error_stack_trace () from /usr/lib/libglib-2.0.so.0
#3  0x0011 in ?? ()
#4  0x0b2ce178 in ?? ()
#5  0x0001 in ?? ()
#6  0x in ?? ()

(script-fu:1936): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error


Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:

 Or if I run GIMP so:
 pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always
 --debug-handlers

 GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config'
 contains invalid characters
 aborting...
 gimp: terminated: Aborted
 #0  0xb7f4c424 in __kernel_vsyscall ()
 #1  0xb75d0f9b in waitpid () from /lib/libpthread.so.0
 #2  0xb75ef577 in g_on_error_stack_trace () from
 /usr/lib/libglib-2.0.so.0
 #3  0x0011 in ?? ()
 #4  0x0b2ce178 in ?? ()
 #5  0x0001 in ?? ()
 #6  0x in ?? ()

 (script-fu:1936): LibGimpBase-WARNING **: script-fu: gimp_wire_read():
 error


 Peter


That was not the entire stack trace was it? Make sure you have debugging
information in the binary, i.e. make sure the -g flag is passed to gcc.

Another thing that is interesting is what your output of 'ldd gimp' is.
Does it only link against libraries you expect it to?

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote:
 peter kostov wrote:
 Or if I run GIMP so:
 pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always
 --debug-handlers

 GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config'
 contains invalid characters
 aborting...
 gimp: terminated: Aborted
 #0  0xb7f4c424 in __kernel_vsyscall ()
 #1  0xb75d0f9b in waitpid () from /lib/libpthread.so.0
 #2  0xb75ef577 in g_on_error_stack_trace () from
 /usr/lib/libglib-2.0.so.0
 #3  0x0011 in ?? ()
 #4  0x0b2ce178 in ?? ()
 #5  0x0001 in ?? ()
 #6  0x in ?? ()

 (script-fu:1936): LibGimpBase-WARNING **: script-fu: gimp_wire_read():
 error


 Peter
 
 
 That was not the entire stack trace was it? Make sure you have debugging
 information in the binary, i.e. make sure the -g flag is passed to gcc.
 
 Another thing that is interesting is what your output of 'ldd gimp' is.
 Does it only link against libraries you expect it to?
 
 - Martin
 

That was the entire stack, but now I see that I didn't do a real stack 
trace, so I will try to compile it right again :)

This is the output of ldd:

pe...@peter ~ $ ldd /usr/bin/gimp
linux-gate.so.1 =  (0xb7f99000)
libgimpwidgets-2.0.so.0 = /usr/lib/libgimpwidgets-2.0.so.0 (0xb7e6e000)
libgimpmodule-2.0.so.0 = /usr/lib/libgimpmodule-2.0.so.0 (0xb7e69000)
libgimpcolor-2.0.so.0 = /usr/lib/libgimpcolor-2.0.so.0 (0xb7e5e000)
libgimpthumb-2.0.so.0 = /usr/lib/libgimpthumb-2.0.so.0 (0xb7e55000)
libgimpmath-2.0.so.0 = /usr/lib/libgimpmath-2.0.so.0 (0xb7e4f000)
libgimpconfig-2.0.so.0 = /usr/lib/libgimpconfig-2.0.so.0 (0xb7e3f000)
libgimpbase-2.0.so.0 = /usr/lib/libgimpbase-2.0.so.0 (0xb7e2c000)
libgtk-x11-2.0.so.0 = /usr/lib/libgtk-x11-2.0.so.0 (0xb7acf000)
libgdk-x11-2.0.so.0 = /usr/lib/libgdk-x11-2.0.so.0 (0xb7a4b000)
libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0 (0xb7a31000)
libgdk_pixbuf-2.0.so.0 = /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7a19000)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 (0xb7a0e000)
libcairo.so.2 = /usr/lib/libcairo.so.2 (0xb79ae000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0xb79a9000)
librt.so.1 = /lib/librt.so.1 (0xb79a)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 (0xb7978000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0xb793d000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0xb7912000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0xb7893000)
libz.so.1 = /lib/libz.so.1 (0xb7881000)
libdbus-glib-1.so.2 = /usr/lib/libdbus-glib-1.so.2 (0xb7865000)
libdbus-1.so.3 = /usr/lib/libdbus-1.so.3 (0xb783)
libgegl-0.0.so.0 = /usr/lib/libgegl-0.0.so.0 (0xb77e9000)
libgio-2.0.so.0 = /usr/lib/libgio-2.0.so.0 (0xb778a000)
libbabl-0.0.so.0 = /usr/lib/libbabl-0.0.so.0 (0xb775c000)
libm.so.6 = /lib/libm.so.6 (0xb7736000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0xb76fb000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0xb76f6000)
libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0xb7629000)
libpthread.so.0 = /lib/libpthread.so.0 (0xb7611000)
libc.so.6 = /lib/libc.so.6 (0xb74e1000)
libX11.so.6 = /usr/lib/libX11.so.6 (0xb73f8000)
libXcomposite.so.1 = /usr/lib/libXcomposite.so.1 (0xb73f4000)
libXdamage.so.1 = /usr/lib/libXdamage.so.1 (0xb73f1000)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0xb73eb000)
libXext.so.6 = /usr/lib/libXext.so.6 (0xb73dd000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0xb73d5000)
libXi.so.6 = /usr/lib/libXi.so.6 (0xb73cc000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0xb73c6000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0xb73bb000)
libdl.so.2 = /lib/libdl.so.2 (0xb73b7000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0xb7394000)
libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0xb736a000)
/lib/ld-linux.so.2 (0xb7f9a000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0xb734a000)
libnsl.so.1 = /lib/libnsl.so.1 (0xb7332000)
libXau.so.6 = /usr/lib/libXau.so.6 (0xb732f000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0xb732a000)
pe...@peter ~ $


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
peter kostov wrote:
 Martin Nordholts wrote:
 peter kostov wrote:
 Or if I run GIMP so:
 pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always
 --debug-handlers

 GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config'
 contains invalid characters
 aborting...
 gimp: terminated: Aborted
 #0  0xb7f4c424 in __kernel_vsyscall ()
 #1  0xb75d0f9b in waitpid () from /lib/libpthread.so.0
 #2  0xb75ef577 in g_on_error_stack_trace () from
 /usr/lib/libglib-2.0.so.0
 #3  0x0011 in ?? ()
 #4  0x0b2ce178 in ?? ()
 #5  0x0001 in ?? ()
 #6  0x in ?? ()

 (script-fu:1936): LibGimpBase-WARNING **: script-fu: gimp_wire_read():
 error


 Peter

 That was not the entire stack trace was it? Make sure you have debugging
 information in the binary, i.e. make sure the -g flag is passed to gcc.


O.K. This time I did the backtrace properly, unfortunately there is 
nothing more. Below is the whole backtrace.log file from gdb:

Starting program: /usr/bin/gimp --verbose --g-fatal-warnings 
--stack-trace-mode=always --debug-handlers
[Thread debugging using libthread_db enabled]
[New Thread 0xb72e06c0 (LWP 20896)]
[New Thread 0xb71a6b90 (LWP 20900)]
[New Thread 0xb69a5b90 (LWP 20901)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb72e06c0 (LWP 20896)]
0xb7f55424 in __kernel_vsyscall ()
quit
The program is running.  Exit anyway? (y or n)

And GIMP hangs.

Any help is appreciated!

Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:
 O.K. This time I did the backtrace properly, unfortunately there is
 nothing more. Below is the whole backtrace.log file from gdb:

Please come to #gimp on irc.gnome.org as it is much more convenient to
debug these kind of problems over IRC than over a mailing list.

My nick is Enselic.

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Gegl

2005-01-29 Thread Sven Neumann
Hi,

Richard [EMAIL PROTECTED] writes:

 What about Gegl when will this happen?

If and when it will happen depends on the amount of contributions.
At the moment GEGL development is rather slow.


Sven
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GEGL

2003-08-04 Thread Ireneusz Slonina


On Sun, 3 Aug 2003, John Culleton wrote:

 Can someone define this acronym?

http://www.gegl.org


 --
 John Culleton
 Able Typesetters and Indexers
 http://wexfordpress.com
 ___
 Gimp-user mailing list
 [EMAIL PROTECTED]
 http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


--
Irek Sonina

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user