[Bug 204293] www/apache24: does not compile in poudriere with HTTP2 enabled

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 4 18:10:14 UTC 2015


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 at FreeBSD.org
          Reporter: idefix at fechner.net
             Flags: maintainer-feedback?(apache at FreeBSD.org)
          Assignee: apache at 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.


More information about the freebsd-apache mailing list