From owner-freebsd-ports@freebsd.org Wed Feb 17 16:14:49 2016 Return-Path: Delivered-To: freebsd-ports@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 4284DAAB320 for ; Wed, 17 Feb 2016 16:14:49 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D02711BB1 for ; Wed, 17 Feb 2016 16:14:48 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: by mail-wm0-x22a.google.com with SMTP id c200so221840152wme.0 for ; Wed, 17 Feb 2016 08:14:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb-com.20150623.gappssmtp.com; s=20150623; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=eDkfhyaHnsKVaadfL0y4FpNPH82Bt3VAqB0RSu9DQSM=; b=UZkOHNtkcIk1osHlkjZqlmAfZrY8OBfchni+v3eTYcPn206OOrp6GjwYd3x61sUx/y 5dgLgtsCX4OmTtH3b4DZiqz+91hcDtaEXFXM7zjqxKZYbFJzNxbVSXEm/GAU2jBllJul fUFo65Aou3J6SCLfx7GNlMIJ1XvZH9+i3CLWtgzZO+yMFu7x7SaRhip4goB/wfoOLeqE s2F5RqLvoO2nhtqp/T12shEtHgkT22Rs5mgkBm78ZsJLBHiErhn5bHFYk0HUNCOQXYrL oygkkFClm8QzJVBc+q7wXJ+1cBPkhe7lU0mBhpViRjVoZiYRii5BtDDOzcFXvhDgBxNo +2GQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=eDkfhyaHnsKVaadfL0y4FpNPH82Bt3VAqB0RSu9DQSM=; b=DGethb9Rf56+XVpqsjJdxnOXMuH7nCC1gHmp5CQJHx/uTZW8F/G940cW6uEIsrBtlC VLzbD31iOzWfDZijPGdnU5B/mt80Xo2XTsd1ybapq0eCSpgclmHBIiRn9xhz4LIjz1XL nD6zKVOUh9CNVhxtlrOyRuFL2iISnw3XiF4w9AlZCex4yF57vAeeARJP8z/4AxVnMDaE VRJBQEUZzyObTXzSBcMW2Oqn2gTCitISAIPYZVlBWAObsHiuLn4OeXsUmt3uaO8Cd4x0 L8OsAN7/1azeUwTUma5WtZbmzpt7oYxuD0NdSAS3/DfUUqo2hDs2SZ4MKZtrZC43gGvS 0N5A== X-Gm-Message-State: AG10YOQkWk/PC1ru9hkY7/ZT+Zuf83fi4lXlqNu39a8qT2LDamF+xSNyfZruM4HgJtzRTQ== X-Received: by 10.194.90.229 with SMTP id bz5mr3022474wjb.143.1455725687222; Wed, 17 Feb 2016 08:14:47 -0800 (PST) Received: from rsbsd.rsb ([88.227.154.115]) by smtp.gmail.com with ESMTPSA id e77sm26334182wma.18.2016.02.17.08.14.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Feb 2016 08:14:46 -0800 (PST) Sender: "Raif S. Berent" Date: Wed, 17 Feb 2016 18:14:43 +0200 From: Beeblebrox To: freebsd-ports@freebsd.org Cc: "Matthew D. Fuller" Subject: Re: www/nghttp2 build failure Message-ID: <20160217181443.5629ce4b@rsbsd.rsb> In-Reply-To: <20160217154818.GD497@over-yonder.net> References: <20160217174538.247af3c1@rsbsd.rsb> <20160217154818.GD497@over-yonder.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 16:14:49 -0000 Thanks for this. It's good to know that I'm not the only one running into t= he error. > 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. Regards. --=20 FreeBSD_amd64_11-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered.