Re: Please rebuild cevomapgen on arm64 & ppc64el
On Tue, Oct 08, 2024 at 12:25:47PM +0100, Peter Blackman wrote:
> Hi,
>
> I'm hoping the recent build fails are spurious.
> Package should build, and it builds fine on these arches on the OBS
>...
https://buildd.debian.org/status/fetch.php?pkg=cevomapgen&arch=arm64&ver=36-1&stamp=1728303553&raw=0
...
(3104) Compiling Utils.pas
(9009) Assembling utils
(3104) Compiling CevoMap.pas
(3104) Compiling Textures.pas
(3104) Compiling Utils.pas
(9009) Assembling utils
Assembler messages:
Error: can't open Utils.s for reading: No such file or directory
...
This looks like a broken parallel build,
with several Compiling/Assembling Utils.pas running
in parallel, writing/reading the same files in parallel.
I don't know what the proper fix for these is in the fpc ecosystem,
the workaround would be
- dh $@
+ dh $@ --no-parallel
> Regards,
> Peter
cu
Adrian
BTW: The problem cannot be reproduced on amd64, where building
apparently works differently and e.g. has no "Assembling" steps.
Reply to: