From owner-freebsd-apache@freebsd.org Wed Nov 4 18:10:14 2015 Return-Path: Delivered-To: freebsd-apache@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 40B85A26BA3 for ; Wed, 4 Nov 2015 18:10:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 270EE161D for ; Wed, 4 Nov 2015 18:10:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1CCC0A26BA2; Wed, 4 Nov 2015 18:10:14 +0000 (UTC) Delivered-To: apache@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 1C6BCA26BA0 for ; Wed, 4 Nov 2015 18:10:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 0CE94161C for ; Wed, 4 Nov 2015 18:10:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tA4IADfw028172 for ; Wed, 4 Nov 2015 18:10:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 204293] www/apache24: does not compile in poudriere with HTTP2 enabled Date: Wed, 04 Nov 2015 18:10:11 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2015 18:10:14 -0000 idefix@fechner.net has reassigned Bugzilla Automation 's request for maintainer-feedback to apache@FreeBSD.org: Bug 204293: www/apache24: does not compile in poudriere with HTTP2 enabled https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204293 --- Description --- Created attachment 162784 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D162784&action= =3Dedit Fixes build problem with option HTTP2 enabled Compiling apache24 version 2.4.17 fail with option HTTP2 enabled in poudrie= re. The error message found is: configure:18238: checking for user-provided nghttp2 base directory configure:18251: result: none configure:18589: checking for nghttp2 version >=3D 1.0.0 configure:18608: cc -c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing conftest.c >&5 conftest.c:42:10: fatal error: 'nghttp2/nghttp2ver.h' file not found #include ^ 1 error generated. The attached patch fixes the problem.=