Bug 2319627
Summary: | glycin fails to build with setuptools 74+ | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | glycin | Assignee: | Fabio Valentini <decathorpe> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | decathorpe, gnome-sig, klember, rust-sig |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-10-18 18:28:01 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: | |||
Bug Blocks: | 2319387 |
Description
Miro Hrončok
2024-10-18 10:07:47 UTC
The error from the build log is: ``` /usr/bin/ld: /tmp/cceX8SM5.ltrans0.ltrans.o:(.data.rel+0x0): undefined reference to `gly_loader_get_type' /usr/bin/ld: /tmp/cceX8SM5.ltrans0.ltrans.o:(.data.rel+0x8): undefined reference to `gly_image_get_type' /usr/bin/ld: /tmp/cceX8SM5.ltrans0.ltrans.o:(.data.rel+0x10): undefined reference to `gly_frame_get_type' /usr/bin/ld: /tmp/cceX8SM5.ltrans0.ltrans.o:(.data.rel+0x18): undefined reference to `gly_sandbox_selector_get_type' /usr/bin/ld: /tmp/cceX8SM5.ltrans0.ltrans.o:(.data.rel+0x20): undefined reference to `gly_memory_format_get_type' /usr/bin/ld: /tmp/cceX8SM5.ltrans0.ltrans.o:(.data.rel+0x28): undefined reference to `gly_loader_error_get_type' /usr/bin/ld: /tmp/cceX8SM5.ltrans0.ltrans.o:(.data.rel+0x30): undefined reference to `gly_loader_error_quark' collect2: error: ld returned 1 exit status ``` I have no idea how a setuptools update could cause linker errors in a Rust package :) I've submitted more builds to both coprs to rule out flakiness. Another possibility is another package "poisoned" the copr, but the root.log only shows python3-setuptools from copr_base. Flaky it is. Phew 😅 thank you for double-checking! |