Control: tags -1 unreproducible moreinfo -=| David Eccles (gringer), 12.10.2013 20:17:47 +1300 |=- > Package: libboost-geometry-utils-perl > Version: 0.15-1+b1 > Severity: important > > I've been having trouble running Repetier-Host effectively after a debian > update a few days ago. The current problem is an API mismatch error when > running the Slic3r program, which uses Boost::Geometry::Utils: > > 20:05:30.986 : Slic3r > command:/home/grinja/install/reprap/repetier/RepetierHost/Slic3r/slic3r.pl > --load "/home/grinja/repetier/slic3r.ini" --print-center 90,90 -o > "/home/grinja/repetier/composition.gcode" > "/home/grinja/repetier/composition.obj" > 20:05:31.481 : <Slic3r> Perl API version v5.14.0 of Boost::Geometry::Utils > does not match v5.18.0 at /usr/share/perl/5.18/XSLoader.pm line 92. > 20:05:31.481 : <Slic3r> Compilation failed in require at > /home/grinja/install/reprap/slic3r/git/Slic3r/lib/Slic3r.pm line 36.
Boost::Geometry::Utils seems to load fine here: $ perl -MBoost::Geometry::Utils -E'say "OK"' OK Perhaps you have an old version somewhere in your @INC? $ perl -MModule::Util=find_installed -wE'say find_installed "Boost::Geometry::Utils"' /usr/lib/perl5/Boost/Geometry/Utils.pm > My guess from this error is that Boost::Geometry::Utils was built for Perl > v5.14.0, rather than the currently installed version (v5.18.1), and this > makes Perl sad. Version 0.15-1+b1 is a rebuild against perl 5.18 and depends on perlapi-5.18.1. See https://buildd.debian.org/status/fetch.php?pkg=libboost-geometry-utils-perl&arch=amd64&ver=0.15-1+b1&stamp=1377823065
signature.asc
Description: Digital signature

