Matěj Cepl <[email protected]> writes: > What is the status of pspp on sparc64 architecture? I've got this from > our build system today (Sparc64 is a secondary architecture for Fedora, > so it is not that big deal for me) when building pspp-0.6.1. > Particularly the issue is that one test fails. Original email with full > information about logs etc. is in the bottom of this message.
PSPP is supposed to be portable to 64-bit architectures and to big-endian architectures. In other words, it should work on sparc64. In fact, when I build pspp-0.6.1.tar.gz on a Debian sparc machine (the only sparc I have access to), all the tests pass. Maybe I need to build some other way? I didn't pass -m64 to GCC, should I? Here is the info on that machine (more general info at http://db.debian.org/machines.cgi?host=smetana): (lenny)pfaff...@smetana:~/pspp-0.6.1$ gcc -v Using built-in specs. Target: sparc-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-cpu=v8 --with-long-double-128 --enable-checking=release --build=sparc-linux-gnu --host=sparc-linux-gnu --target=sparc-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) (lenny)pfaff...@smetana:~/pspp-0.6.1$ uname -a Linux smetana 2.6.26-2-sparc64-smp #1 SMP Thu May 28 22:22:37 UTC 2009 sparc64 GNU/Linux (lenny)pfaff...@smetana:~/pspp-0.6.1$ -- "Because computer source code is an expressive means for the exchange of information and ideas about computer programming, we hold that it is protected by the First Amendment." --Hon. Boyce F. Martin, Jr., for the 6th Circuit Court, Junger vs. Daley _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
