Bug 2172715
| Summary: | F39FailsToInstall: prusa-slicer | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | prusa-slicer | Assignee: | Jason Tibbitts <j> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jstanek, j, mhroncok, mtasaka, spotrh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | prusa-slicer-2.4.2-9.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-02-27 05:28:08 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: | 2172711 | ||
| Bug Blocks: | 2158241, 2168842, 2168845 | ||
|
Description
Fedora Fails To Install
2023-02-22 23:45:04 UTC
Attempting a chained build in https://koji.fedoraproject.org/koji/taskinfo?taskID=97878133 The build failed (on s390x) with:
[ 18%] Building CXX object src/imgui/CMakeFiles/imgui.dir/imgui_draw.cpp.o
cd /builddir/build/BUILD/PrusaSlicer-version_2.4.2/redhat-linux-build/src/imgui && /usr/bin/g++ -DSLIC3R_GUI -DUNICODE -DWXINTL_NO_GETTEXT_MACRO -D_UNICODE -DwxNO_UNSAFE_WXSTRING_CONV -DwxUSE_UNICODE -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/builddir/build/BUILD/PrusaSlicer-version_2.4.2/src -I/builddir/build/BUILD/PrusaSlicer-version_2.4.2/redhat-linux-build/src/platform -isystem /usr/include/eigen3 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=z13 -mtune=z14 -fasynchronous-unwind-tables -fstack-clash-protection -fext-numeric-literals -Wall -Wno-reorder -DNDEBUG -std=gnu++17 -fPIC -fsigned-char -Werror=return-type -Wno-ignored-attributes -Wno-unknown-pragmas -MD -MT src/imgui/CMakeFiles/imgui.dir/imgui_draw.cpp.o -MF CMakeFiles/imgui.dir/imgui_draw.cpp.o.d -o CMakeFiles/imgui.dir/imgui_draw.cpp.o -c /builddir/build/BUILD/PrusaSlicer-version_2.4.2/src/imgui/imgui_draw.cpp
/builddir/build/BUILD/PrusaSlicer-version_2.4.2/src/hints/HintsToPot.cpp: In function 'bool write_to_pot(boost::filesystem::path, const std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >&)':
/builddir/build/BUILD/PrusaSlicer-version_2.4.2/src/hints/HintsToPot.cpp:12:28: error: 'ofstream' is not a member of 'boost::filesystem'
12 | boost::filesystem::ofstream file(std::move(path), std::ios_base::app);
| ^~~~~~~~
/builddir/build/BUILD/PrusaSlicer-version_2.4.2/src/hints/HintsToPot.cpp:12:28: note: suggested alternatives:
In file included from /usr/include/c++/13/ios:40,
from /usr/include/c++/13/ostream:40,
from /usr/include/c++/13/iostream:41,
from /builddir/build/BUILD/PrusaSlicer-version_2.4.2/src/hints/HintsToPot.cpp:1:
/usr/include/c++/13/iosfwd:167:41: note: 'std::ofstream'
167 | typedef basic_ofstream<char> ofstream;
| ^~~~~~~~
/usr/include/c++/13/iosfwd:167:41: note: 'std::ofstream'
/builddir/build/BUILD/PrusaSlicer-version_2.4.2/src/hints/HintsToPot.cpp:20:17: error: 'file' was not declared in this scope
20 | file << "\n#: resources/data/hints.ini: ["<< element.first << "]\nmsgid \"" << element.second << "\"\nmsgstr \"\"\n";
| ^~~~
/builddir/build/BUILD/PrusaSlicer-version_2.4.2/src/hints/HintsToPot.cpp:22:9: error: 'file' was not declared in this scope
22 | file.close();
| ^~~~
Thank you! |