kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #21419
Re: Modules missing linked in generated fp-lib-table in MacOS
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Wayne Stambaugh <stambaughw@xxxxxxxxx>
-
Date:
Tue, 24 Nov 2015 16:54:00 -0500
-
In-reply-to:
<CAJXA3hTCpNBJ+HMKgNh5a8GYJKcUy93SzttzE=b2ECeJAH+-Ww@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
Patch committed in r6329. Thanks for the fix.
On 11/23/2015 9:13 PM, Adam Wolf wrote:
> Thanks Nick!
>
> Attached is a patch to fix this on library-repos-install.sh
>
> Adam Wolf
> Cofounder and Engineer
> W&L
>
> On Mon, Nov 23, 2015 at 2:35 PM, Adam Wolf
> <adamwolf@xxxxxxxxxxxxxxxxxxxx <mailto:adamwolf@xxxxxxxxxxxxxxxxxxxx>>
> wrote:
>
> Oh, I see, ignore my question about the Windows packages.
>
> On Nov 23, 2015 2:35 PM, "Adam Wolf" <adamwolf@xxxxxxxxxxxxxxxxxxxx
> <mailto:adamwolf@xxxxxxxxxxxxxxxxxxxx>> wrote:
>
> We should probably decide if the library-repos-install script is
> something we want to maintain, and if so, fix this issue there too.
>
> Nick, I assume your packages also have the missing libraries?
>
> Adam Wolf
>
> On Nov 23, 2015 2:32 PM, "Nick Østergaard" <oe.nick@xxxxxxxxx
> <mailto:oe.nick@xxxxxxxxx>> wrote:
>
> 2015-11-23 17:45 GMT+01:00 jp charras <jp.charras@xxxxxxxxxx
> <mailto:jp.charras@xxxxxxxxxx>>:
> > Le 23/11/2015 17:29, Adam Wolf a écrit :
> >> Hi folks,
> >>
> >> I looked into this a bit. I don't generate a
> fp-table-lib, I use the
> >> one from the kicad-library repository. It has a
> TO_SOT_Packages_SMD.pretty.
> >>
> >> I can see it on github
> >> fine: https://github.com/KiCad/TO_SOT_Packages_SMD.pretty
> >>
> >> My scripts use the Github API to download all the pretty
> libraries on
> >> the official KiCad account. When I use the github API to
> get a list of
> >> all the KiCad libraries, by going
> >> to https://api.github.com/orgs/KiCad/repos?per_page=2000,
> I do not see
> >> TO_SOT_Packages_SMD.pretty!
> >>
> >> I figured it was probably just too new, but
> TO_SOT_Packages_SMD.pretty
> >> is at least 4 months old!
> >>
> >> Does anyone have any ideas why it wouldn't show up there?
> >>
> >> Adam Wolf
> >> Cofounder and Engineer
> >> W&L
> >
> > per_page=2000 does not work since a long time.
> > AFAIK per_page=99 is the max.
> >
> > You need to import the full list using pages
> > Something like ?per_page=99&page=n, with n = 1, 2 ...,
> until you receive
> > an empty page (currently n =1 and 2).
>
> Yes, this is also what I do on
> https://aur.archlinux.org/cgit/aur.git/commit/?h=kicad-pretty-git&id=9270ee0beec5bbba977ea75971dce2498b611c88
>
> But if 99 is the max, I guess I need to edit my script a
> tiny bit...
>
> >
> > Jean-Pierre CHARRAS
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help : https://help.launchpad.net/ListHelp
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References