Created
February 14, 2011 17:03
-
-
Save mathk/826172 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mathk@Nani gst-objc $ sudo make install | |
Password: | |
test -z "/usr/local/lib" || ./install-sh -c -d "/usr/local/lib" | |
/bin/sh ./libtool --mode=install /usr/bin/install -c libgstobjc.la '/usr/local/lib' | |
libtool: install: /usr/bin/install -c .libs/libgstobjc.0.dylib /usr/local/lib/libgstobjc.0.dylib | |
libtool: install: (cd /usr/local/lib && { ln -s -f libgstobjc.0.dylib libgstobjc.dylib || { rm -f libgstobjc.dylib && ln -s libgstobjc.0.dylib libgstobjc.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgstobjc.lai /usr/local/lib/libgstobjc.la | |
libtool: install: /usr/bin/install -c .libs/libgstobjc.a /usr/local/lib/libgstobjc.a | |
libtool: install: chmod 644 /usr/local/lib/libgstobjc.a | |
libtool: install: ranlib /usr/local/lib/libgstobjc.a | |
make install-data-hook | |
/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