Re: Help needed to fix FTBFS in scikit learn

2024-02-24 Thread Sergio Pascual
I have reproduced the problem with a test case. The problem is in cython. It generates code with this type of problem in some cases (inlined methods of derived classes). I have reported the problem upstream https://github.com/cython/cython/issues/6033 I don't know how to continue from here. Is

Re: Help needed to fix FTBFS in scikit learn

2024-02-17 Thread Jakub Jelinek
On Sat, Feb 17, 2024 at 10:03:39PM +0100, Sergio Pascual wrote: > Hello, currently python-scikit-learn fails to build in f40 and rawhide > https://bugzilla.redhat.com/show_bug.cgi?id=2261602 > > The problem is a series of incompatible pointer conversions that > appear in cython generated C code.

Help needed to fix FTBFS in scikit learn

2024-02-17 Thread Sergio Pascual
Hello, currently python-scikit-learn fails to build in f40 and rawhide https://bugzilla.redhat.com/show_bug.cgi?id=2261602 The problem is a series of incompatible pointer conversions that appear in cython generated C code. The code has classes defined in cython and in the offending code "self" is