loadlj / python-spidermonkey

Automatically exported from code.google.com/p/python-spidermonkey
GNU General Public License v2.0
0 stars 0 forks source link

doesn't install on Fedora 9 #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
easy_install

What is the expected output? What do you see instead?
g++ -o Linux_All_DBG.OBJ/js.o -c -Wall -Wno-format -MMD -DGCC_OPT_BUG -g3
-DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R
-DX86_LINUX  -DDEBUG -DDEBUG_root -DEDITLINE -ILinux_All_DBG.OBJ  js.cpp
In file included from js.cpp:59:
jsemit.h:508: warning: identifier ‘decltype’ will become a keyword in C++0x
js.cpp: In function ‘JSBool CountHeap(JSContext*, uintN, jsval*)’:
js.cpp:1002: warning: comparison between signed and unsigned integer
expressions
g++ -o Linux_All_DBG.OBJ/js -Wall -Wno-format -MMD -DGCC_OPT_BUG -g3
-DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R
-DX86_LINUX  -DDEBUG -DDEBUG_root -DEDITLINE -ILinux_All_DBG.OBJ 
Linux_All_DBG.OBJ/js.o Linux_All_DBG.OBJ/libjs.a   -lm  \
        editline/Linux_All_DBG.OBJ/libedit.a
make[1]: `Linux_All_DBG.OBJ/jsautocfg.h' is up to date.
make[1]: `Linux_All_DBG.OBJ/jscpucfg' is up to date.
make[1]: `Linux_All_DBG.OBJ/jscpucfg.o' is up to date.
make[1]: Leaving directory `/tmp/easy_install-99MD3h/trunk/js/src'
Creating lexicon...
Done (0.09 seconds)
error: Setup script exited with error: SandboxViolation:
open('/usr/lib/python2.5/site-packages/Pyrex-0.9.8.5-py2.5.egg/Pyrex/Compiler/Le
xicon.pickle',
'wb') {}

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by wjh...@gmail.com on 10 Jan 2009 at 7:08

GoogleCodeExporter commented 9 years ago
Sorry that should read doesn't install w/ easy_install

Original comment by wjh...@gmail.com on 10 Jan 2009 at 7:16