Search Criteria
Package Details: prusa-slicer-git 2.7.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/prusa-slicer-git.git (read-only, click to copy) |
---|---|
Package Base: | prusa-slicer-git |
Description: | G-code generator for 3D printers (Prusa fork of Slic3r) (git version) |
Upstream URL: | https://github.com/prusa3d/PrusaSlicer |
Licenses: | AGPL3 |
Conflicts: | prusa-slicer |
Submitter: | Salamandar |
Maintainer: | Salamandar |
Last Packager: | Salamandar |
Votes: | 14 |
Popularity: | 0.000028 |
First Submitted: | 2019-07-08 08:14 (UTC) |
Last Updated: | 2024-04-11 14:51 (UTC) |
Dependencies (8)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- intel-tbb (onetbb-gitAUR, onetbb)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtest (googletest-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 15 Next › Last »
LuckyTurtleDev commented on 2021-07-12 11:03 (UTC) (edited on 2021-07-12 11:26 (UTC) by LuckyTurtleDev)
@nobodyinperson I did hit the same issue at the superslicer package (is a prusaslicer fork), which I did maintain. I was able to fix it by using the official prusa-slicer-openexr3 patch.
Sadly the maintainer of this package seems not willing to maintain this packages anymore. I had create a orphan request now, so someone else can maintain it.
nobodyinperson commented on 2021-07-11 11:37 (UTC) (edited on 2021-07-11 11:37 (UTC) by nobodyinperson)
prusa-slicer-git
fails to build for a longer time now. It keeps erroring out with the following (in fresh Arch docker container an x86_64 and aarch64 Manjaro):Any ideas?
LuckyTurtleDev commented on 2021-05-01 16:35 (UTC)
@whoops you may also want to remove the qhull patch. The issue was fixed in qhull 2020.2-4.
Does cmake detect wxWidgets now if not both gtk2 and gtk3 are installed?
whoops commented on 2021-05-01 07:24 (UTC) (edited on 2021-05-01 08:36 (UTC) by whoops)
superslicer-git builds and sort of runs with https://github.com/archlinux/svntogit-community/blob/packages/prusa-slicer/trunk/prusa-slicer-openexr3.patch applied.
edit:
Stole some lines from superslicer-git:
https://pastebin.com/6SqEFyD0
local/prusa-slicer-git 2.4.0.alpha0.r230.gc414f932d-1
builds fine, runs fine, printed one thing fine.
Started it with
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/wxgtk-dev/lib prusa-slicer
There's probably a better way to do this.
LuckyTurtleDev commented on 2021-04-30 15:38 (UTC) (edited on 2021-05-02 09:26 (UTC) by LuckyTurtleDev)
I am using wxgtk3-dev-opt for superslicer (a fork of prusaslicer). May this is a option for prusaslicer too.
~~But I did not have a solution for OpenEXR.~~
whoops commented on 2021-04-30 14:27 (UTC)
Managed to build some 4+ versions recently, totally wasn't worth it and it doesn't look good. Several problems:
Even the ones previously built won't run with openexr 3 and I guess they aren't expected to build or run with openexr 3 until prusa upgades? Not sure that's going to happen soon, sounds like a "porting guide" has yet to be written? https://github.com/AcademySoftwareFoundation/openexr/issues/900
Also prusa slicer does not build with wxgtk < 3.1, it does not build with some wxgtk-dev versions and with wxgtk-dev above 3.4 it builds but it segfaults due to glew errors or something (or other render stuff, made a bit of a mess and rushed through it, but everything looks broken).
Did not manage to get static build working. Read somewhere, prusa is maintaining a special version of wxgtk 3.1 with backports as well as other libraries. That seems like it might be one possible workaround for both dynamic library problems. There's problems with tbb not being found, needed to add -DTBB_LIBRARIES=/usr/include/tbb to the build options. But then I ran into some weird xrendr issues again, then Half wasn't found yet again and I'm not sure if static libraries are working at all or if that option just made things worse, so I stopped.
So long story short: Can't really create issues on prusa github since I made to much of a mess and at this point have no idea what's going on exactly. Maybe everything is broken, maybe I broke everything else while failing to fix 2 things. Either way, I'm going to have to downgrade prusaslicer because the openexr update is kind of hard to roll back without restoring the whole system from a backup.
Downgraded to stable 3.5 for now. Crashed initially, had to change one occurrence of "marlinfirmware" in ~/.config/PrusaSlicer/vendor/PrusaResearch.ini to just "marlin", after that prusaslicer needs "reconfiguring" but as far as I can tell it retained all of my settings (except I had to re-add the octoprint connection).
LuckyTurtleDev commented on 2021-04-30 10:14 (UTC) (edited on 2021-04-30 10:16 (UTC) by LuckyTurtleDev)
In libOpenEXR 3 libIlmImf was renamed to libOpenEXR and moved to the imath package. The header were not changed, and are now included by OpenEXR via a CMakes. I am not sure why this does not work.
https://github.com/AcademySoftwareFoundation/openexr/blob/master/CHANGES.md#version-301-april-1-2021
khumarahn commented on 2021-04-29 17:18 (UTC)
Hi. It fails for me with
Same with superslicer-git.
kristaba commented on 2021-04-27 12:11 (UTC) (edited on 2021-04-27 12:11 (UTC) by kristaba)
@nekonoor @Salamandar for information, there is a duplicate of this issue in the upstream issue tracker ( https://github.com/prusa3d/PrusaSlicer/issues/6421 ).
For now the only proposed solution is to build with static libraries, so I hope someone will figure out a cleaner fix.
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 15 Next › Last »