Not a branch: "bzr+ssh://bazaar.launchpad.net/~kicad-lib-committers/kicad/library/".

Asked by dwright

Hello

When trying to compile kicad on my mac using KicadOSXBuilder I am getting the error: Not a branch: "bzr+ssh://bazaar.launchpad.net/~kicad-lib-committers/kicad/library/", when I try to look up that branch on launchpad, I am told that either it is not there or I do not have the rights to look at it, since I had to sign up on launchpad and pair it with an ssh key, I think it might be the latter. Is it possible to get access to this library?

Regards

David Wright

Question information

Language:
English Edit question
Status:
Answered
For:
KiCad Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dick Hollenbeck (dickelbeck) said :
#1

On 12/05/2013 10:16 AM, dwright wrote:
> New question #240353 on KiCad:
> https://answers.launchpad.net/kicad/+question/240353
>
> Hello
>
> When trying to compile kicad on my mac using KicadOSXBuilder I am getting the error: Not a branch: "bzr+ssh://bazaar.launchpad.net/~kicad-lib-committers/kicad/library/", when I try to look up that branch on launchpad, I am told that either it is not there or I do not have the rights to look at it, since I had to sign up on launchpad and pair it with an ssh key, I think it might be the latter. Is it possible to get access to this library?
>
> Regards
>
> David Wright
>

Until somebody can rework that OSX script and verify that GITHUB_PLUGIN works on OSX, you
can probably work around the problem by editing the script to use this repo in place of
the one you mentioned:

bzr+ssh://bazaar.launchpad.net/~dickelbeck/kicad/library-read-only/

The current similar script for linux uses footprints from github directly, without
installing them locally. That requires a functioning GITHUB_PLUGIN and the proper build
options given in the script

  <src>/scripts/kicad-install.sh

Revision history for this message
Dick Hollenbeck (dickelbeck) said :
#2

On 12/05/2013 10:16 AM, dwright wrote:
> New question #240353 on KiCad:
> https://answers.launchpad.net/kicad/+question/240353
>
> Hello
>
> When trying to compile kicad on my mac using KicadOSXBuilder I am getting the error: Not a branch: "bzr+ssh://bazaar.launchpad.net/~kicad-lib-committers/kicad/library/", when I try to look up that branch on launchpad, I am told that either it is not there or I do not have the rights to look at it, since I had to sign up on launchpad and pair it with an ssh key, I think it might be the latter. Is it possible to get access to this library?
>
> Regards
>
> David Wright
>

there is also

scripts/library-repo-install.sh

for linux users, using pretty footprints from github, installed locally. It requires
manual intervention after running it, so one must "read it" like English. It explains how
to set the environment variable and to copy the fp-lib-table into position for exclusive
use of "KiCad" Plugin Type.

Really though, if they are going to host a script outside the project, I wonder if you
should not be getting support from the place where you got the script.

Can you help with this problem?

Provide an answer of your own, or ask dwright for more information if necessary.

To post a message you must log in.