[BUG] ./configure --prefix

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[BUG] ./configure --prefix

Michael Fellinger-3
Hello List,

i've found another bug in the configure-script (or somewhere in the depths
behind it)

i compiled using
./configure --prefix=/usr
and found that in gst this results in following behaviour:

st> String sourceCodeAt: #asString!
Object: FileStream error: could not open usr/share/smalltalk/kernel/String.st

a guy from freenode ##smalltalk with the nick S11001001 eventually solved it
with:

st> FileSegment relocateFrom: 'usr/share/smalltalk/kernel'
to: '/usr/share/smalltalk/kernel'!
"Scavenging... 85% reclaimed, done"
"Scavenging... 71% reclaimed, done"
FileSegment

st> String sourceCodeAt: #asString!
'asString
    "But I already am a String!  Really!"
    ^self
'

hope we can fix that :)

MfG
Michael 'manveru' Fellinger


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [BUG] ./configure --prefix

Michael Fellinger-3
On Wednesday 06 September 2006 20:32, Paolo Bonzini wrote:
> > st> String sourceCodeAt: #asString!
> > Object: FileStream error: could not open
> > usr/share/smalltalk/kernel/String.st
> >
> > a guy from freenode ##smalltalk with the nick S11001001 eventually solved
> > it with:
>
> The guy is smart.   Thanks for the bug reports!  I'm working on it.

thanks

>
> Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [BUG] ./configure --prefix

Michael Fellinger-3
On Wednesday 06 September 2006 20:50, Paolo Bonzini wrote:

> Michael Fellinger wrote:
> > On Wednesday 06 September 2006 20:32, Paolo Bonzini wrote:
> >>> st> String sourceCodeAt: #asString!
> >>> Object: FileStream error: could not open
> >>> usr/share/smalltalk/kernel/String.st
> >>>
> >>> a guy from freenode ##smalltalk with the nick S11001001 eventually
> >>> solved it with:
> >>
> >> The guy is smart.   Thanks for the bug reports!  I'm working on it.
>
> I cannot reproduce the bug (obviously...) but can you try this patch?
> You will have to redo "make install".

That fixed it :)
thanks a lot

>
> Paolo


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