Package Details: slic3r 1.3.0-20

Git Clone URL: https://aur.archlinux.org/slic3r.git (read-only, click to copy)
Package Base: slic3r
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/
Keywords: 3d-printing
Licenses: GPL
Conflicts: slic3r-git
Provides: slic3r
Submitter: nickoe
Maintainer: nickoe (swiftgeek)
Last Packager: nickoe
Votes: 53
Popularity: 0.040978
First Submitted: 2012-08-26 23:07 (UTC)
Last Updated: 2022-09-24 18:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 14 Next › Last »

keenerd commented on 2020-12-28 23:58 (UTC) (edited on 2020-12-29 05:12 (UTC) by keenerd)

dsjstc: You don't fully understand what the AUR is. That message means you need to rebuild your old out-of-tree AUR packages for the new version of boost.

Unfortunately, 1.3.0 doesn't build with the most recent boost. Adding these to prepare() seems to work for me:

sed -i 's|boost/detail/endian.hpp|boost/spirit/home/support/detail/endian.hpp|' xs/src/admesh/stl.h
sed -i 's|^.*admesh works correctly|//&|' xs/src/admesh/stl.h
sed -i '11i #include <boost/bind/bind.hpp>' xs/src/libslic3r/libslic3r.h
sed -i '12i using namespace boost::placeholders;' xs/src/libslic3r/libslic3r.h
sed -i 's/^my @cflags = qw(/&-DBOOST_BIND_GLOBAL_PLACEHOLDERS /' xs/Build.PL

dsjstc commented on 2019-10-27 23:21 (UTC) (edited on 2019-10-27 23:21 (UTC) by dsjstc)

Requires boost-libs 1.69, which does not exist. The available version at this moment is 1.71.

Can't load '/usr/lib/perl5/5.30/vendor_perl/auto/Slic3r/XS/XS.so' for module Slic3r::XS: libboost_filesystem.so.1.69.0: cannot open shared object file: No such file or directory at /usr/share/perl5/core_perl/XSLoader.pm line 93.

ejona86 commented on 2019-09-16 01:01 (UTC)

It seems the GUI depends on perl-libwww:

$ slic3r --gui
Can't locate LWP/UserAgent.pm in @INC (you may need to install the LWP::UserAgent module) (@INC contains: ...) at /usr/share/perl5/vendor_perl/Slic3r/GUI/Plater.pm line 26.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r/GUI/Plater.pm line 26.
Compilation failed in require at /usr/share/perl5/vendor_perl/Slic3r/GUI.pm line 35.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r/GUI.pm line 35.
Compilation failed in require at (eval 156) line 1.

nickoe commented on 2019-09-09 10:05 (UTC)

You need to install some of the optional packages

neo2001 commented on 2019-09-09 09:42 (UTC)

I've built this package and now want to start the application showing up in the app menu, but nothing happens? I tried to start "slic3r" in the command line, but I only get a long usage output of all possible options and arguments. Am I doing something wrong?

nickoe commented on 2019-07-02 22:23 (UTC)

@MightyTheJa, yeah, thank you. I missed that. I have updated it, but I didn't bump the pkgrel as there is no change if you already built it.

keenerd commented on 2019-07-02 17:16 (UTC)

MightyTheJa: Use my WIP pkgbuild. Nickoe glossed over most of the required corrections, including the changes to depends and makedepends.

MightyTheJa commented on 2019-07-02 12:14 (UTC)

Wouldn't build without boost,, shouldn't it be on dependency list?

nickoe commented on 2019-07-01 18:41 (UTC)

Ok, thank you for your feedback keenerd. I have now taken time to fix it up. I will push it shortly.

I wonder if it makes sense to move the gui stuff form the optdepends to depends for this package and maybe have a slic3r-nogui package if someone needs that.

keenerd commented on 2019-06-30 20:42 (UTC) (edited on 2019-06-30 20:44 (UTC) by keenerd)

I will save you some trouble then. Here is my WIP pkgbuild:

http://kmkeen.com/tmp/PKGBUILD.slic3r

Please note that there is some cruft that could probably be removed. I don't think any of the old patches are required.

I'll also be reviewing all of GPereira's contributions to the AUR. I've glanced at a couple, and so far they all had glaringly obvious red flags.