Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Upgrade SCons to 2.0.1 #6

Closed
cowboyd opened this issue May 31, 2011 · 2 comments
Closed

Upgrade SCons to 2.0.1 #6

cowboyd opened this issue May 31, 2011 · 2 comments

Comments

@cowboyd
Copy link
Collaborator

cowboyd commented May 31, 2011

Our version of SCons (1.2) is incompatible with python 3.1

% python -V
Python 3.2
% gem install therubyracer --pre
Building native extensions.  This could take a while...
ERROR:  Error installing therubyracer:
        ERROR: Failed to build gem native extension.

/mydir/bin/ruby extconf.rb
Compiling V8
cp -r scons build
mkdir -p build/scons/install
python build/scons/setup.py install --prefix=install
  File "build/scons/setup.py", line 336
    mode = ((os.stat(file)[stat.ST_MODE]) | 0555) & 07777
                                               ^
SyntaxError: invalid token
make: *** [build/scons/install/bin/scons] Error 1
@ghost ghost assigned fractaloop May 31, 2011
@fractaloop
Copy link

I actually upgraded to 2.0.1 when I broke the gem out. =P

Also, it should be noted that SCons is very specific about it not supporting Python 3.x.

@trevor
Copy link

trevor commented Jun 14, 2011

looking good, thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants