-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Description
Hardware & associated software
- Sun Blade 1000
- 2 x 900 MHz UltraSPARC III+ CPUs
- 2 GB RAM
- Solaris 10 03/2005 (first release of Solaris 10)
- gcc 4.4.3 (uses Sun linker and assembler)
== Sage version ==
- 4.3.4.alpha1
- Patch Ilegal 'grep -o' causes problems installing optional packages on Solaris #8509 removing the -o option to grep to allow optional packages to install.
This builds fully on Solaris 10, and passes all doc tests. This is the first version of Sage to do this.
== The problem with the optional ginv-1.9-20080723 ==
This appears to be sending some x86 specific options to the compiler:
ginv-1.9-20080723/patches/setup.py
ginv-1.9-20080723/.hgignore
Finished extraction
****************************************************
Host system
uname -a:
SunOS redstart 5.10 Generic sun4u sparc SUNW,Sun-Blade-1000
****************************************************
****************************************************
CC Version
gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: ../gcc-4.4.3/configure --prefix=/usr/local/gcc-4.4.3 --with-mpfr=/usr/local/gcc-4.4.3 --with-build-time-tools=/usr/ccs/bin --with-gmp=/usr/local/gcc-4.4.3 --enable-languages=c,c++,fortran
Thread model: posix
gcc version 4.4.3 (GCC)
****************************************************
running build
running build_ext
building 'ginv' extension
creating build
creating build/temp.solaris-2.10-sun4u-2.6
creating build/temp.solaris-2.10-sun4u-2.6/ginv
creating build/temp.solaris-2.10-sun4u-2.6/ginv/util
creating build/temp.solaris-2.10-sun4u-2.6/ginv/monom
creating build/temp.solaris-2.10-sun4u-2.6/ginv/coeff
creating build/temp.solaris-2.10-sun4u-2.6/ginv/poly
creating build/temp.solaris-2.10-sun4u-2.6/ginv/criteria
creating build/temp.solaris-2.10-sun4u-2.6/ginv/division
creating build/temp.solaris-2.10-sun4u-2.6/ginv/algorithm
creating build/temp.solaris-2.10-sun4u-2.6/ginv/gauss
creating build/temp.solaris-2.10-sun4u-2.6/modules
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DWORDS_BIGENDIAN -I/export/home/drkirkby/sage-4.3.4.alpha1/local/include/python2.6 -c ginv/util/iprime.cpp -o build/temp.solaris-2.10-sun4u-2.6/ginv/util/iprime.o -O3 -pipe -mmmx -msse -m3dnow -fomit-frame-pointer -I/export/home/drkirkby/sage-4.3.4.alpha1/local/include
cc1plus: error: unrecognized command line option "-mmmx"
cc1plus: error: unrecognized command line option "-msse"
cc1plus: error: unrecognized command line option "-m3dnow"
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
error: command 'gcc' failed with exit status 1
Error building GINV.
real 0m0.410s
user 0m0.251s
sys 0m0.135s
sage: An error occurred while installing ginv-1.9-20080723
CC: @jhpalmieri @fchapoton @dimpase
Component: packages: optional
Author: Martin Albrecht
Issue created by migration from https://trac.sagemath.org/ticket/8516