Re: Need help with build failure

2023-09-23 Thread Sérgio Basto
On Fri, 2023-09-08 at 21:27 +0100, Sérgio Basto wrote: > On Fri, 2023-09-08 at 15:47 +0100, Sérgio Basto wrote: > > On Fri, 2023-09-08 at 16:25 +0200, Lumír Balhar wrote: > > > Hi. > > > > > > Have you managed to fix the issue? The error is produce by the > > > configure > > > script and the

Re: Need help with build failure

2023-09-09 Thread Mattia Verga
Well, I've solved the problem just by adding 'export CPPFLAGS="$CXXFLAGS" at the start of the %build section... I don't think the automatic exports in Fedora build system have changed, did them? Mattia ___ python-devel mailing list --

Re: Need help with build failure

2023-09-08 Thread Sérgio Basto
On Fri, 2023-09-08 at 15:47 +0100, Sérgio Basto wrote: > On Fri, 2023-09-08 at 16:25 +0200, Lumír Balhar wrote: > > Hi. > > > > Have you managed to fix the issue? The error is produce by the > > configure > > script and the check is implemented there somewhere around line > > 4293 > > but > > I

Re: Need help with build failure

2023-09-08 Thread Sérgio Basto
On Fri, 2023-09-08 at 16:25 +0200, Lumír Balhar wrote: > Hi. > > Have you managed to fix the issue? The error is produce by the > configure > script and the check is implemented there somewhere around line 4293 > but > I don't understand it well enough to tell you what causing it to > detect >

Re: Need help with build failure

2023-09-08 Thread Sérgio Basto
On Fri, 2023-09-08 at 16:25 +0200, Lumír Balhar wrote: > Hi. > > Have you managed to fix the issue? The error is produce by the > configure > script and the check is implemented there somewhere around line 4293 > but > I don't understand it well enough to tell you what causing it to > detect >

Re: Need help with build failure

2023-09-08 Thread Lumír Balhar
Hi. Have you managed to fix the issue? The error is produce by the configure script and the check is implemented there somewhere around line 4293 but I don't understand it well enough to tell you what causing it to detect the cross compilation. Lumír On 9/6/23 14:54, Mattia Verga wrote:

Need help with build failure

2023-09-06 Thread Mattia Verga
python-calcephpy builds were FTB since between the F39 mass rebuild (which completed fine) and the Cython 3.x change (which started to fail). While I was waiting for upstream to fix the package for compatibility with Cython 3.x I tried to rebuild it forcing cython < 3.0, but I got an odd build