Okay so I was using conda for building sage from source as described in the [readme](
https://github.com/sagemath/sage)
I had already built sage previously but after syncing my repo with the latest changes and pulling those changes when I tried re building sage I got a few errors
First of all I use Arch Linux so when I ran `./configure` I got this error
checking for Arch Linux... yes
real_configure: error: Building on Arch Linux using make is not recommended. Please use Meson as described at
https://doc.sagemath.org/html/en/installation/meson.html. Use --disable-meson-check to override.
Then I decided to disable meson check and ran `./configure --disable-meson-check` which worked and after that I used `make` to build sage which gave me the following
Error building Sage.
The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):
* package: planarity-3.0.1.0
last build time: Jun 15 06:50
log file: /home/devansh/dev/gsoc/sage/logs/pkgs/planarity-3.0.1.0.log
build directory: /home/devansh/dev/gsoc/sage/local/var/tmp/sage/build/planarity-3.0.1.0
* package: r-none
last build time: Jun 15 06:55
log file: /home/devansh/dev/gsoc/sage/logs/pkgs/r-none.log
* package: sagemath_doc_html-none
last build time: Jun 18 12:25
log file: /home/devansh/dev/gsoc/sage/logs/pkgs/sagemath_doc_html-none.log
build directory: /home/devansh/dev/gsoc/sage/local/var/tmp/sage/build/sagemath_doc_html-none
It is safe to delete any log files and build directories, but they
contain information that is helpful for debugging build problems.
WARNING: If you now run 'make' again, the build directory of the
same version of the package will, by default, be deleted. Set the
environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.
real 0m44.522s user 0m32.011s sys 0m12.963s
make[1]: *** [Makefile:40: all-start] Error 1
make[1]: Leaving directory '/home/devansh/dev/gsoc/sage'
make: *** [Makefile:13: all] Error 2
This is something that I have done before as well but now I am not able to work this out and I need to figure out meson installation but can I do this without meson?
What should I do?
PS I have also attached the log files
[planarity-3.0.1.0.log]
[r-none.log]
[sagemath_doc_html-none.log]