Control: tags -1 + help

Hi Santiago,

On 08.10.24 12:14, Santiago Vila wrote:
That looks like a Makefile bug.

Possible.

You can probably reproduce it on amd64 (i.e. in your own computer, without
using a porter box) using make --shuffle.

https://trofi.github.io/posts/238-new-make-shuffle-mode.html

We are still at version 4.3 but you can download it from ftp.gnu.org
and build it with "./configure; make".

Thank you for sharing your idea how to fix it. This is greatly appreciated. I tried what you suggested here, but didn't succeed immediately. I'd appreciate any hint for fixing the issue.

Another reason for the build failure possibly is the way how src/bankdata/ is populated by the install invocations within debian/rules. The intent is to avoid network access by placing the static debian/bankdata/ files into the build tree so that the upstream build system thinks they are downloaded already and skips the download. Apparently this seems to introduce kind of a race condition (yet I don't know how exactly).

Kind regards,
Micha

Reply via email to