Bug 2172715

Summary: F39FailsToInstall: prusa-slicer
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: prusa-slicerAssignee: Jason Tibbitts <j>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (prusa-slicer) Fails To Install in Fedora 39:

can't install prusa-slicer:
  - nothing provides libboost_filesystem.so.1.78.0()(64bit) needed by prusa-slicer-2.4.2-7.fc38.x86_64
  - nothing provides libboost_thread.so.1.78.0()(64bit) needed by prusa-slicer-2.4.2-7.fc38.x86_64
  - nothing provides libboost_iostreams.so.1.78.0()(64bit) needed by prusa-slicer-2.4.2-7.fc38.x86_64
  - nothing provides libboost_locale.so.1.78.0()(64bit) needed by prusa-slicer-2.4.2-7.fc38.x86_64
  - nothing provides libboost_chrono.so.1.78.0()(64bit) needed by prusa-slicer-2.4.2-7.fc38.x86_64
  - nothing provides libboost_log.so.1.78.0()(64bit) needed by prusa-slicer-2.4.2-7.fc38.x86_64
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-39-x86_64 --config-opts mirrored=False install prusa-slicer


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Miro Hrončok 2023-02-23 00:11:03 UTC
Attempting a chained build in https://koji.fedoraproject.org/koji/taskinfo?taskID=97878133

Comment 2 Miro Hrončok 2023-02-23 09:36:29 UTC
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();
      |         ^~~~

Comment 3 Miro Hrončok 2023-02-27 07:08:47 UTC
Thank you!