[squeak-dev] Install error with latest LPF

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

[squeak-dev] Install error with latest LPF

K. K. Subramaniam
Hi,

I got a DNU for ChangeSet>>removeChangeSet with etoys 4.0 image+LPF while
attempting to install OSProcess:
   SARInstaller installSAR: 'OSProcessV4-3-6.sar'

removeChangeSet is defined for ChangeSorter but not for ChangeSet.  LPF.st
changed the class name in SARInstaller triggering this error.

Am I using the wrong LPF (ftp.squeak.org/3.11/bob/LPF.st)?

Thanks in advance .. Subbu

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Install error with latest LPF

keith1y
K. K. Subramaniam wrote:

> Hi,
>
> I got a DNU for ChangeSet>>removeChangeSet with etoys 4.0 image+LPF while
> attempting to install OSProcess:
>    SARInstaller installSAR: 'OSProcessV4-3-6.sar'
>
> removeChangeSet is defined for ChangeSorter but not for ChangeSet.  LPF.st
> changed the class name in SARInstaller triggering this error.
>
> Am I using the wrong LPF (ftp.squeak.org/3.11/bob/LPF.st)?
>
> Thanks in advance .. Subbu
>
>  
Not the wrong LPF,just an issue we were not aware of, thanks for reporting.

Keith



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Install error with latest LPF

K. K. Subramaniam
On Sunday 14 June 2009 03:58:12 am Keith Hodges wrote:

> > I got a DNU for ChangeSet>>removeChangeSet with etoys 4.0 image+LPF while
> > attempting to install OSProcess:
> >    SARInstaller installSAR: 'OSProcessV4-3-6.sar'
> >
> > removeChangeSet is defined for ChangeSorter but not for ChangeSet.
> >  LPF.st changed the class name in SARInstaller triggering this error.
> >
> > Am I using the wrong LPF (ftp.squeak.org/3.11/bob/LPF.st)?
> >
> > Thanks in advance .. Subbu
> >
> >  
>
> Not the wrong LPF,just an issue we were not aware of, thanks for reporting.
I had to revert SARInstaller>>fileInMonticelloZipVersionNamed and >>fileIn to
install OSProcess successfully.

FYI .. Subbu