Your message dated Tue, 09 Sep 2025 13:34:44 +0000
with message-id <[email protected]>
and subject line Bug#1114240: fixed in ocaml-mtime 2.1.0-3
has caused the Debian Bug report #1114240,
regarding ocaml-mtime: FTBFS: dh_missing: error: missing files, aborting
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.)
--
1114240: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114240
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ocaml-mtime
Version: 2.1.0-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ocaml-mtime, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with ocaml
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
ocaml pkg/pkg.ml clean
+ ocamlfind ocamlc -config
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_ocamlclean
dh_clean
debian/rules binary
dh binary --with ocaml
dh_update_autotools_config
dh_autoreconf
dh_ocamlinit
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
ocaml pkg/pkg.ml build --tests true
+ ocamlfind ocamlc -config
+ ocamlfind ocamlopt -I +unix unix.cmxa -I
/usr/lib/x86_64-linux-gnu/ocaml/5.3.0/ocamlbuild
/usr/lib/x86_64-linux-gnu/ocaml/5.3.0/ocamlbuild/ocamlbuildlib.cmxa -linkpkg
myocamlbuild.ml /usr/lib/x86_64-linux-gnu/ocaml/5.3.0/ocamlbuild/ocamlbuild.cmx
-o myocamlbuild
+ ocamlfind ocamlc -config
+ ocamlfind ocamldep -modules src/mtime.ml > src/mtime.ml.depends
+ ocamlfind ocamldep -modules src/mtime.mli > src/mtime.mli.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/mtime.cmi
src/mtime.mli
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -o src/mtime.cmx
src/mtime.ml
+ ocamlfind ocamlopt -a -I src src/mtime.cmx -o src/mtime.cmxa
+ ocamlfind ocamlopt -shared -linkall -I src src/mtime.cmxa -o src/mtime.cmxs
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/mtime.cmo
src/mtime.ml
+ ocamlfind ocamlc -a -I src src/mtime.cmo -o src/mtime.cma
+ ocamlfind ocamlc -g -c src/clock/mtime_clock_stubs.c
+ mv mtime_clock_stubs.o src/clock/mtime_clock_stubs.o
+ ocamlfind ocamlmklib -o src/clock/mtime_clock_stubs -g
src/clock/mtime_clock_stubs.o
+ ocamlfind ocamldep -modules src/clock/mtime_clock.ml >
src/clock/mtime_clock.ml.depends
+ ocamlfind ocamldep -modules src/clock/mtime_clock.mli >
src/clock/mtime_clock.mli.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I src/clock -I src -o
src/clock/mtime_clock.cmi src/clock/mtime_clock.mli
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src/clock -I src -o
src/clock/mtime_clock.cmx src/clock/mtime_clock.ml
+ ocamlfind ocamlopt -a -cclib -lmtime_clock_stubs -cclib -lrt -I src/clock
src/clock/mtime_clock.cmx -o src/clock/mtime_clock.cmxa
+ ocamlfind ocamlopt -shared -linkall src/clock/libmtime_clock_stubs.a -I
src/clock src/clock/mtime_clock.cmxa -o src/clock/mtime_clock.cmxs
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I src/clock -I src -o
src/clock/mtime_clock.cmo src/clock/mtime_clock.ml
+ ocamlfind ocamlc -a -dllib -lmtime_clock_stubs -cclib -lrt -cclib
-lmtime_clock_stubs -cclib -lrt -I src/clock src/clock/mtime_clock.cmo -o
src/clock/mtime_clock.cma
+ ocamlfind ocamldep -package compiler-libs.toplevel -modules
src/top/mtime_top.ml > src/top/mtime_top.ml.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package
compiler-libs.toplevel -I src/top -I src -o src/top/mtime_top.cmo
src/top/mtime_top.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -package
compiler-libs.toplevel -I src/top -I src -o src/top/mtime_top.cmx
src/top/mtime_top.ml
+ ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src/top
src/top/mtime_top.cmx -o src/top/mtime_top.cmxa
+ ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I
src/top src/top/mtime_top.cmxa -o src/top/mtime_top.cmxs
+ ocamlfind ocamlc -a -package compiler-libs.toplevel -I src/top
src/top/mtime_top.cmo -o src/top/mtime_top.cma
# No parallelism done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
ocaml pkg/pkg.ml test
pkg.ml: No tests to run.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
create-stamp debian/debhelper-build-stamp
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
opam-installer --prefix=/<<PKGBUILDDIR>>/debian/tmp
--libdir=./usr/lib/x86_64-linux-gnu/ocaml/5.3.0 mtime.install
Creating directory
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime
_build/opam =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/opam
_build/pkg/META =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/META
Creating directory
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock
_build/src/clock/libmtime_clock_stubs.a =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/libmtime_clock_stubs.a
_build/src/clock/mtime_clock.a =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.a
_build/src/clock/mtime_clock.cma =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.cma
_build/src/clock/mtime_clock.cmi =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.cmi
_build/src/clock/mtime_clock.cmt =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.cmt
_build/src/clock/mtime_clock.cmti =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.cmti
_build/src/clock/mtime_clock.cmx =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.cmx
_build/src/clock/mtime_clock.cmxa =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.cmxa
_build/src/clock/mtime_clock.cmxs =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.cmxs
_build/src/clock/mtime_clock.ml =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.ml
_build/src/clock/mtime_clock.mli =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.mli
_build/src/clock/mtime_clock_stubs.c =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock_stubs.c
_build/src/clock/runtime.js =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/runtime.js
_build/src/mtime.a =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.a
_build/src/mtime.cma =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.cma
_build/src/mtime.cmi =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.cmi
_build/src/mtime.cmt =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.cmt
_build/src/mtime.cmti =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.cmti
_build/src/mtime.cmx =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.cmx
_build/src/mtime.cmxa =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.cmxa
_build/src/mtime.cmxs =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.cmxs
_build/src/mtime.ml =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.ml
_build/src/mtime.mli =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.mli
_build/src/mtime_top_init.ml =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime_top_init.ml
Creating directory
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/top
_build/src/top/mtime_top.a =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/top/mtime_top.a
_build/src/top/mtime_top.cma =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/top/mtime_top.cma
_build/src/top/mtime_top.cmt =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/top/mtime_top.cmt
_build/src/top/mtime_top.cmx =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/top/mtime_top.cmx
_build/src/top/mtime_top.cmxa =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/top/mtime_top.cmxa
_build/src/top/mtime_top.cmxs =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/top/mtime_top.cmxs
_build/src/top/mtime_top.ml =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/top/mtime_top.ml
Creating directory
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/stublibs
_build/src/clock/dllmtime_clock_stubs.so =>
/<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/stublibs/dllmtime_clock_stubs.so
Creating directory /<<PKGBUILDDIR>>/debian/tmp/doc/mtime
_build/CHANGES.md =>
/<<PKGBUILDDIR>>/debian/tmp/doc/mtime/CHANGES.md
_build/LICENSE.md =>
/<<PKGBUILDDIR>>/debian/tmp/doc/mtime/LICENSE.md
_build/README.md =>
/<<PKGBUILDDIR>>/debian/tmp/doc/mtime/README.md
Creating directory /<<PKGBUILDDIR>>/debian/tmp/doc/mtime/odoc-pages
_build/doc/index.mld =>
/<<PKGBUILDDIR>>/debian/tmp/doc/mtime/odoc-pages/index.mld
_build/test/min_clock.ml =>
/<<PKGBUILDDIR>>/debian/tmp/doc/mtime/min_clock.ml
rm -f /<<PKGBUILDDIR>>/debian/tmp/doc/*/LICENSE*
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_install
dh_ocamldoc
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_missing: warning:
usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock.ml exists in
debian/tmp but is not installed to anywhere
dh_missing: warning:
usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/clock/mtime_clock_stubs.c exists in
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/mtime.ml exists
in debian/tmp but is not installed to anywhere
dh_missing: warning:
usr/lib/x86_64-linux-gnu/ocaml/5.3.0/mtime/top/mtime_top.ml exists in
debian/tmp but is not installed to anywhere
dh_missing: error: missing files, aborting
The following debhelper tools have reported what they installed (with
files per package)
* dh_install: libmtime-ocaml (8), libmtime-ocaml-dev (22)
* dh_installdocs: libmtime-ocaml (0), libmtime-ocaml-dev (4)
If the missing files are installed by another tool, please file a bug
against it.
When filing the report, if the tool is not part of debhelper itself,
please reference the
"Logging helpers and dh_missing" section from the "PROGRAMMING" guide
for debhelper (10.6.3+).
(in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.md.gz)
Be sure to test with dpkg-buildpackage -A/-B as the results may vary
when only a subset is built
If the omission is intentional or no other helper can take care of this
consider adding the
paths to debian/not-installed.
Remember to be careful with paths containing "x86_64-linux-gnu", where
you might need to
use a wildcard or (assuming compat 13+) e.g. ${DEB_HOST_MULTIARCH} in
debian/not-installed
to ensure it works on all architectures (see #961104).
make: *** [debian/rules:8: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: ocaml-mtime
Source-Version: 2.1.0-3
Done: Stéphane Glondu <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ocaml-mtime, 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.
Stéphane Glondu <[email protected]> (supplier of updated ocaml-mtime 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 15:06:59 +0200
Source: ocaml-mtime
Architecture: source
Version: 2.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <[email protected]>
Changed-By: Stéphane Glondu <[email protected]>
Closes: 1114240
Changes:
ocaml-mtime (2.1.0-3) unstable; urgency=medium
.
* Fix missing files reported by dh_missing (Closes: #1114240)
Checksums-Sha1:
e80138952e902bf08afb966fb295a9c488645802 1911 ocaml-mtime_2.1.0-3.dsc
5b611712cb01706fe502e710d96c232ecf48d63d 2260 ocaml-mtime_2.1.0-3.debian.tar.xz
Checksums-Sha256:
953189c370a4bdd2c4f9de8325e2b60dfcfbc197b385e67e47cef9af54b35165 1911
ocaml-mtime_2.1.0-3.dsc
8f57c6df2690eabc1174ae37595d8df5ae6f9eb77e3c8023f8004329acaddd38 2260
ocaml-mtime_2.1.0-3.debian.tar.xz
Files:
abbb0353d7e43fc5f2448ffc6f63009c 1911 ocaml optional ocaml-mtime_2.1.0-3.dsc
ba5f0c266773e768d0d521f6c7288d15 2260 ocaml optional
ocaml-mtime_2.1.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCgAwFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAmjAKlASHGdsb25kdUBk
ZWJpYW4ub3JnAAoJECG47vGxiTCBAwwH/jHibjWJ8dIqApWjErPSmC5HoIvKLrMk
j4lf0NLwJrJRaKkLtAkz4NileN4+J38GP5Y3Vm3JaJ4t9t9EWht16Kb/8XhhG2xq
p75PA0tevKcPGhfeq2a5ZuavUP2Tq/nOIKSNlG42gub6nX5ViAiyY+XFyKZ/ogSn
qBmOgWLzKilFpYDDyb8L+X9X85c3iRgVVMjuT3e7K7PdpBeB7NMAMCwh9mLkn4sk
notzy0DRkaxVLQ5zt7zYwI4Tq6jrf3FZqosK9ImZ3z/z70dlA+FUjKEUzJtfmWUc
56vIH960+3UN7fNEuUpPxgpyzsUZsjYse8VrfaMsXun6kEV62i2j9i8=
=Giav
-----END PGP SIGNATURE-----
pgpWvfdEooGbj.pgp
Description: PGP signature
--- End Message ---