super-slicer: fix build for GCC 14#361477
Closed
FliegendeWurst wants to merge 1 commit intoNixOS:masterfrom
Closed
super-slicer: fix build for GCC 14#361477FliegendeWurst wants to merge 1 commit intoNixOS:masterfrom
FliegendeWurst wants to merge 1 commit intoNixOS:masterfrom
Conversation
Contributor
|
Getting a build error from latest master with this applied: error: builder for '/nix/store/47j1v340k32jn3v46bjkzqi9k42xdzlr-super-slicer-2.4.58.5.drv' failed with exit code 1;
last 23 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/vfqwfnc0m23mlndi80amcfagyk3dddrn-source
> source root is source
> Running phase: patchPhase
> substituteStream() in derivation super-slicer-2.4.58.5: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'src/PrusaSlicer.cpp')
> substituteStream() in derivation super-slicer-2.4.58.5: WARNING: pattern list\(APPEND\ wxWidgets_LIBRARIES\ libexpat\) doesn't match anything in file 'src/CMakeLists.txt'
> substituteStream() in derivation super-slicer-2.4.58.5: WARNING: pattern libexpat doesn't match anything in file 'src/libslic3r/CMakeLists.txt'
> applying patch /nix/store/a1vdclpnypig8j0n419590qjk9vgqdki-superslicer-2.4.58.3-boost-1.79-port-v2.patch
> patching file src/hints/HintsToPot.cpp
> patching file src/libslic3r/AppConfig.cpp
> patching file src/libslic3r/AppConfig.hpp
> patching file src/libslic3r/LocalesUtils.cpp
> patching file src/libslic3r/Preset.cpp
> patching file src/slic3r/GUI/CreateMMUTiledCanvas.cpp
> patching file src/slic3r/GUI/DesktopIntegrationDialog.cpp
> patching file src/slic3r/GUI/GUI_App.cpp
> patching file src/slic3r/GUI/HintNotification.cpp
> patching file src/slic3r/GUI/Preferences.cpp
> patching file src/slic3r/GUI/ScriptExecutor.cpp
> applying patch /nix/store/xgd5yzxl0ln024327ipsz2kdjmdslcwf-meshboolean-const.patch
> patching file src/libslic3r/MeshBoolean.cpp
> Hunk #1 FAILED at 147.
> 1 out of 1 hunk FAILED -- saving rejects to file src/libslic3r/MeshBoolean.cpp.rej
For full logs, run 'nix log /nix/store/47j1v340k32jn3v46bjkzqi9k42xdzlr-super-slicer-2.4.58.5.drv'.With an outright revert of 3c6f5c3, we're building. I'm wondering if we shouldn't split up prusa-slicer and super-slicer - maybe with a common base - when the build is diverging like this. |
Member
Author
|
Looks like this patch was already done in the meantime. |
Contributor
|
Are you considering the issue resolved, or are you working on another fix? |
Member
Author
|
I am testing again. But I'd think that a conflict on these lines indicates that it was fixed. |
Member
Author
|
Actually, I checked on the wrong branch. Seems it is still an issue |
2 tasks
Member
Author
|
Opened #362194 |
28 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regression from #359083, #356812
cc @bendlas
Things done