Hi, on 7.5.beta3, I can still install without problems the experimental package GAP3 after deleting the upstream tarball. I then created a second copy of sage with the (now almost) newest development version 7.6.beta4. When trying to install the package there, I get the following error:
Makefile:1736: recipe for target '/home/stumpc5/Programs/sage-git/local/var/lib/sage/installed/gap3-jm5-2015-02-01' failed make[1]: *** [/home/stumpc5/Programs/sage-git/local/var/lib/sage/installed/gap3-jm5-2015-02-01] Error 1 make[1]: Leaving directory '/home/stumpc5/Programs/sage-git/build/make' (More details in the attached log file.) What am I doing wrong / what causes this problem ? Thanks for your help! Christian -- 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 https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
Found local metadata for gap3-jm5-2015-02-01 Attempting to download package gap3-jm5-2015-02-01.tar.gz from mirrors http://mirror.switch.ch/mirror/sagemath/spkg/upstream/gap3/gap3-jm5-2015-02-01.tar.gz [......................................................................] gap3-jm5-2015-02-01 ==================================================== Setting up build directory for gap3-jm5-2015-02-01 Finished extraction Applying patches from ../patches... Applying ../patches/gap3_init.patch patching file lib/init.g Applying ../patches/gap3_makefile.patch patching file src/Makefile Applying ../patches/gap3_startup.patch patching file bin/gap.sh **************************************************** Host system: Linux associahedron 4.8.0-39-generic #42-Ubuntu SMP Mon Feb 20 11:47:27 UTC 2017 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/lib/gcc/x86_64-linux-gnu/6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.2.0-5ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12) **************************************************** spkg-install is using VERSION = jm5-2015-02-01 GAP3_DIR = gap-jm5-2015-02-01 INSTALL_DIR = /home/stumpc5/Programs/sage-git/local/gap3/gap-jm5-2015-02-01/gap3 make[2]: Entering directory '/home/stumpc5/Programs/sage-git/local/var/tmp/sage/build/gap3-jm5-2015-02-01/src' make[2]: *** No targets specified and no makefile found. Stop. make[2]: Leaving directory '/home/stumpc5/Programs/sage-git/local/var/tmp/sage/build/gap3-jm5-2015-02-01/src' Error building gap3. real 0m0.003s user 0m0.000s sys 0m0.000s ************************************************************************ Error installing package gap3-jm5-2015-02-01 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /home/stumpc5/Programs/sage-git/logs/pkgs/gap3-jm5-2015-02-01.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/stumpc5/Programs/sage-git/local/var/tmp/sage/build/gap3-jm5-2015-02-01 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/stumpc5/Programs/sage-git/local/var/tmp/sage/build/gap3-jm5-2015-02-01' && '/home/stumpc5/Programs/sage-git/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************