FileSegment relocateFrom: 'usr/share/smalltalk/kernel' to: '/usr/share/smalltalk/kernel/'!

does not fix it this time.
i think it's a problem with --prefix on ./configure again.

You should use

  FileSegment relocateFrom: '/home/manveru/pkgbuilds/smalltalk/pkg/'
     to: '/'!

to fix it, if anything. But just to understand, you should be configuring with

  ./configure --prefix=/usr

and installing with

  make install DESTDIR=$HOME/pkgbuilds/smalltalk/pkg

This bug might actually be the result of a fix. :-)

this is no surprise though, since it wasn't fixed since 2.2e
i tried to find the reason for the segfault and ran it with strace again:

You should try with gdb instead:

  gdb gst crashgst.st
  handle SIGSEGV noprint
  b abort
  run
  bt

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to