[Pkg-electronics-devel] Bug#1006745: kicad pcbnew not start

Carsten Schoenert c.schoenert at t-online.de
Sun Mar 6 08:00:49 GMT 2022


Hello,

please use "Reply all" so your answer will get also into the BTS.


Am 04.03.22 um 21:10 schrieb scaldov:
> Dear Carsten, I'm very sorry for directly addressing my letter to you.
> I hope I could solve the problem with your help.
> 
> I really can not understand.
> So, what I have:
> 
> #/etc/apt/sources.list:
> deb http://mirror.one.com/debian/ sid main contrib non-free
> deb-src http://mirror.one.com/debian/ sid main contrib non-free
> deb https://www.deb-multimedia.org sid main non-free
> deb-src https://www.deb-multimedia.org sid main non-free

Is there a special reason why you use these entries? Using the CDN 
behind the official Debian resources should be smart enough to always 
find a official Debian mirror, mirror.one.com is located in Danemark. 
Please try to use the following data

> deb http://deb.debian.org/debian/ unstable main contrib non-free
> deb-src http://deb.debian.org/debian/ unstable main contrib non-free

And please don't use deb-multimedia.org (anymore)!
The archive from there is know to make trouble at sometome if you don't 
really know what package you can use from there.
Exactly the problems you are seeing right now might happen.
There is no reason left to use deb-multimedia today.

> #/etc/debian_version
> bookworm/sid
> 
> kicad is already the newest version (6.0.2+dfsg-1).
> 
> #ldd /usr/bin/_pcbnew.kiface
> ...
> libwx_gtk2u_gl-3.0.so.0 => not found
> libwx_gtk2u_aui-3.0.so.0 => not found
> libwx_gtk2u_adv-3.0.so.0 => not found
> libwx_gtk2u_html-3.0.so.0 => not found
> libwx_gtk2u_core-3.0.so.0 => not found
> libwx_gtk2u_stc-3.0.so.0 => not found

That is still the original problem, something inside the binary is 
requiring GTK+2 libraries. And then the binary can't be from the latest 
packaged KiCad version. I've no idea where that file could come from, 
the answer to this is something only you can know.

> ...
> 
> 
> Then I removed kicad and all libwx*, then reinstalled:
> 
> The following NEW packages will be installed:
>    kicad libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 python3-wxgtk4.0
> 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
> Need to get 58.0 MB of archives.
> After this operation, 284 MB of additional disk space will be used.
> Do you want to continue? [Y/n]
> Get:1 http://mirror.one.com/debian sid/main amd64 libwxbase3.0-0v5
> amd64 3.0.5.1+dfsg-3 [1035 kB]
> Get:2 http://mirror.one.com/debian sid/main amd64 libwxgtk3.0-gtk3-0v5
> amd64 3.0.5.1+dfsg-3 [4408 kB]
> Get:3 http://mirror.one.com/debian sid/main amd64 python3-wxgtk4.0
> amd64 4.0.7+dfsg-13 [8673 kB]
> Get:4 http://mirror.one.com/debian sid/main amd64 kicad amd64
> 6.0.2+dfsg-1 [43.8 MB]
> 
> But all goes the same way.
> 
> Could you direct me where to find the roots of the problem? Please.

I suggest to get rid of all potential installed packages and also local 
cached packages.

So I'd do something like this.

sudo apt remove --purge kicad*
sudo apt autoclean

Check if something is left now, if yes remove the files.

ls -la /usr/bin/_*.kiface
ls -la /usr/lib/kicad/_*.kiface

Change the file /et/apt/sources.list so it uses the official Debian CDN 
as written above.
Update the local package source data, means run "apt-get update".
Next install the kicad package.

Install the package "debsums" (if not already happen) and check the 
checksums for the package kicad

debsums kicad

You also can additional verify some files by the data, especially the 
underlaying kicad libararies that include the deps to the wx libraries.

