[Pkg-electronics-devel] Bug#1085522: arduino-builder: FTBFS: FAIL arduino.cc/timeutils

Santiago Vila sanvila at debian.org
Sat Apr 5 14:13:20 BST 2025


El 5/4/25 a las 13:22, Matthias Geiger escribió:
> ok      arduino.cc/builder/ctags    0.003s
> ?       arduino.cc/builder/gohasissues    [no test files]
> FAIL    arduino.cc/builder/i18n [build failed]

Some (all?) of the errors say "non constant format string",
so maybe changing this:

return errors.Errorf("unable to copy file " + currentPath)

to this:

return errors.Errorf("unable to copy file %s", currentPath)

might help. Note the above is just an example, as there are
several occurrences, and I've not actually tested it.

Thanks.



More information about the Pkg-electronics-devel mailing list