-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCons related build failure of PolyBoRi on 64-bit RHEL5 #1553
Comments
comment:2
Hi Kiran,
That is a bashism that was supposedly fixed by Burcin. It might have
Cheers, Michael |
comment:3
The
The file names on the error message ( More information from the build log would be helpful. |
comment:4
The problem seems to be that my machine has an old version of gcc lying around (back when it was only running a 32-bit kernel) and SCons has set up its default path so that it hits /usr/local/bin (where the old gcc is) before /usr/bin (where the new one is). It seems to fix things to change the line:
in the SConstruct file to:
so that the local PATH gets imported. (This turns out to have been the same issue I had when we first switched to SCons, although I didn't recognize it as such at first.) |
comment:6
This issue will be fixed along with #1663. |
comment:8
Some more info from Kiran:
As it turns out SCons itself is at fault:
Cheers, Michael |
comment:9
The new spkg at http://sage.math.washington.edu/home/mabshoff/release-cycles-2.10/alpha0/polybori-0.1-r6.spkg fixes the issue as Kiran suggested. Cheers, Michael |
comment:10
Merged in 2.10.alpha0. |
See http://groups.google.com/group/sage-support/browse_thread/thread/cdf2ae8087d5637e?hl=en at Dec 17, 8:37 am.
CC: @burcin
Component: packages: standard
Issue created by migration from https://trac.sagemath.org/ticket/1553
The text was updated successfully, but these errors were encountered: