I just noticed that sage -optional lists two different TOPCOM packages, namely topcom and TOPCOM. Installing the former works, while the installation of the latter spits out the following:
jkeitel@pcl337b:~/sage/sage> ./sage -i TOPCOM Attempting to download package TOPCOM >>> Checking online list of optional packages. >>> Found TOPCOM-0.17.4 >>> Trying to download http://mirror.yandex.ru/mirrors/sage.math.washington.edu//spkg/optional/TOPCOM-0.17.4.spkg [......................................................................] TOPCOM-0.17.4 ==================================================== Extracting package /home/pcl337b/jkeitel/sage/sage/upstream/TOPCOM-0.17.4.spkg -rw-r--r-- 1 jkeitel THEORY 901874 Aug 3 14:27 /home/pcl337b/jkeitel/sage/sage/upstream/TOPCOM-0.17.4.spkg Finished extraction **************************************************** Host system: Linux pcl337b 3.16.7-21-desktop #1 SMP PREEMPT Tue Apr 14 07:11:37 UTC 2015 (93c1539) x86_64 x86_64 x86_64 GNU/Linux **************************************************** C compiler: gcc C compiler version: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux Thread model: posix gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux) **************************************************** WARNING: spkg-install is not executable, making it executable ./spkg-install: line 11: cd: /home/pcl337b/jkeitel/sage/sage/spkg/standard/: No such file or directory ./spkg-install: line 11: ./newest_version: No such file or directory Failed to find mpir. Please install the mpir spkg real 0m0.003s user 0m0.001s sys 0m0.001s ************************************************************************ Error installing package TOPCOM-0.17.4 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /home/pcl337b/jkeitel/sage/sage/logs/pkgs/TOPCOM-0.17.4.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/pcl337b/jkeitel/sage/sage/local/var/tmp/sage/build/TOPCOM-0.17.4 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 '/home/pcl337b/jkeitel/sage/sage/local/var/tmp/sage/build/TOPCOM-0.17.4' && '/home/pcl337b/jkeitel/sage/sage/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ Should the package TOPCOM just be removed? -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
