> >2) Clone the latest git repo into your own directory:
> >
> >  $ cd your/preferred/projects/directory/
> >  $ git clone git://git.code.sf.net/p/pdl/code pdl
> >  ...
$ cd pdl
> >  $ perl Makefile.PL
> >  $ make
> >  $ make test
> >  # If all goes well:
> >  $ make install
> >
> >and report back how it goes.
> >
> >So, yeah, please reply with your system's specks, and if you give
> >either of
> >those options a whirl, I hope they go well.
> >
> >David
> >
> >P. S. I really liked Arch when I used it, but I am now on Debian. If
> >you
> >are interested in Arch, I think I can speak for everyone in saying we
> >would
> >*love* to have regular feedback from an Arch user. So I hope we get
> >these
> >issues worked out quickly, and that you stick around for a little bit.
> >:-)
> >
> >
> >
> >On Mon, Oct 7, 2013 at 6:43 AM, Maximilian Krautloher <
> >[email protected]> wrote:
> >
> >> Dear David,
> >>
> >> I have some trouble installing PDL via the CPAN-option on an
> >Archlinux
> >> machine. After having started out with the package 'perl-pdl' (which
> >> failed some tests) I found your page and followed your instructions
> >(the
> >> only package I didn't find an equivalent for was 'slatec').
> >>
> >> Now when entering the command 'install PDL' the third test
> >> 't/autoload.t' prints the following:
> >>
> >> t/autoload.t ................ 1/3 *** Error in `/usr/bin/perl':
> >> realloc(): invalid next size: 0x0000000001d238a0 ***
> >>
> >> and the promt is not restored (even for several minutes), so ^C:
> >>
> >> ^Cmake: *** [test_dynamic] Interrupt
> >>   CHM/PDL-2.006.tar.gz
> >>   /usr/bin/make test -- NOT OK
> >> //hint// to see the cpan-testers results for installing this module,
> >try:
> >>   reports CHM/PDL-2.006.tar.gz
> >> Running make install

I built PDL using CHM/PDL-2.006_91.tar.gz with the same results. Then
I tried git://git.code.sf.net/p/pdl/code. I erased all of my perlbrew
installation, as I had a perlbrew installed perl in my home directory
which was built when my system was 32 bits. In installed perl5.18.1
again with perlbrew and I reinstalled all my modules (I used 
      perlbrew list-modules >mymoduleslist 
in the old system and then 
      cat mymoduleslist|cpanm
in my new system. I got the same error again when testing
PDL. Finally, I ran 
      perl -Mblib -d t/autoload.t 
after building PDL using the git version. I was in a hurry, so I
didn't go stepwise:
   1..3
   ok 1 - use PDL::AutoLoader;
   main::(t/autoload.t:25):        $PDL::debug = 1;
   DB<1> c
   Dims: 2,2 DLen: 32
   *** Error in `perl': realloc(): invalid next size: 0x00000000025978c0 ***

Does this helps?

Best regards,
Luis

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to