[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] 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] 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 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 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-08-04 Thread Steven A. Falco
This has now been corrected in Fedora rawhide as described in [1], which let me close the associated KiCAD FTBFS in [2]. I don't know if this issue is unique to Fedora or if others will see the same problem. I guess that depends on whether/when the upstream python3-wxpython4 project corrects

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

2021-08-04 Thread Nick Østergaard
Maybe you should post that to the github issue? On Wed, 4 Aug 2021 at 17:41, Steven A. Falco wrote: > > This has now been corrected in Fedora rawhide as described in [1], which let > me close the associated KiCAD FTBFS in [2]. > > I don't know if this issue is unique to Fedora or if others will