Here's a comment from Sound:
I fixed this in branch perl-518, but I will merge that one into master only after 0.9.10 is released.
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 8 9 10 Next › Last »
jamar commented on 2013-06-06 08:58 (UTC)
jamar commented on 2013-06-05 14:11 (UTC)
Seems like the only problem with new perl version is that lexical $_ and smartmatch are now considered experimental, thus generates warnings and sauses script fail to compile. A quick fix for now is just suppressing those warnings by adding:
no warnings "experimental::smartmatch"; and/or
no warnings "experimental::lexical_topic";
to affected files.
Updated PKGBUILD and patch is here:
http://jamar.veska.info/files/slic3r-git.tar.gz
I haven't tested it thoroughly, but at least it builds and run.
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