What am I doing wrong? I do a cvs update, run autogen.sh,
compile the gimp, install it, run it => no plug-ins.

I nuke my .gimp-1.1, start gimp, click on contiue until the installer
installs my .gimp-1.1 dir, and get this:

cerebro:~/src/Gimp# gimp
gimp: fatal error: Segmentation fault
gimp (pid:22963): [E]xit, [H]alt, show [S]tack trace or [P]roceed: s
#0  0x401484fa in g_on_error_stack_trace (
#1  0x40159eac in __DTOR_END__ ()
#2  0x43524900 in ?? ()

Started under gdb:

Program received signal SIGSEGV, Segmentation fault.
0x40076757 in gtk_entry_set_text (entry=0x0, text=0x0) at gtkentry.c:405
405       gtk_editable_insert_text (editable, text, strlen (text), &tmp_pos);

An strace -fefile using my old .gimp-1.1 shows this:

open("/root/.gimp-1.1/parasiterc", O_RDONLY) = 6
open("/root/.gimp-1.1/pluginrc", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/.gimp-1.1/modulerc", O_RDONLY) = -1 ENOENT (No such file or directory)
lstat("/root/.gimp-1.1/menurc", {st_mode=S_IFREG|0600, st_size=15179, ...}) = 0
open("/root/.gimp-1.1/menurc", O_RDONLY) = 6
open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
open("/tmp", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 6
open("/root/.gimp-1.1/sessionrc", O_RDONLY) = 6
open("/root/.gimp-1.1/ideas", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/.gimp-1.1/devicerc", O_RDONLY) = 6

i.e. no sign of trying to find brushes, plugins or anything else.

The only thing I updated recently was gtk+-1.2 (but it worked some time
after that) and libtool.

I have no idea what I did wrong...

-- 
      -----==-                                             |
      ----==-- _                                           |
      ---==---(_)__  __ ____  __       Marc Lehmann      +--
      --==---/ / _ \/ // /\ \/ /       [EMAIL PROTECTED] |e|
      -=====/_/_//_/\_,_/ /_/\_\       XX11-RIPE         --+
    The choice of a GNU generation                       |
                                                         |

Reply via email to