TCP package

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

TCP package

Bèrto ëd Sèra
I just recompiled smalltalk to make sure I was update and now I have
the following error when launching gst-remote:

Object: PackageLoader class error: Invalid argument TCP: package not found
SystemExceptions.PackageNotAvailable(Exception)>>signal (AnsiExcept.st:216)
SystemExceptions.PackageNotAvailable(Exception)>>signal: (AnsiExcept.st:226)
SystemExceptions.PackageNotAvailable class(SystemExceptions.NotFound
class)>>signalOn:what: (AnsiExcept.st:910)
SystemExceptions.PackageNotAvailable class>>signal: (PkgLoader.st:57)
optimized [] in PackageLoader class>>fileInPackages:
(PkgLoader.st:1617)
[] in Kernel.PackageDirectories(Kernel.PackageGroup)>>extractDependenciesFor:ifMissing:
(PkgLoader.st:159)
Kernel.PackageDirectories>>at:ifAbsent: (PkgLoader.st:230)
[] in Kernel.PackageDirectories(Kernel.PackageGroup)>>extractDependenciesFor:ifMissing:
(PkgLoader.st:159)
Array(SequenceableCollection)>>do: (SeqCollect.st:822)
Kernel.PackageDirectories(Kernel.PackageGroup)>>extractDependenciesFor:ifMissing:
(PkgLoader.st:167)
PackageLoader class>>fileInPackages: (PkgLoader.st:1616)
PackageLoader class>>fileInPackage: (PkgLoader.st:1606)
UndefinedObject>>executeStatements
(/usr/local/share/smalltalk/scripts/Remote.st:32)
gst-remote: did not understand #associationAt:ifAbsent:
Object: PackageLoader class error: Invalid argument TCP: package not
found
SystemExceptions.PackageNotAvailable(Exception)>>signal
(AnsiExcept.st:216)
SystemExceptions.PackageNotAvailable(Exception)>>signal:
(AnsiExcept.st:226)
SystemExceptions.PackageNotAvailable class(SystemExceptions.NotFound
class)>>signalOn:what: (AnsiExcept.st:910)
SystemExceptions.PackageNotAvailable class>>signal: (PkgLoader.st:57)
optimized [] in PackageLoader class>>fileInPackages:
(PkgLoader.st:1617)
[] in Kernel.PackageDirectories(Kernel.PackageGroup)>>extractDependenciesFor:ifMissing:
(PkgLoader.st:159)
Kernel.PackageDirectories>>at:ifAbsent: (PkgLoader.st:230)
[] in Kernel.PackageDirectories(Kernel.PackageGroup)>>extractDependenciesFor:ifMissing:
(PkgLoader.st:159)
Array(SequenceableCollection)>>do: (SeqCollect.st:822)
Kernel.PackageDirectories(Kernel.PackageGroup)>>extractDependenciesFor:ifMissing:
(PkgLoader.st:167)
PackageLoader class>>fileInPackages: (PkgLoader.st:1616)
PackageLoader class>>fileInPackage: (PkgLoader.st:1606)
UndefinedObject>>executeStatements
(/usr/local/share/smalltalk/scripts/Remote.st:32)
gst-remote: did not understand #associationAt:ifAbsent:

I cannot seem to find any trace of a TCP package anywhere in the
current source, so the error is perfectly understandable. Funnily
enough, this happens on some machines, but not on others, so I guess
it is a branch in the code that doesn't always get executed.

Berto

--
==============================
Constitution du 24 juin 1793 - Article 35. - Quand le gouvernement
viole les droits du peuple, l'insurrection est, pour le peuple et pour
chaque portion du peuple, le plus sacré des droits et le plus
indispensable des devoirs.


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

Re: TCP package

Paolo Bonzini-2

> I cannot seem to find any trace of a TCP package anywhere in the
> current source, so the error is perfectly understandable. Funnily
> enough, this happens on some machines, but not on others, so I guess
> it is a branch in the code that doesn't always get executed.

No, Sockets == TCP (see packages.xml -- with the `s'!).  The error
occurs or not depending on what is your image path, and is caused by an
inadvertent commit of a change to scripts/Remote.st that I needed to
reproduce Nicolas' failure.

Pushed now.


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