Bug 2220128
Summary: | F39FailsToInstall: python3-basemap | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-basemap | Assignee: | Gwyn Ciesla <gwync> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | gui1ty, gwync |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-basemap-1.3.7-4.fc39 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-07-31 19:36:04 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2220091 | ||
Bug Blocks: | 2135404, 2168845, 2220464 |
Description
Fedora Fails To Install
2023-07-05 19:08:29 UTC
/usr/lib64/python3.12/site-packages/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /builddir/build/BUILD/basemap-1.3.7/packages/basemap/src/_geoslib.pyx tree = Parsing.p_module(s, pxd, full_module_name) Error compiling Cython file: ------------------------------------------------------------ ... __geos_major_version__ = GEOS_VERSION_MAJOR #if __geos_version__ != "2.2.3-CAPI-1.1.1": # raise ValueError('version 2.2.3 of the geos library is required') # intialize GEOS (parameters are notice and error function callbacks). initGEOS(notice_h, error_h) ^ ------------------------------------------------------------ packages/basemap/src/_geoslib.pyx:136:9: Cannot assign type 'void (char *, char *) except *' to 'GEOSMessageHandler' Error compiling Cython file: ------------------------------------------------------------ ... __geos_major_version__ = GEOS_VERSION_MAJOR #if __geos_version__ != "2.2.3-CAPI-1.1.1": # raise ValueError('version 2.2.3 of the geos library is required') # intialize GEOS (parameters are notice and error function callbacks). initGEOS(notice_h, error_h) ^ ------------------------------------------------------------ This is with the new Cython 3.0.0. Package builds fine with Cython 0.x. FEDORA-2023-fd1312beaa has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-fd1312beaa FEDORA-2023-fd1312beaa has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |