#7761: Python 2.6.2.p4 faills to build on Open Solaris
------------------------------------------------------------+---------------
Reporter: drkirkby | Owner:
drkirkby
Type: defect | Status:
needs_review
Priority: major | Milestone:
sage-4.3.1
Component: solaris | Keywords:
python open solaris
Work_issues: | Author:
David Kirkby
Upstream: None of the above - read trac for reasoning. | Reviewer:
Merged: |
------------------------------------------------------------+---------------
Comment(by drkirkby):
> .rodata.str1.1 (merged string section) 0x53e
/usr/local/lib/libcrypto.a(bn_sqrt.o)
> ld: fatal: relocations remain against allocatable but non-writable
sections
> collect2: ld returned 1 exit status
>
> }}}
>
> I'll build a new gcc.
>
> Jaap
>
Yes, I think building a new gcc is probably your best course of action.
Several people have said gcc 4.3.4 is one of the more stable gcc's.
I think ATLAS might dictate the use of the Sun assembler, as some of the
assembly looks like it will only work with the GNU assembler.
The following has allowed me to build python with 'hashlib' support. Try
building python with that. If it fails, try building OpenSSL with it.
If all else fails, I can make some tarbals of my gcc and binutils
binaries, upload them, then you try those. Then we would have
'''exactly''' the same build tools. But I don't believe such drastic
measures should be necessary, but if they are helpful, I can do it.
{{{
drkir...@hawk:~/sage-4.3.1.alpha1$ gcc -v
Using built-in specs.
Target: i386-pc-solaris2.11
Configured with: ../gcc-4.3.4/configure --prefix=/usr/local/gcc-4.3.4-GNU-
assembler-Sun-linker --with-as=/usr/local/binutils-2.20/bin/as --with-
ld=/usr/ccs/bin/ld --with-gmp=/usr/local --with-mpfr=/usr/local
Thread model: posix
gcc version 4.3.4 (GCC)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7761#comment:5>
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.