#9037: pynac fails to build on 64-bit OpenSolaris x64.
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-4.4.3
Component: solaris | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
The spkg-install of 'pynac' has:
{{{
if [ `uname` = "Darwin" -a "$SAGE64" = "yes" ]; then
echo "64 bit MacIntel"
CXXFLAGS="-m64 -O2 -g"; export CXXFLAGS
LDFLAGS="-m64"; export LDFLAGS
fi
}}}
so obviously does not attempt to build 64-bit when SAGE64="yes", unless
the operating systems is OS X.
The build actually fails on a 64-bit !OpenSolaris system, as pynac tries
to link to 64-bit objects, which obviously fails.
{{{
sage: An error occurred while installing pynac-0.1.12
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9037>
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.