KiCad / kicad-library

The schematic and 3D libraries for KiCad 4.0. Note that the footprint libraries are the *.pretty repos themselves. This is an orphaned repo, the news about the v5 libs, http://kicad.org/post/kicad-official-libraries/.
Other
749 stars 953 forks source link

The following libraries were not found in kicad #1776

Closed www2000 closed 6 years ago

www2000 commented 6 years ago

Hi i wand to report that in the ubuntu build of kicald librart that is trlease on 2017-10-27 at 08:49(i beleave gmt) missing some libarys: The following libraries were not found: transistors.lib conn.lib 74xx.lib cmos4000.lib display.lib valves.lib

poeschlr commented 6 years ago

Is this a nightly build? If so than this is to be expected. We have already started to reorganize the lib in preparation for kicad v5. (And the nightly builds ship the libs of the same night. Your local symbol lib lists are now out of sync)

These libs have been renamed. the conn lib is now called Connector, the 74xx lib and cmos lib now have the prefix Logic_ and the transistor lib is now called Transistor. Some other libs have also changed their name since then. More details about the reorganization see: https://github.com/KiCad/kicad-library/issues/1402

www2000 commented 6 years ago

Thanks i have no problem with the that the symbol lib point to transistor.lib and in the my filesystem use Transistor.lib the the capital T in state of a lower case t edit in sym-lib-table use this line: (lib (name transistors)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/transistors.lib)(options "")(descr "Legacy transistors symbol library.")) and the correct line must be" (lib (name transistors)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Transistor.lib)(options "")(descr "Legacy transistors symbol library."))

aurabindo commented 6 years ago

In the git version of the libraries, some lib files mentioned in templates/sym-lib-table have not been updated to corresponding files in Library/, like stale references to cmos_ieee.lib instead of Logic_CMOS_IEEE.lib

evanshultz commented 6 years ago

I just merged https://github.com/KiCad/kicad-library/pull/1818, which will hopefully get things aligned for now. We apologize for any potential and periodic breakage until v5 is released due to library reorganization. Thanks for reporting this issue and using KiCad!

SchrodingersGat commented 6 years ago

@www2000 the new kicad symbols library will track the sym-lib-table file to make sure that it does not get out of step again