Your message dated Tue, 14 Oct 2025 19:07:38 +0000
with message-id <[email protected]>
and subject line Bug#1110676: fixed in slic3r 1.3.0+dfsg1-6
has caused the Debian Bug report #1110676,
regarding slic3r ftbfs with boost 1.88
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 [email protected]
immediately.)
--
1110676: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110676
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:slic3r
Version: 1.3.0+dfsg1-5.1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: boost1.88
slic3r ftbfs with boost 1.88:
[...]
g++ -I/usr/lib/aarch64-linux-gnu/perl/5.40/CORE -fPIC -xc++
-Isrc/libslic3r -D_GLIBCXX_USE_C99 -DHAS_BOOL -DNOGDI -DSLIC3RXS
-DBOOST_ASIO_DISABLE_KQUEUE -Dexprtk_disable_rtl_io_file
-Dexprtk_disable_return_statement -Dexprtk_disable_rtl_vecops
-Dexprtk_disable_string_capabilities -Dexprtk_disable_enhanced_features
'-std=gnu++11' -DBOOST_LIBS -DNDEBUG -O -Wno-undefined-var-template
-Isrc -Ibuildtmp -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
'-D_FILE_OFFSET_BITS=64' -g -O2 '-Werror=implicit-function-declaration'
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
'-ffile-prefix-map=/<<PKGBUILDDIR>>=.' -fstack-protector-strong
-fstack-clash-protection -Wformat '-Werror=format-security'
'-mbranch-protection=standard'
'-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/slic3r-1.3.0+dfsg1-5.1build1'
-g -O2 '-Werror=implicit-function-declaration' -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer '-ffile-prefix-map=/<<PKGBUILDDIR>>=.'
-fstack-protector-strong -fstack-clash-protection -Wformat
'-Werror=format-security' '-mbranch-protection=standard'
'-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/slic3r-1.3.0+dfsg1-5.1build1'
-Wdate-time '-D_FORTIFY_SOURCE=3' -o src/libslic3r/GCodeSender.o
src/libslic3r/GCodeSender.cpp
cc1plus: warning: ‘-Werror=’ argument
‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument
‘-Werror=implicit-function-declaration’ is not valid for C++
In file included from
/usr/include/boost/smart_ptr/detail/deprecated_macros.hpp:8,
from
/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:22,
from
/usr/include/boost/smart_ptr/detail/shared_count.hpp:22,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/date_time/time_clock.hpp:17,
from /usr/include/boost/thread/thread_time.hpp:9,
from /usr/include/boost/thread/lock_types.hpp:18,
from /usr/include/boost/thread/pthread/thread_data.hpp:12,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/boost/thread.hpp:13,
from src/libslic3r/libslic3r.h:11,
from src/libslic3r/GCodeSender.hpp:5,
from src/libslic3r/GCodeSender.cpp:2:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice
of declaring the Bind placeholders (_1, _2, ...) in the global namespace
is deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain
the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
src/libslic3r/GCodeSender.hpp:40:11: error: ‘io_service’ in namespace
‘Slic3r::asio’ does not name a type; did you mean ‘use_service’?
40 | asio::io_service io;
| ^~~~~~~~~~
| use_service
src/libslic3r/GCodeSender.cpp: In constructor
‘Slic3r::GCodeSender::GCodeSender()’:
src/libslic3r/GCodeSender.cpp:56:7: error: class ‘Slic3r::GCodeSender’
does not have any field named ‘io’
56 | : io(), serial(io), can_send(false), sent(0), open(false),
error(false),
| ^~
src/libslic3r/GCodeSender.cpp:56:20: error: ‘io’ was not declared in
this scope; did you mean ‘boost::io’?
56 | : io(), serial(io), can_send(false), sent(0), open(false),
error(false),
| ^~
| boost::io
In file included from /usr/include/boost/io/ios_state.hpp:11,
from /usr/include/boost/thread/detail/thread.hpp:38,
from /usr/include/boost/thread/thread_only.hpp:22:
/usr/include/boost/io_fwd.hpp:13:11: note: ‘boost::io’ declared here
13 | namespace io {
| ^~
src/libslic3r/GCodeSender.cpp: In member function ‘bool
Slic3r::GCodeSender::connect(std::string, unsigned int)’:
src/libslic3r/GCodeSender.cpp:103:11: error: ‘class Slic3r::GCodeSender’
has no member named ‘io’
103 | this->io.post(boost::bind(&GCodeSender::do_read, this));
| ^~
src/libslic3r/GCodeSender.cpp:106:40: error: ‘Slic3r::asio::io_service’
has not been declared; did you mean ‘Slic3r::asio::use_service’?
106 | boost::thread t(boost::bind(&asio::io_service::run,
&this->io));
| ^~~~~~~~~~
src/libslic3r/GCodeSender.cpp:106:64: error: ‘class Slic3r::GCodeSender’
has no member named ‘io’
106 | boost::thread t(boost::bind(&asio::io_service::run,
&this->io));
| ^~
src/libslic3r/GCodeSender.cpp: In member function ‘void
Slic3r::GCodeSender::disconnect()’:
src/libslic3r/GCodeSender.cpp:161:11: error: ‘class Slic3r::GCodeSender’
has no member named ‘io’
161 | this->io.post(boost::bind(&GCodeSender::do_close, this));
| ^~
src/libslic3r/GCodeSender.cpp:163:11: error: ‘class Slic3r::GCodeSender’
has no member named ‘io’
163 | this->io.reset();
| ^~
src/libslic3r/GCodeSender.cpp: In member function ‘void
Slic3r::GCodeSender::send()’:
src/libslic3r/GCodeSender.cpp:446:11: error: ‘class Slic3r::GCodeSender’
has no member named ‘io’
446 | this->io.post(boost::bind(&GCodeSender::do_send, this));
| ^~
At global scope:
cc1plus: note: unrecognized command-line option
‘-Wno-undefined-var-template’ may have been intended to silence earlier
diagnostics
error building src/libslic3r/GCodeSender.o from
'src/libslic3r/GCodeSender.cpp' at
/usr/share/perl/5.40/ExtUtils/CBuilder/Base.pm line 185.
dh_auto_build: error: cd xs && /usr/bin/perl Build --install_path
arch=/usr/lib/slic3r/ returned exit code 2
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary-arch] Error 2
--- End Message ---
--- Begin Message ---
Source: slic3r
Source-Version: 1.3.0+dfsg1-6
Done: Chow Loong Jin <[email protected]>
We believe that the bug you reported is fixed in the latest version of
slic3r, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Chow Loong Jin <[email protected]> (supplier of updated slic3r package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 14 Oct 2025 17:20:38 +0800
Source: slic3r
Built-For-Profiles: noudeb
Architecture: source
Version: 1.3.0+dfsg1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian 3-D Printing Packages
<[email protected]>
Changed-By: Chow Loong Jin <[email protected]>
Closes: 1110676
Changes:
slic3r (1.3.0+dfsg1-6) unstable; urgency=medium
.
* [a499dcc] Acknowledge NMU
* [bb9d230] Patch to fix FTBFS with boost 1.88.
Thanks to Gregor Riepl <[email protected]> (Closes: #1110676)
* [cadd725] Drop libleatherman-dev build-dep
* [c8a5b78] d/copyright: Drop FSF address
* [fcc7a19] d/watch: Update to version 4
* [1e0fdd6] d/control: Bump Standards-Version to 4.7.2
* [61689bc] Bump dh compat to 13
Checksums-Sha1:
4043133e70ad795766e7722300515f01f74f3d38 2500 slic3r_1.3.0+dfsg1-6.dsc
b2f5a67b17fc50fcb5703841b08b3326f2b97f3b 33288
slic3r_1.3.0+dfsg1-6.debian.tar.xz
c37a3a9ba8fab568930028feb148a4d9fdf9b9da 18535
slic3r_1.3.0+dfsg1-6_source.buildinfo
Checksums-Sha256:
a8d258d3f0c1ec49d6cbe50c14df4ff6267823ad270b62ec85c2a5c3dd451762 2500
slic3r_1.3.0+dfsg1-6.dsc
768cc3d3b89eb7aaec30e2fc815e864201d37471cbba399412e49a3116268b9c 33288
slic3r_1.3.0+dfsg1-6.debian.tar.xz
e88696f5d7c2a790465382a334332fdb864dabb8cdc8309a128e1da1d10acb7a 18535
slic3r_1.3.0+dfsg1-6_source.buildinfo
Files:
5767f2454b720836f90db6561473233a 2500 perl optional slic3r_1.3.0+dfsg1-6.dsc
0086239898c990222ec5408b879286b6 33288 perl optional
slic3r_1.3.0+dfsg1-6.debian.tar.xz
72b1ec240a8e03942f9ba01f743501fe 18535 perl optional
slic3r_1.3.0+dfsg1-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEEuDQnfs/9/dZ027Q+9UiW1iHUqEFAmjumqIACgkQ+9UiW1iH
UqGBfA//bng6swh+DM+MzVoUUm3rzMTzRJcPZrLgAoWz08k21Tmi6xsKFY9z9pSW
LQCeeDLTpA6gfSdWstezhS4EqW3/FPBW3xtuBfaMyvS8m2djF6Tpklyufr4hZHVl
/uTNQmuqCeEl1Q8CgGp/yEdvvvsE55Bu95Q3AUqE43dPnPRBlyVx0mNpl7p2HO2q
ug8sV8iIRqap0Zi9y4EzSzrSxx3Y1D+G+6Z4uP8CuqBO3R+3aypciE3ppHOX66nm
5a7HU3TCOt7/6MklQkI4x6ft20iJZ3SsFTc7Rdz+MKA4HHbM/tDk6ymhhsIIQV7c
cuSonFRigvH6N+oLECpBufYVkZpeQDqCM2HCj/HZHtLF0puPLVWRUQauPG3oJt00
56ZRkGklz3cBBlhYjnQ2EJC+x8B/O0lIXdepXYp9yNacHoKdnZZFLHXNOb8YkD50
LfwoRre3hTGf8mqv14rHKwgaK0+8qBMjG5FhKngl4frDSlAclpoGMAYbLbj236rU
NUu7SWmpK7IUJmaPUy25ORJzx02/5wUdOGAaB6PUB1A5FwNq5oc7CqIUidtxAfJJ
GzOZqEyXm5ngDJLhq0VGRIKmbxl4aUgwYsfX3FQ8VYX05M8qbmkqI9tF0tmmP9I5
KibNiEa3gcYdfdwdEJwwJAdLeN/ebBBgCRsHMon0GZ+wREY5x54=
=XqR8
-----END PGP SIGNATURE-----
pgp2uCvcTfEiE.pgp
Description: PGP signature
--- End Message ---