[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1114345: marked as done (react: FTBFS: dh_missing: error: missing files, aborting)



Your message dated Tue, 09 Sep 2025 13:35:09 +0000
with message-id <E1uvyV3-001Pe7-1N@fasolo.debian.org>
and subject line Bug#1114345: fixed in react 1.2.2-2
has caused the Debian Bug report #1114345,
regarding react: 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 owner@bugs.debian.org
immediately.)


-- 
1114345: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114345
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: react
Source-Version: 1.2.2-2
Done: Stéphane Glondu <glondu@debian.org>

We believe that the bug you reported is fixed in the latest version of
react, 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 1114345@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stéphane Glondu <glondu@debian.org> (supplier of updated react 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 09 Sep 2025 15:09:40 +0200
Source: react
Architecture: source
Version: 1.2.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Stéphane Glondu <glondu@debian.org>
Closes: 1114345
Changes:
 react (1.2.2-2) unstable; urgency=medium
 .
   * Fix missing files reported by dh_missing (Closes: #1114345)
Checksums-Sha1:
 4f7ed0ad9dcbdbd88438eef6295d84a368a27b0f 1840 react_1.2.2-2.dsc
 74aa15062f4a58cfb372d1dbbff2240802877f79 2624 react_1.2.2-2.debian.tar.xz
Checksums-Sha256:
 6092c26da0c16dd30a1a38329ff8f9252db1d8e0b5eef64c0701143ef350f61e 1840 react_1.2.2-2.dsc
 694bbd2d7c69b033296a7959747c9b1b47541e5a2613d00638ba3b4c03155ebd 2624 react_1.2.2-2.debian.tar.xz
Files:
 868855c51a8d9b2afb843ddb4373cc14 1840 ocaml optional react_1.2.2-2.dsc
 22bea21394bbd1df53d8b4d9168c9d22 2624 ocaml optional react_1.2.2-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQFGBAEBCgAwFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAmjAKlYSHGdsb25kdUBk
ZWJpYW4ub3JnAAoJECG47vGxiTCB2x0H/1Ymo0M1fqrD3KLKcSe9Y1waWsn+4gsp
IjZhFGWEihw4B/4sN86KD79aFzKKJV9Gf0361dG++5xFyNQwvnTJrjG0ZDuSzoni
FGdSwUUb6Ll3OixVAgctmOszWGj4QymAD/bZ76+5DmAImZblB9+2rE9xWQ+uQ+7l
GO0Ru59rk3hoRFccQ7AkUu3auCpXTmVddUhYT74wrb7237K5DJlJ0X8EV+o7mgxw
k+TTr5FsXK1G53Ydjxc920UsVTMPhL9UoxmC71GKCkdSEzPOkQnEqsnLqSwg3E6U
uQ8oGg0dsZeU5cDAmmqcITGbujWfxwa/mSUqwC1imyyMA1iO/GcBq54=
=1APz
-----END PGP SIGNATURE-----

Attachment: pgpIMXLvMLlWd.pgp
Description: PGP signature


--- End Message ---

Reply to: