Hi there,
I've just now run into the following stefan@g128 gst % gst-package --version gst-package - GNU Smalltalk version 3.2.3 stefan@g128 gst % gst-package --download iliad -t ~/.st mkdir /home/stefan/.st/cache/git__github.com__%2FNicolasPetton%2Filiad.git cd /home/stefan/.st/cache/git__github.com__%2FNicolasPetton%2Filiad.git && git clone --depth 1 git://github.com/NicolasPetton/iliad.git . Cloning into .... remote: Counting objects: 1892, done. remote: Compressing objects: 100% (866/866), done. remote: Total 1892 (delta 1405), reused 1378 (delta 1003) Receiving objects: 100% (1892/1892), 1.43 MiB | 811 KiB/s, done. Resolving deltas: 100% (1405/1405), done. Object: Package new "<0x7fc0a7616d40>" error: Invalid argument Iliad-Core: 'Public/stylesheets/jquery.autocomplete.css' does not exist in (<File /home/stefan/.st/cache/git__github.com__%2FNicolasPetton%2Filiad.git/Core> ) There is one such file to be found somewhere else though: stefan@g128 git__github.com__%2FNicolasPetton%2Filiad.git % find . -name \*css ./Core/Public/stylesheets/iliad.css ./More/Formula/Public/stylesheets/jquery.autocomplete.css ./More/UI/Public/stylesheets/iliad-ui.css ./More/UI/Public/stylesheets/lightbox.css ./doc/style.css Later, s. |
Hi Stefan,
Sorry for the late answer. It seems there is a problem with the packages and static files of Iliad here. I'll fix the package.st Nico Le samedi 22 janvier 2011 à 14:02 +0100, Stefan Schmiedl a écrit : > Hi there, > > I've just now run into the following > > stefan@g128 gst % gst-package --version > gst-package - GNU Smalltalk version 3.2.3 > > stefan@g128 gst % gst-package --download iliad -t ~/.st > mkdir /home/stefan/.st/cache/git__github.com__%2FNicolasPetton%2Filiad.git > cd /home/stefan/.st/cache/git__github.com__%2FNicolasPetton%2Filiad.git && git clone --depth 1 git://github.com/NicolasPetton/iliad.git . > Cloning into .... > remote: Counting objects: 1892, done. > remote: Compressing objects: 100% (866/866), done. > remote: Total 1892 (delta 1405), reused 1378 (delta 1003) > Receiving objects: 100% (1892/1892), 1.43 MiB | 811 KiB/s, done. > Resolving deltas: 100% (1405/1405), done. > Object: Package new "<0x7fc0a7616d40>" error: Invalid argument Iliad-Core: 'Public/stylesheets/jquery.autocomplete.css' does not exist in (<File /home/stefan/.st/cache/git__github.com__%2FNicolasPetton%2Filiad.git/Core> ) > > There is one such file to be found somewhere else though: > > stefan@g128 git__github.com__%2FNicolasPetton%2Filiad.git % find . -name \*css > ./Core/Public/stylesheets/iliad.css > ./More/Formula/Public/stylesheets/jquery.autocomplete.css > ./More/UI/Public/stylesheets/iliad-ui.css > ./More/UI/Public/stylesheets/lightbox.css > ./doc/style.css > > Later, > s. |
In the meantime, here's a quick fix that works for me:
cd ~/.st/cache/git__github.com__%2FNicolasPetton%2Filiad.git ./scripts/make_packages -f Cheers, Nico Le lundi 24 janvier 2011 à 21:46 +0100, Nicolas Petton a écrit : > Hi Stefan, > > Sorry for the late answer. It seems there is a problem with the packages > and static files of Iliad here. I'll fix the package.st > > Nico > > Le samedi 22 janvier 2011 à 14:02 +0100, Stefan Schmiedl a écrit : > > Hi there, > > > > I've just now run into the following > > > > stefan@g128 gst % gst-package --version > > gst-package - GNU Smalltalk version 3.2.3 > > > > stefan@g128 gst % gst-package --download iliad -t ~/.st > > mkdir /home/stefan/.st/cache/git__github.com__%2FNicolasPetton%2Filiad.git > > cd /home/stefan/.st/cache/git__github.com__%2FNicolasPetton%2Filiad.git && git clone --depth 1 git://github.com/NicolasPetton/iliad.git . > > Cloning into .... > > remote: Counting objects: 1892, done. > > remote: Compressing objects: 100% (866/866), done. > > remote: Total 1892 (delta 1405), reused 1378 (delta 1003) > > Receiving objects: 100% (1892/1892), 1.43 MiB | 811 KiB/s, done. > > Resolving deltas: 100% (1405/1405), done. > > Object: Package new "<0x7fc0a7616d40>" error: Invalid argument Iliad-Core: 'Public/stylesheets/jquery.autocomplete.css' does not exist in (<File /home/stefan/.st/cache/git__github.com__%2FNicolasPetton%2Filiad.git/Core> ) > > > > There is one such file to be found somewhere else though: > > > > stefan@g128 git__github.com__%2FNicolasPetton%2Filiad.git % find . -name \*css > > ./Core/Public/stylesheets/iliad.css > > ./More/Formula/Public/stylesheets/jquery.autocomplete.css > > ./More/UI/Public/stylesheets/iliad-ui.css > > ./More/UI/Public/stylesheets/lightbox.css > > ./doc/style.css > > > > Later, > > s. > > |
Free forum by Nabble | Edit this page |