svn commit: r449897 - in head/ftp/lftp: . files

Ganael Laplanche ganael.laplanche at martymac.org
Mon Sep 18 14:51:22 UTC 2017


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 at martymac.org>
http://www.martymac.org | http://contribs.martymac.org
FreeBSD: martymac <martymac at FreeBSD.org>, http://www.FreeBSD.org


More information about the svn-ports-all mailing list