Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2016 22:18:13 -0500
From:      Ed Maste <emaste@freebsd.org>
To:        Michal Meloun <mmel@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r309553 - head/sys/arm/include
Message-ID:  <CAPyFy2CyJMt%2BxctW_cS--DZE4V-ASQpRB=BjLPhqYGc6U8VoZw@mail.gmail.com>
In-Reply-To: <201612051555.uB5FtpGS063661@repo.freebsd.org>
References:  <201612051555.uB5FtpGS063661@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5 December 2016 at 10:55, Michal Meloun <mmel@freebsd.org> wrote:
> Author: mmel
> Date: Mon Dec  5 15:55:51 2016
> New Revision: 309553
> URL: https://svnweb.freebsd.org/changeset/base/309553
>
> Log:
>   Fix build breakage caused by r309531.
>
>   Reported by: andrew
>   MFC after: 2 weeks
>   X-MFC with: r309531

It appears this breaks armv6 buildworld:

In file included from /tank/emaste/src/freebsd-staging/lib/libkvm/kvm.c:48:
In file included from
/tank/emaste/obj/arm.armv6/tank/emaste/src/freebsd-staging/tmp/usr/include/sys/user.h:52:
In file included from
/tank/emaste/obj/arm.armv6/tank/emaste/src/freebsd-staging/tmp/usr/include/vm/pmap.h:90:
In file included from
/tank/emaste/obj/arm.armv6/tank/emaste/src/freebsd-staging/tmp/usr/include/machine/pmap.h:33:
/tank/emaste/obj/arm.armv6/tank/emaste/src/freebsd-staging/tmp/usr/include/sys/systm.h:178:5:
error:
      declaration of built-in function 'setjmp' requires inclusion of the header
      <setjmp.h> [-Werror,-Wbuiltin-requires-header]
int     setjmp(struct _jmp_buf *) __returns_twice;
        ^
...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2CyJMt%2BxctW_cS--DZE4V-ASQpRB=BjLPhqYGc6U8VoZw>