Your message dated Tue, 09 Sep 2025 10:34:16 +0000
with message-id <[email protected]>
and subject line Bug#1110575: fixed in dolfin 2019.2.0~legacy20240219.1c52e83-19
has caused the Debian Bug report #1110575,
regarding dolfin ftbfs with boost1.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.)
--
1110575: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110575
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dolfin
Version: 2019.2.0~legacy20240219.1c52e83-18
Severity: important
Tags: sid forky
User: [email protected]
Usertags: boost1.88
dolfin ftbfs with boost1.88
[...]
/<<PKGBUILDDIR>>/dolfin/io/File.cpp: In member function ‘void
dolfin::File::init(MPI_Comm, std::string, std::string)’:
/<<PKGBUILDDIR>>/dolfin/io/File.cpp:150:52: error: ‘extension’ is not a
member of ‘boost::filesystem’
150 | const std::string extension = boost::filesystem::extension(path);
| ^~~~~~~~~
/<<PKGBUILDDIR>>/dolfin/io/File.cpp:157:26: error: ‘extension’ is not a
member of ‘boost::filesystem’
157 |
boost::filesystem::extension(boost::filesystem::basename(path));
| ^~~~~~~~~
/<<PKGBUILDDIR>>/dolfin/io/File.cpp:157:55: error: ‘basename’ is not a
member of ‘boost::filesystem’; did you mean ‘rename’?
157 |
boost::filesystem::extension(boost::filesystem::basename(path));
| ^~~~~~~~
| rename
make[4]: *** [dolfin/CMakeFiles/dolfin.dir/build.make:1454:
dolfin/CMakeFiles/dolfin.dir/io/File.cpp.o] Error 1
--- End Message ---
--- Begin Message ---
Source: dolfin
Source-Version: 2019.2.0~legacy20240219.1c52e83-19
Done: Francesco Ballarin <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dolfin, 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.
Francesco Ballarin <[email protected]> (supplier of updated dolfin 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, 09 Sep 2025 07:21:02 +0000
Source: dolfin
Architecture: source
Version: 2019.2.0~legacy20240219.1c52e83-19
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Francesco Ballarin <[email protected]>
Closes: 1110575
Changes:
dolfin (2019.2.0~legacy20240219.1c52e83-19) unstable; urgency=medium
.
* Drop extraneous runtime dependency on python3-six [Alexandre Detiste]
* Update email address of Francesco Ballarin
* Standards-Version: 4.7.2 (routine-update)
* Reorder sequence of d/control fields by cme (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* No tab in license text (routine-update)
* Use secure URI in Homepage field.
* Add missing build dependency on python3-numpy-dev for command dh_numpy3.
* Use DEB_VERSION provided by /usr/share/dpkg/default.mk instead of querying
dpkg-parsechangelog, as suggested by routine-update.
* Add patch bump_minimum_boost_version.patch
- This patch will be required when Boost 1.89 is packaged by debian
because Boost 1.89 has removed the Boost.System library stub
- FindBoost.CMake will still search for Boost.System library stub if the
minimum required version of Boost declared in CMakeLists.txt is less than
1.72.
- Debian currently packages Boost 1.83, but there is no harm in including
this patch now because Boost.System has been header only since 1.69, and
therefore surely we do not need to include its library stub.
* Add patch jit_avoid_distutils.patch
- Patches a single line in python/dolfin/jit/pybind11jit.py removing an
import from distutils.
- Rationale: distutils has been deprecated since python 3.10 and removed in
python 3.12. While setuptools currently brings it back, there is no need
to rely on that for an import that can be easily replaced to avoid
distutils at all.
* Add patch deprecated-boost-filesystem-extension.patch
- Avoids calling deprecated boost::filesystem::extension in
dolfin/io/File.cpp and dolfin/io/XMLFile.cpp
- Closes: #1110575.
* Add patch deprecated-std-bind2nd.patch
- Avoids calling deprecated std::bind2nd in dolfin/io/H5File.cpp and
dolfin/io/XMLFile.cpp
Checksums-Sha1:
61a1aaca07af80ead8426eefcccdf5dd97e8a86c 4046
dolfin_2019.2.0~legacy20240219.1c52e83-19.dsc
005001ebbcca03ec48aa0c39e82bce3afedef4b1 54276
dolfin_2019.2.0~legacy20240219.1c52e83-19.debian.tar.xz
a74b90c6f4d56f50c02fa90f3d9922b88bd1779b 18193
dolfin_2019.2.0~legacy20240219.1c52e83-19_source.buildinfo
Checksums-Sha256:
ff095fecb6995ecf260bdd550240573d3e9c1796534f48197c79f59a64d9f830 4046
dolfin_2019.2.0~legacy20240219.1c52e83-19.dsc
8b3759c6bb50f1786bccfcef4f99aeb32f647b78bdc5e164b94c3b147bac5649 54276
dolfin_2019.2.0~legacy20240219.1c52e83-19.debian.tar.xz
464789e8bc70dc468955021a9c6d09b9a24859c4c9519981fcc6da70b9fa9fda 18193
dolfin_2019.2.0~legacy20240219.1c52e83-19_source.buildinfo
Files:
91594df2b362164cf64c4b30e95b1c15 4046 math optional
dolfin_2019.2.0~legacy20240219.1c52e83-19.dsc
c6f435cd6b14cc83a4fe4c0dff0a03d1 54276 math optional
dolfin_2019.2.0~legacy20240219.1c52e83-19.debian.tar.xz
982897a6accd23ed36d5505e82adf63f 18193 math optional
dolfin_2019.2.0~legacy20240219.1c52e83-19_source.buildinfo
-----BEGIN PGP SIGNATURE-----
wsG7BAEBCgBvBYJov//bCRAB81/DPnOvjEcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmcsEde09FJXSDBxBMETPUk80sI8tihb0GivJt4fxmxA
hhYhBBtdBLHlB7vwNmniuAHzX8M+c6+MAABlbg//fm4gNEzfDd8Oo+rANUyAlbHZ
saQ9ofJyU0j8pD20UoAFRbrEovaGFffW6inFGjXm9ymeDq8eWEYP+77o2pFgkUul
GIqtkEBY/5UIZjMOzVo1EGfvRZOaw2J+FVzCBWf+8lhOoBqjJbU9ORS2mL6xqM5x
KlaceKhH5KWf+B11GhIu1uJsSuWvXISnmvhteIsZJgNTozSnpdX9fNs2jTqjldOB
i3cXIZV5zLS7j8Ifpq9viCaoGrP6zEurujT5zH/ccVsfGM1gQ3SnGBDv7XXeQOry
UySlNCgbXBBAOncVIvbNfv5caV/2m2aRtbAx6D13ynkl4eTy8q8+313pIBsfgVTI
G+NrCpPUEZu5fN9QPTcTXr7sHu7px+8aLRNGC4a2UWmxdURKu4yoydrtrBJ9J77r
2yTOHJ+6+lGhhY3hw0swaKKeQOQqkaHRhwDz4M1A0xgLXSabqGWynAWm3jJuJ5cR
6gGuXaXL3AiCZfNkk6DmCAnE68h8cfews+UKHta5JA5FH+sKZLIs3hzulonFpxKR
mGWeU6EBd3+25MIZxeE5n2Tlk+X5OFnBwu9qDOH70ZkKs2+rBBtpu9UGhB7ARH4O
eH/PA0AEDFGVOsUXuLN7mdAWZf89RrMMhgb8E0rh7utWlh+xSysmEV+ZsiV6nfSF
T+KLIVjg1KjFTqoD0Pc=
=PVoe
-----END PGP SIGNATURE-----
pgpTErao3YHy5.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers