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.000029 |
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
1 2 3 4 5 6 .. 15 Next › Last »
Salamandar commented on 2024-04-11 14:42 (UTC)
Patched the issue reported here: https://github.com/prusa3d/PrusaSlicer/issues/12455
grappas commented on 2024-04-01 13:59 (UTC)
fatal: bad object 72f6a4e7c7dccc47f203ce8c27b3022c6d7743e8
gyscos commented on 2023-06-03 22:07 (UTC) (edited on 2023-06-09 23:58 (UTC) by gyscos)
Current status as of RC-1:
All cherry picked commits have been merged, so just remove/comment any
git cherry-pick
line from the PKGBUILD.The openSSL race-condition build failure is still there, and it's still random, so just retry if it fails once.
Previous update:
Current status as of beta 4:
Of the 3 cherry-picked commits, one was rebased (and is now
2c21a503b7861b6b993cc07f1433eb5a2d891a83
), the other two have been merged.So the 3 cherry-pick commands should be replaced with the single
git cherry-pick 2c21a503b7861b6b993cc07f1433eb5a2d891a83
. It currently builds fine with this.jamincollins commented on 2023-05-31 19:51 (UTC)
Looks like SRCINFO didn't get updated.
Salamandar commented on 2023-05-31 19:37 (UTC)
FYI, build should be fixed now.
jamincollins commented on 2023-05-31 18:06 (UTC)
Rather than fighting with compiling the git version (there are now other issues than the three listed), I created a new package that will be updated for every release build published on GitHub: https://aur.archlinux.org/packages/prusa-slicer-rel-bin
gyscos commented on 2023-05-21 10:31 (UTC) (edited on 2023-05-21 10:43 (UTC) by gyscos)
There's 3 different issues affecting this package at the moment:
patch -p1 ...
line from theprepare()
step.For the first two fixes, here's a patch file that will update the PKGBUILD and local patch files: https://gist.github.com/gyscos/347bf2d62cf93eb8d6d8c0b93341c344
auditor_3d commented on 2023-05-19 19:07 (UTC)
@gyscos, so explain this to a layman. What is going on here? I am getting the same error. You sayin just keep trying to build it until it works?
gyscos commented on 2023-05-16 13:51 (UTC) (edited on 2023-05-19 02:07 (UTC) by gyscos)
For me, this now fails applying the patch:
Essentially the patch is no longer required on the latest commits.
The remaining issues look fixed with https://github.com/prusa3d/PrusaSlicer/pull/10499
We could either take this PR as a patch, or checkout the branch directly.
The random failure when compiling OpenSSL is a bit annoying, but even on a 5900X (24 threads), it only affected me ~50% of the time, so re-running had a good chance of succeeding.
Salamandar commented on 2023-05-13 08:30 (UTC)
FYI this fails for me :
This is reported on other projects as well, and is due to the GCC 13 release: https://github.com/JuliaLang/julia/issues/49581
Not sure how I can handle that.
1 2 3 4 5 6 .. 15 Next › Last »