Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply env(ICECC_SLOW_NETWORK) also to setsockopt() #623

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Fix too slow connections to the scheduler.

2fec66c
Select commit
Loading
Failed to load commit list.
Draft

Apply env(ICECC_SLOW_NETWORK) also to setsockopt() #623

Fix too slow connections to the scheduler.
2fec66c
Select commit
Loading
Failed to load commit list.
Cirrus CI / 13.1-RELEASE failed Aug 13, 2023 in 55s

Task Summary

Instruction main failed in 00:05

Details

✅ 00:00 clone
✅ 00:47 install
❌ 00:05 main

checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd13.1 ld.so
checking how to hardcode library paths into programs... immediate
checking for LIBCAP_NG... no
checking for asciidoc... /usr/local/bin/asciidoc
checking for a2x... /usr/local/bin/a2x
checking for sys/signal.h... yes
checking for ifaddrs.h... yes
checking for kinfo.h... no
checking for sys/param.h... yes
checking for devstat.h... yes
checking for sys/socketvar.h... yes
checking for sys/vfs.h... no
checking for mach/host_info.h... no
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking for netinet/tcp_var.h... no
checking for sys/user.h... yes
checking for sa_family_t... yes
checking for socklen_t... yes
checking for in_port_t... yes
checking for in_addr_t... yes
checking for struct ifreq.ifr_dstaddr... yes
checking for connect... yes
checking for flock... yes
checking for lockf... yes
checking for strsignal... yes
checking for getloadavg... yes
checking for lzo1x_1_compress in -llzo2... yes
checking for LIBZSTD... yes
checking for dlsym in -ldl... yes
checking for LIBARCHIVE... no
configure: error: Package requirements (libarchive) were not met:

Package 'libssl', required by 'libarchive', not found
Package 'libcrypto', required by 'libarchive', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBARCHIVE_CFLAGS
and LIBARCHIVE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.