Package Details: slic3r-git a-21

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)

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

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)

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.

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.