id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,work_issues,upstream,reviewer,author,merged,dependencies,stopgaps
9037,pynac fails to build on 64-bit OpenSolaris x64.,drkirkby,drkirkby,"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
}}}",defect,closed,major,sage-4.4.3,porting: Solaris,fixed,,jsp,,N/A,Mike Hansen,David Kirkby,sage-4.4.3.alpha3,,
