Queue: PDL Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=37000 >
Hi Casiano, None none of the attachments here or in the e-mails have any error messages in them. (Even the initial problem with complex stringification does not show an error message in the report, just what may be part of a warning. I think that specific issue has been fixed in CVS)) If you can generate output with an error message from the PDL build and install, I will take another look. Here is what I do for a really clean PDL install: 1. untar the distribution into a directory 2. cd PDL-2.4.3 3. perl Makefile.PL 2>&1 | tee -a ../pdl-build-log.txt 4. make 2>&1 | tee -a ../pdl-build-log.txt 5. make test 2>&1 | tee -a ../pdl-build-log.txt At this point, if tests have passed then PDL was built correctly. You should be able to do 6. perl -Mblib perldl which starts the perldl shell where you can run demo or perform interactive PDL computations. Best wishes and sorry I could not help more. --Chris On Fri Jun 27 04:10:41 2008, [EMAIL PROTECTED] wrote: > Thanks Chris, > > Is a Debian distribution: > > [EMAIL PROTECTED]:~/src/perl/GRID_Machine/scripts$ cat /proc/version > Linux version 2.6.18-5-686 (Debian 2.6.18.dfsg.1-17) > ([EMAIL PROTECTED]) (gcc version 4.1.2 20061115 (prerelease) (Debian > 4.1.1-21)) #1 SMP Mon Dec 24 16:41:07 UTC 2007 > > > [EMAIL PROTECTED]:~/src/perl/GRID_Machine/scripts$ uname -a > Linux nereida.deioc.ull.es 2.6.18-5-686 #1 SMP Mon Dec 24 16:41:07 UTC > 2007 i686 GNU/Linux > > **************************************************************** > The Perl interpreter is: > > [EMAIL PROTECTED]:~/src/perl/GRID_Machine/scripts$ perl -V > Summary of my perl5 (revision 5 version 8 subversion 8) configuration: > Platform: > osname=linux, osvers=2.6.24.4, archname=i486-linux-gnu-thread- > multi > uname='linux ninsei 2.6.24.4 #1 smp preempt fri apr 18 15:36:09 > pdt 2008 i686 gnulinux ' > config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN > -Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -Dprefix=/usr > -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 > -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 > -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local > -Dsitelib=/usr/local/share/perl/5.8.8 > -Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 > -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 > -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl > -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm > -Duseshrplib -Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des' > hint=recommended, useposix=true, d_sigaction=define > usethreads=define use5005threads=undef useithreads=define > usemultiplicity=define > useperlio=define d_sfio=undef uselargefiles=define usesocks=undef > use64bitint=undef use64bitall=undef uselongdouble=undef > usemymalloc=n, bincompat5005=undef > Compiler: > cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS > -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', > optimize='-O2', > cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN > -fno-strict-aliasing -pipe -I/usr/local/include' > ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian > 4.1.1-21)', gccosandvers='' > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > d_longlong=define, longlongsize=8, d_longdbl=define, > longdblsize=12 > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', > lseeksize=8 > alignbytes=4, prototype=define > Linker and Libraries: > ld='cc', ldflags =' -L/usr/local/lib' > libpth=/usr/local/lib /lib /usr/lib > libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt > perllibs=-ldl -lm -lpthread -lc -lcrypt > libc=/lib/libc-2.3.6.so, so=so, useshrplib=true, > libperl=libperl.so.5.8.8 > gnulibc_version='2.3.6' > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' > cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib' > > > Characteristics of this binary (from libperl): > Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT > PERL_MALLOC_WRAP THREADS_HAVE_PIDS > USE_ITHREADS > USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API > Built under linux > Compiled at Apr 25 2008 20:23:05 > %ENV: > PERL5LIB="/home/pp2/src/perl/GRID_Machine/lib" > @INC: > /home/pp2/src/perl/GRID_Machine/lib > /etc/perl > /usr/local/lib/perl/5.8.8 > /usr/local/share/perl/5.8.8 > /usr/lib/perl5 > /usr/share/perl5 > /usr/lib/perl/5.8 > /usr/share/perl/5.8 > /usr/local/lib/site_perl > /usr/local/lib/perl/5.8.7 > /usr/local/share/perl/5.8.7 > /usr/local/lib/perl/5.8.4 > /usr/local/share/perl/5.8.4 > . > > **************************************************** > I have tried in another Debian machine and have the same negative > result. > This time the version is: > > > [EMAIL PROTECTED]:~$ cat /proc/version > Linux version 2.6.15-1-686-smp (Debian 2.6.15-8) ([EMAIL PROTECTED]) > (gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)) #2 SMP Mon > Mar 6 15:34:50 UTC 2006 > ******************* > > Hope it helps > > *********************************** > > 2008/6/27 Chris Marshall via RT <[EMAIL PROTECTED]>: > > <URL: http://rt.cpan.org/Ticket/Display.html?id=37000 > > > > > I am unable to reproduce this problem with PDL-2.4.3 on cygwin > > or PDL-cvs on cygwin: > > > >> $ perl -d -e 1 > >> > >> Loading DB routines from perl5db.pl version 1.28 > >> Editor support available. > >> > >> Enter h or `h h' for help, or `man perldebug' for more help. > >> > >> main::(-e:1): 1 > >> DB<1> use PDL > >> > >> DB<2> use PDL::Complex > >> > >> DB<3> $x = r2C( -27 ) > >> > >> DB<4> $r = Croots $x, 3 > >> > >> DB<5> print $r > >> [1.5 +2.59807621135332i -3 +3.67394039744206e-16i 1.5 > > -2.59807621135332i] > >> > > > > Please see the BUGS file in the PDL-2.4.3 distribution > > for the information needed to complete this bug report. > > > > Thanks! > > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
