Re: Broken Cygwin?

2014-05-28 Thread David Golden
On Wed, May 28, 2014 at 9:16 AM, Ben Bullock benkasminbull...@gmail.com wrote: If you look at the error message, the line #include crypt.h is included by the Perl header op.h, which is included by the Perl header perl.h. These files are part of perl. I don't have a line #include crypt.h in my

Re: Broken Cygwin?

2014-05-28 Thread sisyphus1
-Original Message- From: Ben Bullock /usr/lib/perl5/5.14/x86_64-cygwin-threads/CORE/reentr.h:109:26: fatal error: crypt.h: No such file or directory # include crypt.h ^ compilation terminated. If it helps, I don't have x86_64 cygwin, but line 109 of my

Re: Broken Cygwin?

2014-05-28 Thread Nigel Horne
Rob, If it helps, I don't have x86_64 cygwin, but line 109 of my cygwin/lib/perl5/5.14/i686-cygwin-threads-64int/CORE/reentr.h is: ... #ifdef I_CRYPT # ifdef I_CRYPT # include crypt.h # endif ... That's a great idea - thanks so much for sharing. I would think that would be a

Re: Broken Cygwin?

2014-05-28 Thread Reini Urban
On 05/27/2014 11:03 PM, Ben Bullock wrote: This test report: http://www.cpantesters.org/cpan/report/28d3abb8-e5ca-11e3-b252-b7fca94d63a3 in particular this problem: -- In file included from /usr/lib/perl5/5.14/x86_64-cygwin-threads/CORE/op.h:653:0, from

Re: Broken Cygwin?

2014-05-28 Thread Karen Etheridge
On Wed, May 28, 2014 at 11:11:22AM -0500, Reini Urban wrote: looks like a broken test machine to me, I don't think this is fixable at my end. What do you think? It is fixable. You just need to install libcrypt-dev and probably more -dev packages then. There's only libcrypt0 in the

Re: Broken Cygwin?

2014-05-28 Thread Ben Bullock
On 29 May 2014 02:55, Karen Etheridge p...@froods.org wrote: Devel::CheckLib can be employed within Makefile.PL to check for the existence of required libraries or headers, before attempting to install the distribution. (There's also a Dist::Zilla plugin to mangle your Makefile.PL/Build.PL

Re: strange test failure

2014-05-28 Thread Daniel Staal
--As of May 28, 2014 12:24:06 PM +0400, Victor Efimov is alleged to have said: this one: http://www.cpantesters.org/cpan/report/e110a12a-e603-11e3-84c4-fc77f9652e 90 Segmentation faiult. Never seen before. Also I did not change this test during last 10+ releases. --As for the rest, it is