svn commit: r340859 - in head/dns/powerdns-devel: . files

Ralf van der Enden tremere at cainites.net
Tue Jan 28 23:27:45 UTC 2014


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.

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.

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.

Best regards,

Ralf van der Enden

-----Original Message-----
From: Mathieu Arnold [mailto:mat at FreeBSD.org] 
Sent: vrijdag 24 januari 2014 12:23
To: Danilo Egea Gondolfo; ports-committers at freebsd.org;
svn-ports-all at freebsd.org; svn-ports-head at freebsd.org; Ralf van der Enden
Subject: Re: svn commit: r340859 - in head/dns/powerdns-devel: . files

Hi

+--On 23 janvier 2014 20:16:57 +0000 Danilo Egea Gondolfo
<danilo at FreeBSD.org> wrote:
| Log:
|   - Update from 3.3 to 3.3.1
|   - Add some experimental backends

After that, I get failed builds :

<http://pkg.absolight.net/logs/bulk/100i386-pkgng/20140124T105750Z/logs/erro
rs/powerdns-devel-3.3.1,1.log>

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-pdns__cryptosigners.cc
Type: application/octet-stream
Size: 355 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140129/d31a4ac5/attachment.obj>


More information about the svn-ports-all mailing list