Bug 1989847
Summary: | community-mysql: FTBFS exclusively on the ppc64le arch due to use of "constexpr" and GCC | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michal Schorm <mschorm> | ||||
Component: | community-mysql | Assignee: | Michal Schorm <mschorm> | ||||
Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 35 | CC: | damien.ciabrini, hhorak, ljavorsk, mbayer, mkocka, mmuzila, mschorm, SpikeFedora, terje.rosten | ||||
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: | 2022-12-13 15:33:41 UTC | Type: | Bug | ||||
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: | 1983926 | ||||||
Attachments: |
|
Description
Michal Schorm
2021-08-04 08:12:45 UTC
hi! The origin of the problem is that after https://github.com/mysql/mysql-server/commit/93cb5899f9190ce9ef095c3b5472da071e9f479c#diff-af2db7f3bd3122eeaa50ef7af702c82a81a81abd80380f56e82b91d92cc93590 Bug #32512077 BUNDLE GOOGLETEST SOURCE unit tests (which is something different from MTR tests) are built by default. This was not the case for MySQL 8.0.25 in Fedora, hence code above has never been built on Fedora before. Simple workaround is revert to 8.0.25 behaviour by adding cmake option: -DWITH_UNIT_TESTS=0 (at least on problematic platforms) or disable this specific unit test. Such change will have no side effects on shipped binaries, unit tests is standalone bins which is not shipped at all. This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle. Changing version to 35. Link to commit fixing this issue: https://src.fedoraproject.org/rpms/community-mysql/c/e6208748d4cab839241ba89f69a1c3b6183a0b21?branch=rawhide (In reply to Lukas Javorsky from comment #3) > Link to commit fixing this issue: I wouldn't really say "fixing" but rather use term "workaround of this issue". I'd like to minimise the workaround impact and re-enable the unit tests on the aches where it works. However I encountered another issue I haven't time to deal with so I hit two birds with one stone by disabling it entirely :) I plan to leave this issue in MODIFIED state for a while, before I get back to it and continue with what I described above. This message is a reminder that Fedora Linux 35 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 35 on 2022-12-13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '35'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 35 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed. Fedora Linux 35 entered end-of-life (EOL) status on 2022-12-13. Fedora Linux 35 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora Linux please feel free to reopen this bug against that version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see the version field. If you are unable to reopen this bug, please file a new report against an active release. Thank you for reporting this bug and we are sorry it could not be fixed. |