Bug 1987449 - edac-utils: FTBFS in Fedora rawhide/f35
Summary: edac-utils: FTBFS in Fedora rawhide/f35
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: edac-utils
Version: 35
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ben Beasley
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F35FTBFS F36FTBFS
TreeView+ depends on / blocked
 
Reported: 2021-07-29 14:53 UTC by Fedora Release Engineering
Modified: 2021-12-15 02:12 UTC (History)
3 users (show)

Fixed In Version: edac-utils-0.18-20.fc36 edac-utils-0.18-20.fc34 edac-utils-0.18-20.fc35
Clone Of:
Environment:
Last Closed: 2021-12-06 20:31:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (31.20 KB, text/plain)
2021-07-29 14:53 UTC, Fedora Release Engineering
no flags Details
root.log (32.00 KB, text/plain)
2021-07-29 14:53 UTC, Fedora Release Engineering
no flags Details
state.log (978 bytes, text/plain)
2021-07-29 14:53 UTC, Fedora Release Engineering
no flags Details

Description Fedora Release Engineering 2021-07-29 14:53:06 UTC
edac-utils failed to build from source in Fedora rawhide/f35

https://koji.fedoraproject.org/koji/taskinfo?taskID=72340655


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Please fix edac-utils at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
edac-utils will be orphaned. Before branching of Fedora 36,
edac-utils will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/

Comment 1 Fedora Release Engineering 2021-07-29 14:53:12 UTC
Created attachment 1807401 [details]
build.log

Comment 2 Fedora Release Engineering 2021-07-29 14:53:16 UTC
Created attachment 1807404 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2021-07-29 14:53:18 UTC
Created attachment 1807405 [details]
state.log

Comment 4 Fedora Release Engineering 2021-08-01 04:25:51 UTC
Dear Maintainer,

your package has an open Fails To Build From Source bug for Fedora 35.
Action is required from you.

If you can fix your package to build, perform a build in koji, and either create
an update in bodhi, or close this bug without creating an update, if updating is
not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to
acknowledge this. If you have already fixed this issue, please close this Bugzilla report.

Following the policy for such packages [2], your package will be orphaned if
this bug remains in NEW state more than 8 weeks (not sooner than 2021-09-23).

A week before the mass branching of Fedora 36 according to the schedule [3],
any packages not successfully rebuilt at least on Fedora 34 will be
retired regardless of the status of this bug.

[1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
[2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
[3] https://fedorapeople.org/groups/schedule/f-36/f-36-key-tasks.html

Comment 5 Ben Cotton 2021-08-10 13:18:00 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle.
Changing version to 35.

Comment 6 Fedora Release Engineering 2021-08-22 04:23:26 UTC
Dear Maintainer,

your package has an open Fails To Build From Source bug for Fedora 35.
Action is required from you.

If you can fix your package to build, perform a build in koji, and either create
an update in bodhi, or close this bug without creating an update, if updating is
not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to
acknowledge this. If you have already fixed this issue, please close this Bugzilla report.

Following the policy for such packages [2], your package will be orphaned if
this bug remains in NEW state more than 8 weeks (not sooner than 2021-09-23).

A week before the mass branching of Fedora 36 according to the schedule [3],
any packages not successfully rebuilt at least on Fedora 34 will be
retired regardless of the status of this bug.

[1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
[2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
[3] https://fedorapeople.org/groups/schedule/f-36/f-36-key-tasks.html

Comment 7 Fedora Release Engineering 2021-09-12 04:23:10 UTC
Dear Maintainer,

your package has an open Fails To Build From Source bug for Fedora 35.
Action is required from you.

If you can fix your package to build, perform a build in koji, and either create
an update in bodhi, or close this bug without creating an update, if updating is
not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to
acknowledge this. If you have already fixed this issue, please close this Bugzilla report.

Following the policy for such packages [2], your package will be orphaned if
this bug remains in NEW state more than 8 weeks (not sooner than 2021-09-23).

A week before the mass branching of Fedora 36 according to the schedule [3],
any packages not successfully rebuilt at least on Fedora 34 will be
retired regardless of the status of this bug.

[1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
[2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
[3] https://fedorapeople.org/groups/schedule/f-36/f-36-key-tasks.html

Comment 8 Ben Beasley 2021-12-06 03:06:07 UTC
I have just picked this package up after it was orphaned.

The problem is straightforward, and results from stricter rpath checking in F35 and later. On aarch64:

> + /usr/lib/rpm/check-rpaths
> …
> ERROR   0001: file '/usr/bin/edac-util' contains a standard  '/usr/lib64' in [/usr/lib64]

The simplest way to prevent this rpath from being added is to add BR’s on autoconf/automake/libtool and to add

> autoreconf --force --install --verbose

in %build—that is, to regenerate the configure script. (I am aware that various maintainers have strong opinions both for and against doing this.)

I will apply this fix, do a bit of additional spec file cleanup, and issue updated packages in the next few days.

Comment 9 Fedora Update System 2021-12-06 20:28:27 UTC
FEDORA-2021-cd69e78d33 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2021-cd69e78d33

Comment 10 Fedora Update System 2021-12-06 20:31:16 UTC
FEDORA-2021-cd69e78d33 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 11 Fedora Update System 2021-12-06 20:50:28 UTC
FEDORA-2021-cdcd33a0ae has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-cdcd33a0ae

Comment 12 Fedora Update System 2021-12-06 21:04:29 UTC
FEDORA-2021-09475aade3 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-09475aade3

Comment 13 Fedora Update System 2021-12-07 01:08:04 UTC
FEDORA-2021-09475aade3 has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-09475aade3`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-09475aade3

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 14 Fedora Update System 2021-12-07 01:21:48 UTC
FEDORA-2021-cdcd33a0ae has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-cdcd33a0ae`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-cdcd33a0ae

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 15 Fedora Update System 2021-12-15 01:33:37 UTC
FEDORA-2021-09475aade3 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 16 Fedora Update System 2021-12-15 02:12:40 UTC
FEDORA-2021-cdcd33a0ae has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.