Travis Griggs-4 wrote: > > Thought I'd take a fresh run at this. > > 1) Got a fresh kubuntu install (not just for this, but I wanted to try the > new KDE out) > 2) Installed a number of packages as prescribed by > http://smalltalk.gnu.org/blog/zuluuuuuu/installing-gnu-smalltalk-ubuntu-10-10. > I had to add install gawk as well for the next step to work. > 3) Downloaded GST 3.2.4 and did the configure/make/make install (sudo on > the last step of course) > 4) Played around with VisualGST to verify things were working to some > degree > 5) Did gst-package --download grease -t ~/.st > > Got a stack trace that looked like the following at the top: > > travis@ubuntu:~/smalltalk-3.2.4$ gst-package --download grease -t ~/.st > Object: nil error: Invalid value nil: object not indexable > > SystemExceptions.NotIndexable(Exception)>>pass (ExcHandling.st:385) > > optimized [] in UndefinedObject>>executeStatements > (/usr/local/share/smalltalk/scripts/Package.st:1195) > SystemExceptions.NotIndexable(Exception)>>activateHandler: > (ExcHandling.st:516) > SystemExceptions.NotIndexable(Exception)>>signal (ExcHandling.st:254) > > SystemExceptions.NotIndexable class(SystemExceptions.InvalidValue > class)>>signalOn: (SysExcept.st:409) > UndefinedObject(Object)>>checkIndexableBounds: (Object.st:792) > UndefinedObject(Object)>>at: (Object.st:858) > > File class(FilePath class)>>isAbsolute: (FilePath.st:171) > > File class(FilePath class)>>fullNameFor: (FilePath.st:187) > > File class>>name: (File.st:112) > > PackageFiles>>addURL: (/usr/local/share/smalltalk/scripts/Package.st:322) > > PkgInstall(PackageCommand)>>addFile: > (/usr/local/share/smalltalk/scripts/Package.st:591) > optimized [] in PackageCommand>>runOnAll: > (/usr/local/share/smalltalk/scripts/Package.st:602) > OrderedCollection>>do: (OrderColl.st:68) > > Any help hugely appreciated. Do I *need* grease to do the Iliad thing? > > -- > Travis Griggs > Objologist > "An idea, like a ghost, must be spoken to a little before it will explain > itself." - Charles Dickens > > > _______________________________________________ > help-smalltalk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-smalltalk >
Hello, As Thomas said you need to install libgnutls-dev as well. I learned this after writing that blog post so I updated it now. Added libgnutls, libgnutls-dev, git, and gawk. Thanks! ----- Canol Gökel -- View this message in context: http://forum.world.st/Still-problems-to-trying-install-grease-tp3434265p3434362.html Sent from the Gnu mailing list archive at Nabble.com. _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
