Your message dated Fri, 22 Dec 2023 14:15:51 -0500
with message-id
<cad+gyvy6wpctpke3mqmg50bh5sgqxjh519n-ek9kpdyphr9...@mail.gmail.com>
and subject line Re: Bug#1056062: coq: FTBFS in sid (dune update?)
has caused the Debian Bug report #1056062,
regarding coq: FTBFS in sid (dune update?)
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.)
--
1056062: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056062
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: coq
Version: 8.17.0+dfsg-1
Severity: serious
Hello,
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/coq.html
As said here, there is a build failure due to probably new dune or something
similar.
I can reproduce locally, but not always, looks some concurrency issue but also
running dune with -j1 doesn't fix the issue.
$ (cd _build/default && /usr/bin/bash -e -u -o pipefail -c
'doc/stdlib/make-library-index doc/stdlib/index-list.html doc/stdlib/hidden-files')
Building file index-list.prehtml... Error: none of doc/stdlib/index-list.html
and doc/stdlib/hidden-files mention theories/Arith/Between.v
grep: tmp: No such file or directory
grep: tmp: No such file or directory
This is probably the culprit of the issue, but I don't really understand why
this is not found
and also why running it manually works
bash -e -u -o pipefail -c 'doc/stdlib/make-library-index
doc/stdlib/index-list.html doc/stdlib/hidden-files'
Building file index-list.prehtml...
Done
Sorry for not providing a patch, but I really don't have much knowledge about
this build system, and despite my efforts I'm still failing
G.
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 8.18.0+dfsg-1
--- End Message ---