Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2016 09:48:18 -0600
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        Beeblebrox <zaphod@berentweb.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: www/nghttp2 build failure
Message-ID:  <20160217154818.GD497@over-yonder.net>
In-Reply-To: <20160217174538.247af3c1@rsbsd.rsb>
References:  <20160217174538.247af3c1@rsbsd.rsb>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 17, 2016 at 05:45:38PM +0200 I heard the voice of
Beeblebrox via freebsd-ports, and lo! it spake thus:
>
> Latest version (nghttp2-1.7.1) fails to build.

I looked at this a little when I ran into it earlier; the configure
script only looks for initgroups() in grp.h (where it isn't) rather
than unistd.h (where it is), so it doesn't find it, and dumps in a
local definition.  But the place it's used DOES pull in unistd.h, so
it gets the conflict.  A configure (.in maybe, since the port does
autoreconf) patch would be called for, I presume.


-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160217154818.GD497>