|
Bugzilla – Full Text Bug Listing |
| Summary: | python-databases: fails to build from source on ALP | ||
|---|---|---|---|
| Product: | [SUSE ALP - SUSE Adaptable Linux Platform] Granite | Reporter: | Héctor Orón Martínez <hector.oron> |
| Component: | Basesystem | Assignee: | Python maintainers (group account) <python-maintainers> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | Major | ||
| Priority: | P1 - Urgent | CC: | daniel.garcia, ihno, jsrain, kstreitova, mmachova, python-maintainers, saweber, steven.kowalik |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Héctor Orón Martínez
2023-06-05 12:14:56 UTC
The problem is due to outdated SQAlchemy, please take a newer version from the Factory. It is not due to that, this package requires SQLAlchemy 1, and further more, the build log failure talks about typing_extensions, nothing to do with SQLAlchemy. I have solved the build failure in Factory with https://build.opensuse.org/request/show/1091001 , please sync when that is merged. (In reply to Steve Kowalik from comment #2) > It is not due to that, this package requires SQLAlchemy 1, and further more, > the build log failure talks about typing_extensions, nothing to do with > SQLAlchemy. I have solved the build failure in Factory with > https://build.opensuse.org/request/show/1091001 , please sync when that is > merged. If you can submit a SR to IBS project, jsrain can review and accept it. Thanks for the fixes (In reply to Héctor Orón Martínez from comment #3) > (In reply to Steve Kowalik from comment #2) > > It is not due to that, this package requires SQLAlchemy 1, and further more, > > the build log failure talks about typing_extensions, nothing to do with > > SQLAlchemy. I have solved the build failure in Factory with > > https://build.opensuse.org/request/show/1091001 , please sync when that is > > merged. > > If you can submit a SR to IBS project, jsrain can review and accept it. > > Thanks for the fixes I've just created the request with the same changes https://build.suse.de/request/show/300699 python-databases builds correctly right now. https://build.suse.de/package/live_build_log/SUSE:ALP:Source:Standard:Core:1.0:Build/python-databases/standard/x86_64 Verified. |