Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 2015 18:10:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204293] www/apache24: does not compile in poudriere with HTTP2 enabled
Message-ID:  <bug-204293-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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 <nghttp2/nghttp2ver.h>
         ^
1 error generated.

The attached patch fixes the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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