From owner-freebsd-questions@freebsd.org Mon Nov 2 07:28:08 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 E8DB3A248B0 for ; Mon, 2 Nov 2015 07:28:08 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2a01:138:a006::2]) (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 A2EAE1208 for ; Mon, 2 Nov 2015 07:28:08 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-88-217-181-195.dynamic.mnet-online.de [88.217.181.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 23E41B3DBC for ; Mon, 2 Nov 2015 08:27:57 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 23E41B3DBC Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1446449277; bh=fg4nlSNft3UJ42tLPdCxlwoJWaA7Tc47U2o309xS7Tk=; h=Date:From:To:Subject; b=W/CSARDpe5WBCwDvSBYfo8Gy+qzkPPk9l+rgsn0PTpPMNDAS+02+QlrhaHDW/YjgP gUJl+ItaIBehFMaXgNOTcXTwtihJqP+HWxMF7Etj+1f2a8VhOcVVvnVO8AbhXtIyZs 4Qx8oqTsBLFBB2LSie4xWQ5z+LWQWzwC3qE1xnhg= Received: from [192.168.0.151] (aftr-88-217-181-195.dynamic.mnet-online.de [88.217.181.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id DEB3AC068 for ; Mon, 2 Nov 2015 08:27:56 +0100 (CET) Message-ID: <56371079.2090407@fechner.net> Date: Mon, 02 Nov 2015 08:27:53 +0100 From: Matthias Fechner User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Poudriere and apache24 with http2 module enabled fails X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Mon, 02 Nov 2015 07:28:09 -0000 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? Thanks Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook