Search Criteria
Package Details: slic3r-git a-21
Package Actions
Git Clone URL: | https://aur.archlinux.org/slic3r-git.git (read-only, click to copy) |
---|---|
Package Base: | slic3r-git |
Description: | Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge. |
Upstream URL: | http://slic3r.org/ |
Licenses: | GPL |
Conflicts: | slic3r, slic3r-xs, slic3r-xs-git |
Provides: | slic3r, slic3r-xs, slic3r-xs-git |
Submitter: | swiftgeek |
Maintainer: | swiftgeek (nickoe) |
Last Packager: | swiftgeek |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2012-06-23 10:45 (UTC) |
Last Updated: | 2022-06-03 17:50 (UTC) |
Dependencies (27)
- boost (boost-gitAUR)
- perl (perl-gitAUR)
- perl-encode-locale
- perl-extutils-makemaker (perl-gitAUR, perl)
- perl-extutils-parsexs (perl-gitAUR, perl)
- perl-io-stringy
- perl-libwww
- perl-math-clipperAUR
- perl-math-convexhullAUR
- perl-math-convexhull-monotonechainAUR
- perl-math-geometry-voronoiAUR
- perl-math-planepathAUR
- perl-moo
- perl-sub-quote
- perl-threads (perl-gitAUR, perl)
- git (git-gitAUR, git-glAUR) (make)
- perl-devel-checklib (make)
- perl-module-build (make)
- perl-module-build-withxsppAUR (make)
- perl-class-xsaccessorAUR (optional) – creating faster accessor methods
- perl-net-bonjourAUR (optional) – support for autodiscovery of printers on network (octoprint)
- perl-net-dbus (perl-net-dbus-gitAUR) (optional) – notifications support via any dbus-based notifier
- perl-openglAUR (optional) – support for opengl preview
- perl-wxAUR (optional) – GUI support
- perl-wx-glcanvasAUR (optional) – support for opengl preview
- perl-xml-sax (optional) – Additive Manufacturing File Format (AMF) support
- perl-xml-sax-expatxsAUR (optional) – make AMF parsing faster
Required by (1)
- repetier-host (requires slic3r) (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
Hibou commented on 2016-08-29 03:46 (UTC)
Tried reinstalling this program, so far when I try to run with the GUI I receive the following:
09:42:53 PM: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1010,wx containers,compatible with 2.8).
Can't locate OpenGL.pm in @INC (you may need to install the OpenGL module) (@INC contains: /usr/bin/vendor_perl/lib /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /usr/share/perl5/vendor_perl/Slic3r/GUI/Plater/2DToolpaths.pm line 120.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r/GUI/Plater/2DToolpaths.pm line 120.
Compilation failed in require at /usr/share/perl5/vendor_perl/Slic3r/GUI.pm line 16.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r/GUI.pm line 16.
Compilation failed in require at (eval 64) line 1
I tried installing wx via the package wx-perl and also through cpan using 'cpan -i Wx', but the error persists! I can't get the command line to work (won't take my ini files or verbose inputs), so I was going to try using the GUI.
swiftgeek commented on 2016-04-19 00:37 (UTC) (edited on 2018-11-07 01:46 (UTC) by swiftgeek)
If something breaks on PKGBUILD side, please bother me directly on freenode (usually available at #slic3r) XS compilation requires more than 512MiB of installed RAM, adding same amount of swap makes it build (tested on armv7h, Allwinner A13)
Perl update guide: https://lists.archlinux.org/pipermail/arch-dev-public/2015-June/027236.html
or since 5.26:
pacman -Qqo '/usr/lib/perl5/5.26' where 5.26 is OLD version of perl
pzl commented on 2015-11-30 22:49 (UTC)
heads up to those running off of master:
321b1a9 was the last commit that compiled without changes for me. After that, a big old branch (code written in mid-2014) was merged in commit dbcc41e. It introduced a dependency on Devel::CheckLib so adding perl-devel-checklib to makedepends fixed that. It also made some changes to it's Boost dependency (see upstream announcement here: https://github.com/alexrj/Slic3r/issues/3117 ). So adding 'boost' (which includes dev headers) fixes that.
tl;dr to run off master add 'boost' and 'perl-devel-checklib' to makedepends
basil commented on 2015-10-29 18:04 (UTC)
After installing this package, when trying to run slic3r.pl --gui, I get the following error:
Warning: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.6).
Base class package "Wx::GLCanvas" is empty.
(Perhaps you need to 'use' the module which defines that package first,
or make that module available in @INC (@INC contains: /usr/bin/vendor_perl/lib /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .).
at /usr/share/perl5/vendor_perl/Slic3r/GUI/Plater/2DToolpaths.pm line 121.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r/GUI/Plater/2DToolpaths.pm line 121.
Compilation failed in require at /usr/share/perl5/vendor_perl/Slic3r/GUI.pm line 16.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r/GUI.pm line 16.
Compilation failed in require at (eval 66) line 1.
swiftgeek commented on 2015-06-29 09:34 (UTC)
Perl 5.22 state:
After patching perl-extutils-cppguess slic3r:xs compiles, and passes both sets of tests
As for GUI though, perl-opengl is broken - but if you are brave enough you can just disable check stage of that package
swiftgeek commented on 2015-06-16 21:07 (UTC)
Rebuild reminder and update script for perl 5.22:
https://lists.archlinux.org/pipermail/arch-dev-public/2015-June/027236.html
swiftgeek commented on 2015-02-28 07:58 (UTC)
New optdep: perl-net-bonjour for octoprint discovery
swiftgeek commented on 2015-02-11 21:08 (UTC)
Brought back prerequisites checking, just for info for now (|| true)
swiftgeek commented on 2015-01-25 01:28 (UTC)
a-14 shouldn't break $pkgver standards anymore (a-13 produced package with invalid '-' character in $pkgver; i.e 1.2.6-dev . If this happens again pkgver() will fail)
I also moved git/dialog stuff to pkgver() and finally disabled that useless message about detached head, so if it fails with with pacaur or similar aur helper - please reach me directly over mail/irc [swiftgeek, #slic3r @freenode]
From slic3r related news - please test new plater/gcode 3D previews
1.2.x is going to hit stable soon™
Pinned Comments
swiftgeek commented on 2016-04-19 00:37 (UTC) (edited on 2018-11-07 01:46 (UTC) by swiftgeek)
If something breaks on PKGBUILD side, please bother me directly on freenode (usually available at #slic3r) XS compilation requires more than 512MiB of installed RAM, adding same amount of swap makes it build (tested on armv7h, Allwinner A13)
Perl update guide: https://lists.archlinux.org/pipermail/arch-dev-public/2015-June/027236.html
or since 5.26:
pacman -Qqo '/usr/lib/perl5/5.26' where 5.26 is OLD version of perl