#12562: In Singular spkg-install, disable -pipe on SunOS
------------------------+---------------------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-5.0
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Jeroen Demeyer
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by jhpalmieri):
On hawk (!OpenSolaris on x86), after installing beta7 from #12369 with
`SAGE_INSTALL_GCC=yes`, and while running `sage -sh`:
{{{
$ gcc -print-prog-name=as
/usr/ccs/bin/as
}}}
Then singular-3-1-3-3.p4 fails to build, while singular-3-1-3-3.p5
succeeds.
I'm also trying on mark, and things there are a little strange: on one
hand, the Sage built took only two hours, which is much faster than usual
-- an earlier build took 12 hours. Either they upgraded the machine, or
the standard gcc build on mark is badly configured, or something else is
strange. Tests seem to be going fine (with the Singular spkg from this
ticket). On the other hand, if I just try to run Sage, I see this:
{{{
$ ./sage
----------------------------------------------------------------------
| Sage Version 5.0.beta7-gcc, Release Date: 2012-03-05 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
**********************************************************************
* *
* Warning: this is a prerelease version, and it may be unstable. *
* *
**********************************************************************
/home/palmieri/mark/sage-5.0.beta7-gcc/local/lib/python/site.py:158:
Warning: 'with' will become a reserved keyword in Python 2.6
'import site' failed; use -v for traceback
/home/palmieri/mark/sage-5.0.beta7-gcc/local/lib/python/linecache.py:127:
Warning: 'with' will become a reserved keyword in Python 2.6
/home/palmieri/mark/sage-5.0.beta7-gcc/local/bin/sage-location:185:
Warning: 'with' will become a reserved keyword in Python 2.6
File "/home/palmieri/mark/sage-5.0.beta7-gcc/local/bin/sage-location",
line 185
with open(filename) as file:
^
SyntaxError: invalid syntax
}}}
If I run `./sage -sh` and then `gcc`, I see this:
{{{
$ gcc
bash: /home/palmieri/mark/sage-5.0.beta7-gcc/local/bin/gcc: Invalid
argument
}}}
Not related to this ticket, but obviously something strange is happening
on mark.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12562#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.