maintainer-feedback requested: [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


idefix at fechner.net has reassigned Bugzilla Automation <bugzilla at FreeBSD.org>'s
request for maintainer-feedback to apache at FreeBSD.org:
Bug 204293: www/apache24: does not compile in poudriere with HTTP2 enabled
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204293



--- Description ---
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.


More information about the freebsd-apache mailing list