[Pkg-electronics-devel] Bug#1085522: arduino-builder: FTBFS: FAIL arduino.cc/timeutils
Matthias Geiger
werdahias at riseup.net
Sat Apr 5 14:34:15 BST 2025
On Sat, 05 Apr 2025 15:13, Santiago Vila <sanvila at debian.org> wrote:
>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.
Having patched all occurences the test still warns about them (and
fails), so not sure what the reason is here.
best,
werdahias
More information about the Pkg-electronics-devel
mailing list