brandonagr / gocupi

Polargraph (vertical plotter / drawing machine) written in Go
GNU Lesser General Public License v3.0
102 stars 26 forks source link

Plotinum is relocated to github #33

Open solarprism opened 8 years ago

solarprism commented 8 years ago

Hi, I am trying to custom build Gocupi. When i run go get github.com/brandonagr/gocupi. It showed this error

package code.google.com/p/plotinum/plot: unable to detect version control system for code.google.com/ path

I think it is because the plot package is relocated and your code still pointed to google code instead of github.

scottvr commented 7 years ago

It really does work from scratch now. :-) Clone the latest repo.

https://github.com/brandonagr/gocupi/pull/36/commits/6d6fdd9b6da8aa4aa7ac9526c5e693ea95f4b19a

purbeckstem commented 5 years ago

It really does work from scratch now. :-) Clone the latest repo.

6d6fdd9

Hi, Scott,

I'm having all sorts of troubles to build gocupi from scratch on a clean raspbian install using the instructions given on the front page. I've corrected the paths to the github directory but I can't seem to get a clean build on a raspberry pi using those instructions given on the page. Any tips?

scottvr commented 5 years ago

Where does it fail? I haven’t tried it on some long while.

On Mon, Oct 28, 2019 at 12:56 PM purbeckstem notifications@github.com wrote:

It really does work from scratch now. :-) Clone the latest repo.

6d6fdd9 https://github.com/brandonagr/gocupi/commit/6d6fdd9b6da8aa4aa7ac9526c5e693ea95f4b19a

Hi, Scott,

I'm having all sorts of troubles to build gocupi from scratch on a clean raspbian install using the instructions given on the front page. I've corrected the paths to the github directory but I can't seem to get a clean build on a raspberry pi using those instructions given on the page. Any tips?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/brandonagr/gocupi/issues/33?email_source=notifications&email_token=ABY6KL6Z654L77XV5SHV4TTQQ4RUNA5CNFSM4CSNPHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECN2GVY#issuecomment-547070807, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABY6KL3YJ2IM364PP24AWWDQQ4RUNANCNFSM4CSNPHMA .

purbeckstem commented 5 years ago

Hey Scott,

It seems to fail in multiple places. I've installed a more recent version of go (1.13), and tried to build it following the instructions given in the readme on multiple pi installs. (Wheezy, Jessie and stretch)

I can download go, install mercurial but when I try go get github.com/brandonagr/gocupi it fails as the scripts from brandon's build script point to old directories where the code used to be stored. (gonum.org is now github.com/gonum etc), so I changed all of the references in the individual files to the correct web addresses for the source). Once I did this, I was getting go builld errors of this kind https://github.com/golang/go/issues/27269, which implies i had two conflicting installs. So, I've wiped the go install and started over.

If you have any tips to help me out while compiling, that would be much appreciated, as I'm assuming you still have a working gocupi?

Thanks.

purbeckstem commented 5 years ago

I managed to get the build working after all - that seemed to work: using the most recent go install, fixing the import references. I now have a working gocupi again! Thanks for replying.