Summary: | dev-lang/gnu-smalltalk-2.2 installs scripts pointing into /var/tmp/portage | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Leverton <levertond> |
Component: | [OLD] Development | Assignee: | Luis Araujo (RETIRED) <araujo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mkennedy |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
David Leverton
2006-10-06 12:52:49 UTC
I just fixed these path problems. Now gst-{load, reload, sunit} are pointing to the default installation location (/usr/bin). They should work fine now. The problem with the kernel image was that we are generating a default image during the installation; this isn't _really_ necessary at all, but it makes it easier for the user to start playing with the program. When you create an image, the program builts-in the path of the current working directory where you are building it, so that's why it was getting the temporary installation path; i have also changed this behaviour and now the image is built from /usr/share/smalltalk ; but as i said, you always can create your own image (which is the most recommended for development). Thanks for reporting this bug. Regards, |