Hi Max et al., I had a similar problem yesterday (the same failure in the same test). I was trying to install PDL in a machine with a Core i7 and using a freshly installed Debian/Testing distribution for the amd64 architecture. Today I started all over again with the Debian/Stable (wheezy) distribution and I was able to install CHM/PDL-2.006_92.tar.gz with perlbrew using perl5.18.1. Thus, my blid guess is that the difficulty should be related to some unknown recent change to the c compiler, the c library, etc. You may find it useful to experiment with an older compiler.
The output of gcc -v for the Testing system was: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.8.1-10' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.8.1 (Debian 4.8.1-10) The output of gcc -v for the Stable distribution is Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.7.2 (Debian 4.7.2-5) Best regards, Luis On Thu, Oct 10, 2013 at 06:24:48PM +0200, Maximilian Krautloher wrote: > Hi Chris and Hi List, > > my problem still occurs: > > On 10/09/2013 12:11 AM, Chris Marshall wrote: > > The correct way to get the latest PDL-2.007 pre-release is > > to use cpanm with a distribution pathname rather than > > just a module name: > > > > cpanm CHM/PDL-2.006_91.tar.gz # the current version > Both versions PDL-2.006_91 and PDL-2.006_912 throw the same error, which > was the same I encountered before: > > [root@x230ea mjk]# cpanm CHM/PDL-2.006_92.tar.gz > --> Working on CHM/PDL-2.006_92.tar.gz > Fetching http://www.cpan.org/authors/id/C/CH/CHM/PDL-2.006_92.tar.gz ... OK > Configuring PDL-2.006_92 ... OK > Building and testing PDL-2.006_92 ... *** Error in `/usr/bin/perl': > realloc(): invalid next size: 0x0000000001c80d60 *** > > Is this my / perls bad? > > Unfortunately, you appear to have caught the git repository > > in a state where it couldn't build. The problem has been > > fixed but you managed to get caught. You also did an install > > which means you should definitely remove the installed PDL > > files before building/testing/installing another PDL. > done. Thanks for your help with this one. > > Thank you! > Max > > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl -- o W. Luis Mochán, | tel:(52)(777)329-1734 /<(*) Instituto de Ciencias Físicas, UNAM | fax:(52)(777)317-5388 `>/ /\ Apdo. Postal 48-3, 62251 | (*)/\/ \ Cuernavaca, Morelos, México | [email protected] /\_/\__/ GPG: DD344B85, 2ADC B65A 5499 C2D3 4A3B 93F3 AE20 0F5E DD34 4B85 _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
