Hi, I managed to get rake to finnish. don ask me how. I tried renaming the files rake abborted with, but that gave other errors.. imploded rvm and deleted the shoes directory a few times...And changed the order in which i downloaded, installed and tinkered with the linked files. dleting them and linking them in random order.. At some point when changing to de shoes directoru rvm complainead about having to install a gemspec 'shoes' file which i did.. the deleted the shoes directory once more and cloned it back from git. Then rake finnished without errors. jay.. So now when i try. ~/shoes/dist/shoes I get a can convert nil into string error......... When i try shoes-bin i get a shared library error. Any idea how i can overcome this next obstacle? I am beginning te remeber why I left linux a few years ago... Eelco
Hey Eelco Can you send me a complete trace of the error ? Also can you possibly list the steps for installation ? On Tue, Oct 4, 2011 at 12:36 PM, Eelco ten Have <catsquotl@gmail.com> wrote: > Hi, > > I managed to get rake to finnish. don ask me how. > I tried renaming the files rake abborted with, but that gave other > errors.. > imploded rvm and deleted the shoes directory a few times...And changed > the order in which i downloaded, installed and tinkered with the linked > files. dleting them and linking them in random order.. > > At some point when changing to de shoes directoru rvm complainead about > having to install a gemspec 'shoes' file which i did.. the deleted the > shoes directory once more and cloned it back from git. > > Then rake finnished without errors. jay.. > So now when i try. ~/shoes/dist/shoes > I get a can convert nil into string error......... > > When i try shoes-bin i get a shared library error. > Any idea how i can overcome this next obstacle? > > I am beginning te remeber why I left linux a few years ago... > > Eelco > > -- Best Regards Saurabh *"If you ever wonder how to make a difference, just touch one life" ~Touching Lives~ **http://www.youtube.com/watch?v=_RrNwghfgUU*
Hi everybody, Hi woke up to steve's message about shoes on linux this morning. SO I started looking to get some sort of stable version of shoes from the github page. I found the download for shoes3.run.sh This works out of the box on Ubuntu 11.04. Should the option of downloading sort of a stable release not be more imminent on the website maybe? I know i wouldn't have minded if this was the way shoes came to linux as the default with the option to get the development install if you wanted to... Eelco
> Should the option of downloading sort of a stable release not be more > imminent on the website maybe? Two things: #1, I'm not sure how to make it more obvious. From the downloads page: > Linux is only supported via source. Please follow the Shoes build instructions for > Linux to build your own copy. We hope to make .deb and .rpms someday. > > You can also try the Shoes 3 novideo build. This may or may not work. Secondly, we don't point to just a download because like it says, it's not supported.
Woops my bad for not reading thoroughly enough. I was not aware that the run script was the same as the no video build... I found it browsing the down-loadable files on the website. I was thinking of adding a few lines at the bottom of the linux install guide. That in case of build problems an option may be to download this one... That said I had no idea this script did not work on some systems.. Being a programming noob I can't begin to understand the difficulties that come from trying to maintain workable copies for all the different flavors of Linux, their various installers and user modifications.. still wouldn't it be dreamy to have a down-loadable script that provides a full working shoes environment for us wanna be and beginner programmers? With tons of gratitude for all the hard work y'all are doing Eelco Op woensdag 05-10-2011 om 08:44 uur [tijdzone -0400], schreef Steve Klabnik: > > Should the option of downloading sort of a stable release not be more > > imminent on the website maybe? > > Two things: #1, I'm not sure how to make it more obvious. From the > downloads page: > > > > Linux is only supported via source. Please follow the Shoes build instructions for > > Linux to build your own copy. We hope to make .deb and .rpms someday. > > > > You can also try the Shoes 3 novideo build. This may or may not work. > > Secondly, we don't point to just a download because like it says, it's > not supported.
> still wouldn't it be dreamy to have a down-loadable script that provides > a full working shoes environment for us wanna be and beginner > programmers? http://hackety-hack.com ;)
Op woensdag 05-10-2011 om 12:59 uur [tijdzone -0400], schreef Steve Klabnik: > > > still wouldn't it be dreamy to have a down-loadable script that > provides > > a full working shoes environment for us wanna be and beginner > > programmers? > > http://hackety-hack.com ;) > ./hacketyhack: regel 22: /tmp/selfgz10312/hacketyhack-bin: kan een binair bestand niet uitvoeren Which means as much as ./hacketyhack: line 22: /tmp/selfgz10312/hacketyhack-bin: cannot excecute binairy file..... So stil dreaming............ Eelco ;p
wtf the link below redirects to http://lewske.sportsontheweb.net/ and there is a link to a pdf on that page, perhaps a dodgy virus bearing pdf....? mark On Wed, Oct 5, 2011 at 6:05 AM, Eelco ten Have <catsquotl@gmail.com> wrote: > Hi everybody, > > Hi woke up to steve's message about shoes on linux this morning. > SO I started looking to get some sort of stable version of shoes from > the github page. > > I found the download for shoes3.run.sh > This works out of the box on Ubuntu 11.04. > > Should the option of downloading sort of a stable release not be more > imminent on the website maybe? I know i wouldn't have minded if this was > the way shoes came to linux as the default with the option to get the > development install if you wanted to... > > Eelco > >
http://github.com/downloads/shoes/shoes/shoes3.run.sh This is the correct link mark @eelco i was able to replicate the issue, it seems some paths are changed and the shared object file is passing a nil instead. I will work on it and keep updating the issue at github https://github.com/shoes/shoes/issues/147 On Wed, Oct 5, 2011 at 10:42 AM, Mark van Harmelen <mark@cs.man.ac.uk>wrote: > wtf the link below redirects to http://lewske.sportsontheweb.net/ and > there is a link to a pdf on that page, perhaps a dodgy virus bearing > pdf....? > > mark > > > On Wed, Oct 5, 2011 at 6:05 AM, Eelco ten Have <catsquotl@gmail.com>wrote: > >> Hi everybody, >> >> Hi woke up to steve's message about shoes on linux this morning. >> SO I started looking to get some sort of stable version of shoes from >> the github page. >> >> I found the download for shoes3.run.sh >> This works out of the box on Ubuntu 11.04. >> >> Should the option of downloading sort of a stable release not be more >> imminent on the website maybe? I know i wouldn't have minded if this was >> the way shoes came to linux as the default with the option to get the >> development install if you wanted to... >> >> Eelco >> >> > -- Best Regards Saurabh *"If you ever wonder how to make a difference, just touch one life" ~Touching Lives~ **http://www.youtube.com/watch?v=_RrNwghfgUU*
> @eelco i was able to replicate the issue, it seems some paths are changed > and the shared object file is passing a nil instead. Ah, interesting. If you get it building, would you mind sending me a pull request? I'd love to have it not broken for everyone.
I upgraded to Ubuntu 11.04 last night, and yes the shoes build is broken. For me, it can't find /usr/lib/libjpeg.so - I suspect an Ubuntu error in the upgrade script but I'll have research it more thoroughly On Wed, 2011-10-05 at 08:46 -0400, Steve Klabnik wrote: > > @eelco i was able to replicate the issue, it seems some paths are changed > > and the shared object file is passing a nil instead. > > Ah, interesting. If you get it building, would you mind sending me a > pull request? I'd love to have it not broken for everyone.
Ugh. Thanks Cecil. I need to get our CI actually running an app, not just building. On Oct 5, 2011 1:31 PM, "Cecil Coupe" <ccoupe@cableone.net> wrote: > I upgraded to Ubuntu 11.04 last night, and yes the shoes build is > broken. For me, it can't find /usr/lib/libjpeg.so - I suspect an Ubuntu > error in the upgrade script but I'll have research it more thoroughly > > On Wed, 2011-10-05 at 08:46 -0400, Steve Klabnik wrote: >> > @eelco i was able to replicate the issue, it seems some paths are changed >> > and the shared object file is passing a nil instead. >> >> Ah, interesting. If you get it building, would you mind sending me a >> pull request? I'd love to have it not broken for everyone. > >
travis ? On Wed, Oct 5, 2011 at 11:28 PM, Steve Klabnik <steve@steveklabnik.com>wrote: > Ugh. Thanks Cecil. I need to get our CI actually running an app, not just > building. > On Oct 5, 2011 1:31 PM, "Cecil Coupe" <ccoupe@cableone.net> wrote: > > I upgraded to Ubuntu 11.04 last night, and yes the shoes build is > > broken. For me, it can't find /usr/lib/libjpeg.so - I suspect an Ubuntu > > error in the upgrade script but I'll have research it more thoroughly > > > > On Wed, 2011-10-05 at 08:46 -0400, Steve Klabnik wrote: > >> > @eelco i was able to replicate the issue, it seems some paths are > changed > >> > and the shared object file is passing a nil instead. > >> > >> Ah, interesting. If you get it building, would you mind sending me a > >> pull request? I'd love to have it not broken for everyone. > > > > > -- Best Regards Saurabh *"If you ever wonder how to make a difference, just touch one life" ~Touching Lives~ **http://www.youtube.com/watch?v=_RrNwghfgUU*
Yep!
@cecil libjpeg does work with this symlink , on 11.04 sudo ln -s /usr/lib/i386-linux-gnu/libjpeg.so /usr/lib/libjpeg.so On Wed, Oct 5, 2011 at 11:01 PM, Cecil Coupe <ccoupe@cableone.net> wrote: > I upgraded to Ubuntu 11.04 last night, and yes the shoes build is > broken. For me, it can't find /usr/lib/libjpeg.so - I suspect an Ubuntu > error in the upgrade script but I'll have research it more thoroughly > > On Wed, 2011-10-05 at 08:46 -0400, Steve Klabnik wrote: > > > @eelco i was able to replicate the issue, it seems some paths are > changed > > > and the shared object file is passing a nil instead. > > > > Ah, interesting. If you get it building, would you mind sending me a > > pull request? I'd love to have it not broken for everyone. > > > -- Best Regards Saurabh *"If you ever wonder how to make a difference, just touch one life" ~Touching Lives~ **http://www.youtube.com/watch?v=_RrNwghfgUU*
I just committed a patch and requested a pull for the Ubuntu 11.04 libjpeg.so (and libsqlite3.so). See https://github.com/ccoupe/shoes/commit/10acf6dbeb5306adeb20dd4b58b268c599eac9ab OK, it's more like a hack but you can see what needs to be done. --Cecil
While that would probably work, it should be /usr/lib/x86_64-linux-gnu for my system. The symlink workaround is not one I want to make in my system libraries. The rake file needs to pick the right lib to copy. Ubuntu's change of lib locations for 32 and 64 bit libraries needs to be accommodated by the rakefile On Wed, 2011-10-05 at 23:03 +0530, Saurabh Bhatia wrote: > @cecil > > libjpeg does work with this symlink , on 11.04 > > sudo ln -s /usr/lib/i386-linux-gnu/libjpeg.so /usr/lib/libjpeg.so > >
will do that for sure, will work on this tonite On Wed, Oct 5, 2011 at 6:16 PM, Steve Klabnik <steve@steveklabnik.com>wrote: > > @eelco i was able to replicate the issue, it seems some paths are changed > > and the shared object file is passing a nil instead. > > Ah, interesting. If you get it building, would you mind sending me a > pull request? I'd love to have it not broken for everyone. > -- Best Regards Saurabh *"If you ever wonder how to make a difference, just touch one life" ~Touching Lives~ **http://www.youtube.com/watch?v=_RrNwghfgUU*
I am sorry. I did not provide a link to the .sh file. Maybe I should have.. It seems shoes3(dot)run(dot)sh gets you to the website you saw mike. Op 5 okt. 2011 07:33 schreef "Saurabh Bhatia" <saurabh.a.bhatia@gmail.com> het volgende: > http://github.com/downloads/shoes/shoes/shoes3.run.sh > > This is the correct link mark > > @eelco i was able to replicate the issue, it seems some paths are changed > and the shared object file is passing a nil instead. > > I will work on it and keep updating the issue at github > https://github.com/shoes/shoes/issues/147 > > On Wed, Oct 5, 2011 at 10:42 AM, Mark van Harmelen <mark@cs.man.ac.uk >wrote: > >> wtf the link below redirects to http://lewske.sportsontheweb.net/ and >> there is a link to a pdf on that page, perhaps a dodgy virus bearing >> pdf....? >> >> mark >> >> >> On Wed, Oct 5, 2011 at 6:05 AM, Eelco ten Have <catsquotl@gmail.com >wrote: >> >>> Hi everybody, >>> >>> Hi woke up to steve's message about shoes on linux this morning. >>> SO I started looking to get some sort of stable version of shoes from >>> the github page. >>> >>> I found the download for shoes3.run.sh >>> This works out of the box on Ubuntu 11.04. >>> >>> Should the option of downloading sort of a stable release not be more >>> imminent on the website maybe? I know i wouldn't have minded if this was >>> the way shoes came to linux as the default with the option to get the >>> development install if you wanted to... >>> >>> Eelco >>> >>> >> > > > -- > Best Regards > > Saurabh > > *"If you ever wonder how to make a difference, just touch one life" > ~Touching Lives~ **http://www.youtube.com/watch?v=_RrNwghfgUU*
:) thanks mark On Wed, Oct 5, 2011 at 6:59 AM, Eelco tenHave <catsquotl@gmail.com> wrote: > I am sorry. I did not provide a link to the .sh file. Maybe I should have.. > It seems shoes3(dot)run(dot)sh gets you to the website you saw mike. > Op 5 okt. 2011 07:33 schreef "Saurabh Bhatia" <saurabh.a.bhatia@gmail.com> > het volgende: > > > http://github.com/downloads/shoes/shoes/shoes3.run.sh > > > > This is the correct link mark > > > > @eelco i was able to replicate the issue, it seems some paths are changed > > and the shared object file is passing a nil instead. > > > > I will work on it and keep updating the issue at github > > https://github.com/shoes/shoes/issues/147 > > > > On Wed, Oct 5, 2011 at 10:42 AM, Mark van Harmelen <mark@cs.man.ac.uk > >wrote: > > > >> wtf the link below redirects to http://lewske.sportsontheweb.net/ and > >> there is a link to a pdf on that page, perhaps a dodgy virus bearing > >> pdf....? > >> > >> mark > >> > >> > >> On Wed, Oct 5, 2011 at 6:05 AM, Eelco ten Have <catsquotl@gmail.com > >wrote: > >> > >>> Hi everybody, > >>> > >>> Hi woke up to steve's message about shoes on linux this morning. > >>> SO I started looking to get some sort of stable version of shoes from > >>> the github page. > >>> > >>> I found the download for shoes3.run.sh > >>> This works out of the box on Ubuntu 11.04. > >>> > >>> Should the option of downloading sort of a stable release not be more > >>> imminent on the website maybe? I know i wouldn't have minded if this > was > >>> the way shoes came to linux as the default with the option to get the > >>> development install if you wanted to... > >>> > >>> Eelco > >>> > >>> > >> > > > > > > -- > > Best Regards > > > > Saurabh > > > > *"If you ever wonder how to make a difference, just touch one life" > > ~Touching Lives~ **http://www.youtube.com/watch?v=_RrNwghfgUU* >
Here's the trace.. --------------------------------------- catsquotl@ubuntu:~$ cd shoes catsquotl@ubuntu:~/shoes$ ./dist/shoes can't convert nil into String catsquotl@ubuntu:~/shoes$ ./dist/shoes-bin ./dist/shoes-bin: error while loading shared libraries: libruby.so.1.9: cannot open shared object file: No such file or directory catsquotl@ubuntu:~/shoes$ ----------------------------------------- I really can remember the right steps of the install. I think what I did was leave the linking of files entirly. so I installed the dependencies. Then rvm then cloned shoes. as per the wiki....... As soon as I cd'd to the shoes dir. i got a complaint about having to create a shoes gem. So I did that... then the bundle install and the rake rake complained about libjpeg.so not found. So i linked that file. then rake succeeded where it had failed about 8 times before. I am using ubuntu on a wubi install.. Eelco Op dinsdag 04-10-2011 om 12:48 uur [tijdzone +0530], schreef Saurabh Bhatia: > Hey Eelco > > Can you send me a complete trace of the error ? > > Also can you possibly list the steps for installation ? > > On Tue, Oct 4, 2011 at 12:36 PM, Eelco ten Have <catsquotl@gmail.com> > wrote: > Hi, > > I managed to get rake to finnish. don ask me how. > I tried renaming the files rake abborted with, but that gave > other > errors.. > imploded rvm and deleted the shoes directory a few times...And > changed > the order in which i downloaded, installed and tinkered with > the linked > files. dleting them and linking them in random order.. > > At some point when changing to de shoes directoru rvm > complainead about > having to install a gemspec 'shoes' file which i did.. the > deleted the > shoes directory once more and cloned it back from git. > > Then rake finnished without errors. jay.. > So now when i try. ~/shoes/dist/shoes > I get a can convert nil into string error......... > > When i try shoes-bin i get a shared library error. > Any idea how i can overcome this next obstacle? > > I am beginning te remeber why I left linux a few years ago... > > Eelco > > > > > -- > Best Regards > > Saurabh > > "If you ever wonder how to make a difference, just touch one life" > ~Touching Lives~ http://www.youtube.com/watch?v=_RrNwghfgUU > > > >