Skip to content

Instantly share code, notes, and snippets.

@mathk
Created May 5, 2011 06:16
Show Gist options
  • Save mathk/956622 to your computer and use it in GitHub Desktop.
Save mathk/956622 to your computer and use it in GitHub Desktop.
/usr/local/bin/gst-package --srcdir . --target-directory='' --destdir="" Objc.star
Object: '' error: Invalid index 1: index out of range
SystemExceptions.IndexOutOfRange(Exception)>>pass (ExcHandling.st:385)
optimized [] in UndefinedObject>>executeStatements (/usr/local/share/smalltalk/scripts/Package.st:1195)
SystemExceptions.IndexOutOfRange(Exception)>>activateHandler: (ExcHandling.st:516)
SystemExceptions.IndexOutOfRange(Exception)>>signal (ExcHandling.st:254)
SystemExceptions.IndexOutOfRange class>>signalOn:withIndex: (SysExcept.st:658)
String(Object)>>checkIndexableBounds: (Object.st:798)
String>>at: (String.st:312)
File class(FilePath class)>>isAbsolute: (FilePath.st:171)
File>>isAbsolute (File.st:482)
PkgInstall(Command)>>validateDestDir:installDir: (/usr/local/share/smalltalk/scripts/Package.st:501)
PkgInstall(Command)>>prolog (/usr/local/share/smalltalk/scripts/Package.st:513)
[] in PkgInstall(Command)>>executeOnAll: (/usr/local/share/smalltalk/scripts/Package.st:526)
BlockClosure>>ensure: (BlkClosure.st:269)
ProcessVariable>>use:during: (ProcEnv.st:74)
CurrentCommand class(DynamicVariable class)>>use:during: (DynVariable.st:55)
PkgInstall(Command)>>executeOnAll: (/usr/local/share/smalltalk/scripts/Package.st:523)
PackageManager>>run (/usr/local/share/smalltalk/scripts/Package.st:1182)
optimized [] in UndefinedObject>>executeStatements (/usr/local/share/smalltalk/scripts/Package.st:1189)
BlockClosure>>on:do: (BlkClosure.st:193)
UndefinedObject>>executeStatements (/usr/local/share/smalltalk/scripts/Package.st:1191)
gst-package: Invalid index 1: index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment