Duh. I could have poked around the filetree but was being lazy.
Already downloaded and built from source and it seems to be working so far.
Thanks for your help.
On Wednesday, August 1, 2012 7:33:28 PM UTC-4, Volker Braun wrote:
>
> You need to download the source archive. The binary build does
You need to download the source archive. The binary build doesn't include
the sources, so there is nothing to (re)build.
On Wednesday, August 1, 2012 7:21:24 PM UTC-4, qwerty6789 wrote:
>
> But I get essentially the same error when I run make:
>
> $ make
> cd spkg && \
> "../spkg/pipestatus" \
But I get essentially the same error when I run make:
$ make
cd spkg && \
"../spkg/pipestatus" \
"env SAGE_PARALLEL_SPKG_BUILD='' ./install all 2>&1" \
"tee -a ../install.log"
Nothing to (re)build / all up-to-date.
./sage -b
--
sage
Yep its pretty clear that this can't work. Just compile from source, its
easy and fun ;-)
On Wednesday, August 1, 2012 3:21:26 PM UTC-4, qwerty6789 wrote:
>
> I get the same error when I try to build the source code, too:
>
> $ make
> cd spkg && \
> "../spkg/pipestatus" \
> "env SAGE_PARALL
I get the same error when I try to build the source code, too:
$ make
cd spkg && \
"../spkg/pipestatus" \
"env SAGE_PARALLEL_SPKG_BUILD='' ./install all 2>&1" \
"tee -a ../install.log"
Nothing to (re)build / all up-to-date.
./sage -b
---
Whats the output of "sage -sh ldd local/lib/python/lib-dynload/_hashlib.so"?
It should only depend on glibc, keyutils-libs, libselinux, and krb5-libs,
which are quite certainly already installed.
Its probably easiest to compile your own Sage install. Just first install
yum install gcc gcc-gfor