Hi all,

I'm hijacking this thread for my own compile-on-a-supercomputer issue. This 
system (LSU's Mike II) apparently doesn't have separate compile nodes, and 
I was told to run an interactive session on a compute node to do my 
compilation.

I think I set all standard software to use GCC (rather than their standard 
Intel compiler). Compilation goes well for a while, but fails on setuptools 
and on elliptic_curves, with the logs listed below. Any suggestions on how 
to fix this would be welcome!

Found local metadata for setuptools-3.6
Found local sources at 
/ddnB/work/svanzwam/sage-6.3/upstream/setuptools-3.6.tar.gz
Checksum: 745cbb942f8015dbcbfd9df5cb815adb63c7b0e9 vs 
745cbb942f8015dbcbfd9df5cb815adb63c7b0e9
setuptools-3.6
====================================================
Setting up build directory for setuptools-3.6
Finished set up
****************************************************
Host system:
Linux mike455 2.6.32-279.19.1.el6.x86_64 #1 SMP Sat Nov 24 14:35:28 EST 
2012 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada 
--enable-java-awt=gtk --disable-dssi 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) 
****************************************************
patching file setuptools/command/easy_install.py
Hunk #1 succeeded at 26 with fuzz 1.
Hunk #2 succeeded at 1446 (offset 13 lines).
Hunk #3 succeeded at 1481 (offset 13 lines).
Hunk #4 succeeded at 1504 (offset 13 lines).
patching file pkg_resources.py
Hunk #1 succeeded at 1030 (offset 71 lines).
running install
running bdist_egg
running egg_info
writing requirements to setuptools.egg-info/requires.txt
writing setuptools.egg-info/PKG-INFO
writing top-level names to setuptools.egg-info/top_level.txt
writing dependency_links to setuptools.egg-info/dependency_links.txt
writing entry points to setuptools.egg-info/entry_points.txt
reading manifest file 'setuptools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'setuptools.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
copying pkg_resources.py -> build/lib
copying easy_install.py -> build/lib
creating build/lib/setuptools
copying setuptools/version.py -> build/lib/setuptools
copying setuptools/script template.py -> build/lib/setuptools
copying setuptools/sandbox.py -> build/lib/setuptools
copying setuptools/package_index.py -> build/lib/setuptools
copying setuptools/dist.py -> build/lib/setuptools
copying setuptools/py27compat.py -> build/lib/setuptools
copying setuptools/archive_util.py -> build/lib/setuptools
copying setuptools/svn_utils.py -> build/lib/setuptools
copying setuptools/extension.py -> build/lib/setuptools
copying setuptools/py31compat.py -> build/lib/setuptools
copying setuptools/ssl_support.py -> build/lib/setuptools
copying setuptools/lib2to3_ex.py -> build/lib/setuptools
copying setuptools/__init__.py -> build/lib/setuptools
copying setuptools/py26compat.py -> build/lib/setuptools
copying setuptools/site-patch.py -> build/lib/setuptools
copying setuptools/script template (dev).py -> build/lib/setuptools
copying setuptools/compat.py -> build/lib/setuptools
copying setuptools/depends.py -> build/lib/setuptools
creating build/lib/_markerlib
copying _markerlib/markers.py -> build/lib/_markerlib
copying _markerlib/__init__.py -> build/lib/_markerlib
creating build/lib/setuptools/command
copying setuptools/command/develop.py -> build/lib/setuptools/command
copying setuptools/command/easy_install.py -> build/lib/setuptools/command
copying setuptools/command/build_ext.py -> build/lib/setuptools/command
copying setuptools/command/test.py -> build/lib/setuptools/command
copying setuptools/command/bdist_wininst.py -> build/lib/setuptools/command
copying setuptools/command/install_egg_info.py -> 
build/lib/setuptools/command
copying setuptools/command/setopt.py -> build/lib/setuptools/command
copying setuptools/command/sdist.py -> build/lib/setuptools/command
copying setuptools/command/bdist_egg.py -> build/lib/setuptools/command
copying setuptools/command/alias.py -> build/lib/setuptools/command
copying setuptools/command/install_lib.py -> build/lib/setuptools/command
copying setuptools/command/__init__.py -> build/lib/setuptools/command
copying setuptools/command/bdist_rpm.py -> build/lib/setuptools/command
copying setuptools/command/register.py -> build/lib/setuptools/command
copying setuptools/command/install_scripts.py -> 
build/lib/setuptools/command
copying setuptools/command/rotate.py -> build/lib/setuptools/command
copying setuptools/command/saveopts.py -> build/lib/setuptools/command
copying setuptools/command/install.py -> build/lib/setuptools/command
copying setuptools/command/build_py.py -> build/lib/setuptools/command
copying setuptools/command/egg_info.py -> build/lib/setuptools/command
copying setuptools/command/upload_docs.py -> build/lib/setuptools/command
creating build/lib/setuptools/tests
copying setuptools/tests/environment.py -> build/lib/setuptools/tests
copying setuptools/tests/test_bdist_egg.py -> build/lib/setuptools/tests
copying setuptools/tests/test_egg_info.py -> build/lib/setuptools/tests
copying setuptools/tests/test_sandbox.py -> build/lib/setuptools/tests
copying setuptools/tests/test_packageindex.py -> build/lib/setuptools/tests
copying setuptools/tests/doctest.py -> build/lib/setuptools/tests
copying setuptools/tests/test_dist_info.py -> build/lib/setuptools/tests
copying setuptools/tests/test_sdist.py -> build/lib/setuptools/tests
copying setuptools/tests/test_test.py -> build/lib/setuptools/tests
copying setuptools/tests/script-with-bom.py -> build/lib/setuptools/tests
copying setuptools/tests/__init__.py -> build/lib/setuptools/tests
copying setuptools/tests/test_upload_docs.py -> build/lib/setuptools/tests
copying setuptools/tests/test_develop.py -> build/lib/setuptools/tests
copying setuptools/tests/py26compat.py -> build/lib/setuptools/tests
copying setuptools/tests/test_find_packages.py -> build/lib/setuptools/tests
copying setuptools/tests/test_markerlib.py -> build/lib/setuptools/tests
copying setuptools/tests/test_easy_install.py -> build/lib/setuptools/tests
copying setuptools/tests/test_resources.py -> build/lib/setuptools/tests
copying setuptools/tests/test_build_ext.py -> build/lib/setuptools/tests
copying setuptools/tests/server.py -> build/lib/setuptools/tests
copying setuptools/tests/test_svn.py -> build/lib/setuptools/tests
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/version.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/script template.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/sandbox.py -> 
build/bdist.linux-x86_64/egg/setuptools
creating build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/develop.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/easy_install.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/build_ext.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/test.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/bdist_wininst.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/install_egg_info.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/setopt.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/sdist.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/bdist_egg.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/alias.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/install_lib.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/__init__.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/bdist_rpm.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/register.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/install_scripts.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/rotate.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/saveopts.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/install.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/build_py.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/egg_info.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/upload_docs.py -> 
build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib/setuptools/package_index.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/dist.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/py27compat.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/archive_util.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/svn_utils.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/extension.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/py31compat.py -> 
build/bdist.linux-x86_64/egg/setuptools
creating build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/environment.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_bdist_egg.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_egg_info.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_sandbox.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_packageindex.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/doctest.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_dist_info.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_sdist.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_test.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/script-with-bom.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/__init__.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_upload_docs.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_develop.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/py26compat.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_find_packages.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_markerlib.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_easy_install.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_resources.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_build_ext.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/server.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_svn.py -> 
build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib/setuptools/ssl_support.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/lib2to3_ex.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/__init__.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/py26compat.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/site-patch.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/script template (dev).py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/compat.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/setuptools/depends.py -> 
build/bdist.linux-x86_64/egg/setuptools
copying build/lib/easy_install.py -> build/bdist.linux-x86_64/egg
copying build/lib/pkg_resources.py -> build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/_markerlib
copying build/lib/_markerlib/markers.py -> 
build/bdist.linux-x86_64/egg/_markerlib
copying build/lib/_markerlib/__init__.py -> 
build/bdist.linux-x86_64/egg/_markerlib
byte-compiling build/bdist.linux-x86_64/egg/setuptools/version.py to 
version.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/script template.py 
to script template.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/sandbox.py to 
sandbox.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/develop.py 
to develop.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py to 
easy_install.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_ext.py 
to build_ext.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/test.py to 
test.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/command/bdist_wininst.py to 
bdist_wininst.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/command/install_egg_info.py to 
install_egg_info.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/setopt.py to 
setopt.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/sdist.py to 
sdist.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_egg.py 
to bdist_egg.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/alias.py to 
alias.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/command/install_lib.py to 
install_lib.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/__init__.py 
to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_rpm.py 
to bdist_rpm.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/register.py 
to register.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/command/install_scripts.py to 
install_scripts.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/rotate.py to 
rotate.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/saveopts.py 
to saveopts.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install.py 
to install.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_py.py 
to build_py.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/egg_info.py 
to egg_info.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/command/upload_docs.py to 
upload_docs.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/package_index.py to 
package_index.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/dist.py to dist.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/py27compat.py to 
py27compat.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/archive_util.py to 
archive_util.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/svn_utils.py to 
svn_utils.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/extension.py to 
extension.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/py31compat.py to 
py31compat.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/environment.py 
to environment.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_bdist_egg.py to 
test_bdist_egg.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_egg_info.py to 
test_egg_info.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_sandbox.py to 
test_sandbox.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_packageindex.py to 
test_packageindex.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/doctest.py to 
doctest.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_dist_info.py to 
test_dist_info.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_sdist.py 
to test_sdist.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_test.py 
to test_test.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/script-with-bom.py to 
script-with-bom.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/__init__.py to 
__init__.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_upload_docs.py to 
test_upload_docs.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_develop.py to 
test_develop.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/py26compat.py 
to py26compat.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_find_packages.py to 
test_find_packages.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_markerlib.py to 
test_markerlib.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_easy_install.py to 
test_easy_install.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_resources.py to 
test_resources.pyc
byte-compiling 
build/bdist.linux-x86_64/egg/setuptools/tests/test_build_ext.py to 
test_build_ext.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/server.py to 
server.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_svn.py to 
test_svn.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/ssl_support.py to 
ssl_support.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/lib2to3_ex.py to 
lib2to3_ex.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/__init__.py to 
__init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/py26compat.py to 
py26compat.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/site-patch.py to 
site-patch.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/script template 
(dev).py to script template (dev).pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/compat.py to 
compat.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/depends.py to 
depends.pyc
byte-compiling build/bdist.linux-x86_64/egg/easy_install.py to 
easy_install.pyc
byte-compiling build/bdist.linux-x86_64/egg/pkg_resources.py to 
pkg_resources.pyc
byte-compiling build/bdist.linux-x86_64/egg/_markerlib/markers.py to 
markers.pyc
byte-compiling build/bdist.linux-x86_64/egg/_markerlib/__init__.py to 
__init__.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying setuptools.egg-info/PKG-INFO -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying setuptools.egg-info/SOURCES.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying setuptools.egg-info/dependency_links.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying setuptools.egg-info/entry_points.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying setuptools.egg-info/requires.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying setuptools.egg-info/requires.txt.orig -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying setuptools.egg-info/top_level.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying setuptools.egg-info/zip-safe -> 
build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/setuptools-3.6-py2.7.egg' and adding 
'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing setuptools-3.6-py2.7.egg
Copying setuptools-3.6-py2.7.egg to 
/ddnB/work/svanzwam/sage-6.3/local/lib/python2.7/site-packages
Adding setuptools 3.6 to easy-install.pth file
error: [Errno 38] Function not implemented

