Thijs Kinkhorst wrote:
> Hi Frederic,
>
> > > So indeed, it was "just" a compilation option bug...
> > >
> > > Do you think you can include this patch in next 2.4.0 ?
> >
> > Sure, I'll have it in the next upload and I'll see to get it included
> > upstream.
>
> Can you please upload it over the
Hi Frederic,
> > So indeed, it was "just" a compilation option bug...
> >
> > Do you think you can include this patch in next 2.4.0 ?
>
> Sure, I'll have it in the next upload and I'll see to get it included
> upstream.
Can you please upload it over the coming days? I got an email that my
package
David Coutadeur wrote:
> Thank you for your reactivity ! The patch is working well !
>
> So indeed, it was "just" a compilation option bug...
>
> Do you think you can include this patch in next 2.4.0 ?
Sure, I'll have it in the next upload and I'll see to get it included
upstream.
Thanks for t
Le 28/03/2014 16:47, Frederic Peters a écrit :
Niko Tyni wrote:
this is usually a result of compiling perl XS extensions without
$Config{ccflags}, currently resulting in binary incompatibility on 32-bit
architectures. See #628522.
I see bindings/perl/Makefile.am explicitly overrides CCFLAGS wit
Niko Tyni wrote:
> this is usually a result of compiling perl XS extensions without
> $Config{ccflags}, currently resulting in binary incompatibility on 32-bit
> architectures. See #628522.
>
> I see bindings/perl/Makefile.am explicitly overrides CCFLAGS with
> something that includes $(PERL_CFLAG
On Mon, Mar 24, 2014 at 07:25:42PM +0100, David Coutadeur wrote:
> Package: liblasso-perl
> Version: 2.3.6-2
> Severity: grave
> Justification: renders package unusable
>
> When using perl Lasso binding on Debian wheezy 32bits,
> I get this error message:
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUt
After some more investigation, I found out that:
- $xs is really a code reference
- it does not contain any code... Or the code is not correctly deparsed
Here is the Dynaloader modified code:
use Data::Dumper;
$Data::Dumper::Deparse = 1;
print Dumper($xs);
print "ref: ".ref($xs)
After some more investigation, I found out that:
- $xs is really a code reference
- it does not contain any code... Or the code is not correctly deparsed
Here is the Dynaloader modified code:
use Data::Dumper;
$Data::Dumper::Deparse = 1;
print Dumper($xs);
print "ref: ".ref($xs)
David Coutadeur wrote:
> Package: liblasso-perl
> Version: 2.3.6-2
> Severity: grave
> Justification: renders package unusable
>
> When using perl Lasso binding on Debian wheezy 32bits,
> I get this error message:
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0,
Package: liblasso-perl
Version: 2.3.6-2
Severity: grave
Justification: renders package unusable
When using perl Lasso binding on Debian wheezy 32bits,
I get this error message:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/Lasso.
10 matches
Mail list logo