Re: [Kicad-developers] Problem building on Fedora Rawhide

2021-07-30 Thread Steven A. Falco
I decided to file a bug on Fedora [1]. I also saw a similar issue on the wxWidgets site and added a comment [2]. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1988466 [2] https://github.com/wxWidgets/Phoenix/issues/1963 Steve On 7/30/21 10:58 AM, Steven A. Falco wrote: I just updated my

Re: [Kicad-developers] Problem building on Fedora Rawhide

2021-07-30 Thread Steven A. Falco
I just updated my rawhide VM, and you are quite correct: rawhide$ python -c "import wx;print(wx.version())" Traceback (most recent call last): File "", line 1, in File "/usr/lib64/python3.10/site-packages/wx/__init__.py", line 17, in from wx.core import * File "/usr/lib64/python3.10/

Re: [Kicad-developers] Problem building on Fedora Rawhide

2021-07-30 Thread Ian McInerney
Steve, I saw that failure last night also, and I think it may be a wxPython problem with Python 3.10. I don't hav ea Rawhide VM available at the moment, but what we should do is try the following: 1) Install Python 3.10 and python-wxpython4 in a Rawhide install 2) Run python -c "import wx;print(w

Re: [Kicad-developers] Problem building on Fedora Rawhide

2021-07-30 Thread Heiko Rosemann
Steven, On 7/30/21 4:24 PM, Steven A. Falco wrote: [...] > -- Found PythonLibs: /usr/lib64/libpython3.10.so (found suitable version > "3.10.0b4", minimum required is "3.6") > Traceback (most recent call last): >   File "", line 1, in >   File "/usr/lib64/python3.10/site-packages/wx/__init__.py",

Re: [Kicad-developers] libngspice versioning by libtool

2021-07-30 Thread Carsten Schoenert
Am 30.07.21 um 14:53 schrieb Holger Vogt: [snip] > Ah, and what is the versioning now? The API has not changed, it was > however not described correctly in sharedspice.h, which now (ngspice-35) > will be fixed. So you have changed the internal behavior of one or more symbols? This is of course

[Kicad-developers] Problem building on Fedora Rawhide

2021-07-30 Thread Steven A. Falco
The nightly build failed with an error when building KiCAD for Fedora Rawhide, when discovering the python interpreter. I haven't tracked down the root cause yet, but below are the error messages in case anyone has an idea on what can cause this. Fedora has recently upgraded the python versio

Re: [Kicad-developers] libngspice versioning by libtool

2021-07-30 Thread Holger Vogt
The current HEAD in branch 5.1. is getting configured successful but is failing while compiling with this error message with then updated packages of libngspice0 and libngspice0-dev: [ 87%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/dialogs/dialog_pns_length_tuning_setti