Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Kicad's pcbnew is missing an empty footprint library
@ 2020-10-23 18:20 xyzz
  2020-10-23 18:28 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: xyzz @ 2020-10-23 18:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 918 bytes --]

New issue by xyzz on void-packages repository

https://github.com/void-linux/void-packages/issues/25828

Description:
### System

* xuname:  Void 5.8.16_1 x86_64 AuthenticAMD uptodate rrrmFFFFFFFF
* package:  kicad-footprints-5.1.7_1

### Expected behavior

No error is generated when attempting to place a footprint

### Actual behavior

An error is displayed:

```
Errors were encountered loading footprints:
Footprint library path "/usr/share/kicad/modules/Connector_Multicomp.pretty" does not exist
```

After clicking "ok", I can use pcbnew fine. The error is only displayed once per session.

### Steps to reproduce the behavior

1. Open `pcbnew`
1. Press `o`, click on empty pcb area

It looks like `Connector_Multicomp.pretty` is missing, which is supposed to be an empty folder according to https://gitlab.com/kicad/libraries/kicad-footprints/-/tree/master/Connector_Multicomp.pretty

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kicad's pcbnew is missing an empty footprint library
  2020-10-23 18:20 [ISSUE] Kicad's pcbnew is missing an empty footprint library xyzz
@ 2020-10-23 18:28 ` ericonr
  2020-10-23 19:49 ` xyzz
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-10-23 18:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/25828#issuecomment-715504643

Comment:
I can take a look at this over the weekend, if you don't know of a solution by then.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kicad's pcbnew is missing an empty footprint library
  2020-10-23 18:20 [ISSUE] Kicad's pcbnew is missing an empty footprint library xyzz
  2020-10-23 18:28 ` ericonr
@ 2020-10-23 19:49 ` xyzz
  2020-12-18 14:33 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: xyzz @ 2020-10-23 19:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by xyzz on void-packages repository

https://github.com/void-linux/void-packages/issues/25828#issuecomment-715557560

Comment:
Thanks, it's no big deal since it's just an error msg which goes away after the first time, doesn't look like affects anything.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kicad's pcbnew is missing an empty footprint library
  2020-10-23 18:20 [ISSUE] Kicad's pcbnew is missing an empty footprint library xyzz
  2020-10-23 18:28 ` ericonr
  2020-10-23 19:49 ` xyzz
@ 2020-12-18 14:33 ` ericonr
  2021-01-21 17:34 ` ericonr
  2021-01-21 17:34 ` [ISSUE] [CLOSED] " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-18 14:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/25828#issuecomment-748115815

Comment:
Ok, while building kicad I noticed that the folder was empty, and therefore being removed from the package :) 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kicad's pcbnew is missing an empty footprint library
  2020-10-23 18:20 [ISSUE] Kicad's pcbnew is missing an empty footprint library xyzz
                   ` (2 preceding siblings ...)
  2020-12-18 14:33 ` ericonr
@ 2021-01-21 17:34 ` ericonr
  2021-01-21 17:34 ` [ISSUE] [CLOSED] " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-01-21 17:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/25828#issuecomment-764815893

Comment:
Should be fixed in the PR above, thanks for the report!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] Kicad's pcbnew is missing an empty footprint library
  2020-10-23 18:20 [ISSUE] Kicad's pcbnew is missing an empty footprint library xyzz
                   ` (3 preceding siblings ...)
  2021-01-21 17:34 ` ericonr
@ 2021-01-21 17:34 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-01-21 17:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 921 bytes --]

Closed issue by xyzz on void-packages repository

https://github.com/void-linux/void-packages/issues/25828

Description:
### System

* xuname:  Void 5.8.16_1 x86_64 AuthenticAMD uptodate rrrmFFFFFFFF
* package:  kicad-footprints-5.1.7_1

### Expected behavior

No error is generated when attempting to place a footprint

### Actual behavior

An error is displayed:

```
Errors were encountered loading footprints:
Footprint library path "/usr/share/kicad/modules/Connector_Multicomp.pretty" does not exist
```

After clicking "ok", I can use pcbnew fine. The error is only displayed once per session.

### Steps to reproduce the behavior

1. Open `pcbnew`
1. Press `o`, click on empty pcb area

It looks like `Connector_Multicomp.pretty` is missing, which is supposed to be an empty folder according to https://gitlab.com/kicad/libraries/kicad-footprints/-/tree/master/Connector_Multicomp.pretty

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-21 17:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 18:20 [ISSUE] Kicad's pcbnew is missing an empty footprint library xyzz
2020-10-23 18:28 ` ericonr
2020-10-23 19:49 ` xyzz
2020-12-18 14:33 ` ericonr
2021-01-21 17:34 ` ericonr
2021-01-21 17:34 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).