From owner-freebsd-questions@freebsd.org Tue Nov 3 10:08:20 2015 Return-Path: Delivered-To: freebsd-questions@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 2A861A23633 for ; Tue, 3 Nov 2015 10:08:20 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (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 E9EEE1C53 for ; Tue, 3 Nov 2015 10:08:19 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (localhost [IPv6:::1]) by oslo.ath.cx (Postfix) with SMTP id 395E11EFF; Tue, 3 Nov 2015 11:08:16 +0100 (CET) Date: Tue, 3 Nov 2015 11:08:16 +0100 From: "Herbert J. Skuhra" To: Matthias Fechner Cc: freebsd-questions@freebsd.org Subject: Re: Poudriere and apache24 with http2 module enabled fails Message-ID: <20151103100816.GA25135@oslo.ath.cx> References: <56371079.2090407@fechner.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56371079.2090407@fechner.net> User-Agent: Mutt/1.5.24+24 (41af5a753d6f) (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 10:08:20 -0000 On Mon, Nov 02, 2015 at 08:27:53AM +0100, Matthias Fechner wrote: > Dear all, > > I installed apache24 (2.4.17) using ports with the new http2 module > enabled and it builds fine and runs fine. > I tried now to create a package with poudriere but it fails with the > error message: > checking for nghttp2 version >= 1.0.0... FAILED > configure: WARNING: nghttp2 version is too old > no > checking whether to enable mod_http2... configure: error: mod_http2 has > been requested but can not be built due to prerequisite failures > > The full log can be found here: > http://pkg.fechner.net/logs/bulk/102amd64-default/latest/logs/errors/apache24-2.4.17.log > > I already tried it with different make.conf definitions but it seems > that the configure script thinks that the installed nghttp2 (1.4.0) is > older than 1.0.0. > > Was anyone successfull to build a apache24 package using poudriere with > http2 module enabled? Have you checked /wrkdirs/usr/ports/www/apache24/work/httpd-2.4.17/config.log for more details? -- Herbert