Your message dated Fri, 22 Aug 2014 00:46:11 +0200 with message-id <53f676b3.9080...@debian.org> and subject line Re: Bug#758187: slic3r: FTBFS on armhf has caused the Debian Bug report #758187, regarding slic3r: FTBFS on armhf to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 758187: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758187 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: slic3r Version: 1.1.7+dfsg-2 Severity: serious Justification: fails to build from source slic3r failed to build on armhf: | cc -I/usr/lib/perl/5.18/CORE -DVERSION="0.01" -DXS_VERSION="0.01" -fPIC -xc++ -D_FILE_OFFSET_BITS=64 -D_GLIBCXX_USE_C99 -DHAS_BOOL -DNOGDI -DSLIC3RXS -Isrc -Ibuildtmp -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -o buildtmp/XS.o buildtmp/XS.c | buildtmp/XS.c: In function 'void XS_Slic3r__Point_projection_onto_polygon(PerlInterpreter*, CV*)': | buildtmp/XS.c:777:2: error: 'Polygon' was not declared in this scope | Polygon* polygon; | ^ | buildtmp/XS.c:777:11: error: 'polygon' was not declared in this scope | Polygon* polygon; | ^ | buildtmp/XS.c:777:11: note: suggested alternative: | In file included from /usr/include/boost/polygon/polygon.hpp:12:0, | from src/Point.hpp:93, | from buildtmp/XS.c:183: | /usr/include/boost/polygon/isotropy.hpp:110:36: note: 'boost::polygon' | namespace boost { namespace polygon{ | ^ | buildtmp/XS.c:794:35: error: expected primary-expression before ')' token | polygon = (Polygon *)SvIV((SV*)SvRV( ST(1) )); | ^ | buildtmp/XS.c: In function 'void XS_Slic3r__Point_projection_onto_polyline(PerlInterpreter*, CV*)': | buildtmp/XS.c:823:2: error: 'Polyline' was not declared in this scope | Polyline* polyline; | ^ | buildtmp/XS.c:823:12: error: 'polyline' was not declared in this scope | Polyline* polyline; | ^ | buildtmp/XS.c:840:37: error: expected primary-expression before ')' token | polyline = (Polyline *)SvIV((SV*)SvRV( ST(1) )); | ^ | error building buildtmp/XS.o from 'buildtmp/XS.c' at /usr/share/perl/5.18/ExtUtils/CBuilder/Base.pm line 177. | dh_auto_build: perl Build returned exit code 2 Please take a look. The full build log is available from https://buildd.debian.org/status/fetch.php?pkg=slic3r&arch=armhf&ver=1.1.7+dfsg-2&stamp=1407932466. Cheers -- Sebastian Ramacher
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---On 15/08/14 10:34, Sebastian Ramacher wrote: > Source: slic3r > Version: 1.1.7+dfsg-2 > Severity: serious > Justification: fails to build from source > > slic3r failed to build on armhf: > | cc -I/usr/lib/perl/5.18/CORE -DVERSION="0.01" -DXS_VERSION="0.01" -fPIC > -xc++ -D_FILE_OFFSET_BITS=64 -D_GLIBCXX_USE_C99 -DHAS_BOOL -DNOGDI -DSLIC3RXS > -Isrc -Ibuildtmp -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv > -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector > --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O2 > -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security > -D_FORTIFY_SOURCE=2 -o buildtmp/XS.o buildtmp/XS.c > | buildtmp/XS.c: In function 'void > XS_Slic3r__Point_projection_onto_polygon(PerlInterpreter*, CV*)': > | buildtmp/XS.c:777:2: error: 'Polygon' was not declared in this scope > | Polygon* polygon; > | ^ > | buildtmp/XS.c:777:11: error: 'polygon' was not declared in this scope > | Polygon* polygon; > | ^ > | buildtmp/XS.c:777:11: note: suggested alternative: > | In file included from /usr/include/boost/polygon/polygon.hpp:12:0, > | from src/Point.hpp:93, > | from buildtmp/XS.c:183: > | /usr/include/boost/polygon/isotropy.hpp:110:36: note: 'boost::polygon' > | namespace boost { namespace polygon{ > | ^ > | buildtmp/XS.c:794:35: error: expected primary-expression before ')' token > | polygon = (Polygon *)SvIV((SV*)SvRV( ST(1) )); > | ^ > | buildtmp/XS.c: In function 'void > XS_Slic3r__Point_projection_onto_polyline(PerlInterpreter*, CV*)': > | buildtmp/XS.c:823:2: error: 'Polyline' was not declared in this scope > | Polyline* polyline; > | ^ > | buildtmp/XS.c:823:12: error: 'polyline' was not declared in this scope > | Polyline* polyline; > | ^ > | buildtmp/XS.c:840:37: error: expected primary-expression before ')' token > | polyline = (Polyline *)SvIV((SV*)SvRV( ST(1) )); > | ^ > | error building buildtmp/XS.o from 'buildtmp/XS.c' at > /usr/share/perl/5.18/ExtUtils/CBuilder/Base.pm line 177. > | dh_auto_build: perl Build returned exit code 2 > > Please take a look. The full build log is available from > https://buildd.debian.org/status/fetch.php?pkg=slic3r&arch=armhf&ver=1.1.7+dfsg-2&stamp=1407932466. The package built fine. Let's close this for now, feel free to reopen if it happens again. Emilio
--- End Message ---