FreeBSD-head-amd64-gcc builds are broken since 2019-Aug-17 or so: no previous declaration for '__ashldi3' (stand/i386/boot2 context)

Kyle Evans kevans at freebsd.org
Fri Aug 23 19:13:59 UTC 2019


On Fri, Aug 23, 2019 at 2:09 PM Mark Millard via freebsd-toolchain
<freebsd-toolchain at freebsd.org> wrote:
>
> [... snip ...]
> /workspace/src/contrib/compiler-rt/lib/builtins/ashldi3.c:22:1: error: no previous declaration for '__ashldi3' [-Werror=missing-declarations]
>
> 15:43:33
>  __ashldi3(di_int a, si_int b)
>
> 15:43:33
>  ^~~~~~~~~
> 15:43:33
> --- all_subdir_kerberos5 ---
> . . .
> 15:43:33
> --- all_subdir_stand ---
>
> 15:43:33
> *** [ashldi3.o] Error code 1
>
> 15:43:33
> 15:43:33
> make[5]: stopped in /workspace/src/stand/i386/boot2
>
> 15:43:33
> 1 error
>
> This error first showed back at:
>
> https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc/11080/
>
> which is for -r351138 .
>
> The prior build was for -r351133 and it built okay.
>

This was fixed yesterday at r351412. See:
https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc/11177/

Thanks,

Kyle Evans


More information about the freebsd-amd64 mailing list