> cat /var/lib/dpkg/info/kicad.md5sums 
> 954234829d3383477c1e7aef35758e8d  usr/bin/bitmap2component
> 04ea12581c3fda671b5a22fe82f51511  usr/bin/dxf2idf
> 69de23834e32945ded624f2b26c14b17  usr/bin/eeschema
> e2e596447d67238ef9a935f599646c7f  usr/bin/gerbview
> 921f16cd0ad2810ff4c65d1590b4c620  usr/bin/idf2vrml
> 200c464754a07f914a96d013bc30d6ae  usr/bin/idfcyl
> 03a4848cc0af3661c4621fac8badee6f  usr/bin/idfrect
> 2c20bbd87ebc65e2bdf808a81842c68c  usr/bin/kicad
> 1ef6555deb5e5764554265e2edc008c1  usr/bin/kicad2step
> 76d2d2f84ccd7add4ec7a8b086b9c102  usr/bin/pcb_calculator
> 5d72061c0eec93b950dc3454b5df7b58  usr/bin/pcbnew
> b9d6cd331f6471669db4e495e7dd6e74  usr/bin/pl_editor
> fd39bc6ce09f527dc3cff89de2a75307  usr/lib/kicad/_cvpcb.kiface
> ce1acd1cb52ea19339fd60bb6d531532  usr/lib/kicad/_eeschema.kiface
> 3db4bb713dd6f58d3ad4f29397e9059a  usr/lib/kicad/_gerbview.kiface
> 1458b28cab0db6f86e2b1bdb58443b56  usr/lib/kicad/_kipython.kiface
> 6a9c0e9f15b49bef71f36cdff8d0fad8  usr/lib/kicad/_pcb_calculator.kiface
> 98b09a7cc71b0e888b410509d38a3812  usr/lib/kicad/_pcbnew.kiface
> d2d46960857a06acb32fb819836fe731  usr/lib/kicad/_pl_editor.kiface
> 7a90e9e735a2ab5d414dc54aa14ca829  usr/lib/python3/dist-packages/_pcbnew.cpython-39-x86_64-linux-gnu.so
> e3a46027ef28b95f39c12a0167b53841  usr/lib/python3/dist-packages/pcbnew.py
> 724ae8db3303832fdbec3e7d989345ca  usr/lib/x86_64-linux-gnu/kicad/plugins/3d/libs3d_plugin_idf.so
> 260f33d02c59b6a6622ce90c121ee4bd  usr/lib/x86_64-linux-gnu/kicad/plugins/3d/libs3d_plugin_oce.so
> 14a972a4b7b386f6a6aa555d5b59347e  usr/lib/x86_64-linux-gnu/kicad/plugins/3d/libs3d_plugin_vrml.so
> 0df9578823cd9a327a706f519bfcaa24  usr/lib/x86_64-linux-gnu/libkicad_3dsg.so.2.0.0
> c470e2a381316d843ba658679341c160  usr/share/applications/org.kicad.bitmap2component.desktop
> 9a7f6a68c41013bfcbbc9fc05ea54ccb  usr/share/applications/org.kicad.eeschema.desktop
> 50ba5284ac2e2116fc6db513572b44d5  usr/share/applications/org.kicad.gerbview.desktop
> b3fd2ba8788eda4a1e510c375d144cc2  usr/share/applications/org.kicad.kicad.desktop
> efda27d9cbbba2c0c6bfe42055697cab  usr/share/applications/org.kicad.pcbcalculator.desktop
> 1080d8c836513d3ebad6f3d5613928f8  usr/share/applications/org.kicad.pcbnew.desktop
> 66f39838a7fb51d9b38e27356d83ca1e  usr/share/doc/kicad/NEWS.Debian.gz
> adfdcf53341a8c49bafaee0980593f59  usr/share/doc/kicad/README-bom.txt
> dd76d070431b61b6f1047a6b874b3427  usr/share/doc/kicad/README.Debian.gz
> aae795a47ecd48fece151655b09f0e5a  usr/share/doc/kicad/changelog.Debian.gz
> e2babb843693cea7e007e46d09f123a2  usr/share/doc/kicad/copyright
> b6e6eae564edee56347858aaa7c3b3c9  usr/share/icons/hicolor/128x128/apps/bitmap2component.png
> ffc2688a2b338e7002cd8a7bb614d768  usr/share/icons/hicolor/128x128/apps/eeschema.png
> c764234be5586d9ab4ae11772f84c978  usr/share/icons/hicolor/128x128/apps/gerbview.png
> 388eb65fbde406adfcd45fd45951d987  usr/share/icons/hicolor/128x128/apps/kicad.png
> 94fa5548a97c577e10769f0425b4f64d  usr/share/icons/hicolor/128x128/apps/pcbcalculator.png
> 522699e5543d14492931ddcd8cbf6f38  usr/share/icons/hicolor/128x128/apps/pcbnew.png
> 522699e5543d14492931ddcd8cbf6f38  usr/share/icons/hicolor/128x128/mimetypes/application-x-kicad-pcb.png
> 388eb65fbde406adfcd45fd45951d987  usr/share/icons/hicolor/128x128/mimetypes/application-x-kicad-project.png
> ffc2688a2b338e7002cd8a7bb614d768  usr/share/icons/hicolor/128x128/mimetypes/application-x-kicad-schematic.png
> 05c6412e3437cfd480f3dc4d2c4a7098  usr/share/icons/hicolor/16x16/apps/bitmap2component.png
> 5bf379a447b7570178eeb08f9984e8d4  usr/share/icons/hicolor/16x16/apps/eeschema.png
> d4beccffeda08b4597c5c9849fd31fbf  usr/share/icons/hicolor/16x16/apps/gerbview.png
> 04f9fa4f685d8e28ec0468062a2ea349  usr/share/icons/hicolor/16x16/apps/kicad.png
> beada3b9fd012013f5241b0028e20533  usr/share/icons/hicolor/16x16/apps/pcbcalculator.png
> 131cd18adbea7d5c1902bbe13b5cab36  usr/share/icons/hicolor/16x16/apps/pcbnew.png
> 131cd18adbea7d5c1902bbe13b5cab36  usr/share/icons/hicolor/16x16/mimetypes/application-x-kicad-pcb.png
> 04f9fa4f685d8e28ec0468062a2ea349  usr/share/icons/hicolor/16x16/mimetypes/application-x-kicad-project.png
> 5bf379a447b7570178eeb08f9984e8d4  usr/share/icons/hicolor/16x16/mimetypes/application-x-kicad-schematic.png
> 5a0d1b36f50bd835ac87ce42b1829a32  usr/share/icons/hicolor/24x24/apps/bitmap2component.png
> f09dbe867f3dd160360027a77300d29f  usr/share/icons/hicolor/24x24/apps/eeschema.png
> 5da0c05364a6680c767ad7c7dd227c41  usr/share/icons/hicolor/24x24/apps/gerbview.png
> e2472c46e1ca678a638c1b4715556cea  usr/share/icons/hicolor/24x24/apps/kicad.png
> 3d4d96e44ab10ff9ce173a709d89f278  usr/share/icons/hicolor/24x24/apps/pcbcalculator.png
> dbbf332406ef92d85939c6ce9fc6104e  usr/share/icons/hicolor/24x24/apps/pcbnew.png
> dbbf332406ef92d85939c6ce9fc6104e  usr/share/icons/hicolor/24x24/mimetypes/application-x-kicad-pcb.png
> e2472c46e1ca678a638c1b4715556cea  usr/share/icons/hicolor/24x24/mimetypes/application-x-kicad-project.png
> f09dbe867f3dd160360027a77300d29f  usr/share/icons/hicolor/24x24/mimetypes/application-x-kicad-schematic.png
> e753b76f650ad6c9dfbe4f2210acfe10  usr/share/icons/hicolor/32x32/apps/bitmap2component.png
> 2bb276fa7e020ab76740f1662e18f5c0  usr/share/icons/hicolor/32x32/apps/eeschema.png
> 316dafd4ed1f08f6f75a5ba672e78f92  usr/share/icons/hicolor/32x32/apps/gerbview.png
> c4989e1041ef9e865fce88fa012c3659  usr/share/icons/hicolor/32x32/apps/kicad.png
> b1fd94bd1d16540e883a2bab4f221c02  usr/share/icons/hicolor/32x32/apps/pcbcalculator.png
> 40617aad7fdb69602f73431a2cd09bda  usr/share/icons/hicolor/32x32/apps/pcbnew.png
> 40617aad7fdb69602f73431a2cd09bda  usr/share/icons/hicolor/32x32/mimetypes/application-x-kicad-pcb.png
> c4989e1041ef9e865fce88fa012c3659  usr/share/icons/hicolor/32x32/mimetypes/application-x-kicad-project.png
> 2bb276fa7e020ab76740f1662e18f5c0  usr/share/icons/hicolor/32x32/mimetypes/application-x-kicad-schematic.png
> 2c16ba0ceec370e9290e6e3224076418  usr/share/icons/hicolor/48x48/apps/bitmap2component.png
> 70b0d11d75614ff654c94ef669d15816  usr/share/icons/hicolor/48x48/apps/eeschema.png
> 3292c214f7eebe985067e6bfe7759bb4  usr/share/icons/hicolor/48x48/apps/gerbview.png
> df174a4248043e49ab41c3fcd7b54137  usr/share/icons/hicolor/48x48/apps/kicad.png
> a56a3aa8758ef0b38c1cf8c96383fad5  usr/share/icons/hicolor/48x48/apps/pcbcalculator.png
> 9baf5b449f5dd5dc22982ef7303b3ad7  usr/share/icons/hicolor/48x48/apps/pcbnew.png
> 9baf5b449f5dd5dc22982ef7303b3ad7  usr/share/icons/hicolor/48x48/mimetypes/application-x-kicad-pcb.png
> df174a4248043e49ab41c3fcd7b54137  usr/share/icons/hicolor/48x48/mimetypes/application-x-kicad-project.png
> 70b0d11d75614ff654c94ef669d15816  usr/share/icons/hicolor/48x48/mimetypes/application-x-kicad-schematic.png
> d72d39eaa5056abf5835f504287406bf  usr/share/icons/hicolor/64x64/apps/bitmap2component.png
> fbbcc2a22abbd552722149092cfc9aab  usr/share/icons/hicolor/64x64/apps/eeschema.png
> 3d82d0c977c554123af9f138ca8a0f2f  usr/share/icons/hicolor/64x64/apps/gerbview.png
> 5e6628fc6865fb7c046d85e22fde939b  usr/share/icons/hicolor/64x64/apps/kicad.png
> 735614c4e2dfaf459a1d3b5df811a74b  usr/share/icons/hicolor/64x64/apps/pcbcalculator.png
> 45dc32d8b4b184519a5a53b8837b158b  usr/share/icons/hicolor/64x64/apps/pcbnew.png
> 45dc32d8b4b184519a5a53b8837b158b  usr/share/icons/hicolor/64x64/mimetypes/application-x-kicad-pcb.png
> 5e6628fc6865fb7c046d85e22fde939b  usr/share/icons/hicolor/64x64/mimetypes/application-x-kicad-project.png
> fbbcc2a22abbd552722149092cfc9aab  usr/share/icons/hicolor/64x64/mimetypes/application-x-kicad-schematic.png
> 2eb32eff2719d3d837c2acbfb1dc383f  usr/share/icons/hicolor/scalable/apps/bitmap2component.svg
> 08df15a3627f8e7f4e274df1343f256b  usr/share/icons/hicolor/scalable/apps/eeschema.svg
> 5b89e4c350d7c4405e6aa50059b770c3  usr/share/icons/hicolor/scalable/apps/gerbview.svg
> 462871d338a41f845f323f12f29d0a9a  usr/share/icons/hicolor/scalable/apps/kicad.svg
> 11e3d7f190d17430a09b1c08d6b83e86  usr/share/icons/hicolor/scalable/apps/pcbcalculator.svg
> f80d4c7d0f1d1777b18c8fee774b0a3f  usr/share/icons/hicolor/scalable/apps/pcbnew.svg
> f80d4c7d0f1d1777b18c8fee774b0a3f  usr/share/icons/hicolor/scalable/mimetypes/application-x-kicad-pcb.svg
> fbb30687ec951ddeb9fc81c187f22fe7  usr/share/icons/hicolor/scalable/mimetypes/application-x-kicad-project.svg
> 08df15a3627f8e7f4e274df1343f256b  usr/share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg
> 076cdeff1924d128f557bf59f1642507  usr/share/kicad/plugins/bom2csv.xsl
> f013d58495538f313ea800a06cfbf5f0  usr/share/kicad/plugins/bom2grouped_csv.xsl
> 0c92d639a14c6dcfacaf0c0fe235b53c  usr/share/kicad/plugins/bom_csv_grouped_by_value.py
> 3cce4761532ebfa5e6f8d7ed610e361a  usr/share/kicad/plugins/bom_csv_grouped_by_value_with_fp.py
> 53d802189ad5832e713dd9a8ba515849  usr/share/kicad/plugins/bom_csv_sorted_by_ref.py
> 74e04d93f39b3c4e123ccd2aac0c765b  usr/share/kicad/plugins/bom_html_grouped_by_value.py
> 1967f2cc145d0d30681c8c662a3a6e4c  usr/share/kicad/plugins/bom_html_with_advanced_grouping.py
> 054b206134cfb8d903a9122c05a52e60  usr/share/kicad/plugins/bom_txt_sorted_by_ref.py
> ed3157c4fab73ea0bd9d57c73ba86235  usr/share/kicad/plugins/bom_with_title_block_2_csv.xsl
> ab40a7493c7603454159ce073f773574  usr/share/kicad/plugins/kicad_netlist_reader.py
> ec0cf02c2cf47a8e4e06480e2bbd7151  usr/share/kicad/plugins/kicad_utils.py
> ad9027852c0d19d7effdc1df41b74fe9  usr/share/kicad/plugins/netlist_form_OrcadPcb2.xsl
> 75fa00f7f9e6e9f251a19fffe941c70b  usr/share/kicad/plugins/netlist_form_cadstar-RINF.xsl
> 036c8aa4efeb27f510512e11a122d052  usr/share/kicad/plugins/netlist_form_cadstar.xsl
> e4c8ee30339c66c0ec490ae21209a589  usr/share/kicad/plugins/netlist_form_pads-pcb.asc.xsl
> c691d21989848ff547806f0c04328554  usr/share/kicad/resources/images.tar.gz
> f45332abd9274ba7d4a2255c1990ca05  usr/share/kicad/schemas/pcm.v1.schema.json
> af977667b93e588eb6131a10c4f52f87  usr/share/kicad/scripting/kicad_pyshell/__init__.py
> f55796d3dfe5b1b6faf03c4d5a35c0a4  usr/share/kicad/scripting/kicad_pyshell/kicad_pyeditor.py
> beafa2d3ef1838dfcb58ae1d14088813  usr/share/kicad/scripting/plugins/FPC_wizard.py
> fbbdfb1d9f38fb1057883d0b39cd2bdb  usr/share/kicad/scripting/plugins/FootprintWizardBase.py
> 5ac74f54840fcea7e60272589c70405e  usr/share/kicad/scripting/plugins/PadArray.py
> 68b329da9893e34099c7d8ad5cb9c940  usr/share/kicad/scripting/plugins/__init__.py
> cad272fef77441883f4e0aea1265efdd  usr/share/kicad/scripting/plugins/arc_test.py
> 179d9f9bd1c8b4c95ffb4ad6e1a0219d  usr/share/kicad/scripting/plugins/bga_wizard.py
> f65db48de3e25a0f057ef45c2a8a7991  usr/share/kicad/scripting/plugins/circular_pad_array_wizard.py
> 02c56c7c515e72f463ff99536b7da019  usr/share/kicad/scripting/plugins/kicad_qrcode.py
> 39e17c2f4abfc3da58cdd41e8a1fa092  usr/share/kicad/scripting/plugins/microMatch_connectors.py
> 5badb73575b10198a2721650bf704930  usr/share/kicad/scripting/plugins/mutualcap_button_wizard.py
> f073fbfb4d1ccccd880dde33fc961750  usr/share/kicad/scripting/plugins/qfn_wizard.py
> 1df4bc451d672a6aec180cdfede83ad6  usr/share/kicad/scripting/plugins/qfp_wizard.py
> d94ac44c48997fbfce01b06fd032fa59  usr/share/kicad/scripting/plugins/qrcode_footprint_wizard.py
> 38c5129ac7ae972bacdd4b1b775d61f8  usr/share/kicad/scripting/plugins/sdip_wizard.py
> b8d7b9c0c3c5a59285f08a91dcc1aa39  usr/share/kicad/scripting/plugins/touch_slider_wizard.py
> eeb396275d91b85d112897d1fb2d8a31  usr/share/kicad/scripting/plugins/uss39_barcode.py
> ccce1b6f8e0816f5af9357e168fde9ea  usr/share/kicad/scripting/plugins/zip_wizard.py
> d352764ec2d547c599d0e367ad2f12a5  usr/share/kicad/template/kicad.kicad_pro
> e70161e418cdeb6d0a0375a0efe37226  usr/share/lintian/overrides/kicad
> a513f1183e00133aaaf1c73720869c2b  usr/share/locale/bg/LC_MESSAGES/kicad.mo
> 28fa4b10880fa8c18a0b675d86a350a0  usr/share/locale/ca/LC_MESSAGES/kicad.mo
> aa385300ecf1539090bba201f71c9399  usr/share/locale/cs/LC_MESSAGES/kicad.mo
> 436989b7e9061fd8b9b682ae09017ed4  usr/share/locale/da/LC_MESSAGES/kicad.mo
> 4fb550f6f7b7f6f2c7ed653f8fc8d293  usr/share/locale/de/LC_MESSAGES/kicad.mo
> 8619dcdecf871cbd72d42f1737a43839  usr/share/locale/el/LC_MESSAGES/kicad.mo
> b621fdd28ff0c416627d0e5f7d6765d2  usr/share/locale/en/LC_MESSAGES/kicad.mo
> 9809b14551ca90f2f871984d6d3b6496  usr/share/locale/es/LC_MESSAGES/kicad.mo
> 3a41dcf8ed542c5e5231691ac89e6bb3  usr/share/locale/es_MX/LC_MESSAGES/kicad.mo
> c9f09e3e8eb92c981ed0ac5df4eda78e  usr/share/locale/fi/LC_MESSAGES/kicad.mo
> ab1b9a26432db8d03abc2f8a0121f078  usr/share/locale/fr/LC_MESSAGES/kicad.mo
> 7908d30c7f88635fddbe002715d16250  usr/share/locale/hu/LC_MESSAGES/kicad.mo
> 0cac90aac2c0701260b1249ddaa4d684  usr/share/locale/id/LC_MESSAGES/kicad.mo
> 1888f12eb934329f40eac89ae5fe35f0  usr/share/locale/it/LC_MESSAGES/kicad.mo
> 92f5df76f1da618e1df75dbfcf39d3b3  usr/share/locale/ja/LC_MESSAGES/kicad.mo
> 65fd93a07bc440114a78b45e780d75e3  usr/share/locale/ko/LC_MESSAGES/kicad.mo
> e1574fa5730a94767740bd5be7019a07  usr/share/locale/lt/LC_MESSAGES/kicad.mo
> b5e9e92f814cb0d2a51be27543f8f18b  usr/share/locale/lv/LC_MESSAGES/kicad.mo
> 3929d8f519422eb4f7cc3c2527857452  usr/share/locale/nl/LC_MESSAGES/kicad.mo
> 75b5d25dc1e717a5adde7b7f31c89018  usr/share/locale/no/LC_MESSAGES/kicad.mo
> d85b173fd8d29620e1bc6bb66fc5295d  usr/share/locale/pl/LC_MESSAGES/kicad.mo
> a093e953b4624bbc323362359a278d6f  usr/share/locale/pt/LC_MESSAGES/kicad.mo
> 0f41621ce7ad09739d9850403cadfccd  usr/share/locale/pt_br/LC_MESSAGES/kicad.mo
> 661c8c340a53cd511ee4da009e2754ae  usr/share/locale/ro/LC_MESSAGES/kicad.mo
> 212dbb0b73c74cceab87f12f20365486  usr/share/locale/ru/LC_MESSAGES/kicad.mo
> 078480225cfda613402799e26e3697d2  usr/share/locale/sk/LC_MESSAGES/kicad.mo
> 5397e444e364ef9e346e204655353a0e  usr/share/locale/sl/LC_MESSAGES/kicad.mo
> 295744fb30051495e024cf00e16805c3  usr/share/locale/sr/LC_MESSAGES/kicad.mo
> bf8133dc90bdbe0767fc53914176e028  usr/share/locale/sv/LC_MESSAGES/kicad.mo
> 265a583574aaedc1e4471fc345f5702d  usr/share/locale/th/LC_MESSAGES/kicad.mo
> 5284a88869c2990b78ad158b98abc077  usr/share/locale/tr/LC_MESSAGES/kicad.mo
> 4f9b797e21c98e154c31c55f24016e2d  usr/share/locale/vi/LC_MESSAGES/kicad.mo
> 4065e3e62e3b73726e224805652e54be  usr/share/locale/zh_CN/LC_MESSAGES/kicad.mo
> 0890e86ee1c3a62a40234407ca0ae9da  usr/share/locale/zh_TW/LC_MESSAGES/kicad.mo
> f6a23bbf4c2f36b52049911c8ada4545  usr/share/man/man1/bitmap2component.1.gz
> ad58c5cf1dde717520484baaff308e0b  usr/share/man/man1/cvpcb.1.gz
> 67c7655b8d86cf5cf0ac7ccd73ab02c1  usr/share/man/man1/dxf2idf.1.gz
> acab490c3462ea58e9886ba0d041d8e5  usr/share/man/man1/eeschema.1.gz
> 3cfedcc435a7ecaa20742caa1a658f50  usr/share/man/man1/gerbview.1.gz
> b212de23683f4ac0453b091d9cbe71a8  usr/share/man/man1/idf2vrml.1.gz
> 162cf24802d729430bef15f1db03b47a  usr/share/man/man1/idfcyl.1.gz
> 0a45d1e959f6e456291c41815b396d6f  usr/share/man/man1/idfrect.1.gz
> 8f76fa2eaa1f608372b565248c18f3dd  usr/share/man/man1/kicad.1.gz
> d538d584c2a760e257cea85a8a0d4195  usr/share/man/man1/pcb_calculator.1.gz
> 439bec99bfd46e838c16f2baef34e27d  usr/share/man/man1/pcbnew.1.gz
> ef304cdab84a648e40b3c4debb966e24  usr/share/man/man1/pl_editor.1.gz
> fc7b1d6aba6347ba9ec9d4924549e7ac  usr/share/metainfo/org.kicad.kicad.metainfo.xml
> f08b022c6434ca4764b5929b83702cac  usr/share/mime/packages/kicad-gerbers.xml
> 8c949ccaa409a7a281061475c68b120d  usr/share/mime/packages/kicad-kicad.xml
> 2aece9996a4e53d7ff25de67e3bf502c  usr/share/pixmaps/kicad.xpm
> e4fa15a8084739a8bbe8a6a6c99c94c1  usr/share/python3/runtime.d/kicad.rtupdate

> apt policy kicad
> kicad:
>   Installed: 6.0.2+dfsg-1
>   Candidate: 6.0.2+dfsg-1
>   Version table:
>  *** 6.0.2+dfsg-1 500
>         500 http://ftp.de.debian.org/debian testing/main amd64 Packages
>         100 /var/lib/dpkg/status

If this still isn't working I'd strat to pick up the packges from the 
Debian package site and install them manually.
I can also imagine have a somehow misconfigured ld.so.conf environment.

-- 
Regards
Carsten



More information about the Pkg-electronics-devel mailing list