Bug#1114345: react: FTBFS: dh_missing: error: missing files, aborting
Package: src:react
Version: 1.2.2-1
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:react, 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 ocamldep -modules src/react.ml > src/react.ml.depends
+ ocamlfind ocamldep -modules src/react.mli > src/react.mli.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/react.cmi src/react.mli
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/react.cmx src/react.ml
+ ocamlfind ocamlopt -a -I src src/react.cmx -o src/react.cmxa
+ ocamlfind ocamlopt -shared -linkall -I src src/react.cmxa -o src/react.cmxs
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/react.cmo src/react.ml
+ ocamlfind ocamlc -a -I src src/react.cmo -o src/react.cma
+ ocamlfind ocamldep -package compiler-libs.toplevel -modules src/react_top.ml > src/react_top.ml.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/react_top.cmo src/react_top.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/react_top.cmx src/react_top.ml
+ ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/react_top.cmx -o src/react_top.cmxa
+ ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/react_top.cmxa -o src/react_top.cmxs
+ ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/react_top.cmo -o src/react_top.cma
+ ocamlfind ocamldep -modules test/breakout.ml > test/breakout.ml.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/breakout.cmo test/breakout.ml
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/breakout.cmo test/breakout.ml
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/breakout.cmx test/breakout.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/breakout.cmx test/breakout.ml
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
+ ocamlfind ocamlopt -linkpkg -I +unix unix.cmxa -g -I src -I test src/react.cmx test/breakout.cmx -o test/breakout.native
+ ocamlfind ocamldep -modules test/clock.ml > test/clock.ml.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/clock.cmo test/clock.ml
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/clock.cmo test/clock.ml
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/clock.cmx test/clock.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/clock.cmx test/clock.ml
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
+ ocamlfind ocamlopt -linkpkg -I +unix unix.cmxa -g -I src -I test src/react.cmx test/clock.cmx -o test/clock.native
+ ocamlfind ocamldep -modules test/test.ml > test/test.ml.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/test.cmo test/test.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/test.cmx test/test.ml
+ ocamlfind ocamlopt -linkpkg -g -I src -I test src/react.cmx test/test.cmx -o test/test.native
# No parallelism done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
ocaml pkg/pkg.ml test
All tests succeeded.
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 react.install
Creating directory /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react
_build/opam => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/opam
_build/pkg/META => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/META
_build/src/react.a => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.a
_build/src/react.cma => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.cma
_build/src/react.cmi => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.cmi
_build/src/react.cmt => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.cmt
_build/src/react.cmti => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.cmti
_build/src/react.cmx => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.cmx
_build/src/react.cmxa => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.cmxa
_build/src/react.cmxs => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.cmxs
_build/src/react.ml => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.ml
_build/src/react.mli => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.mli
_build/src/react_top.a => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react_top.a
_build/src/react_top.cma => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react_top.cma
_build/src/react_top.cmt => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react_top.cmt
_build/src/react_top.cmx => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react_top.cmx
_build/src/react_top.cmxa => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react_top.cmxa
_build/src/react_top.cmxs => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react_top.cmxs
_build/src/react_top.ml => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react_top.ml
_build/src/react_top_init.ml => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react_top_init.ml
Creating directory /<<PKGBUILDDIR>>/debian/tmp/doc/react
_build/CHANGES.md => /<<PKGBUILDDIR>>/debian/tmp/doc/react/CHANGES.md
_build/LICENSE.md => /<<PKGBUILDDIR>>/debian/tmp/doc/react/LICENSE.md
_build/README.md => /<<PKGBUILDDIR>>/debian/tmp/doc/react/README.md
Creating directory /<<PKGBUILDDIR>>/debian/tmp/doc/react/odoc-pages
_build/doc/index.mld => /<<PKGBUILDDIR>>/debian/tmp/doc/react/odoc-pages/index.mld
rm -f /<<PKGBUILDDIR>>/debian/tmp/doc/react/LICENSE.md
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_install
dh_ocamldoc
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_strip_nondeterminism
debian/rules override_dh_compress
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_compress -X.ml
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_fixperms
dh_missing
dh_missing: warning: usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.cmt exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/x86_64-linux-gnu/ocaml/5.3.0/react/react.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: libreact-ocaml (3), libreact-ocaml-dev (15)
* dh_installdocs: libreact-ocaml (0), libreact-ocaml-dev (3)
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
--------------------------------------------------------------------------------
Reply to: