[Buildroot] [autobuild.buildroot.net] Build results for 2019-01-18

Eric Le Bihan eric.le.bihan.dev at free.fr
Sun Jan 20 19:53:38 UTC 2019


Hi!

On 2019-01-19 08:00, Thomas Petazzoni wrote:
> Hello,
>
> Build statistics for 2019-01-18
> ===============================
>
>       branch |  OK | NOK | TIM | TOT |
>    2018.02.x |  22 |   0 |   0 |  22 |
>    2018.11.x |  27 |   0 |   1 |  28 |
>       master | 200 |  50 |   2 | 252 |
>
[...]
>      riscv32 |                skalibs-2.6.4.0 | NOK | http://autobuild.buildroot.net/results/6c5ee3b8a94c7c2434a3aad303d6c7844b566b72 |

This one may require deep digging... The build fails because mcontext_t
is not defined.

Looking at sysdeps/unix/sysv/linux/riscv/sys/ucontext.h, this may happen
if __USE_MISC is not defined, which means that, according to
include/features.h, _DEFAULT_SOURCE would not be defined...

Should marking skalibs as "depends on !BR2_riscv" be acceptable as a
temporary fix?

Regards,

--
ELB


More information about the buildroot mailing list