From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 23:42:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BC69815; Tue, 28 Jan 2014 23:42:13 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B72516BA; Tue, 28 Jan 2014 23:42:13 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E8FBABDC3E; Wed, 29 Jan 2014 00:42:11 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 02F9DBDC2E; Wed, 29 Jan 2014 00:42:11 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id F33D5CD30118; Wed, 29 Jan 2014 00:42:09 +0100 (CET) Date: Wed, 29 Jan 2014 00:42:09 +0100 From: Mathieu Arnold To: Ralf van der Enden , 'Mathieu Arnold' , 'Danilo Egea Gondolfo' , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: RE: svn commit: r340859 - in head/dns/powerdns-devel: . files Message-ID: In-Reply-To: <008101cf1c80$8b8a4500$a29ecf00$@cainites.net> References: <201401232016.s0NKGv2e009550@svn.freebsd.org> <008101cf1c80$8b8a4500$a29ecf00$@cainites.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 23:42:13 -0000 +--On 29 janvier 2014 00:27:38 +0100 Ralf van der Enden wrote: | Hi Mathieu, | | I've been trying to reproduce yor issue, but I can't. Most likely caused | by the fact I don't have an i386 environment to test on. | Apparently the cryptopp library was built without some functions which | require SSE2 support (determined by config.h), but my guess is powerdns' | cryptosigners.cc is missing some includes which pull the aforementioned | config.h in. You could always get yourself an account on redports.org, you'd get builds for i386/amd64 and 8.4/9.2/10.0 (and soon 11) | The author of powerdns tells me cryptopp has become obsolete, since botan | has support for the same and more algorithms and is also faster. A quick | fix would be to completely remove cryptopp support, but if you're willing | to test a patch we could perhaps keep it. You'll find the patch attached | to this email. I'll try to test that tomorrow. Thanks. | What I don't understand is why it doesn't break dns/powerdns as well. The | code is identical, only the autoconf/automake files differ. Oh, but it does : Sorry, I must have missed it in my irc logs when it happened. -- Mathieu Arnold