For what it is worth, I tried again with a fresh git clone of 10.6.beta4, the only commands I used were ./bootstrap; ./configure; make and I get the same problem with ccache. Some sort of download fails.
Here are the logs. John On Thu, 23 Jan 2025 at 11:19, John Cremona <[email protected]> wrote: > > I have trouble building 10.6.beta4. > > I must be getting old as every time I build Sage these days, I get > problems I have never seen before on computers which have successfully > built Sage hundreds of times before. It just seems to get harder to > get it right. > > After make distclean and ./bootstrap and ./configure and make, the > failure is in building ccache-4.10.2. The log says that it is timing > out while fetching > https://github.com/Cyan4973/xxhash/archive/refs/tags/v0.8.2.tar.gz. > > My configure output includes this: "ccache: > optional, use "./configure --enable-ccache" to install SPKG version > 4.10.2" > but I put nothing on the command line after ./configure, so I don't > even know why it is trying to install ccache. > > Help! > > John > > On Sat, 18 Jan 2025 at 21:09, Volker Braun <[email protected]> wrote: > > > > As always, you can get the latest beta version from the "develop" git > > branch. Alternatively, the self-contained source tarball is at > > http://www.sagemath.org/download-latest.html > > > > > > 5188024881d (tag: 10.6.beta4, github/develop) Updated SageMath version to > > 10.6.beta4 > > 5eb37241946 gh-39333: some ruff suggestions in algebras/ > > 8468f45f4a5 gh-39332: some changes about dict in combinat (ruff PLC0206) > > d9a5d731e47 gh-39330: fix a bunch of typos and add some spaces after commas > > f1b71f2a156 gh-39325: [DOC] Allow Sphinx PDF build to reflow long decimal > > expansions in code-blocks to avoid them extending beyond page limits > > 4e66964ee2f gh-39324: less use of ParentWithGens > > d09850e1a9b gh-39322: Implement the chi function in sage.crypto.sboxes > > 3503f4cf7aa gh-39316: use memory allocator in `sage/combinat/designs/` > > d37ff1aeb29 gh-39315: partial pep8 cleanup in Lie conformal algebras > > f2bdadfef38 gh-39312: use memory allocator in `sage/coding/binary_code.pyx` > > 66d1d42dcb6 gh-39306: simplify many range(0,n) to range(n) > > f53ae51ad18 gh-39305: fixing some ruff PLR warnings > > 056c849a5b6 gh-39303: let the categories handle "is_commutative" for rings > > d2e5f02e880 gh-39302: adding the category keyword to padic rings and fields > > classes > > 11312f9ad14 gh-39301: Using a new functions in libbraiding in > > zariski_vankampen > > cd1dd19a97d gh-39298: small cleanup in tropical files > > 2412b2b22d8 gh-39293: Fix segmentation fault in singular interface code > > 80dd3a640b2 gh-39291: Workaround to allow flint to be compiled with numpy 2 > > cac2b74ce16 gh-39288: Fix the new release workflow by escaping special > > characters > > 2ff22f9991b gh-39284: Remove failing modular ci tests > > d4449201e58 gh-39282: Fix tests for Python 3.13 > > 422311a7e6b gh-39281: fix and activate the ruff check for F811 > > 880ee64f986 gh-39278: Meson: build groups even without gap > > 5069f3f4921 gh-39277: Fix import duplication in `sage.rings.all` > > 3756cd4a869 gh-39271: return correct error message when trying to > > add/delete vertex/edge from a static graph > > ff96023665c gh-39268: Upgrade dependency requirements in accordance with > > Spec 0 > > dea78248d04 gh-39264: add parameter immutable to generators in > > `sage/graphs/digraph_generators.py` (part 1) > > 025fc1ea848 gh-39263: Remove old deprecations in `algebras` and `categories` > > 545f5bf7508 gh-39261: Fix tests with scipy 1.15 > > d5f99eccad4 gh-39253: some type annotations in modular folder > > 3823c4361dc gh-39252: minor annotation details in posets to please mypy > > 0e1a4ec0726 gh-39233: add some typing annotations to gens methods (-> tuple) > > 9f4042a6e60 gh-39228: faster bidirectional dijkstra using pairing heap > > 46c24c2ae14 gh-39220: some care in `src/sage/graphs/comparability.pyx` > > 09274507705 gh-39201: Fix `spyx_tmp()` cleanup. > > b5dbe52ca1e gh-39188: Declare Python 3.13 as supported in sagelib > > 57fa9581511 gh-39185: Fix find_replacements with Python 3.13 > > ba0e89a5178 gh-39184: Refactor produce_latex_macro > > c1dbfad7570 gh-39182: Define __iter__ method in iterator types > > 07455c02b25 gh-39168: Addition of Kähler algebras as a category > > e32f80afcb9 gh-39164: Update conda to use Python 3.12, drop 3.9 and 3.10 > > c2e57524046 gh-39153: Mark several tests as random to avoid test failure > > 2765b20e923 gh-39151: add parameter `forbidden_vertices` to some > > connectivity methods > > 55137dcb6a7 gh-39147: Fix doctesting with Python 3.13 > > af9eace610d gh-39123: change ore_algebra package to latest version > > a94a570bc29 gh-39008: Add Meson-specific settings to vscode settings > > 8c9d4febfe8 gh-38965: adding an example of semiring > > 15f25d90023 gh-38904: provide a class for partitions with bounded length > > and minimal part > > 076e8d8b6b9 gh-38823: Graph Plotting updates > > 1be0a589260 (tag: 10.6.beta3) Updated SageMath version to 10.6.beta3 > > > > -- > > You received this message because you are subscribed to the Google Groups > > "sage-release" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To view this discussion visit > > https://groups.google.com/d/msgid/sage-release/04d57935-e97f-47c3-8d67-c070c2ec0b88n%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-release/CAD0p0K5TM5UdDcozVBGjotYJH5Fz7p_OYnb3pRM%3DWbWdtag%2BzA%40mail.gmail.com.
make[1]: Entering directory '/home/john/sage2/build/make' make[1]: Leaving directory '/home/john/sage2/build/make' *** ALL ENVIRONMENT VARIABLES BEFORE BUILD: *** COLORTERM=truecolor DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 EDITOR=emacs -nw GDMSESSION=ubuntu GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SETUP_DISPLAY=:1 GNOME_SHELL_SESSION_MODE=ubuntu GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/b5284d84_2593_481d_a86a_0b5f664052af GNOME_TERMINAL_SERVICE=:1.122 GTK_MODULES=gail:atk-bridge HOME=/home/john IM_CONFIG_PHASE=1 LANG=en_GB.UTF-8 LANGUAGE=C LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME=john LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36: MAKEFLAGS= V=1 MAKELEVEL=1 MAKE=make MAKE_TERMERR=/dev/pts/8 MAKE_TERMOUT=/dev/pts/8 MFLAGS= OLDPWD=/home/john/sage2 PATH=/home/john/sage2/build/bin:/home/john/sage2/src/bin:/home/john/sage2/local/bin:/home/jec/git-trac-command/bin:/home/jec/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/sbin:/bin:/usr/games:/home/john/.local/bin PWD=/home/john/sage2/build/make PYTHONPATH=/home/john/sage2/local QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_QPA_PLATFORMTHEME=appmenu-qt5 SAGE_ENV_CONFIG_SOURCED=1 SAGE_INSTALL_CCACHE=yes SAGE_LOCAL=/home/john/sage2/local SAGE_LOGFILE=logs/install.log SAGE_LOGS=/home/john/sage2/logs/pkgs SAGE_MATPLOTLIB_GUI=yes SAGE_NUM_THREADS=1 SAGE_NUM_THREADS_PARALLEL=8 SAGE_ORIG_PATH=/home/jec/git-trac-command/bin:/home/jec/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/sbin:/bin:/usr/games:/home/john/.local/bin SAGE_ORIG_PATH_SET=True SAGE_PKGCONFIG=/home/john/sage2/local/lib/pkgconfig SAGE_ROOT=/home/john/sage2 SAGE_SHARE=/home/john/sage2/local/share SAGE_SRC=/home/john/sage2/src SESSION_MANAGER=local/john-Latitude-E5470:@/tmp/.ICE-unix/3642,unix/john-Latitude-E5470:/tmp/.ICE-unix/3642 SHELL=/bin/bash SHLVL=2 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=5940 TERM=xterm-256color TEXINPUTS=/home/john/OpenDreamKit/Proposal/LaTeX-proposal//:/home/john/tex/inputs: USER=john USERNAME=john _=/usr/bin/env VTE_VERSION=6800 WAYLAND_DISPLAY=wayland-0 XAUTHORITY=/run/user/1000/.mutter-Xwaylandauth.E72JZ2 XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=wayland XMODIFIERS=@im=ibus ZEITGEIST_DATA_PATH=/home/john/.local/share/zeitgeist [m*********************************************** make[1]: Entering directory '/home/john/sage2/build/make' touch /home/john/sage2/local/var/lib/sage/installed/.dummy make --no-print-directory toolchain make --no-print-directory ccache-SAGE_LOCAL-no-deps [ccache-4.10.2] Attempting to download package ccache-4.10.2.tar.xz from mirrors [ccache-4.10.2] https://github.com/sagemath/sage/releases/download/10.6/ccache-4.10.2.tar.xz [ccache-4.10.2] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [ccache-4.10.2] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/ccache-4.10.2.tar.xz' [ccache-4.10.2] https://github.com/sagemath/sage/releases/download/10.5/ccache-4.10.2.tar.xz [ccache-4.10.2] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [ccache-4.10.2] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.5/ccache-4.10.2.tar.xz' [ccache-4.10.2] https://github.com/sagemath/sage/releases/download/10.4/ccache-4.10.2.tar.xz [ccache-4.10.2] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [ccache-4.10.2] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.4/ccache-4.10.2.tar.xz' [ccache-4.10.2] Downloading the Sage mirror list [ccache-4.10.2] Searching fastest mirror [ccache-4.10.2] 194ms: http://files.sagemath.org/ [ccache-4.10.2] 716ms: http://linorg.usp.br/sage/ [ccache-4.10.2] 166ms: https://fosszone.csd.auth.gr/sagemath/ [ccache-4.10.2] 77ms: https://ftp.rediris.es/mirror/sagemath/ [ccache-4.10.2] 471ms: https://ftp.riken.jp/sagemath/ [ccache-4.10.2] 409ms: https://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/ [ccache-4.10.2] 511ms: https://ftp.yz.yamagata-u.ac.jp/pub/math/sage/ [ccache-4.10.2] 307ms: https://mirror-hk.koddos.net/sagemath/ [ccache-4.10.2] 613ms: https://mirror.aarnet.edu.au/pub/sage/ [ccache-4.10.2] 315ms: https://mirror.csclub.uwaterloo.ca/sage/ [ccache-4.10.2] 49ms: https://mirror.dogado.de/sage/ [ccache-4.10.2] 44ms: https://mirror.koddos.net/sagemath/ [ccache-4.10.2] Fastest mirror: https://mirror.koddos.net/sagemath/spkg/upstream/${SPKG} [ccache-4.10.2] https://mirror.koddos.net/sagemath/spkg/upstream/ccache/ccache-4.10.2.tar.xz [ccache-4.10.2] [......................................................................] [ccache-4.10.2] Setting up build directory /home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2 [ccache-4.10.2] No patch files found in ../patches [ccache-4.10.2] Host system: Linux john-Latitude-E5470 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux [ccache-4.10.2] C compiler: gcc, Using built-in specs., COLLECT_GCC=gcc, COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper, OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa, OFFLOAD_TARGET_DEFAULT=1, Target: x86_64-linux-gnu, Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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 --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2, Thread model: posix, Supported LTO compression algorithms: zlib zstd, gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) [ccache-4.10.2] No stamp file for package 'ccache' in /home/john/sage2/local/var/lib/sage/installed [ccache-4.10.2] No spkg-legacy-uninstall script; nothing to do [ccache-4.10.2] [spkg-install] Configuring ccache-4.10.2 with cmake [ccache-4.10.2] [spkg-install] -- The C compiler identification is GNU 11.4.0 [ccache-4.10.2] [spkg-install] -- The CXX compiler identification is GNU 11.4.0 [ccache-4.10.2] [spkg-install] -- The ASM compiler identification is GNU [ccache-4.10.2] [spkg-install] -- Found assembler: /usr/bin/gcc [ccache-4.10.2] [spkg-install] -- The ASM_MASM compiler identification is unknown [ccache-4.10.2] [spkg-install] -- Found assembler: ml [ccache-4.10.2] [spkg-install] -- Detecting C compiler ABI info [ccache-4.10.2] [spkg-install] -- Detecting C compiler ABI info - done [ccache-4.10.2] [spkg-install] -- Check for working C compiler: /usr/bin/gcc - skipped [ccache-4.10.2] [spkg-install] -- Detecting C compile features [ccache-4.10.2] [spkg-install] -- Detecting C compile features - done [ccache-4.10.2] [spkg-install] -- Detecting CXX compiler ABI info [ccache-4.10.2] [spkg-install] -- Detecting CXX compiler ABI info - done [ccache-4.10.2] [spkg-install] -- Check for working CXX compiler: /usr/bin/g++ - skipped [ccache-4.10.2] [spkg-install] -- Detecting CXX compile features [ccache-4.10.2] [spkg-install] -- Detecting CXX compile features - done [ccache-4.10.2] [spkg-install] -- Ccache version: 4.10.2 [ccache-4.10.2] [spkg-install] -- Ccache dev mode: OFF [ccache-4.10.2] [spkg-install] -- Performing Test std_atomic_without_libatomic [ccache-4.10.2] [spkg-install] -- Performing Test std_atomic_without_libatomic - Success [ccache-4.10.2] [spkg-install] -- Performing Test std_filesystem_without_libfs [ccache-4.10.2] [spkg-install] -- Performing Test std_filesystem_without_libfs - Success [ccache-4.10.2] [spkg-install] -- Looking for cpuid.h [ccache-4.10.2] [spkg-install] -- Looking for cpuid.h - found [ccache-4.10.2] [spkg-install] -- Looking for dirent.h [ccache-4.10.2] [spkg-install] -- Looking for dirent.h - found [ccache-4.10.2] [spkg-install] -- Looking for linux/fs.h [ccache-4.10.2] [spkg-install] -- Looking for linux/fs.h - found [ccache-4.10.2] [spkg-install] -- Looking for pwd.h [ccache-4.10.2] [spkg-install] -- Looking for pwd.h - found [ccache-4.10.2] [spkg-install] -- Looking for spawn.h [ccache-4.10.2] [spkg-install] -- Looking for spawn.h - found [ccache-4.10.2] [spkg-install] -- Looking for sys/clonefile.h [ccache-4.10.2] [spkg-install] -- Looking for sys/clonefile.h - not found [ccache-4.10.2] [spkg-install] -- Looking for sys/file.h [ccache-4.10.2] [spkg-install] -- Looking for sys/file.h - found [ccache-4.10.2] [spkg-install] -- Looking for sys/ioctl.h [ccache-4.10.2] [spkg-install] -- Looking for sys/ioctl.h - found [ccache-4.10.2] [spkg-install] -- Looking for sys/mman.h [ccache-4.10.2] [spkg-install] -- Looking for sys/mman.h - found [ccache-4.10.2] [spkg-install] -- Looking for sys/sendfile.h [ccache-4.10.2] [spkg-install] -- Looking for sys/sendfile.h - found [ccache-4.10.2] [spkg-install] -- Looking for sys/utime.h [ccache-4.10.2] [spkg-install] -- Looking for sys/utime.h - not found [ccache-4.10.2] [spkg-install] -- Looking for sys/wait.h [ccache-4.10.2] [spkg-install] -- Looking for sys/wait.h - found [ccache-4.10.2] [spkg-install] -- Looking for syslog.h [ccache-4.10.2] [spkg-install] -- Looking for syslog.h - found [ccache-4.10.2] [spkg-install] -- Looking for unistd.h [ccache-4.10.2] [spkg-install] -- Looking for unistd.h - found [ccache-4.10.2] [spkg-install] -- Looking for utime.h [ccache-4.10.2] [spkg-install] -- Looking for utime.h - found [ccache-4.10.2] [spkg-install] -- Looking for asctime_r [ccache-4.10.2] [spkg-install] -- Looking for asctime_r - found [ccache-4.10.2] [spkg-install] -- Looking for getopt_long [ccache-4.10.2] [spkg-install] -- Looking for getopt_long - found [ccache-4.10.2] [spkg-install] -- Looking for getpwuid [ccache-4.10.2] [spkg-install] -- Looking for getpwuid - found [ccache-4.10.2] [spkg-install] -- Looking for localtime_r [ccache-4.10.2] [spkg-install] -- Looking for localtime_r - found [ccache-4.10.2] [spkg-install] -- Looking for posix_fallocate [ccache-4.10.2] [spkg-install] -- Looking for posix_fallocate - found [ccache-4.10.2] [spkg-install] -- Looking for setenv [ccache-4.10.2] [spkg-install] -- Looking for setenv - found [ccache-4.10.2] [spkg-install] -- Looking for syslog [ccache-4.10.2] [spkg-install] -- Looking for syslog - found [ccache-4.10.2] [spkg-install] -- Looking for unsetenv [ccache-4.10.2] [spkg-install] -- Looking for unsetenv - found [ccache-4.10.2] [spkg-install] -- Looking for utimensat [ccache-4.10.2] [spkg-install] -- Looking for utimensat - found [ccache-4.10.2] [spkg-install] -- Looking for utimes [ccache-4.10.2] [spkg-install] -- Looking for utimes - found [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIM [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIM - Success [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIMENSEC [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIMENSEC - Failed [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIMESPEC [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIMESPEC - Failed [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIM [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIM - Success [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIMENSEC [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIMENSEC - Failed [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIMESPEC [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIMESPEC - Failed [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIM [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIM - Success [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIMENSEC [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIMENSEC - Failed [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC - Failed [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME - Failed [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_AVX2 [ccache-4.10.2] [spkg-install] -- Performing Test HAVE_AVX2 - Success [ccache-4.10.2] [spkg-install] -- Using bundled Blake3 since Blake3>=1.4.0 was not found locally [ccache-4.10.2] [spkg-install] -- Using bundled CppHttplib since CppHttplib>=0.10.6 was not found locally [ccache-4.10.2] [spkg-install] -- Using bundled Fmt since Fmt>=8.0.0 was not found locally [ccache-4.10.2] [spkg-install] -- Using bundled NonstdSpan since NonstdSpan>=0.10.3 was not found locally [ccache-4.10.2] [spkg-install] -- Using bundled TlExpected since TlExpected>=1.1.0 was not found locally [ccache-4.10.2] [spkg-install] -- Downloading Xxhash from the internet since Xxhash>=0.8.0 was not found locally and DEPS=AUTO [ccache-4.10.2] [spkg-install] [0mgmake[4]: Entering directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [ccache-4.10.2] [spkg-install] make[5]: Entering directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [ccache-4.10.2] [spkg-install] make[6]: Entering directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [ccache-4.10.2] [spkg-install] make[6]: Leaving directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [ccache-4.10.2] [spkg-install] make[6]: Entering directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [ccache-4.10.2] [spkg-install] [ 11%] [34m[1mCreating directories for 'xxhash-populate'[0m [ccache-4.10.2] [spkg-install] [ 22%] [34m[1mPerforming download step (download, verify and extract) for 'xxhash-populate'[0m [ccache-4.10.2] [spkg-install] -- Downloading... [ccache-4.10.2] [spkg-install] dst='/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild/xxhash-populate-prefix/src/v0.8.2.tar.gz' [ccache-4.10.2] [spkg-install] timeout='none' [ccache-4.10.2] [spkg-install] inactivity timeout='none' [ccache-4.10.2] [spkg-install] -- Using src='https://github.com/Cyan4973/xxhash/archive/refs/tags/v0.8.2.tar.gz' [ccache-4.10.2] [spkg-install] [31mCMake Error at xxhash-subbuild/xxhash-populate-prefix/src/xxhash-populate-stamp/download-xxhash-populate.cmake:170 (message): [ccache-4.10.2] [spkg-install] Each download failed! [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] error: downloading 'https://github.com/Cyan4973/xxhash/archive/refs/tags/v0.8.2.tar.gz' failed [ccache-4.10.2] [spkg-install] status_code: 28 [ccache-4.10.2] [spkg-install] status_string: "Timeout was reached" [ccache-4.10.2] [spkg-install] log: [ccache-4.10.2] [spkg-install] --- LOG BEGIN --- [ccache-4.10.2] [spkg-install] Uses proxy env variable https_proxy == 'http://192.0.2.0:5187/' [ccache-4.10.2] [spkg-install] Trying 192.0.2.0:5187... [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] connect to 192.0.2.0 port 5187 failed: Connection timed out [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] Failed to connect to 192.0.2.0 port 5187 after 130377 ms: Connection timed [ccache-4.10.2] [spkg-install] out [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] Closing connection 0 [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] --- LOG END --- [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] [0m [ccache-4.10.2] [spkg-install] make[6]: *** [CMakeFiles/xxhash-populate.dir/build.make:99: xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-download] Error 1 [ccache-4.10.2] [spkg-install] make[6]: Leaving directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [ccache-4.10.2] [spkg-install] make[5]: *** [CMakeFiles/Makefile2:83: CMakeFiles/xxhash-populate.dir/all] Error 2 [ccache-4.10.2] [spkg-install] make[5]: Leaving directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [ccache-4.10.2] [spkg-install] gmake[4]: *** [Makefile:91: all] Error 2 [ccache-4.10.2] [spkg-install] gmake[4]: Leaving directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [ccache-4.10.2] [spkg-install] [0m [ccache-4.10.2] [spkg-install] [31mCMake Error at /usr/share/cmake-3.22/Modules/FetchContent.cmake:1087 (message): [ccache-4.10.2] [spkg-install] Build step for xxhash failed: 2 [ccache-4.10.2] [spkg-install] Call Stack (most recent call first): [ccache-4.10.2] [spkg-install] /usr/share/cmake-3.22/Modules/FetchContent.cmake:1216:EVAL:2 (__FetchContent_directPopulate) [ccache-4.10.2] [spkg-install] /usr/share/cmake-3.22/Modules/FetchContent.cmake:1216 (cmake_language) [ccache-4.10.2] [spkg-install] cmake/FindXxhash.cmake:46 (FetchContent_Populate) [ccache-4.10.2] [spkg-install] cmake/Dependencies.cmake:28 (find_package) [ccache-4.10.2] [spkg-install] CMakeLists.txt:88 (include) [ccache-4.10.2] [spkg-install] [ccache-4.10.2] [spkg-install] [0m [ccache-4.10.2] [spkg-install] -- Configuring incomplete, errors occurred! [ccache-4.10.2] [spkg-install] See also "/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/CMakeFiles/CMakeOutput.log". [ccache-4.10.2] [spkg-install] See also "/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/CMakeFiles/CMakeError.log". [ccache-4.10.2] [spkg-install] ******************************************************************************** [ccache-4.10.2] [spkg-install] Error configuring ccache-4.10.2 with cmake [ccache-4.10.2] [spkg-install] See the file [ccache-4.10.2] [spkg-install] /home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/CMakeFiles/CMakeOutput.log [ccache-4.10.2] [spkg-install] for details. [ccache-4.10.2] [spkg-install] ******************************************************************************** [ccache-4.10.2] ************************************************************************ [ccache-4.10.2] Error installing package ccache-4.10.2 [ccache-4.10.2] ************************************************************************ [ccache-4.10.2] Please email sage-devel (http://groups.google.com/group/sage-devel) [ccache-4.10.2] explaining the problem and including the log files [ccache-4.10.2] /home/john/sage2/logs/pkgs/ccache-4.10.2.log [ccache-4.10.2] and [ccache-4.10.2] /home/john/sage2/config.log [ccache-4.10.2] Describe your computer, operating system, etc. [ccache-4.10.2] If you want to try to fix the problem yourself, *don't* just cd to [ccache-4.10.2] /home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2 and type 'make' or whatever is appropriate. [ccache-4.10.2] Instead, the following commands setup all environment variables [ccache-4.10.2] correctly and load a subshell for you to debug the error: [ccache-4.10.2] (cd '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2' && '/home/john/sage2/sage' --buildsh) [ccache-4.10.2] When you are done debugging, you can type "exit" to leave the subshell. [ccache-4.10.2] ************************************************************************ [ccache-4.10.2] real 2m21.336s user 0m4.058s sys 0m1.768s make[3]: *** [Makefile:3421: ccache-SAGE_LOCAL-no-deps] Error 1 make[2]: *** [Makefile:3421: /home/john/sage2/local/var/lib/sage/installed/ccache-4.10.2] Error 2 make[1]: *** [Makefile:3050: base-toolchain] Error 2 make[1]: Leaving directory '/home/john/sage2/build/make' *************************************************************** Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make base-toolchain'): * package: ccache-4.10.2 last build time: Jan 23 14:55 log file: /home/john/sage2/logs/pkgs/ccache-4.10.2.log build directory: /home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2 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 2m21.706s user 0m4.418s sys 0m1.846s
Attempting to download package ccache-4.10.2.tar.xz from mirrors https://github.com/sagemath/sage/releases/download/10.6/ccache-4.10.2.tar.xz [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/ccache-4.10.2.tar.xz' https://github.com/sagemath/sage/releases/download/10.5/ccache-4.10.2.tar.xz [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.5/ccache-4.10.2.tar.xz' https://github.com/sagemath/sage/releases/download/10.4/ccache-4.10.2.tar.xz [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.4/ccache-4.10.2.tar.xz' Downloading the Sage mirror list Searching fastest mirror 194ms: http://files.sagemath.org/ 716ms: http://linorg.usp.br/sage/ 166ms: https://fosszone.csd.auth.gr/sagemath/ 77ms: https://ftp.rediris.es/mirror/sagemath/ 471ms: https://ftp.riken.jp/sagemath/ 409ms: https://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/ 511ms: https://ftp.yz.yamagata-u.ac.jp/pub/math/sage/ 307ms: https://mirror-hk.koddos.net/sagemath/ 613ms: https://mirror.aarnet.edu.au/pub/sage/ 315ms: https://mirror.csclub.uwaterloo.ca/sage/ 49ms: https://mirror.dogado.de/sage/ 44ms: https://mirror.koddos.net/sagemath/ Fastest mirror: https://mirror.koddos.net/sagemath/spkg/upstream/${SPKG} https://mirror.koddos.net/sagemath/spkg/upstream/ccache/ccache-4.10.2.tar.xz [......................................................................] Setting up build directory /home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2 No patch files found in ../patches Host system: Linux john-Latitude-E5470 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux C compiler: gcc, Using built-in specs., COLLECT_GCC=gcc, COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper, OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa, OFFLOAD_TARGET_DEFAULT=1, Target: x86_64-linux-gnu, Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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 --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2, Thread model: posix, Supported LTO compression algorithms: zlib zstd, gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) No stamp file for package 'ccache' in /home/john/sage2/local/var/lib/sage/installed No spkg-legacy-uninstall script; nothing to do [spkg-install] Configuring ccache-4.10.2 with cmake [spkg-install] -- The C compiler identification is GNU 11.4.0 [spkg-install] -- The CXX compiler identification is GNU 11.4.0 [spkg-install] -- The ASM compiler identification is GNU [spkg-install] -- Found assembler: /usr/bin/gcc [spkg-install] -- The ASM_MASM compiler identification is unknown [spkg-install] -- Found assembler: ml [spkg-install] -- Detecting C compiler ABI info [spkg-install] -- Detecting C compiler ABI info - done [spkg-install] -- Check for working C compiler: /usr/bin/gcc - skipped [spkg-install] -- Detecting C compile features [spkg-install] -- Detecting C compile features - done [spkg-install] -- Detecting CXX compiler ABI info [spkg-install] -- Detecting CXX compiler ABI info - done [spkg-install] -- Check for working CXX compiler: /usr/bin/g++ - skipped [spkg-install] -- Detecting CXX compile features [spkg-install] -- Detecting CXX compile features - done [spkg-install] -- Ccache version: 4.10.2 [spkg-install] -- Ccache dev mode: OFF [spkg-install] -- Performing Test std_atomic_without_libatomic [spkg-install] -- Performing Test std_atomic_without_libatomic - Success [spkg-install] -- Performing Test std_filesystem_without_libfs [spkg-install] -- Performing Test std_filesystem_without_libfs - Success [spkg-install] -- Looking for cpuid.h [spkg-install] -- Looking for cpuid.h - found [spkg-install] -- Looking for dirent.h [spkg-install] -- Looking for dirent.h - found [spkg-install] -- Looking for linux/fs.h [spkg-install] -- Looking for linux/fs.h - found [spkg-install] -- Looking for pwd.h [spkg-install] -- Looking for pwd.h - found [spkg-install] -- Looking for spawn.h [spkg-install] -- Looking for spawn.h - found [spkg-install] -- Looking for sys/clonefile.h [spkg-install] -- Looking for sys/clonefile.h - not found [spkg-install] -- Looking for sys/file.h [spkg-install] -- Looking for sys/file.h - found [spkg-install] -- Looking for sys/ioctl.h [spkg-install] -- Looking for sys/ioctl.h - found [spkg-install] -- Looking for sys/mman.h [spkg-install] -- Looking for sys/mman.h - found [spkg-install] -- Looking for sys/sendfile.h [spkg-install] -- Looking for sys/sendfile.h - found [spkg-install] -- Looking for sys/utime.h [spkg-install] -- Looking for sys/utime.h - not found [spkg-install] -- Looking for sys/wait.h [spkg-install] -- Looking for sys/wait.h - found [spkg-install] -- Looking for syslog.h [spkg-install] -- Looking for syslog.h - found [spkg-install] -- Looking for unistd.h [spkg-install] -- Looking for unistd.h - found [spkg-install] -- Looking for utime.h [spkg-install] -- Looking for utime.h - found [spkg-install] -- Looking for asctime_r [spkg-install] -- Looking for asctime_r - found [spkg-install] -- Looking for getopt_long [spkg-install] -- Looking for getopt_long - found [spkg-install] -- Looking for getpwuid [spkg-install] -- Looking for getpwuid - found [spkg-install] -- Looking for localtime_r [spkg-install] -- Looking for localtime_r - found [spkg-install] -- Looking for posix_fallocate [spkg-install] -- Looking for posix_fallocate - found [spkg-install] -- Looking for setenv [spkg-install] -- Looking for setenv - found [spkg-install] -- Looking for syslog [spkg-install] -- Looking for syslog - found [spkg-install] -- Looking for unsetenv [spkg-install] -- Looking for unsetenv - found [spkg-install] -- Looking for utimensat [spkg-install] -- Looking for utimensat - found [spkg-install] -- Looking for utimes [spkg-install] -- Looking for utimes - found [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIM [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIM - Success [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIMENSEC [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIMENSEC - Failed [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIMESPEC [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_ATIMESPEC - Failed [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIM [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIM - Success [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIMENSEC [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIMENSEC - Failed [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIMESPEC [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_CTIMESPEC - Failed [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIM [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIM - Success [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIMENSEC [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIMENSEC - Failed [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC [spkg-install] -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC - Failed [spkg-install] -- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME [spkg-install] -- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME - Failed [spkg-install] -- Performing Test HAVE_AVX2 [spkg-install] -- Performing Test HAVE_AVX2 - Success [spkg-install] -- Using bundled Blake3 since Blake3>=1.4.0 was not found locally [spkg-install] -- Using bundled CppHttplib since CppHttplib>=0.10.6 was not found locally [spkg-install] -- Using bundled Fmt since Fmt>=8.0.0 was not found locally [spkg-install] -- Using bundled NonstdSpan since NonstdSpan>=0.10.3 was not found locally [spkg-install] -- Using bundled TlExpected since TlExpected>=1.1.0 was not found locally [spkg-install] -- Downloading Xxhash from the internet since Xxhash>=0.8.0 was not found locally and DEPS=AUTO [spkg-install] [0mgmake[4]: Entering directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [spkg-install] make[5]: Entering directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [spkg-install] make[6]: Entering directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [spkg-install] make[6]: Leaving directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [spkg-install] make[6]: Entering directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [spkg-install] [ 11%] [34m[1mCreating directories for 'xxhash-populate'[0m [spkg-install] [ 22%] [34m[1mPerforming download step (download, verify and extract) for 'xxhash-populate'[0m [spkg-install] -- Downloading... [spkg-install] dst='/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild/xxhash-populate-prefix/src/v0.8.2.tar.gz' [spkg-install] timeout='none' [spkg-install] inactivity timeout='none' [spkg-install] -- Using src='https://github.com/Cyan4973/xxhash/archive/refs/tags/v0.8.2.tar.gz' [spkg-install] [31mCMake Error at xxhash-subbuild/xxhash-populate-prefix/src/xxhash-populate-stamp/download-xxhash-populate.cmake:170 (message): [spkg-install] Each download failed! [spkg-install] [spkg-install] error: downloading 'https://github.com/Cyan4973/xxhash/archive/refs/tags/v0.8.2.tar.gz' failed [spkg-install] status_code: 28 [spkg-install] status_string: "Timeout was reached" [spkg-install] log: [spkg-install] --- LOG BEGIN --- [spkg-install] Uses proxy env variable https_proxy == 'http://192.0.2.0:5187/' [spkg-install] Trying 192.0.2.0:5187... [spkg-install] [spkg-install] connect to 192.0.2.0 port 5187 failed: Connection timed out [spkg-install] [spkg-install] Failed to connect to 192.0.2.0 port 5187 after 130377 ms: Connection timed [spkg-install] out [spkg-install] [spkg-install] Closing connection 0 [spkg-install] [spkg-install] [spkg-install] [spkg-install] --- LOG END --- [spkg-install] [spkg-install] [spkg-install] [spkg-install] [0m [spkg-install] make[6]: *** [CMakeFiles/xxhash-populate.dir/build.make:99: xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-download] Error 1 [spkg-install] make[6]: Leaving directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [spkg-install] make[5]: *** [CMakeFiles/Makefile2:83: CMakeFiles/xxhash-populate.dir/all] Error 2 [spkg-install] make[5]: Leaving directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [spkg-install] gmake[4]: *** [Makefile:91: all] Error 2 [spkg-install] gmake[4]: Leaving directory '/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/_deps/xxhash-subbuild' [spkg-install] [0m [spkg-install] [31mCMake Error at /usr/share/cmake-3.22/Modules/FetchContent.cmake:1087 (message): [spkg-install] Build step for xxhash failed: 2 [spkg-install] Call Stack (most recent call first): [spkg-install] /usr/share/cmake-3.22/Modules/FetchContent.cmake:1216:EVAL:2 (__FetchContent_directPopulate) [spkg-install] /usr/share/cmake-3.22/Modules/FetchContent.cmake:1216 (cmake_language) [spkg-install] cmake/FindXxhash.cmake:46 (FetchContent_Populate) [spkg-install] cmake/Dependencies.cmake:28 (find_package) [spkg-install] CMakeLists.txt:88 (include) [spkg-install] [spkg-install] [0m [spkg-install] -- Configuring incomplete, errors occurred! [spkg-install] See also "/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/CMakeFiles/CMakeOutput.log". [spkg-install] See also "/home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/CMakeFiles/CMakeError.log". [spkg-install] ******************************************************************************** [spkg-install] Error configuring ccache-4.10.2 with cmake [spkg-install] See the file [spkg-install] /home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2/src/build/CMakeFiles/CMakeOutput.log [spkg-install] for details. [spkg-install] ******************************************************************************** ************************************************************************ Error installing package ccache-4.10.2 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /home/john/sage2/logs/pkgs/ccache-4.10.2.log and /home/john/sage2/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/john/sage2/local/var/tmp/sage/build/ccache-4.10.2 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/john/sage2/local/var/tmp/sage/build/ccache-4.10.2' && '/home/john/sage2/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ real 2m21.336s user 0m4.058s sys 0m1.768s
