Here is the end of the output that make produced: periods.cc: In constructor `periods_via_lfchi::periods_via_lfchi(const level*, const newform*)': periods.cc:382: error: call of overloaded `log(int)' is ambiguous /usr/include/bits/mathcalls.h:110: error: candidates are: double log (double) /usr/include/g++/cmath:419: error: long double std::log (long double) /usr/include/g++/cmath:411: error: float std::log (float) periods.cc:383: error: call of overloaded `log(int)' is ambiguous /usr/include/bits/mathcalls.h:110: error: candidates are: double log (double) /usr/include/g++/cmath:419: error: long double std::log (long double) /usr/include/g++/cmath:411: error: float std::log (float) periods.cc: In member function `virtual void periods_direct::compute ()': periods.cc:459: error: call of overloaded `log(int)' is ambiguous /usr/include/bits/mathcalls.h:110: error: candidates are: double log (double) /usr/include/g++/cmath:419: error: long double std::log (long double) /usr/include/g++/cmath:411: error: float std::log (float) periods.cc:460: error: call of overloaded `log(int)' is ambiguous /usr/include/bits/mathcalls.h:110: error: candidates are: double log (double) /usr/include/g++/cmath:419: error: long double std::log (long double) /usr/include/g++/cmath:411: error: float std::log (float) periods.cc: In member function `virtual void part_period::compute()': periods.cc:554: error: call of overloaded `log(int)' is ambiguous /usr/include/bits/mathcalls.h:110: error: candidates are: double log (double) /usr/include/g++/cmath:419: error: long double std::log (long double) /usr/include/g++/cmath:411: error: float std::log (float) periods.cc: In member function `void ldash1::init(const level*, const std::vector<long int, std::allocator<long int> >&, long int, const rational&)': periods.cc:593: error: call of overloaded `log(int)' is ambiguous /usr/include/bits/mathcalls.h:110: error: candidates are: double log (double) /usr/include/g++/cmath:419: error: long double std::log (long double) /usr/include/g++/cmath:411: error: float std::log (float) periods.cc: In constructor `lfchi::lfchi(const level*, const newform*)': periods.cc:635: error: call of overloaded `log(int)' is ambiguous /usr/include/bits/mathcalls.h:110: error: candidates are: double log (double) /usr/include/g++/cmath:419: error: long double std::log (long double) /usr/include/g++/cmath:411: error: float std::log (float) periods.cc: In function `NTL::RR G(int, NTL::RR)': periods.cc:975: error: call of overloaded `log(int)' is ambiguous /usr/include/bits/mathcalls.h:110: error: candidates are: double log (double) /usr/include/g++/cmath:419: error: long double std::log (long double) /usr/include/g++/cmath:411: error: float std::log (float) make[3]: *** [periods_n.o] Error 1 make[3]: Leaving directory `/usr/local/sage-3.2.3/spkg/build/ eclib-20080310.p7/src/g0n' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/local/sage-3.2.3/spkg/build/ eclib-20080310.p7/src' Error building cremona
real 6m2.424s user 5m43.250s sys 0m18.600s sage: An error occurred while installing eclib-20080310.p7 Please email sage-devel http://groups.google.com/group/sage-devel explaining the problem and send the relevant part of of /usr/local/sage-3.2.3/install.log. Describe your computer, operating system, etc. If you want to try to fix the problem, yourself *don't* just cd to /usr/local/sage-3.2.3/spkg/build/eclib-20080310.p7 and type 'make'. Instead type "/usr/local/sage-3.2.3/sage -sh" in order to set all environment variables correctly, then cd to /usr/local/sage-3.2.3/spkg/build/eclib-20080310.p7 (When you are done debugging, you can type "exit" to leave the subshell.) make[1]: *** [installed/eclib-20080310.p7] Error 1 make[1]: Leaving directory `/usr/local/sage-3.2.3/spkg' real 18m53.767s user 16m59.400s sys 1m43.340s I see now the instructions at the end that tell me to type "/usr/local/sage-3.2.3/sage -sh" in order to set all environment variables correctly, then cd to /usr/local/sage-3.2.3/spkg/build/eclib-20080310.p7 Will /usr/local/sage-3.2.3/sage -sh auto fix everything? thanks again. On Feb 4, 11:31 pm, mabshoff <[email protected] dortmund.de> wrote: > On Feb 4, 7:26 pm, mrotsliah <[email protected]> wrote: > > > ok, I found the source code, I used tar to open it, and I used make. > > It ran its course and finished. Sage starts to run, but then it > > outputs the following and then quits: > > > ---------------------------------------------------------------------- > > | Sage Version 3.2.3, Release Date: 2009-01-05 | > > | Type notebook() for the GUI, and license() for information. | > > ---------------------------------------------------------------------- > > /usr/bin/env: sage.bin: No such file or directory > > /usr/local/sage-3.2.3/local/bin/sage-sage: /usr/local/sage-3.2.3/local/ > > bin/sage-ipython: sage.bin: bad interpreter: No such file or directory > > > What is it telling me, and what can I do? > > Sage did not finish building, at least not without producing an error. > What does the end of the log look like? > > > thanks > > Cheers, > > Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
