Bug 2385207
| Summary: | ncmpcpp: FTBFS in Fedora rawhide/f43 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | ncmpcpp | Assignee: | Dominic Hopf <dmaphy> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | dmaphy, mtasaka, sanjay.ankur | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2025-08-14 07:29:46 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: | 2339432 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2025-07-30 15:36:01 UTC
Created attachment 2100887 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2100888 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2100889 [details]
state.log
So the following lines: https://github.com/ncmpcpp/ncmpcpp/blob/3e6d992b938de9ba3019302027bd64dbcab6f8c6/m4/boost.m4#L173-L175 is now failing with bash 5.3 when "$boost_dir" is null string as: With bash-5.2.37-1.fc42.x86_64: $ cd '' ; echo $? 0 With $ cd '' ; echo $? -bash: cd: null directory 1 This is bash change: https://cgit.git.savannah.gnu.org/cgit/bash.git/commit/?h=devel&id=136cdf8108f2d6c6dd9710c544b1b7b6bd790617 as this is expected by POSIX.1-2024 change: https://www.austingroupbugs.net/view.php?id=1047 The last bash behavior is with bash-5.3.0-2.fc43.x86_64 Thank you so much for diving that deep into the issue and pointing this out! For the record, opened upstream bug at https://github.com/ncmpcpp/ncmpcpp/issues/634 to let upstream know and maybe apply the above patch. |