You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to follow the libsodium example, ./configure ... hangs after the line: checking for x86_64-linux-gnu-gcc... cc. The full output of the command is as follows:
sandbox:${WORKSPACE}/srcdir/libsodium-stable # ./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target}
checking build system type... x86_64-pc-linux-musl
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for a race-free mkdir -p... ./build-aux/install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-linux-gnu-gcc... cc
I am running julia==1.10.0, and BinaryBuilder==0.5.8 on MacOS 14.0 on an Apple Silicon-based machine (M2 Pro). The docker image tag is v2023.11.29-0212a7, and I'm running Docker Desktop v4.25.1.
The text was updated successfully, but these errors were encountered:
ReubenJ
changed the title
Autoconf hangs on checking for x86_64-linux-gnu-gcc... cc
Autoconf hangs after checking for x86_64-linux-gnu-gcc... ccFeb 29, 2024
When trying to follow the
libsodium
example,./configure ...
hangs after the line:checking for x86_64-linux-gnu-gcc... cc
. The full output of the command is as follows:I am running
julia==1.10.0
, andBinaryBuilder==0.5.8
on MacOS 14.0 on an Apple Silicon-based machine (M2 Pro). The docker image tag isv2023.11.29-0212a7,
and I'm running Docker Desktopv4.25.1
.Any ideas why this might be hanging?
The full Manifest.toml in case that's useful
The text was updated successfully, but these errors were encountered: