TC01 / calcpkg

calcpkg is a command line tool for downloading TI calculator software from www.ticalc.org
MIT License
6 stars 1 forks source link

Can't build on ArchLinux #2

Closed Eeems closed 10 years ago

Eeems commented 11 years ago

I tried to run setup.py on Archlinux a couple days ago and it was giving me syntax errors. If I switched the python version I was using for it the syntax errors in setup.py went away but there was a ton of errors in the actual build process. I'm not at my computer so I can't give a proper error log until later this week.

TC01 commented 11 years ago

Posting that error log would be appreciated.

I'll try to take a look at this over the next few days- I have some idea as to what the problem might be but I've yet to attempt to track it down.

I'll also push a commit making both the build script and calcpkg itself be invoked with python2 rather than just python.

TC01 commented 11 years ago

So, I can't seem to reproduce this in Arch- as long as I run with "python2", setup.py from master works fine, eg:

$ python2 setup.py build $ sudo python2 setup.py install

I may still change the #!/usr/bin/env python invocation to #/usr/bin/env python2, though.

But without any more details, I'm afraid all I can say is that I can't reproduce this error.

Eeems commented 11 years ago

I'll have to update my arch partition and try again to see if it still wont build. I might not get that in tonight. It is new years after all.

Eeems commented 10 years ago

Seems to be fixed.