real 0m3.573s
user 0m0.531s
sys 0m0.618s
************************************************************************
Error installing package setuptools-3.6
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the relevant part of the log file
  /ddnB/work/svanzwam/sage-6.3/logs/pkgs/setuptools-3.6.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/ddnB/work/svanzwam/sage-6.3/local/var/tmp/sage/build/setuptools-3.6 and 
type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
  (cd 
'/ddnB/work/svanzwam/sage-6.3/local/var/tmp/sage/build/setuptools-3.6' && 
'/ddnB/work/svanzwam/sage-6.3/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************













Found local metadata for elliptic_curves-0.7
Found local sources at 
/ddnB/work/svanzwam/sage-6.3/upstream/elliptic_curves-0.7.tar.bz2
Checksum: 779a6abd34b7f33d28f5242c36d6494970dc5136 vs 
779a6abd34b7f33d28f5242c36d6494970dc5136
elliptic_curves-0.7
====================================================
Setting up build directory for elliptic_curves-0.7
Finished set up
****************************************************
Host system:
Linux mike455 2.6.32-279.19.1.el6.x86_64 #1 SMP Sat Nov 24 14:35:28 EST 
2012 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada 
--enable-java-awt=gtk --disable-dssi 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) 
****************************************************
Traceback (most recent call last):
  File "./spkg-install", line 87, in <module>
    install_cremona()
  File "./spkg-install", line 23, in install_cremona
    con.execute('CREATE TABLE t_class(rank INTEGER, class TEXT PRIMARY KEY,'
sqlite3.OperationalError: disk I/O error

real 0m0.293s
user 0m0.015s
sys 0m0.032s
************************************************************************
Error installing package elliptic_curves-0.7
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the relevant part of the log file
  /ddnB/work/svanzwam/sage-6.3/logs/pkgs/elliptic_curves-0.7.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/ddnB/work/svanzwam/sage-6.3/local/var/tmp/sage/build/elliptic_curves-0.7 
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
  (cd 
'/ddnB/work/svanzwam/sage-6.3/local/var/tmp/sage/build/elliptic_curves-0.7' 
&& '/ddnB/work/svanzwam/sage-6.3/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************




-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to