From owner-svn-ports-all@freebsd.org Mon Sep 18 14:51:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED537E15AA1; Mon, 18 Sep 2017 14:51:21 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA4EB6C1ED; Mon, 18 Sep 2017 14:51:21 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) X-Originating-IP: 78.248.30.101 Received: from home.martymac.org (sse35-1-78-248-30-101.fbx.proxad.net [78.248.30.101]) (Authenticated sender: ganael.laplanche@martymac.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 9279FFB8E4; Mon, 18 Sep 2017 16:51:18 +0200 (CEST) From: Ganael Laplanche To: Mathieu Arnold Cc: Ganael LAPLANCHE , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r449897 - in head/ftp/lftp: . files Date: Mon, 18 Sep 2017 16:51:04 +0200 Message-ID: <3519270.nZQMiuLpb8@home.martymac.org> User-Agent: KMail/4.14.10 (FreeBSD/11.1-RELEASE-p1; KDE/4.14.30; amd64; ; ) In-Reply-To: <0f14dac3-b02c-7cc1-0250-368a97d259b0@FreeBSD.org> References: <201709151007.v8FA706V098815@repo.freebsd.org> <0f14dac3-b02c-7cc1-0250-368a97d259b0@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 14:51:22 -0000 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 http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org