Task: Fix broken packages for Rocky Linux 10 #16
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sig_core/meta#16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Below are a list of packages that cannot be built for Rocky Linux 10, and their respective issues.
Below are a list of packages that cannot be imported due to "+" in the name and the source in which they are being imported from are already gitlabified.
-- missing unistd.h; need to patch source to include.
Resolved using this patch configuration, due to RPM 4.19 changes.
is this going to affect upstream? should we even try to PR a fix or open a ticket about it?
I am not sure.
Fedora employs similar spec changes to their portable packages, so they're already covered. I'm not sure how we could convey to CentOS Stream about this. I see issues with what they currently have:
I just wonder if they would be receptive to the change on their jira, since this seems to only affect RPM 4.19, which is EL10 (and current Fedora). I don't think it would hurt to try.
I've put out a question explaining the situation in the CentOS Integration SIG chat -- https://chat.fedoraproject.org/#/room/#centos-integration:fedora.im
re: java-*-openjdk -- rpm-build in 10 no longer Provides: /usr/lib/rpm/debugedit -- use binary from
debugedit
which is already BuildRequired.This required adding some swap to the current nodes and basically getting lucky. Current plan is to get systems with stronger resources to avoid this issue with not only rust, but other packages that use a ridiculous amount of RAM.
It decided to pass this time. disable checks may have not been necessary as it was crashing before even with it.
Reducing the number of cpu's used allowed the build to succeed on aarch64 and s390x