Source: gpx
Version: 2.4.1+markwal-1
User: [email protected]
Usertags: arm64

It failed to build on many architectures, apparently the ones with
plain char unsigned:

https://buildd.debian.org/status/package.php?p=gpx&suite=sid

The error was an infinite loop and a time-out:

make[3]: *** [machines] Terminated
E: Caught signal ‘Terminated’: terminating immediately

It looks very much like the usual bug, for which the fix is: in
src/utils/machines.c and src/utils/s3gdump.c replace "char c" with
"int c", which is what getopt returns. Thanks.

Reply via email to