#974185 dateutils FTCBFS: fails running yuck

Package:
src:dateutils
Source:
dateutils
Submitter:
Helmut Grohne
Date:
2021-11-06 23:33:03 UTC
Severity:
normal
Tags:
#974185#5
Date:
2020-11-11 05:19:59 UTC
From:
To:
dateutils fails to cross build from source, because it attempts to run a
number of tools that it built for the host architecture. Such tools need
to be built for the build architecture instead. I'm attaching a patch
that changes the compiler to the build architecture one for those.
Please consider applying it. You'll also need to depend on
autoconf-archive or embed AX_CC_FOR_BUILD in the source.

Helmut

#974185#10
Date:
2021-11-06 23:05:46 UTC
From:
To:
Hmm, after applying the patch, the build fails with something like:

   Makefile:738: *** Recursive variable 'CC' references itself (eventually).  Stop.

and I have no idea why :-(

   Thorsten