-
Notifications
You must be signed in to change notification settings - Fork 27
Step 2 fails for pull kicad/library - Not a branch #21
Comments
Sorry, should have added: I'm using 10.9 with macports |
Hello, |
Hi all, I'm running into the same issue when trying to compile under Mavericks. I tried the http version of the URL: http://bazaar.launchpad.net/~kicad-lib-committers/kicad/library/ which resulted in a "not found" error. |
Solved: The repository got moved to a read-only location. If you apply these changes to the script, it will work again:13c13 < LIBRARY_DIRECTORY=library
|
I read about this on launchpad but I understood that this is a temporary location. |
the solution you proposed works but that is not yet official library repository, could be possible also that the previous URL was not the official release neither. Anyway thank you I am using your fix until next release. |
Lets hope it wasn’t the official location, that should not change right? Anyway, please let me know when you do then I’ll remove my forked fix. hmmm, running into another issue though… apparently I don’t have cmake…, nor GLEW, nor SWIG.
But now I seem to be running into an other issue: Any idea? On Dec 7, 2013, at 11:01 AM, fabiodive [email protected] wrote:
|
I am sorry I already passed that step without issues actually I am at 35% of cmake. |
Changing line 284 to
Doesn't seem to work any more:
|
Line 284 is:
test -d $SOURCE_DIRECTORY/$LIBRARY_DIRECTORY || (cd $SOURCE_DIRECTORY; bzr branch lp:~kicad-lib-committers/kicad/library ; cd ..) || exit_on_build_error
It fails with the following:
Starting step: UPDATE KICAD SOURCES
Branched 4520 revisions.
Using saved parent location: bzr+ssh://bazaar.launchpad.net/+branch/kicad/
No revisions or tags to pull.
bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~kicad-lib-committers/kicad/library/".
build error on UPDATE KICAD SOURCES STEP: 2
The text was updated successfully, but these errors were encountered: