> After the first 12 hours, there have been amazingly few build
> failures due to memcpy abort:
> 
> emulators/sdlmame               m68kmake
> emulators/sdlmess               m68kmake
> lang/gcc/4.8                    ada
> lang/gcc/4.9                    ada
> 
> The respective maintainers already have separate mail. ;-)
> 
> I've manually built lang/gcc/4.8,no_ada to confirm that indeed only
> the Ada component fails and to provide the C/C++ parts, since the
> bulk build would be quite truncated without those.

Also it wasn't mentioned, but the fixes are real easy and obvious:
Replace the memcpy with memmove.  Upstream is accidentally relying on
an undefined operation.  Don't see how any would refuse such a diff.

Reply via email to