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 C1E9DA26BA9 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 A62A81622 for ; Wed, 4 Nov 2015 18:10:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A58E1A26BA8; 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 A52D5A26BA7 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 911631620 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 tA4IAEp4028462 for ; Wed, 4 Nov 2015 18:10:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 204293] www/apache24: does not compile in poudriere with HTTP2 enabled Date: Wed, 04 Nov 2015 18:10:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: idefix@fechner.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204293 Bug ID: 204293 Summary: www/apache24: does not compile in poudriere with HTTP2 enabled Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: idefix@fechner.net Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org Created attachment 162784 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162784&action=edit Fixes build problem with option HTTP2 enabled Compiling apache24 version 2.4.17 fail with option HTTP2 enabled in poudriere. The error message found is: configure:18238: checking for user-provided nghttp2 base directory configure:18251: result: none configure:18589: checking for nghttp2 version >= 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. -- You are receiving this mail because: You are the assignee for the bug.