On Fri, Mar 2, 2018 at 7:21 PM, afadli <[email protected]> wrote: > i am trying to install database_gap package using sage -p but i got this > error :
"sage -p" is only for certain old, outdated packages (and was also broken somewhat in Sage 8.1) You can just run: sage -i database_gap > make build/make/Makefile > make[1]: Entering directory `/math/software/pkg/sage/64/sage-8.1' > make[1]: `build/make/Makefile' is up to date. > make[1]: Leaving directory `/math/software/pkg/sage/64/sage-8.1' > build/bin/sage-logger \ > "cd build/make && ./install 'all-toolchain'" logs/install.log > Nothing to (re)build / all up-to-date. > > Error: package 'database_gap-4.8.6' not found > Assuming it is an old-style package... (this is deprecated: use -p instead > of -i to install old-style packages) > > Found local metadata for database_gap-4.8.6 > Using cached file > /math/software/pkg/sage/64/sage-8.1/upstream/database_gap-4.8.6.tar.bz2 > database_gap-4.8.6 > ==================================================== > Setting up build directory for database_gap-4.8.6 > Finished extraction > No patch files found in ../patches > ************************************************************************ > spkg-install should not be marked executable in the build/pkgs directory > ************************************************************************ > Please email sage-devel (http://groups.google.com/group/sage-devel) > explaining the problem and including the log file > /math/software/pkg/sage/64/sage-8.1/logs/pkgs/database_gap-4.8.6.log > Describe your computer, operating system, etc. > ************************************************************************ > > -- > 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 https://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. -- 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 https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
