From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 01:49:27 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 5EF89DBD; Wed, 29 Jan 2014 01:49:27 +0000 (UTC) Received: from mail-yk0-x22f.google.com (mail-yk0-x22f.google.com [IPv6:2607:f8b0:4002:c07::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE5751F65; Wed, 29 Jan 2014 01:49:26 +0000 (UTC) Received: by mail-yk0-f175.google.com with SMTP id q200so5688580ykb.6 for ; Tue, 28 Jan 2014 17:49:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=tiCT+up0QE6YcdQ3qA+VZ3AMOhLgov8wm6EAQt40TDA=; b=1AHHmA930QQCfmIDD4iudDXv5MMolMgQu0LLnQRjYmhzvEV+9tWdOKhU//XpDi6sSp 96yNZEr3GTCIKCd4gwJxO5pcb2RIV0s5bH7Ao1yjqcYBPgMdgkKq4AbB4MJoylKNkXqG YYF7TLKLNlrhjk4eseHoje1AFwZv3bl5Pt1L6dbHOjC5SAJQBfOo4HyKCF+cGqVVaTTj jUsEAfShrqhNxt9BdfOTh2KJcGDBkugbFK5tQ+0U/FMldfEKGyC3jvexKcIA0W+bdh81 KiSo1roTEL0L5M3kebjyeaND9eBX5CGomSdYP29KXq2pBfQkk8RMrew3Ml6RjwQTroI3 tc+Q== X-Received: by 10.236.172.33 with SMTP id s21mr9898yhl.71.1390960165876; Tue, 28 Jan 2014 17:49:25 -0800 (PST) Received: from [192.168.137.178] ([201.55.128.238]) by mx.google.com with ESMTPSA id m9sm2354066yha.2.2014.01.28.17.49.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Jan 2014 17:49:25 -0800 (PST) Sender: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Message-ID: <52E85EE5.2060605@freebsd.org> Date: Tue, 28 Jan 2014 23:52:37 -0200 From: "Danilo E. Gondolfo" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Mathieu Arnold , Ralf van der Enden , 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 References: <201401232016.s0NKGv2e009550@svn.freebsd.org> <008101cf1c80$8b8a4500$a29ecf00$@cainites.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Wed, 29 Jan 2014 01:49:27 -0000 On 01/28/14 21:42, Mathieu Arnold wrote: > +--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) I've tried to reproduce the problem inside a i386 jail (version 10 and with the same options that you used) and it just works. Here are the logs from redports (with default options). I've tested it before commit. dns/powerdns - https://redports.org/buildarchive/20140123193900-21871/ dns/powerdns-devel - https://redports.org/buildarchive/20140123191100-28058/ I don't know what is happening. =/ Danilo. > > | 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. >