← Back to team overview

kicad-developers team mailing list archive

Re: Modules missing linked in generated fp-lib-table in MacOS

 

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


On Mon, Nov 23, 2015 at 7:28 AM, Adam Wolf <adamwolf@xxxxxxxxxxxxxxxxxxxx>
wrote:

> I'll take a look this afternoon.
>
> Adam Wolf
> Cofounder and Engineer
> W&L
>
> On Mon, Nov 23, 2015 at 6:50 AM, Mario Keller <mkeller@xxxxxxxxxxxxxxx>
> wrote:
>
>> It seems that the repos are available at github, but they are not
>> included in the dmg file, but in the fp-lib-table.
>>
>> Mario.
>>
>>
>> Am 2015-11-23 13:32, schrieb Mario Keller:
>>
>>> Hello,
>>>
>>> I updated my KiCad installation today with the current nightly build
>>> from the kicad.dmg and the corresponding extra.dmg.
>>> It seems that there are at least two modules linked in the generated
>>> fp-lib-table file comming with the exta-Package, that are missing.
>>>
>>>   (lib (name TO_SOT_Packages_SMD)(type KiCad)(uri
>>> ${KISYSMOD}/TO_SOT_Packages_SMD.pretty)(options "")(descr "The way you
>>> like them."))
>>>   (lib (name TO_SOT_Packages_THT)(type KiCad)(uri
>>> ${KISYSMOD}/TO_SOT_Packages_THT.pretty)(options "")(descr "The way you
>>> like them."))
>>>
>>> But there are no matching directories named
>>> TO_SOT_Packages_SMD.pretty or TO_SOT_Packages_THT.pretty in the
>>> module/ directory.
>>>
>>> I thought that the fp-lib-table is created from the current state of
>>> the modules by a script.
>>>
>>> Mario.
>>>
>>> _______________________________________________
>>> 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
>>>
>>
>> _______________________________________________
>> 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
>>
>
>

Follow ups

References