Skip Menu |

This queue is for tickets about the Crypt-TEA CPAN distribution.

Report information
The Basics
Id: 120284
Status: open
Priority: 0/
Queue: Crypt-TEA

People
Owner: Nobody in particular
Requestors: user1024 [...] tut.by
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: unable to build on debian jessie minimal
Date: Sat, 18 Feb 2017 12:20:35 +0300
To: bug-Crypt-TEA [...] rt.cpan.org
From: user1024 <user1024 [...] tut.by>

Message body is not shown because it is too large.

From: mcgrath.martin [...] gmail.com

Message body is not shown because it is too large.

Subject: ln58.patch
--- TEA.xs.orig 2001-05-21 18:32:59.000000000 +0100 +++ TEA.xs 2017-04-19 16:35:13.541830200 +0100 @@ -54,9 +54,8 @@ if (output == &PL_sv_undef) output = sv_newmortal(); outlen = 8; - - if (SvREADONLY(output) || !SvUPGRADE(output, SVt_PV)) - croak("cannot use output as lvalue"); + + if (!SvREADONLY(output)) SvUPGRADE(output, SVt_PV); tea_crypt(self, (unsigned char *)input,
The patch has been applied, building fine as of 1.26 release, so this can be closed: http://matrix.cpantesters.org/?dist=Crypt-TEA+1.26