Hi, The last nightly build was successful. Is this the branch with an updated binutils? https://nightly.ipfire.org/next/2020-03-05%2005:54:09%20+0000-b3bc092d/ -Michael > On 7 Mar 2020, at 13:24, Peter Müller wrote: > > Hello development list, > > for your information: > >> cairo (1.14.8) [ 29 ][ FAIL ] >> >> | ^~~~~~~~~~~~~~~~~~~ >> | bfd_set_section_vma >> lookup-symbol.c:155:36: warning: passing argument 1 of 'bfd_section_size' from incompatible pointer type [-Wincompatible-pointer-types] >> 155 | size = bfd_section_size (symtab->bfd, section); >> | ~~~~~~^~~~~ >> | | >> | bfd * {aka struct bfd *} >> In file included from lookup-symbol.c:67: >> /usr/include/bfd.h:1205:35: note: expected 'const asection *' {aka 'const struct bfd_section *'} but argument is of type 'bfd *' {aka 'struct bfd *'} >> 1205 | bfd_section_size (const asection *sec) >> | ~~~~~~~~~~~~~~~~^~~ >> lookup-symbol.c:155:12: error: too many arguments to function 'bfd_section_size' >> 155 | size = bfd_section_size (symtab->bfd, section); >> | ^~~~~~~~~~~~~~~~ >> In file included from lookup-symbol.c:67: >> /usr/include/bfd.h:1205:1: note: declared here >> 1205 | bfd_section_size (const asection *sec) >> | ^~~~~~~~~~~~~~~~ >> cc1: some warnings being treated as errors >> make[5]: *** [Makefile:613: libcairo_trace_la-lookup-symbol.lo] Error 1 >> make[5]: Leaving directory '/usr/src/cairo-1.14.8/util/cairo-trace' >> make[4]: *** [Makefile:975: all-recursive] Error 1 >> make[4]: Leaving directory '/usr/src/cairo-1.14.8/util' >> make[3]: *** [Makefile:757: all] Error 2 >> make[3]: Leaving directory '/usr/src/cairo-1.14.8/util' >> make[2]: *** [Makefile:897: all-recursive] Error 1 >> make[2]: Leaving directory '/usr/src/cairo-1.14.8' >> make[1]: *** [Makefile:747: all] Error 2 >> make[1]: Leaving directory '/usr/src/cairo-1.14.8' >> make: *** [cairo:74: /usr/src/log/cairo-1.14.8] Error 2 >> >> ERROR: Building cairo [ FAIL ] >> Check /home/pmu/devel/ipfire-2.x/log/_build.ipfire.log for errors if applicable [ FAIL ] > > Thanks, and best regards, > Peter Müller