Bug 2429710
| Summary: | F44FailsToInstall: openscad | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | openscad | Assignee: | Miro Hrončok <mhroncok> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mhroncok |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openscad-2021.01-29.fc44 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-01-14 23:26:24 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: | 2384424, 2384425, 2429148 | ||
|
Description
Fedora Fails To Install
2026-01-14 19:09:05 UTC
src/FileModule.cc: In member function ‘void FileModule::registerUse(std::string, const Location&)’:
src/FileModule.cc:68:25: error: ‘is_regular’ is not a member of ‘fs’; did you mean ‘is_regular_file’?
68 | if (fs::is_regular(path)) {
| ^~~~~~~~~~
| is_regular_file
make: *** [Makefile:3702: objects/src/FileModule.o] Error 1
A change like this will probably do. But not sure if it will be enough: https://github.com/openscad/openscad/commit/cc51ea0a0dd14075df0f9af09ed4e20cce7fcb4c FEDORA-2026-ef85874828 (openscad-2021.01-29.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2026-ef85874828 FEDORA-2026-ef85874828 (openscad-2021.01-29.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report. |