Date: Mon, 18 Sep 2017 16:51:04 +0200 From: Ganael Laplanche <ganael.laplanche@martymac.org> To: Mathieu Arnold <mat@freebsd.org> Cc: Ganael LAPLANCHE <martymac@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r449897 - in head/ftp/lftp: . files Message-ID: <3519270.nZQMiuLpb8@home.martymac.org> In-Reply-To: <0f14dac3-b02c-7cc1-0250-368a97d259b0@FreeBSD.org> References: <201709151007.v8FA706V098815@repo.freebsd.org> <0f14dac3-b02c-7cc1-0250-368a97d259b0@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 18 September 2017 14:45:58 Mathieu Arnold wrote: Hi Mathieu, > After this, I have build failures: > > In file included from ./signal.h:52: > /usr/include/signal.h:85:38: error: expected ')' > int sigpending(sigset_t *) __nonnull(1); > ^ > /usr/include/signal.h:87:44: error: expected ')' > int sigsuspend(const sigset_t *) __nonnull(1); > ^ > 2 errors generated. Yes, those errors are related to the introduction of __nonnull() attributes in 11.0 (then removed in 11.1, see r311234). Build currently fails on 11.0 (only). I still have to find a proper fix for those errors (any hint appreciated here :p). Best regards, -- Ganael LAPLANCHE <ganael.laplanche@martymac.org> http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3519270.nZQMiuLpb8>