help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] GNU Smalltalk 2.3 released


From: Michael Fellinger
Subject: Re: [Help-smalltalk] GNU Smalltalk 2.3 released
Date: Wed, 6 Dec 2006 17:40:08 +0900
User-agent: KMail/1.9.5

On Wednesday 06 December 2006 17:17, Paolo Bonzini wrote:
> > 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. :-)

OK, thank you very much, the order indeed mattered ;)
sorry, i'm still very new to this whole packaging-stuff and linux, so i might 
need a slight push now and then...

now let's investigate the other issue, will mail about it soon.

>
> > 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

-- 
Weez International Limited

East Roppongi Bldg 5F, 509
3-16-35 Roppongi, Minato-ku Tokyo #106-0032
Tel: 81-(0)3-3505-3881 Fax: 81-(0)3-3505-3883
E-mail: address@hidden
Website: http://weez-int.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]