Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937605 - dev-python/cypari2-2.1.4-r1 fails to compile: Cython.Compiler.Errors.CompileError: convert.pyx
Summary: dev-python/cypari2-2.1.4-r1 fails to compile: Cython.Compiler.Errors.CompileE...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Orlitzky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-09 07:18 UTC by Agostino Sarubbo
Modified: 2024-09-06 02:53 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,85.69 KB, text/plain)
2024-08-09 07:18 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-08-09 07:18:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/cypari2-2.1.4-r1 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-09 07:18:47 UTC
Created attachment 899660 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-09 07:18:47 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


Cython.Compiler.Errors.CompileError: cypari2/convert.pyx
Error compiling Cython file:
Comment 3 Michael Orlitzky gentoo-dev 2024-08-15 12:46:45 UTC
This is fixed in cypari2-2.2.0, right?
Comment 4 François Bissey 2024-08-15 19:19:16 UTC
This looks like an issue that appeared with cython 3.0.11 (and is considered a regression) and indeed it should be fixed in 2.2.0 (even in 2.1.5 I am told).
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-08-15 19:23:49 UTC
https://github.com/cython/cython/issues/6335 mentions sagemath but the error is different.
Comment 6 François Bissey 2024-08-15 19:44:07 UTC
This report mention cython 3.0.11 being used and I have seen cypari2-2.1.4 failing to build in a similar way to sage with it using gcc-13. And the message is also about non matching signatures.

If we want to be sure it is a gcc-15 issue, it needs to be build with cython 3.0.10.
Comment 7 Michael Orlitzky gentoo-dev 2024-09-06 02:53:57 UTC
This was indeed due to cython-3.11 and cypari2 < 2.1.5. I'll file a stablereq for the new cypari2 since cython-3.11 is being stabilized.