KiCad / KicadOSXBuilder

Kicad OSX Builder, which I plan to use as my boxed development environment on Mac OSX
87 stars 27 forks source link

build error on GET KICAD SOURCES STEP: 2 #25

Open dav1d-wright opened 10 years ago

dav1d-wright commented 10 years ago

I was having the same problem that returned "not a branch", then I asked on launchpad when they told me to use bzr+ssh://bazaar.launchpad.net/~dickelbeck/kicad/library-read-only/ instead, which I did. This worked at first and it branched the revisions, but now I get a new error with no details as to what caused it. The output looks as follows:

BUILDING RELEASE BINARIES


Starting step: CHECK & UNPACK WXPYTHON (wxPython-src-2.9.4.0)



Starting step: GET KICAD SOURCES


Using saved parent location: bzr+ssh://bazaar.launchpad.net/+branch/kicad/ No revisions or tags to pull.
Branched 299 revisions.
build error on GET KICAD SOURCES STEP: 2

Any help would be greatly appreciated.

sushihangover commented 10 years ago

I am getting the following error on Step 2:

bzr: ERROR: Invalid url supplied to transport: "bzr+ssh://bazaar.launchpad.net/~kicad-lib-committers/kicad/library": no supported schemes
build error on GET KICAD SOURCES  STEP: 2

Any idea if this is a related bug or a new one with the script or bazaar or …?

temmink commented 10 years ago

I have almost the exact the problem. How can we solve this issue, because I like the idea of the builder script, and would really start to use KiCad?

This is my error message:

bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~kicad-lib-committers/kicad/library/". build error on UPDATE KICAD SOURCES STEP: 2

temmink commented 10 years ago

I have changed some source lines in the build.sh script to make this work.

I searched for the following text in the script : bazaar.launchpad.net/~kicad-lib-committers/kicad/library/

and changed it to: branch lp:~kicad-testing-committers/kicad/library

Still I got on error:

patch: KicadOSXBuilder/patches/10_kicad_cmake-osx.patch Could not apply! build error on GET KICAD SOURCES STEP: 2

but that's because i'm still using the wrong kicad library I'm guessing.

At least the system is going to continue trying to build the application.

jackdev23 commented 10 years ago

same error...