pyroscope / rtorrent-ps

:art: Extended rTorrent distribution with a fully customizable canvas and colors, other feature additions, and complete docs.
http://rtorrent-ps.readthedocs.io/
GNU General Public License v2.0
463 stars 43 forks source link

xmplrpc-c does not build on Debian Bullseye aarch64 (via Docker) #137

Open vemek opened 2 years ago

vemek commented 2 years ago

On a 64-bit ARM machine, running ./build.sh docker_deb debian:bullseye, xmplrpc-c fails to build with error configure: error: cannot guess build type; you must specify one. This does not affect builds on amd64 machines.

Full build log ``` ❯ ./build.sh docker_deb debian:bullseye stat: illegal option -- c usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...] ./build.sh: line 119: lsb_release: command not found *** Build dependencies are NOT pre-checked on this platform! *** Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Environment for building rTorrent PS-1.1-71-gee296b1 0.9.6/0.13.6 export PACKAGE_ROOT=/opt/rtorrent export INSTALL_ROOT=/Users/vemek export INSTALL_DIR=/Users/vemek/.local/rtorrent/0.9.6-PS-1.2-dev export BIN_DIR=/Users/vemek/bin export CURL_OPTS=-sLS export MAKE_OPTS=-j4 export CFG_OPTS='' export CFG_OPTS_LT='' export CFG_OPTS_RT='' export CC='' export CXX='' *** Docker build for debian:bullseye [+] Building 91.4s (14/17) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 2.28kB 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 199B 0.0s => [internal] load metadata for docker.io/library/debian:bullseye 1.7s => [internal] load build context 0.0s => => transferring context: 197.04kB 0.0s => CACHED [build 1/7] FROM docker.io/library/debian:bullseye@sha256:b6a47ddbc1de53e0024d19908f5ef7b3d870686f1234fdb2d19770e09 0.0s => [package 2/7] WORKDIR /package 0.1s => [build 2/7] WORKDIR /build 0.0s => [build 3/7] RUN echo 'Acquire::http::Timeout "90";' >/etc/apt/apt.conf.d/90docker.conf && apt-get update -qq && apt-g 34.3s => [package 3/7] RUN echo 'Acquire::http::Timeout "90";' >/etc/apt/apt.conf.d/90docker.conf && apt-get update -qq && apt 23.7s => [package 4/7] RUN gem install -N fpm -v 1.13.1 || gem install -N fpm -v 1.8.1 || gem install --no-rdoc --no-ri fpm -v 1.0. 3.6s => [build 4/7] RUN echo "en_US.UTF-8 UTF-8" >/etc/locale.gen && locale-gen --lang en_US.UTF-8 1.0s => [build 5/7] COPY patches/ ./patches 0.0s => [build 6/7] COPY build.sh tmp-docker/ ./ 0.0s => ERROR [build 7/7] RUN ./build.sh install 54.3s ------ > [build 7/7] RUN ./build.sh install: #14 0.215 Environment for building rTorrent PS-1.1-71-gee296b1 0.9.6/0.13.6 #14 0.215 export PACKAGE_ROOT=/opt/rtorrent #14 0.215 export INSTALL_ROOT=/Users/vemek #14 0.215 export INSTALL_DIR=/Users/vemek/.local/rtorrent/0.9.6-PS-1.2-dev #14 0.215 export BIN_DIR=/Users/vemek/bin #14 0.215 export CURL_OPTS=-sLS #14 0.215 export MAKE_OPTS=-j4 #14 0.215 export CFG_OPTS='' #14 0.215 export CFG_OPTS_LT='' #14 0.215 export CFG_OPTS_RT='' #14 0.215 export CC=gcc-9 #14 0.215 export CXX=g++-9 #14 0.215 #14 0.252 Getting c-ares-1.14.0.tar.gz #14 2.510 Unpacking c-ares-1.14.0.tar.gz #14 2.582 Getting curl-7.61.0.tar.gz #14 4.067 Unpacking curl-7.61.0.tar.gz #14 4.229 Getting xmlrpc-c-advanced-2954-src.tgz #14 5.184 Unpacking xmlrpc-c-advanced-2954-src.tgz #14 5.239 Getting libtorrent-0.13.6.tar.gz #14 6.000 Unpacking libtorrent-0.13.6.tar.gz #14 6.051 Getting rtorrent-0.9.6.tar.gz #14 6.813 Unpacking rtorrent-0.9.6.tar.gz #14 6.859 !!! Installing rTorrent PS-1.1-71-gee296b1 v0.9.6 into /opt/rtorrent !!! #14 6.859 #14 6.859 export CPPFLAGS=-I\ /opt/rtorrent/include\ -pthread\ \ -std=c++11 #14 6.859 export CXXFLAGS='' # use=false #14 6.859 export LDFLAGS=-Wl\,-rpath\,/opt/rtorrent/lib\ -L/opt/rtorrent/lib #14 6.859 export LIBS=-lpthread #14 6.859 export PKG_CONFIG_PATH=/opt/rtorrent/lib/pkgconfig #14 6.944 checking whether to enable maintainer-specific portions of Makefiles... no #14 6.944 checking whether gmake supports nested variables... yes #14 6.946 checking whether to enable debug build options... no #14 6.947 checking whether to enable compiler optimizer... not specified (assuming yes) #14 6.947 checking whether to enable strict compiler warnings... no #14 6.947 checking whether to enable compiler warnings as errors... no #14 6.947 checking whether to enable curl debug memory tracking... no #14 6.947 checking whether to enable hiding of library internal symbols... yes #14 6.947 checking whether to expose internal static functions for testing... no #14 6.947 checking for path separator... : #14 6.947 checking for sed... /bin/sed #14 6.948 checking for grep... /bin/grep #14 6.949 checking for egrep... /bin/grep -E #14 6.949 checking for ar... /usr/bin/ar #14 6.949 checking for a sed that does not truncate output... (cached) /bin/sed #14 6.950 checking whether to build with code coverage support... no #14 6.956 checking build system type... aarch64-unknown-linux-gnu #14 6.981 checking host system type... aarch64-unknown-linux-gnu #14 6.982 checking for a BSD-compatible install... /usr/bin/install -c #14 6.988 checking for gcc... gcc-9 #14 7.000 checking whether the C compiler works... yes #14 7.035 checking for C compiler default output file name... a.out #14 7.035 checking for suffix of executables... #14 7.059 checking whether we are cross compiling... no #14 7.087 checking for suffix of object files... o #14 7.102 checking whether we are using the GNU C compiler... yes #14 7.117 checking whether gcc-9 accepts -g... yes #14 7.166 checking for gcc-9 option to accept ISO C89... none needed #14 7.192 checking whether gcc-9 understands -c and -o together... yes #14 7.216 checking how to run the C preprocessor... gcc-9 -E #14 7.258 checking whether we are using the GNU C++ compiler... yes #14 7.276 checking whether g++-9 accepts -g... yes #14 7.292 checking whether g++-9 supports C++11 features by default... yes #14 7.307 checking whether build environment is sane... yes #14 7.314 checking for a thread-safe mkdir -p... /bin/mkdir -p #14 7.315 checking for gawk... no #14 7.316 checking for mawk... mawk #14 7.316 checking whether gmake sets $(MAKE)... yes #14 7.323 checking for style of include used by gmake... GNU #14 7.328 checking dependency style of gcc-9... gcc3 #14 7.351 checking dependency style of g++-9... gcc3 #14 7.376 checking for grep that handles long lines and -e... (cached) /bin/grep #14 7.377 checking for egrep... /bin/grep -E #14 7.377 checking if OS is AIX (to define _ALL_SOURCE)... no #14 7.382 checking if _THREAD_SAFE is already defined... no #14 7.393 checking if _THREAD_SAFE is actually needed... no #14 7.393 checking if _THREAD_SAFE is onwards defined... no #14 7.393 checking if _REENTRANT is already defined... yes #14 7.410 checking if _REENTRANT is onwards defined... yes #14 7.411 checking for special C compiler options needed for large files... no #14 7.411 checking for _FILE_OFFSET_BITS value needed for large files... no #14 7.434 checking how to print strings... printf #14 7.436 checking for a sed that does not truncate output... (cached) /bin/sed #14 7.437 checking for fgrep... /bin/grep -F #14 7.438 checking for ld used by gcc-9... /usr/bin/ld #14 7.441 checking if the linker (/usr/bin/ld) is GNU ld... yes #14 7.442 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B #14 7.444 checking the name lister (/usr/bin/nm -B) interface... BSD nm #14 7.461 checking whether ln -s works... yes #14 7.461 checking the maximum length of command line arguments... 1572864 #14 7.466 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop #14 7.466 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop #14 7.466 checking for /usr/bin/ld option to reload object files... -r #14 7.467 checking for objdump... objdump #14 7.467 checking how to recognize dependent libraries... pass_all #14 7.468 checking for dlltool... no #14 7.468 checking how to associate runtime and link libraries... printf %s\n #14 7.468 checking for archiver @FILE support... @ #14 7.489 checking for strip... strip #14 7.489 checking for ranlib... ranlib #14 7.489 checking command to parse /usr/bin/nm -B output from gcc-9 object... ok #14 7.536 checking for sysroot... no #14 7.536 checking for a working dd... /bin/dd #14 7.541 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 #14 7.544 checking for mt... no #14 7.544 checking if : is a manifest tool... no #14 7.546 checking for ANSI C header files... yes #14 7.610 checking for sys/types.h... yes #14 7.632 checking for sys/stat.h... yes #14 7.656 checking for stdlib.h... yes #14 7.678 checking for string.h... yes #14 7.701 checking for memory.h... yes #14 7.725 checking for strings.h... yes #14 7.748 checking for inttypes.h... yes #14 7.772 checking for stdint.h... yes #14 7.795 checking for unistd.h... yes #14 7.819 checking for dlfcn.h... yes #14 7.840 checking for objdir... .libs #14 7.882 checking if gcc-9 supports -fno-rtti -fno-exceptions... no #14 7.899 checking for gcc-9 option to produce PIC... -fPIC -DPIC #14 7.899 checking if gcc-9 PIC flag -fPIC -DPIC works... yes #14 7.915 checking if gcc-9 static flag -static works... yes #14 7.975 checking if gcc-9 supports -c -o file.o... yes #14 7.995 checking if gcc-9 supports -c -o file.o... (cached) yes #14 7.995 checking whether the gcc-9 linker (/usr/bin/ld) supports shared libraries... yes #14 8.001 checking whether -lc should be explicitly linked in... no #14 8.020 checking dynamic linker characteristics... GNU/Linux ld.so #14 8.057 checking how to hardcode library paths into programs... immediate #14 8.057 checking whether stripping libraries is possible... yes #14 8.060 checking if libtool supports shared libraries... yes #14 8.060 checking whether to build shared libraries... yes #14 8.060 checking whether to build static libraries... yes #14 8.062 checking how to run the C++ preprocessor... g++-9 -E #14 8.144 checking for ld used by g++-9... /usr/bin/ld #14 8.146 checking if the linker (/usr/bin/ld) is GNU ld... yes #14 8.152 checking whether the g++-9 linker (/usr/bin/ld) supports shared libraries... yes #14 8.211 checking for g++-9 option to produce PIC... -fPIC -DPIC #14 8.211 checking if g++-9 PIC flag -fPIC -DPIC works... yes #14 8.228 checking if g++-9 static flag -static works... yes #14 8.276 checking if g++-9 supports -c -o file.o... yes #14 8.298 checking if g++-9 supports -c -o file.o... (cached) yes #14 8.298 checking whether the g++-9 linker (/usr/bin/ld) supports shared libraries... yes #14 8.299 checking dynamic linker characteristics... (cached) GNU/Linux ld.so #14 8.301 checking how to hardcode library paths into programs... immediate #14 8.302 checking whether to build shared libraries with -version-info... yes #14 8.302 checking whether to build shared libraries with -no-undefined... no #14 8.302 checking whether to build shared libraries with -mimpure-text... no #14 8.302 checking whether to build shared libraries with PIC... yes #14 8.302 checking whether to build static libraries with PIC... no #14 8.302 checking whether to build shared libraries only... no #14 8.302 checking whether to build static libraries only... no #14 8.303 checking if compiler is DEC/Compaq/HP C... no #14 8.327 checking if compiler is HP-UX C... no #14 8.339 checking if compiler is IBM C... no #14 8.350 checking if compiler is Intel C... no #14 8.361 checking if compiler is clang... no #14 8.372 checking if compiler is GNU C... yes #14 8.398 checking if compiler is LCC... no #14 8.410 checking if compiler is SGI MIPSpro C... no #14 8.441 checking if compiler is SGI MIPS C... no #14 8.462 checking if compiler is SunPro C... no #14 8.473 checking if compiler is Tiny C... no #14 8.483 checking if compiler is Watcom C... no #14 8.497 checking if compiler accepts debug disabling options... yes #14 8.566 configure: compiler options added: -g0 #14 8.566 checking if compiler optimizer assumed setting might be used... yes #14 8.567 checking if compiler accepts optimizer enabling options... yes #14 8.639 configure: compiler options added: -O2 #14 8.640 checking if compiler accepts strict warning options... yes #14 8.710 configure: compiler options added: -Wno-system-headers #14 8.710 checking if compiler halts on compilation errors... yes #14 8.721 checking if compiler halts on negative sized arrays... yes #14 8.732 checking if compiler halts on function prototype mismatch... yes #14 8.747 checking if compiler supports hiding library internal symbols... yes #14 8.776 checking for windows.h... no #14 8.788 checking whether build target is a native Windows one... no #14 8.788 checking if X/Open network library is required... no #14 8.799 checking for gethostbyname... yes #14 8.828 checking for strcasecmp... yes #14 8.859 checking for windows.h... (cached) no #14 8.859 checking for winsock.h... (cached) no #14 8.859 checking for winsock2.h... (cached) no #14 8.859 checking for connect in libraries... yes #14 8.890 checking whether time.h and sys/time.h may both be included... yes #14 8.913 checking for sys/types.h... (cached) yes #14 8.918 checking sys/time.h usability... yes #14 8.938 checking sys/time.h presence... yes #14 8.946 checking for sys/time.h... yes #14 8.951 checking time.h usability... yes #14 8.972 checking time.h presence... yes #14 8.980 checking for time.h... yes #14 8.983 checking for monotonic clock_gettime... yes #14 9.003 checking for clock_gettime in libraries... no additional lib required #14 9.034 checking if monotonic clock_gettime works... yes #14 9.065 checking whether to use libgcc... no #14 9.065 checking for ANSI C header files... (cached) yes #14 9.066 checking for malloc.h... yes #14 9.107 checking for memory.h... (cached) yes #14 9.130 checking for sys/types.h... (cached) yes #14 9.135 checking for sys/time.h... (cached) yes #14 9.140 checking for sys/select.h... yes #14 9.161 checking for sys/socket.h... yes #14 9.188 checking for sys/ioctl.h... yes #14 9.212 checking for sys/param.h... yes #14 9.241 checking for sys/uio.h... yes #14 9.263 checking for assert.h... yes #14 9.285 checking for netdb.h... yes #14 9.309 checking for netinet/in.h... yes #14 9.332 checking for netinet/tcp.h... yes #14 9.355 checking for net/if.h... yes #14 9.378 checking for errno.h... yes #14 9.402 checking for socket.h... no #14 9.418 checking for strings.h... (cached) yes #14 9.423 checking for stdbool.h... yes #14 9.447 checking for time.h... (cached) yes #14 9.452 checking for limits.h... yes #14 9.475 checking for arpa/nameser.h... yes #14 9.502 checking for arpa/nameser_compat.h... yes #14 9.528 checking for arpa/inet.h... yes #14 9.553 checking for an ANSI C-conforming const... yes #14 9.570 checking for size_t... yes #14 9.612 checking whether time.h and sys/time.h may both be included... (cached) yes #14 9.614 checking for sys/types.h... (cached) yes #14 9.619 checking for sys/time.h... (cached) yes #14 9.624 checking for time.h... (cached) yes #14 9.628 checking for sys/socket.h... (cached) yes #14 9.631 checking for struct timeval... yes #14 9.653 checking for long long... yes #14 9.694 checking if numberLL works... yes #14 9.711 checking for ssize_t... yes #14 9.757 checking for bool... yes #14 9.792 checking for windows.h... (cached) no #14 9.792 checking for winsock2.h... (cached) no #14 9.792 checking for ws2tcpip.h... (cached) no #14 9.794 checking for sys/types.h... (cached) yes #14 9.799 checking for sys/socket.h... (cached) yes #14 9.802 checking for ares_socklen_t data type... socklen_t #14 9.822 checking size of ares_socklen_t... 4 #14 9.865 checking for in_addr_t... yes #14 9.901 checking for struct sockaddr_storage... yes #14 9.936 checking signal.h usability... yes #14 9.960 checking signal.h presence... yes #14 9.970 checking for signal.h... yes #14 9.972 checking for sig_atomic_t... yes #14 10.01 checking if sig_atomic_t is already defined as volatile... no #14 10.04 checking return type of signal handlers... void #14 10.06 checking for sys/types.h... (cached) yes #14 10.06 checking for sys/socket.h... (cached) yes #14 10.06 checking for recv... yes #14 10.10 checking types of args and return type for recv... int,void *,size_t,int,ssize_t #14 10.92 checking for sys/types.h... (cached) yes #14 10.92 checking for sys/socket.h... (cached) yes #14 10.92 checking for recvfrom... yes #14 10.96 checking types of args and return type for recvfrom... int,void *,size_t,int,struct sockaddr *,socklen_t *,ssize_t #14 22.31 checking for sys/types.h... (cached) yes #14 22.31 checking for sys/socket.h... (cached) yes #14 22.32 checking for send... yes #14 22.35 checking types of args and return type for send... int,const void *,size_t,int,ssize_t #14 24.02 checking for sys/types.h... (cached) yes #14 24.02 checking for sys/socket.h... (cached) yes #14 24.03 checking for MSG_NOSIGNAL... yes #14 24.05 checking for sys/types.h... (cached) yes #14 24.06 checking for socket.h... (cached) no #14 24.06 checking if closesocket can be linked... no #14 24.09 checking if closesocket might be used... no #14 24.09 checking if CloseSocket can be linked... no #14 24.12 checking if CloseSocket might be used... no #14 24.12 checking if connect can be linked... yes #14 24.15 checking if connect is prototyped... yes #14 24.16 checking if connect is compilable... yes #14 24.18 checking if connect usage allowed... yes #14 24.18 checking if connect might be used... yes #14 24.18 checking for sys/types.h... (cached) yes #14 24.19 checking for unistd.h... (cached) yes #14 24.19 checking for fcntl.h... yes #14 24.21 checking if fcntl can be linked... yes #14 24.24 checking if fcntl is prototyped... yes #14 24.25 checking if fcntl is compilable... yes #14 24.27 checking if fcntl usage allowed... yes #14 24.27 checking if fcntl might be used... yes #14 24.27 checking if fcntl O_NONBLOCK is compilable... yes #14 24.29 checking if fcntl O_NONBLOCK usage allowed... yes #14 24.29 checking if fcntl O_NONBLOCK might be used... yes #14 24.30 checking for sys/types.h... (cached) yes #14 24.30 checking for netdb.h... (cached) yes #14 24.31 checking if freeaddrinfo can be linked... yes #14 24.34 checking if freeaddrinfo is prototyped... yes #14 24.35 checking if freeaddrinfo is compilable... yes #14 24.37 checking if freeaddrinfo usage allowed... yes #14 24.37 checking if freeaddrinfo might be used... yes #14 24.37 checking for sys/types.h... (cached) yes #14 24.37 checking for stdlib.h... (cached) yes #14 24.38 checking for sys/types.h... (cached) yes #14 24.38 checking for string.h... (cached) yes #14 24.39 checking for strings.h... (cached) yes #14 24.39 checking if getaddrinfo can be linked... yes #14 24.42 checking if getaddrinfo is prototyped... yes #14 24.43 checking if getaddrinfo is compilable... yes #14 24.45 checking if getaddrinfo seems to work... yes #14 24.49 checking if getaddrinfo usage allowed... yes #14 24.49 checking if getaddrinfo might be used... yes #14 24.49 checking if getaddrinfo is threadsafe... yes #14 24.54 checking if getenv can be linked... yes #14 24.57 checking if getenv is prototyped... yes #14 24.58 checking if getenv is compilable... yes #14 24.60 checking if getenv usage allowed... yes #14 24.60 checking if getenv might be used... yes #14 24.60 checking if gethostbyaddr can be linked... yes #14 24.63 checking if gethostbyaddr is prototyped... yes #14 24.64 checking if gethostbyaddr is compilable... yes #14 24.66 checking if gethostbyaddr usage allowed... yes #14 24.66 checking if gethostbyaddr might be used... yes #14 24.66 checking if gethostbyname can be linked... yes #14 24.69 checking if gethostbyname is prototyped... yes #14 24.70 checking if gethostbyname is compilable... yes #14 24.72 checking if gethostbyname usage allowed... yes #14 24.72 checking if gethostbyname might be used... yes #14 24.72 checking for sys/types.h... (cached) yes #14 24.73 checking for unistd.h... (cached) yes #14 24.73 checking if gethostname can be linked... yes #14 24.76 checking if gethostname is prototyped... yes #14 24.77 checking if gethostname is compilable... yes #14 24.79 checking for gethostname arg 2 data type... size_t #14 24.84 checking if gethostname usage allowed... yes #14 24.84 checking if gethostname might be used... yes #14 24.84 checking if getservbyport_r can be linked... yes #14 24.87 checking if getservbyport_r is prototyped... yes #14 24.88 checking if getservbyport_r takes 4 args.... no #14 24.89 checking if getservbyport_r takes 5 args.... no #14 24.91 checking if getservbyport_r takes 6 args.... yes #14 24.93 checking if getservbyport_r is compilable... yes #14 24.93 checking if getservbyport_r usage allowed... yes #14 24.93 checking if getservbyport_r might be used... yes #14 24.93 checking for sys/types.h... (cached) yes #14 24.94 checking for sys/socket.h... (cached) yes #14 24.94 checking for netinet/in.h... (cached) yes #14 24.95 checking for arpa/inet.h... (cached) yes #14 24.95 checking if inet_net_pton can be linked... no #14 24.98 checking if inet_net_pton might be used... no #14 24.98 checking if inet_ntop can be linked... yes #14 25.01 checking if inet_ntop is prototyped... yes #14 25.02 checking if inet_ntop is compilable... yes #14 25.04 checking if inet_ntop seems to work... yes #14 25.07 checking if inet_ntop usage allowed... yes #14 25.07 checking if inet_ntop might be used... yes #14 25.07 checking if inet_pton can be linked... yes #14 25.10 checking if inet_pton is prototyped... yes #14 25.11 checking if inet_pton is compilable... yes #14 25.13 checking if inet_pton seems to work... yes #14 25.17 checking if inet_pton usage allowed... yes #14 25.17 checking if inet_pton might be used... yes #14 25.17 checking for sys/types.h... (cached) yes #14 25.18 checking for unistd.h... (cached) yes #14 25.18 checking for sys/socket.h... (cached) yes #14 25.18 checking for sys/ioctl.h... (cached) yes #14 25.19 checking for stropts.h... no #14 25.20 checking if ioctl can be linked... yes #14 25.23 checking if ioctl is prototyped... yes #14 25.24 checking if ioctl is compilable... yes #14 25.26 checking if ioctl usage allowed... yes #14 25.26 checking if ioctl might be used... yes #14 25.27 checking if ioctl FIONBIO is compilable... yes #14 25.29 checking if ioctl FIONBIO usage allowed... yes #14 25.29 checking if ioctl FIONBIO might be used... yes #14 25.29 checking if ioctl SIOCGIFADDR is compilable... yes #14 25.31 checking if ioctl SIOCGIFADDR usage allowed... yes #14 25.31 checking if ioctl SIOCGIFADDR might be used... yes #14 25.31 checking if ioctlsocket can be linked... no #14 25.34 checking if ioctlsocket might be used... no #14 25.34 checking if IoctlSocket can be linked... no #14 25.37 checking if IoctlSocket might be used... no #14 25.37 checking if setsockopt can be linked... yes #14 25.40 checking if setsockopt is prototyped... yes #14 25.41 checking if setsockopt is compilable... yes #14 25.43 checking if setsockopt usage allowed... yes #14 25.43 checking if setsockopt might be used... yes #14 25.43 checking if setsockopt SO_NONBLOCK is compilable... no #14 25.45 checking if setsockopt SO_NONBLOCK might be used... no #14 25.45 checking if socket can be linked... yes #14 25.48 checking if socket is prototyped... yes #14 25.49 checking if socket is compilable... yes #14 25.51 checking if socket usage allowed... yes #14 25.51 checking if socket might be used... yes #14 25.51 checking if strcasecmp can be linked... yes #14 25.54 checking if strcasecmp is prototyped... yes #14 25.54 checking if strcasecmp is compilable... yes #14 25.56 checking if strcasecmp usage allowed... yes #14 25.56 checking if strcasecmp might be used... yes #14 25.56 checking if strcmpi can be linked... no #14 25.59 checking if strcmpi might be used... no #14 25.59 checking if strdup can be linked... yes #14 25.62 checking if strdup is prototyped... yes #14 25.63 checking if strdup is compilable... yes #14 25.65 checking if strdup usage allowed... yes #14 25.65 checking if strdup might be used... yes #14 25.65 checking if stricmp can be linked... no #14 25.68 checking if stricmp might be used... no #14 25.68 checking if strncasecmp can be linked... yes #14 25.71 checking if strncasecmp is prototyped... yes #14 25.71 checking if strncasecmp is compilable... yes #14 25.73 checking if strncasecmp usage allowed... yes #14 25.73 checking if strncasecmp might be used... yes #14 25.74 checking if strncmpi can be linked... no #14 25.76 checking if strncmpi might be used... no #14 25.76 checking if strnicmp can be linked... no #14 25.80 checking if strnicmp might be used... no #14 25.80 checking for sys/types.h... (cached) yes #14 25.80 checking for sys/uio.h... (cached) yes #14 25.80 checking if writev can be linked... yes #14 25.84 checking if writev is prototyped... yes #14 25.84 checking if writev is compilable... yes #14 25.86 checking if writev usage allowed... yes #14 25.86 checking if writev might be used... yes #14 25.86 checking for PF_INET6... yes #14 25.87 checking for AF_INET6... yes #14 25.88 checking for struct in6_addr... yes #14 25.90 checking for struct sockaddr_in6... yes #14 25.92 checking for struct sockaddr_in6.sin6_scope_id... yes #14 25.94 checking for struct addrinfo.ai_flags... yes #14 25.97 checking for bitncmp... no #14 25.99 checking deeper for bitncmp... but still no #14 26.03 checking for gettimeofday... yes #14 26.06 checking for if_indextoname... yes #14 26.09 checking for __system_property_get... no #14 26.12 checking for sys/types.h... (cached) yes #14 26.13 checking for sys/socket.h... (cached) yes #14 26.13 checking for netdb.h... (cached) yes #14 26.13 checking for getnameinfo... yes #14 26.16 checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,socklen_t,int #14 26.69 checking whether byte ordering is bigendian... no #14 26.73 checking for "/dev/urandom"... yes #14 26.74 checking whether to enable non-blocking communications... yes #14 26.74 checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK #14 26.74 checking whether hiding of library internal symbols will actually happen... yes #14 26.74 checking whether to build tests... yes #14 26.76 checking that generated files are newer than configure... done #14 26.76 configure: creating ./config.status #14 27.17 config.status: creating Makefile #14 27.18 config.status: creating libcares.pc #14 27.19 config.status: creating ares_config.h #14 27.19 config.status: creating ares_build.h #14 27.20 config.status: executing depfiles commands #14 27.27 config.status: executing libtool commands #14 27.28 === configuring in test (/build/c-ares-1.14.0/test) #14 27.28 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' 'CC=gcc-9' 'LDFLAGS=-Wl,-rpath,/opt/rtorrent/lib -L/opt/rtorrent/lib' 'LIBS=-lpthread' 'CPPFLAGS=-I /opt/rtorrent/include -pthread -std=c++11' 'CXX=g++-9' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=. #14 27.33 checking for a BSD-compatible install... /usr/bin/install -c #14 27.34 checking whether build environment is sane... yes #14 27.35 checking for a thread-safe mkdir -p... /bin/mkdir -p #14 27.35 checking for gawk... no #14 27.35 checking for mawk... mawk #14 27.35 checking whether gmake sets $(MAKE)... yes #14 27.35 checking whether gmake supports nested variables... yes #14 27.36 checking whether gmake supports nested variables... (cached) yes #14 27.37 checking whether the C++ compiler works... yes #14 27.40 checking for C++ compiler default output file name... a.out #14 27.40 checking for suffix of executables... #14 27.43 checking whether we are cross compiling... no #14 27.47 checking for suffix of object files... o #14 27.48 checking whether we are using the GNU C++ compiler... yes #14 27.50 checking whether g++-9 accepts -g... yes #14 27.51 checking for style of include used by gmake... GNU #14 27.51 checking dependency style of g++-9... gcc3 #14 27.54 checking whether g++-9 supports C++11 features by default... yes #14 27.56 checking build system type... aarch64-unknown-linux-gnu #14 27.58 checking host system type... aarch64-unknown-linux-gnu #14 27.58 checking how to print strings... printf #14 27.58 checking for gcc... gcc-9 #14 27.60 checking whether we are using the GNU C compiler... yes #14 27.62 checking whether gcc-9 accepts -g... yes #14 27.67 checking for gcc-9 option to accept ISO C89... none needed #14 27.69 checking whether gcc-9 understands -c and -o together... yes #14 27.71 checking dependency style of gcc-9... gcc3 #14 27.74 checking for a sed that does not truncate output... /bin/sed #14 27.74 checking for grep that handles long lines and -e... /bin/grep #14 27.74 checking for egrep... /bin/grep -E #14 27.75 checking for fgrep... /bin/grep -F #14 27.75 checking for ld used by gcc-9... /usr/bin/ld #14 27.75 checking if the linker (/usr/bin/ld) is GNU ld... yes #14 27.75 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B #14 27.75 checking the name lister (/usr/bin/nm -B) interface... BSD nm #14 27.77 checking whether ln -s works... yes #14 27.77 checking the maximum length of command line arguments... 1572864 #14 27.77 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop #14 27.77 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop #14 27.77 checking for /usr/bin/ld option to reload object files... -r #14 27.77 checking for objdump... objdump #14 27.78 checking how to recognize dependent libraries... pass_all #14 27.78 checking for dlltool... no #14 27.78 checking how to associate runtime and link libraries... printf %s\n #14 27.78 checking for ar... ar #14 27.78 checking for archiver @FILE support... @ #14 27.80 checking for strip... strip #14 27.80 checking for ranlib... ranlib #14 27.80 checking command to parse /usr/bin/nm -B output from gcc-9 object... ok #14 27.85 checking for sysroot... no #14 27.85 checking for a working dd... /bin/dd #14 27.85 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 #14 27.85 checking for mt... no #14 27.85 checking if : is a manifest tool... no #14 27.85 checking how to run the C preprocessor... gcc-9 -E #14 27.88 checking for ANSI C header files... yes #14 27.95 checking for sys/types.h... yes #14 27.97 checking for sys/stat.h... yes #14 28.00 checking for stdlib.h... yes #14 28.02 checking for string.h... yes #14 28.04 checking for memory.h... yes #14 28.07 checking for strings.h... yes #14 28.09 checking for inttypes.h... yes #14 28.12 checking for stdint.h... yes #14 28.14 checking for unistd.h... yes #14 28.16 checking for dlfcn.h... yes #14 28.19 checking for objdir... .libs #14 28.23 checking if gcc-9 supports -fno-rtti -fno-exceptions... no #14 28.25 checking for gcc-9 option to produce PIC... -fPIC -DPIC #14 28.25 checking if gcc-9 PIC flag -fPIC -DPIC works... yes #14 28.26 checking if gcc-9 static flag -static works... yes #14 28.31 checking if gcc-9 supports -c -o file.o... yes #14 28.33 checking if gcc-9 supports -c -o file.o... (cached) yes #14 28.33 checking whether the gcc-9 linker (/usr/bin/ld) supports shared libraries... yes #14 28.33 checking whether -lc should be explicitly linked in... no #14 28.35 checking dynamic linker characteristics... GNU/Linux ld.so #14 28.39 checking how to hardcode library paths into programs... immediate #14 28.39 checking whether stripping libraries is possible... yes #14 28.39 checking if libtool supports shared libraries... yes #14 28.39 checking whether to build shared libraries... yes #14 28.39 checking whether to build static libraries... yes #14 28.39 checking how to run the C++ preprocessor... g++-9 -E #14 28.47 checking for ld used by g++-9... /usr/bin/ld #14 28.47 checking if the linker (/usr/bin/ld) is GNU ld... yes #14 28.47 checking whether the g++-9 linker (/usr/bin/ld) supports shared libraries... yes #14 28.52 checking for g++-9 option to produce PIC... -fPIC -DPIC #14 28.52 checking if g++-9 PIC flag -fPIC -DPIC works... yes #14 28.53 checking if g++-9 static flag -static works... yes #14 28.58 checking if g++-9 supports -c -o file.o... yes #14 28.60 checking if g++-9 supports -c -o file.o... (cached) yes #14 28.60 checking whether the g++-9 linker (/usr/bin/ld) supports shared libraries... yes #14 28.60 checking dynamic linker characteristics... (cached) GNU/Linux ld.so #14 28.60 checking how to hardcode library paths into programs... immediate #14 28.60 checking if compiler needs -Werror to reject unknown flags... no #14 28.61 checking for the pthreads library -lpthreads... no #14 28.64 checking whether pthreads work without any flags... yes #14 28.68 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE #14 28.71 checking if more special flags are required for pthreads... no #14 28.71 checking for PTHREAD_PRIO_INHERIT... yes #14 28.74 checking whether to build with code coverage support... no #14 28.74 checking whether user namespaces are supported... no #14 28.78 checking whether UTS namespaces are supported... no #14 28.83 checking netdb.h usability... yes #14 28.85 checking netdb.h presence... yes #14 28.86 checking for netdb.h... yes #14 28.87 checking netinet/tcp.h usability... yes #14 28.89 checking netinet/tcp.h presence... yes #14 28.90 checking for netinet/tcp.h... yes #14 28.91 checking that generated files are newer than configure... done #14 28.91 configure: creating ./config.status #14 29.31 config.status: creating Makefile #14 29.32 config.status: creating config.h #14 29.33 config.status: executing depfiles commands #14 29.36 config.status: executing libtool commands #14 29.39 configure: amending ./Makefile #14 29.43 gmake all-recursive #14 29.43 gmake[1]: Entering directory '/build/c-ares-1.14.0' #14 29.44 gmake[2]: Entering directory '/build/c-ares-1.14.0' #14 29.44 CC libcares_la-ares__close_sockets.lo #14 29.44 CC libcares_la-ares__get_hostent.lo #14 29.44 CC libcares_la-ares__read_line.lo #14 29.44 CC libcares_la-ares__timeval.lo #14 29.46 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.46 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.46 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.48 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.52 CC libcares_la-ares_android.lo #14 29.52 CC libcares_la-ares_cancel.lo #14 29.54 CC libcares_la-ares_data.lo #14 29.56 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.57 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.57 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.59 CC libcares_la-ares_destroy.lo #14 29.59 CC libcares_la-ares_expand_name.lo #14 29.62 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.63 CC libcares_la-ares_expand_string.lo #14 29.63 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.65 CC libcares_la-ares_fds.lo #14 29.67 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.69 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.70 CC libcares_la-ares_free_hostent.lo #14 29.71 CC libcares_la-ares_free_string.lo #14 29.73 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.74 CC libcares_la-ares_getenv.lo #14 29.74 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.76 CC libcares_la-ares_gethostbyaddr.lo #14 29.76 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.78 CC libcares_la-ares_gethostbyname.lo #14 29.79 CC libcares_la-ares_getnameinfo.lo #14 29.81 CC libcares_la-ares_getsock.lo #14 29.81 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.81 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.81 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.83 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.89 CC libcares_la-ares_init.lo #14 29.91 CC libcares_la-ares_library_init.lo #14 29.92 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.92 CC libcares_la-ares_llist.lo #14 29.94 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.96 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.96 CC libcares_la-ares_mkquery.lo #14 29.99 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 29.99 CC libcares_la-ares_create_query.lo #14 30.02 CC libcares_la-ares_nowarn.lo #14 30.02 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.05 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.05 CC libcares_la-ares_options.lo #14 30.09 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.10 CC libcares_la-ares_parse_a_reply.lo #14 30.11 CC libcares_la-ares_parse_aaaa_reply.lo #14 30.13 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.15 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.21 CC libcares_la-ares_parse_mx_reply.lo #14 30.23 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.24 CC libcares_la-ares_parse_naptr_reply.lo #14 30.26 CC libcares_la-ares_parse_ns_reply.lo #14 30.27 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.28 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.31 CC libcares_la-ares_parse_ptr_reply.lo #14 30.31 CC libcares_la-ares_parse_soa_reply.lo #14 30.34 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.35 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.36 ares_parse_ptr_reply.c: In function ‘ares_parse_ptr_reply’: #14 30.36 ares_parse_ptr_reply.c:134:11: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] #14 30.36 134 | strncpy(aliases[aliascnt], rr_data, strlen(rr_data)+1); #14 30.36 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #14 30.36 ares_parse_ptr_reply.c:134:47: note: length computed here #14 30.36 134 | strncpy(aliases[aliascnt], rr_data, strlen(rr_data)+1); #14 30.36 | ^~~~~~~~~~~~~~~ #14 30.37 CC libcares_la-ares_parse_srv_reply.lo #14 30.37 CC libcares_la-ares_parse_txt_reply.lo #14 30.39 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.42 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.42 CC libcares_la-ares_platform.lo #14 30.44 CC libcares_la-ares_process.lo #14 30.46 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.47 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.48 CC libcares_la-ares_query.lo #14 30.50 CC libcares_la-ares_search.lo #14 30.51 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.53 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.55 CC libcares_la-ares_send.lo #14 30.58 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.59 CC libcares_la-ares_strcasecmp.lo #14 30.62 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.64 CC libcares_la-ares_strdup.lo #14 30.66 CC libcares_la-ares_strerror.lo #14 30.67 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.67 CC libcares_la-ares_timeout.lo #14 30.69 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.72 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.72 CC libcares_la-ares_version.lo #14 30.74 CC libcares_la-ares_writev.lo #14 30.75 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.76 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.78 CC libcares_la-bitncmp.lo #14 30.78 CC libcares_la-inet_net_pton.lo #14 30.81 CC libcares_la-inet_ntop.lo #14 30.81 CC libcares_la-windows_port.lo #14 30.81 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.81 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.84 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.86 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.87 CC ahost-ahost.o #14 30.87 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.88 CC ahost-ares_getopt.o #14 30.88 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.91 CC ahost-ares_nowarn.o #14 30.91 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.91 CC ahost-ares_strcasecmp.o #14 30.91 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.92 CC adig-adig.o #14 30.92 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.94 CC adig-ares_getopt.o #14 30.94 CC adig-ares_nowarn.o #14 30.94 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.94 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.96 CC adig-ares_strcasecmp.o #14 30.96 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.96 CC acountry-acountry.o #14 30.96 CC acountry-ares_getopt.o #14 30.97 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.97 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.98 CC acountry-ares_nowarn.o #14 30.99 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 30.99 CC acountry-ares_strcasecmp.o #14 31.00 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 31.01 CCLD libcares.la #14 31.11 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') #14 31.13 CCLD ahost #14 31.13 CCLD adig #14 31.13 CCLD acountry #14 31.19 gmake[2]: Leaving directory '/build/c-ares-1.14.0' #14 31.19 gmake[1]: Leaving directory '/build/c-ares-1.14.0' #14 31.22 gmake[1]: Entering directory '/build/c-ares-1.14.0' #14 31.25 gmake[2]: Entering directory '/build/c-ares-1.14.0' #14 31.26 /bin/mkdir -p '/opt/rtorrent/lib' #14 31.26 /bin/bash ./libtool --mode=install /usr/bin/install -c libcares.la '/opt/rtorrent/lib' #14 31.27 libtool: install: /usr/bin/install -c .libs/libcares.so.2.2.0 /opt/rtorrent/lib/libcares.so.2.2.0 #14 31.27 libtool: install: (cd /opt/rtorrent/lib && { ln -s -f libcares.so.2.2.0 libcares.so.2 || { rm -f libcares.so.2 && ln -s libcares.so.2.2.0 libcares.so.2; }; }) #14 31.27 libtool: install: (cd /opt/rtorrent/lib && { ln -s -f libcares.so.2.2.0 libcares.so || { rm -f libcares.so && ln -s libcares.so.2.2.0 libcares.so; }; }) #14 31.28 libtool: install: /usr/bin/install -c .libs/libcares.lai /opt/rtorrent/lib/libcares.la #14 31.28 libtool: install: /usr/bin/install -c .libs/libcares.a /opt/rtorrent/lib/libcares.a #14 31.28 libtool: install: chmod 644 /opt/rtorrent/lib/libcares.a #14 31.28 libtool: install: ranlib /opt/rtorrent/lib/libcares.a #14 31.28 libtool: warning: remember to run 'libtool --finish /usr/local/lib' #14 31.29 /bin/mkdir -p '/opt/rtorrent/include' #14 31.29 /usr/bin/install -c -m 644 ares.h ares_version.h ares_dns.h ares_build.h ares_rules.h '/opt/rtorrent/include' #14 31.29 /bin/mkdir -p '/opt/rtorrent/share/man/man3' #14 31.30 /usr/bin/install -c -m 644 ares_cancel.3 ares_destroy.3 ares_destroy_options.3 ares_dup.3 ares_expand_name.3 ares_expand_string.3 ares_fds.3 ares_free_data.3 ares_free_hostent.3 ares_free_string.3 ares_get_servers.3 ares_get_servers_ports.3 ares_gethostbyaddr.3 ares_gethostbyname.3 ares_gethostbyname_file.3 ares_getnameinfo.3 ares_getsock.3 ares_init.3 ares_init_options.3 ares_library_cleanup.3 ares_library_init.3 ares_library_initialized.3 ares_mkquery.3 ares_create_query.3 ares_parse_a_reply.3 ares_parse_aaaa_reply.3 ares_parse_mx_reply.3 ares_parse_naptr_reply.3 ares_parse_ns_reply.3 ares_parse_ptr_reply.3 ares_parse_soa_reply.3 ares_parse_srv_reply.3 ares_parse_txt_reply.3 ares_process.3 ares_query.3 ares_save_options.3 ares_search.3 ares_send.3 ares_set_local_dev.3 ares_set_local_ip4.3 '/opt/rtorrent/share/man/man3' #14 31.30 /usr/bin/install -c -m 644 ares_set_local_ip6.3 ares_set_servers.3 ares_set_servers_csv.3 ares_set_servers_ports.3 ares_set_servers_ports_csv.3 ares_set_socket_callback.3 ares_set_socket_configure_callback.3 ares_set_sortlist.3 ares_strerror.3 ares_timeout.3 ares_version.3 ares_inet_pton.3 ares_inet_ntop.3 '/opt/rtorrent/share/man/man3' #14 31.30 /bin/mkdir -p '/opt/rtorrent/lib/pkgconfig' #14 31.30 /usr/bin/install -c -m 644 libcares.pc '/opt/rtorrent/lib/pkgconfig' #14 31.30 gmake[2]: Leaving directory '/build/c-ares-1.14.0' #14 31.30 gmake[1]: Leaving directory '/build/c-ares-1.14.0' #14 31.39 checking whether to enable maintainer-specific portions of Makefiles... no #14 31.39 checking whether gmake supports nested variables... yes #14 31.39 checking whether to enable debug build options... no #14 31.39 checking whether to enable compiler optimizer... (assumed) yes #14 31.39 checking whether to enable strict compiler warnings... no #14 31.39 checking whether to enable compiler warnings as errors... no #14 31.39 checking whether to enable curl debug memory tracking... no #14 31.39 checking whether to enable hiding of library internal symbols... yes #14 31.39 checking whether to enable c-ares for DNS lookups... yes #14 31.39 checking whether to disable dependency on -lrt... (assumed no) #14 31.39 checking for path separator... : #14 31.39 checking for sed... /bin/sed #14 31.39 checking for grep... /bin/grep #14 31.39 checking for egrep... /bin/grep -E #14 31.39 checking for ar... /usr/bin/ar #14 31.39 checking for a BSD-compatible install... /usr/bin/install -c #14 31.40 checking for gcc... gcc-9 #14 31.41 checking whether the C compiler works... yes #14 31.44 checking for C compiler default output file name... a.out #14 31.44 checking for suffix of executables... #14 31.46 checking whether we are cross compiling... no #14 31.48 checking for suffix of object files... o #14 31.50 checking whether we are using the GNU C compiler... yes #14 31.52 checking whether gcc-9 accepts -g... yes #14 31.56 checking for gcc-9 option to accept ISO C89... none needed #14 31.59 checking whether gcc-9 understands -c and -o together... yes #14 31.61 checking how to run the C preprocessor... gcc-9 -E #14 31.64 checking for a sed that does not truncate output... (cached) /bin/sed #14 31.64 checking whether to build with code coverage support... no #14 31.64 checking whether build environment is sane... yes #14 31.65 checking for a thread-safe mkdir -p... /bin/mkdir -p #14 31.65 checking for gawk... no #14 31.65 checking for mawk... mawk #14 31.65 checking whether gmake sets $(MAKE)... yes #14 31.66 checking for style of include used by gmake... GNU #14 31.66 checking dependency style of gcc-9... gcc3 #14 31.69 checking curl version... 7.61.0 #14 31.69 checking build system type... aarch64-unknown-linux-gnu #14 31.72 checking host system type... aarch64-unknown-linux-gnu #14 31.72 checking for grep that handles long lines and -e... (cached) /bin/grep #14 31.72 checking for egrep... /bin/grep -E #14 31.72 checking if OS is AIX (to define _ALL_SOURCE)... no #14 31.72 checking if _THREAD_SAFE is already defined... no #14 31.73 checking if _THREAD_SAFE is actually needed... no #14 31.73 checking if _THREAD_SAFE is onwards defined... no #14 31.73 checking if _REENTRANT is already defined... yes #14 31.75 checking if _REENTRANT is onwards defined... yes #14 31.75 checking for special C compiler options needed for large files... no #14 31.75 checking for _FILE_OFFSET_BITS value needed for large files... no #14 31.77 checking how to print strings... printf #14 31.77 checking for a sed that does not truncate output... (cached) /bin/sed #14 31.77 checking for fgrep... /bin/grep -F #14 31.77 checking for ld used by gcc-9... /usr/bin/ld #14 31.78 checking if the linker (/usr/bin/ld) is GNU ld... yes #14 31.78 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B #14 31.78 checking the name lister (/usr/bin/nm -B) interface... BSD nm #14 31.80 checking whether ln -s works... yes #14 31.80 checking the maximum length of command line arguments... 1572864 #14 31.80 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop #14 31.80 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop #14 31.80 checking for /usr/bin/ld option to reload object files... -r #14 31.80 checking for objdump... objdump #14 31.80 checking how to recognize dependent libraries... pass_all #14 31.80 checking for dlltool... no #14 31.80 checking how to associate runtime and link libraries... printf %s\n #14 31.80 checking for archiver @FILE support... @ #14 31.82 checking for strip... strip #14 31.82 checking for ranlib... ranlib #14 31.82 checking command to parse /usr/bin/nm -B output from gcc-9 object... ok #14 31.87 checking for sysroot... no #14 31.87 checking for a working dd... /bin/dd #14 31.87 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 #14 31.87 checking for mt... no #14 31.87 checking if : is a manifest tool... no #14 31.88 checking for ANSI C header files... yes #14 31.94 checking for sys/types.h... yes #14 31.96 checking for sys/stat.h... yes #14 31.99 checking for stdlib.h... yes #14 32.01 checking for string.h... yes #14 32.03 checking for memory.h... yes #14 32.05 checking for strings.h... yes #14 32.08 checking for inttypes.h... yes #14 32.10 checking for stdint.h... yes #14 32.12 checking for unistd.h... yes #14 32.15 checking for dlfcn.h... yes #14 32.17 checking for objdir... .libs #14 32.21 checking if gcc-9 supports -fno-rtti -fno-exceptions... no #14 32.23 checking for gcc-9 option to produce PIC... -fPIC -DPIC #14 32.23 checking if gcc-9 PIC flag -fPIC -DPIC works... yes #14 32.24 checking if gcc-9 static flag -static works... yes #14 32.29 checking if gcc-9 supports -c -o file.o... yes #14 32.31 checking if gcc-9 supports -c -o file.o... (cached) yes #14 32.31 checking whether the gcc-9 linker (/usr/bin/ld) supports shared libraries... yes #14 32.31 checking whether -lc should be explicitly linked in... no #14 32.33 checking dynamic linker characteristics... GNU/Linux ld.so #14 32.37 checking how to hardcode library paths into programs... immediate #14 32.37 checking whether stripping libraries is possible... yes #14 32.37 checking if libtool supports shared libraries... yes #14 32.37 checking whether to build shared libraries... yes #14 32.37 checking whether to build static libraries... yes #14 32.37 checking whether to build shared libraries with -version-info... yes #14 32.37 checking whether to build shared libraries with -no-undefined... no #14 32.37 checking whether to build shared libraries with -mimpure-text... no #14 32.37 checking whether to build shared libraries with PIC... yes #14 32.37 checking whether to build static libraries with PIC... no #14 32.37 checking whether to build shared libraries only... no #14 32.37 checking whether to build static libraries only... no #14 32.37 checking for inline... inline #14 32.39 checking if cpp -P is needed... yes #14 32.39 checking if cpp -P works... yes #14 32.40 checking if compiler is DEC/Compaq/HP C... no #14 32.42 checking if compiler is HP-UX C... no #14 32.43 checking if compiler is IBM C... no #14 32.44 checking if compiler is Intel C... no #14 32.45 checking if compiler is clang... no #14 32.46 checking if compiler is GNU C... yes #14 32.48 checking if compiler is LCC... no #14 32.49 checking if compiler is SGI MIPSpro C... no #14 32.53 checking if compiler is SGI MIPS C... no #14 32.55 checking if compiler is SunPro C... no #14 32.56 checking if compiler is Tiny C... no #14 32.57 checking if compiler is Watcom C... no #14 32.58 checking if compiler accepts some basic options... yes #14 32.65 configure: compiler options added: -Werror-implicit-function-declaration #14 32.65 checking if compiler accepts debug disabling options... yes #14 32.72 configure: compiler options added: #14 32.72 checking if compiler optimizer assumed setting might be used... yes #14 32.72 checking if compiler accepts optimizer enabling options... yes #14 32.80 configure: compiler options added: -O2 #14 32.80 checking if compiler accepts strict warning options... yes #14 32.87 configure: compiler options added: -Wno-system-headers #14 32.87 checking if compiler halts on compilation errors... yes #14 32.88 checking if compiler halts on negative sized arrays... yes #14 32.89 checking if compiler halts on function prototype mismatch... yes #14 32.90 checking if compiler supports hiding library internal symbols... yes #14 32.93 checking for windows.h... no #14 32.94 checking whether build target is a native Windows one... no #14 32.94 checking whether build target supports WIN32 file API... no #14 32.94 checking for good-to-use Mac CFLAGS... no #14 32.94 checking to see if the compiler supports __builtin_available()... no #14 32.96 checking whether to support http... yes #14 32.96 checking whether to support ftp... yes #14 32.96 checking whether to support file... yes #14 32.96 checking whether to support ldap... yes #14 32.96 checking whether to support ldaps... yes #14 32.96 checking whether to support rtsp... yes #14 32.96 checking whether to support proxies... yes #14 32.96 checking whether to support dict... yes #14 32.96 checking whether to support telnet... yes #14 32.96 checking whether to support tftp... yes #14 32.96 checking whether to support pop3... yes #14 32.96 checking whether to support imap... yes #14 32.96 checking whether to support smb... yes #14 32.96 checking whether to support smtp... yes #14 32.96 checking whether to support gopher... yes #14 32.96 checking whether to provide built-in manual... yes #14 32.96 checking whether to enable generation of C code... yes #14 32.96 checking whether to use libgcc... no #14 32.96 checking if X/Open network library is required... no #14 32.97 checking for gethostbyname... yes #14 33.00 checking for windows.h... (cached) no #14 33.00 checking for winsock.h... (cached) no #14 33.00 checking for winsock2.h... (cached) no #14 33.00 checking for connect in libraries... yes #14 33.03 checking whether time.h and sys/time.h may both be included... yes #14 33.05 checking for sys/types.h... (cached) yes #14 33.06 checking sys/time.h usability... yes #14 33.08 checking sys/time.h presence... yes #14 33.09 checking for sys/time.h... yes #14 33.09 checking time.h usability... yes #14 33.11 checking time.h presence... yes #14 33.12 checking for time.h... yes #14 33.12 checking for monotonic clock_gettime... yes #14 33.14 checking for clock_gettime in libraries... no additional lib required #14 33.18 checking if monotonic clock_gettime works... yes #14 33.21 checking for pkg-config... /usr/bin/pkg-config #14 33.21 checking for zlib options with pkg-config... found #14 33.21 checking zlib.h usability... yes #14 33.23 checking zlib.h presence... yes #14 33.24 checking for zlib.h... yes #14 33.24 configure: found both libz and libz.h header #14 33.24 checking for BrotliDecoderDecompress in -lbrotlidec... no #14 33.27 checking brotli/decode.h usability... no #14 33.29 checking brotli/decode.h presence... no #14 33.29 checking for brotli/decode.h... no #14 33.29 checking for lber.h... no #14 33.31 checking for ldap.h... no #14 33.32 checking for ldapssl.h... no #14 33.33 checking for ldap_ssl.h... no #14 33.34 checking for LDAP libraries... cannot find LDAP libraries #14 33.44 configure: WARNING: Cannot find libraries for LDAP support: LDAP disabled #14 33.44 checking whether to enable IPv6... yes #14 33.47 checking if struct sockaddr_in6 has sin6_scope_id member... yes #14 33.49 checking if argv can be written to... no #14 33.50 checking if GSS-API support is requested... no #14 33.50 checking whether to enable Windows native SSL/TLS (Windows native builds only)... no #14 33.50 checking whether to enable Apple OS native SSL/TLS... no #14 33.50 checking for pkg-config... (cached) /usr/bin/pkg-config #14 33.50 checking for openssl options with pkg-config... found #14 33.51 configure: pkg-config: SSL_LIBS: "-lssl -lcrypto" #14 33.51 configure: pkg-config: SSL_LDFLAGS: "" #14 33.51 configure: pkg-config: SSL_CPPFLAGS: "" #14 33.51 checking for HMAC_Update in -lcrypto... yes #14 33.55 checking for SSL_connect in -lssl... yes #14 33.60 checking openssl/x509.h usability... yes #14 33.64 checking openssl/x509.h presence... yes #14 33.66 checking for openssl/x509.h... yes #14 33.67 checking openssl/rsa.h usability... yes #14 33.70 checking openssl/rsa.h presence... yes #14 33.71 checking for openssl/rsa.h... yes #14 33.72 checking openssl/crypto.h usability... yes #14 33.74 checking openssl/crypto.h presence... yes #14 33.75 checking for openssl/crypto.h... yes #14 33.76 checking openssl/pem.h usability... yes #14 33.80 checking openssl/pem.h presence... yes #14 33.82 checking for openssl/pem.h... yes #14 33.83 checking openssl/ssl.h usability... yes #14 33.87 checking openssl/ssl.h presence... yes #14 33.90 checking for openssl/ssl.h... yes #14 33.90 checking openssl/err.h usability... yes #14 33.93 checking openssl/err.h presence... yes #14 33.94 checking for openssl/err.h... yes #14 33.95 checking for RAND_egd... no #14 33.98 checking for ENGINE_cleanup... no #14 34.02 checking for SSL_get_shutdown... yes #14 34.07 checking for SSLv2_client_method... no #14 34.11 checking for BoringSSL... no #14 34.12 checking for libressl... no #14 34.13 checking for OpenSSL headers version... 1.1.1 - 0x101010bfL #14 34.16 checking for OpenSSL library version... 1.1.1 #14 34.20 checking for OpenSSL headers and library versions matching... yes #14 34.20 checking for "/dev/urandom"... yes #14 34.20 checking for SRP_Calc_client_key in -lcrypto... yes #14 34.25 checking for ssl_version in -laxtls... no #14 34.28 configure: built with one SSL backend #14 34.28 checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt #14 34.28 checking whether to use builtin CA store of SSL library... no #14 34.28 checking for library containing psl_builtin... no #14 34.35 configure: WARNING: libpsl was not found #14 34.35 checking for RTMP_Init in -lrtmp... no #14 34.38 checking whether versioned symbols are wanted... no #14 34.38 checking whether to enable Windows native IDN (Windows native builds only)... no #14 34.38 checking whether to build with libidn2... (assumed) yes #14 34.38 checking for pkg-config... (cached) /usr/bin/pkg-config #14 34.38 checking for libidn2 options with pkg-config... no #14 34.38 configure: IDN_LIBS: "-lidn2" #14 34.38 configure: IDN_LDFLAGS: "" #14 34.38 configure: IDN_CPPFLAGS: "" #14 34.38 configure: IDN_DIR: "" #14 34.38 checking if idn2_lookup_ul can be linked... no #14 34.42 checking idn2.h usability... no #14 34.44 checking idn2.h presence... no #14 34.44 checking for idn2.h... no #14 34.44 configure: WARNING: Cannot find libraries for IDN support: IDN disabled #14 34.44 checking for pkg-config... (cached) /usr/bin/pkg-config #14 34.44 checking for libnghttp2 options with pkg-config... no #14 34.45 checking for ANSI C header files... (cached) yes #14 34.45 checking for malloc.h... yes #14 34.49 checking for memory.h... no #14 34.50 checking for sys/types.h... (cached) yes #14 34.51 checking for sys/time.h... (cached) yes #14 34.51 checking for sys/select.h... yes #14 34.53 checking for sys/socket.h... yes #14 34.56 checking for sys/ioctl.h... yes #14 34.58 checking for sys/uio.h... yes #14 34.60 checking for assert.h... yes #14 34.63 checking for unistd.h... (cached) yes #14 34.63 checking for stdlib.h... (cached) yes #14 34.64 checking for arpa/inet.h... yes #14 34.66 checking for net/if.h... yes #14 34.68 checking for netinet/in.h... yes #14 34.70 checking for netinet/in6.h... no #14 34.72 checking for sys/un.h... yes #14 34.75 checking for linux/tcp.h... yes #14 34.77 checking for netinet/tcp.h... yes #14 34.80 checking for netdb.h... yes #14 34.82 checking for sys/sockio.h... no #14 34.84 checking for sys/stat.h... (cached) yes #14 34.84 checking for sys/param.h... yes #14 34.87 checking for termios.h... yes #14 34.89 checking for termio.h... yes #14 34.92 checking for sgtty.h... yes #14 34.94 checking for fcntl.h... yes #14 34.97 checking for alloca.h... yes #14 34.99 checking for time.h... (cached) yes #14 34.99 checking for io.h... no #14 35.01 checking for pwd.h... yes #14 35.04 checking for utime.h... yes #14 35.06 checking for sys/utime.h... no #14 35.08 checking for sys/poll.h... yes #14 35.10 checking for poll.h... yes #14 35.12 checking for socket.h... no #14 35.14 checking for sys/resource.h... yes #14 35.17 checking for libgen.h... yes #14 35.19 checking for locale.h... yes #14 35.22 checking for errno.h... yes #14 35.24 checking for stdbool.h... yes #14 35.26 checking for arpa/tftp.h... yes #14 35.29 checking for sys/filio.h... no #14 35.30 checking for sys/wait.h... yes #14 35.33 checking for setjmp.h... yes #14 35.35 checking for an ANSI C-conforming const... yes #14 35.37 checking for compiler support of C99 variadic macro style... yes #14 35.39 checking for compiler support of old gcc variadic macro style... yes #14 35.41 checking for size_t... yes #14 35.45 checking whether time.h and sys/time.h may both be included... (cached) yes #14 35.45 checking for sys/types.h... (cached) yes #14 35.46 checking for sys/time.h... (cached) yes #14 35.46 checking for time.h... (cached) yes #14 35.47 checking for sys/socket.h... (cached) yes #14 35.47 checking for struct timeval... yes #14 35.49 checking run-time libs availability... fine #14 35.53 checking size of size_t... 8 #14 35.56 checking size of long... 8 #14 35.59 checking size of int... 4 #14 35.61 checking size of short... 2 #14 35.66 checking size of time_t... 8 #14 35.70 checking size of off_t... 8 #14 35.73 checking size of curl_off_t... 8 #14 35.77 checking for long long... yes #14 35.81 checking if numberLL works... yes #14 35.83 checking for ssize_t... yes #14 35.87 checking for bool... yes #14 35.90 checking for sa_family_t... yes #14 35.94 checking if time_t is unsigned... no #14 35.95 checking for windows.h... (cached) no #14 35.95 checking for winsock2.h... (cached) no #14 35.95 checking for ws2tcpip.h... (cached) no #14 35.95 checking for sys/types.h... (cached) yes #14 35.96 checking for sys/socket.h... (cached) yes #14 35.96 checking for curl_socklen_t data type... socklen_t #14 35.98 checking size of curl_socklen_t... 4 #14 36.03 checking for sys/types.h... (cached) yes #14 36.03 checking for poll.h... (cached) yes #14 36.03 checking for sys/poll.h... (cached) yes #14 36.05 checking for in_addr_t... yes #14 36.09 checking for struct sockaddr_storage... yes #14 36.12 checking signal.h usability... yes #14 36.14 checking signal.h presence... yes #14 36.15 checking for signal.h... yes #14 36.15 checking for sig_atomic_t... yes #14 36.19 checking if sig_atomic_t is already defined as volatile... no #14 36.23 checking return type of signal handlers... void #14 36.25 checking for sys/select.h... (cached) yes #14 36.25 checking for sys/socket.h... (cached) yes #14 36.25 checking for select... yes #14 36.29 checking types of args and return type for select... int,fd_set *,struct timeval *,int #14 36.32 checking for sys/types.h... (cached) yes #14 36.33 checking for sys/socket.h... (cached) yes #14 36.33 checking for recv... yes #14 36.37 checking types of args and return type for recv... int,void *,size_t,int,ssize_t #14 37.17 checking for sys/types.h... (cached) yes #14 37.17 checking for sys/socket.h... (cached) yes #14 37.17 checking for send... yes #14 37.21 checking types of args and return type for send... int,const void *,size_t,int,ssize_t #14 38.88 checking for sys/types.h... (cached) yes #14 38.88 checking for sys/socket.h... (cached) yes #14 38.88 checking for MSG_NOSIGNAL... yes #14 38.91 checking for sys/types.h... (cached) yes #14 38.91 checking for unistd.h... (cached) yes #14 38.91 checking if alarm can be linked... yes #14 38.95 checking if alarm is prototyped... yes #14 38.96 checking if alarm is compilable... yes #14 38.98 checking if alarm usage allowed... yes #14 38.98 checking if alarm might be used... yes #14 38.98 checking for sys/types.h... (cached) yes #14 38.99 checking for string.h... (cached) yes #14 38.99 checking for strings.h... (cached) yes #14 39.00 checking for sys/types.h... (cached) yes #14 39.00 checking for libgen.h... (cached) yes #14 39.00 checking if basename can be linked... yes #14 39.04 checking if basename is prototyped... yes #14 39.05 checking if basename is compilable... yes #14 39.07 checking if basename usage allowed... yes #14 39.07 checking if basename might be used... yes #14 39.07 checking for sys/types.h... (cached) yes #14 39.08 checking for socket.h... (cached) no #14 39.08 checking if closesocket can be linked... no #14 39.10 checking if closesocket might be used... no #14 39.10 checking if CloseSocket can be linked... no #14 39.11 checking if CloseSocket might be used... no #14 39.11 checking if connect can be linked... yes #14 39.15 checking if connect is prototyped... yes #14 39.16 checking if connect is compilable... yes #14 39.18 checking if connect usage allowed... yes #14 39.18 checking if connect might be used... yes #14 39.18 checking for sys/types.h... (cached) yes #14 39.19 checking for unistd.h... (cached) yes #14 39.19 checking for fcntl.h... (cached) yes #14 39.20 checking if fcntl can be linked... yes #14 39.23 checking if fcntl is prototyped... yes #14 39.24 checking if fcntl is compilable... yes #14 39.26 checking if fcntl usage allowed... yes #14 39.26 checking if fcntl might be used... yes #14 39.26 checking if fcntl O_NONBLOCK is compilable... yes #14 39.28 checking if fcntl O_NONBLOCK usage allowed... yes #14 39.28 checking if fcntl O_NONBLOCK might be used... yes #14 39.29 checking for sys/types.h... (cached) yes #14 39.29 checking for stdio.h... yes #14 39.31 checking if fdopen can be linked... yes #14 39.35 checking if fdopen is prototyped... yes #14 39.36 checking if fdopen is compilable... yes #14 39.38 checking if fdopen usage allowed... yes #14 39.38 checking if fdopen might be used... yes #14 39.38 checking for sys/types.h... (cached) yes #14 39.38 checking for netdb.h... (cached) yes #14 39.39 checking if freeaddrinfo can be linked... yes #14 39.43 checking if freeaddrinfo is prototyped... yes #14 39.43 checking if freeaddrinfo is compilable... yes #14 39.45 checking if freeaddrinfo usage allowed... yes #14 39.45 checking if freeaddrinfo might be used... yes #14 39.46 checking for sys/types.h... (cached) yes #14 39.46 checking for sys/socket.h... (cached) yes #14 39.47 checking for netinet/in.h... (cached) yes #14 39.47 checking for ifaddrs.h... yes #14 39.49 checking if freeifaddrs can be linked... yes #14 39.53 checking if freeifaddrs is prototyped... yes #14 39.54 checking if freeifaddrs is compilable... yes #14 39.56 checking if freeifaddrs usage allowed... yes #14 39.56 checking if freeifaddrs might be used... yes #14 39.56 checking for sys/types.h... (cached) yes #14 39.56 checking for sys/xattr.h... yes #14 39.58 checking if fsetxattr can be linked... yes #14 39.62 checking if fsetxattr is prototyped... yes #14 39.63 checking if fsetxattr takes 5 args.... yes #14 39.65 checking if fsetxattr is compilable... yes #14 39.65 checking if fsetxattr usage allowed... yes #14 39.65 checking if fsetxattr might be used... yes #14 39.65 checking if ftruncate can be linked... yes #14 39.69 checking if ftruncate is prototyped... yes #14 39.69 checking if ftruncate is compilable... yes #14 39.72 checking if ftruncate usage allowed... yes #14 39.72 checking if ftruncate might be used... yes #14 39.72 checking for sys/types.h... (cached) yes #14 39.72 checking for stdlib.h... (cached) yes #14 39.73 checking if getaddrinfo can be linked... yes #14 39.77 checking if getaddrinfo is prototyped... yes #14 39.78 checking if getaddrinfo is compilable... yes #14 39.80 checking if getaddrinfo seems to work... yes #14 39.84 checking if getaddrinfo usage allowed... yes #14 39.84 checking if getaddrinfo might be used... yes #14 39.84 checking if getaddrinfo is threadsafe... yes #14 39.89 checking if gai_strerror can be linked... yes #14 39.93 checking if gai_strerror is prototyped... yes #14 39.94 checking if gai_strerror is compilable... yes #14 39.96 checking if gai_strerror usage allowed... yes #14 39.96 checking if gai_strerror might be used... yes #14 39.96 checking if gethostbyaddr can be linked... yes #14 40.00 checking if gethostbyaddr is prototyped... yes #14 40.01 checking if gethostbyaddr is compilable... yes #14 40.04 checking if gethostbyaddr usage allowed... yes #14 40.04 checking if gethostbyaddr might be used... yes #14 40.04 checking if gethostbyaddr_r can be linked... yes #14 40.07 checking if gethostbyaddr_r is prototyped... yes #14 40.08 checking if gethostbyaddr_r takes 5 args.... no #14 40.10 checking if gethostbyaddr_r takes 7 args.... no #14 40.11 checking if gethostbyaddr_r takes 8 args.... yes #14 40.13 checking if gethostbyaddr_r is compilable... yes #14 40.13 checking if gethostbyaddr_r usage allowed... yes #14 40.13 checking if gethostbyaddr_r might be used... yes #14 40.13 checking if gethostbyname can be linked... yes #14 40.17 checking if gethostbyname is prototyped... yes #14 40.18 checking if gethostbyname is compilable... yes #14 40.20 checking if gethostbyname usage allowed... yes #14 40.20 checking if gethostbyname might be used... yes #14 40.20 checking if gethostbyname_r can be linked... yes #14 40.24 checking if gethostbyname_r is prototyped... yes #14 40.25 checking if gethostbyname_r takes 3 args.... no #14 40.26 checking if gethostbyname_r takes 5 args.... no #14 40.28 checking if gethostbyname_r takes 6 args.... yes #14 40.30 checking if gethostbyname_r is compilable... yes #14 40.30 checking if gethostbyname_r usage allowed... yes #14 40.30 checking if gethostbyname_r might be used... yes #14 40.30 checking if gethostname can be linked... yes #14 40.34 checking if gethostname is prototyped... yes #14 40.35 checking if gethostname is compilable... yes #14 40.37 checking for gethostname arg 2 data type... size_t #14 40.42 checking if gethostname usage allowed... yes #14 40.42 checking if gethostname might be used... yes #14 40.42 checking if getifaddrs can be linked... yes #14 40.45 checking if getifaddrs is prototyped... yes #14 40.46 checking if getifaddrs is compilable... yes #14 40.48 checking if getifaddrs seems to work... yes #14 40.52 checking if getifaddrs usage allowed... yes #14 40.52 checking if getifaddrs might be used... yes #14 40.52 checking if getservbyport_r can be linked... yes #14 40.56 checking if getservbyport_r is prototyped... yes #14 40.57 checking if getservbyport_r takes 4 args.... no #14 40.58 checking if getservbyport_r takes 5 args.... no #14 40.60 checking if getservbyport_r takes 6 args.... yes #14 40.62 checking if getservbyport_r is compilable... yes #14 40.62 checking if getservbyport_r usage allowed... yes #14 40.62 checking if getservbyport_r might be used... yes #14 40.62 checking for sys/types.h... (cached) yes #14 40.62 checking for sys/time.h... (cached) yes #14 40.63 checking for time.h... (cached) yes #14 40.63 checking if gmtime_r can be linked... yes #14 40.67 checking if gmtime_r is prototyped... yes #14 40.68 checking if gmtime_r is compilable... yes #14 40.70 checking if gmtime_r seems to work... yes #14 40.73 checking if gmtime_r usage allowed... yes #14 40.73 checking if gmtime_r might be used... yes #14 40.74 checking for sys/types.h... (cached) yes #14 40.74 checking for sys/socket.h... (cached) yes #14 40.75 checking for netinet/in.h... (cached) yes #14 40.75 checking for arpa/inet.h... (cached) yes #14 40.75 checking if inet_ntoa_r can be linked... no #14 40.79 checking if inet_ntoa_r might be used... no #14 40.79 checking if inet_ntop can be linked... yes #14 40.83 checking if inet_ntop is prototyped... yes #14 40.84 checking if inet_ntop is compilable... yes #14 40.86 checking if inet_ntop seems to work... yes #14 40.90 checking if inet_ntop usage allowed... yes #14 40.90 checking if inet_ntop might be used... yes #14 40.90 checking if inet_pton can be linked... yes #14 40.94 checking if inet_pton is prototyped... yes #14 40.95 checking if inet_pton is compilable... yes #14 40.97 checking if inet_pton seems to work... yes #14 41.01 checking if inet_pton usage allowed... yes #14 41.01 checking if inet_pton might be used... yes #14 41.01 checking for sys/types.h... (cached) yes #14 41.02 checking for unistd.h... (cached) yes #14 41.02 checking for sys/socket.h... (cached) yes #14 41.03 checking for sys/ioctl.h... (cached) yes #14 41.03 checking for stropts.h... no #14 41.05 checking if ioctl can be linked... yes #14 41.08 checking if ioctl is prototyped... yes #14 41.09 checking if ioctl is compilable... yes #14 41.11 checking if ioctl usage allowed... yes #14 41.11 checking if ioctl might be used... yes #14 41.12 checking if ioctl FIONBIO is compilable... yes #14 41.14 checking if ioctl FIONBIO usage allowed... yes #14 41.14 checking if ioctl FIONBIO might be used... yes #14 41.14 checking if ioctl SIOCGIFADDR is compilable... yes #14 41.16 checking if ioctl SIOCGIFADDR usage allowed... yes #14 41.16 checking if ioctl SIOCGIFADDR might be used... yes #14 41.16 checking if ioctlsocket can be linked... no #14 41.18 checking if ioctlsocket might be used... no #14 41.18 checking if IoctlSocket can be linked... no #14 41.21 checking if IoctlSocket might be used... no #14 41.21 checking if localtime_r can be linked... yes #14 41.25 checking if localtime_r is prototyped... yes #14 41.26 checking if localtime_r is compilable... yes #14 41.28 checking if localtime_r seems to work... yes #14 41.32 checking if localtime_r usage allowed... yes #14 41.32 checking if localtime_r might be used... yes #14 41.32 checking if memrchr can be linked... yes #14 41.36 checking if memrchr is prototyped... no #14 41.36 checking if memrchr might be used... no #14 41.36 checking if poll can be linked... yes #14 41.40 checking if poll is prototyped... yes #14 41.41 checking if poll is compilable... yes #14 41.43 checking if poll seems to work... yes #14 41.99 checking if poll usage allowed... yes #14 41.99 checking if poll might be used... yes #14 42.00 checking if setsockopt can be linked... yes #14 42.07 checking if setsockopt is prototyped... yes #14 42.08 checking if setsockopt is compilable... yes #14 42.10 checking if setsockopt usage allowed... yes #14 42.10 checking if setsockopt might be used... yes #14 42.10 checking if setsockopt SO_NONBLOCK is compilable... no #14 42.11 checking if setsockopt SO_NONBLOCK might be used... no #14 42.12 checking for sys/types.h... (cached) yes #14 42.12 checking for signal.h... (cached) yes #14 42.12 checking if sigaction can be linked... yes #14 42.16 checking if sigaction is prototyped... yes #14 42.17 checking if sigaction is compilable... yes #14 42.19 checking if sigaction usage allowed... yes #14 42.19 checking if sigaction might be used... yes #14 42.19 checking if siginterrupt can be linked... yes #14 42.23 checking if siginterrupt is prototyped... yes #14 42.23 checking if siginterrupt is compilable... yes #14 42.26 checking if siginterrupt usage allowed... yes #14 42.26 checking if siginterrupt might be used... yes #14 42.26 checking if signal can be linked... yes #14 42.29 checking if signal is prototyped... yes #14 42.30 checking if signal is compilable... yes #14 42.32 checking if signal usage allowed... yes #14 42.32 checking if signal might be used... yes #14 42.33 checking for sys/types.h... (cached) yes #14 42.33 checking for setjmp.h... (cached) yes #14 42.33 checking if sigsetjmp can be linked... no #14 42.37 checking if sigsetjmp seems a macro... yes #14 42.41 checking if sigsetjmp is compilable... yes #14 42.43 checking if sigsetjmp usage allowed... yes #14 42.43 checking if sigsetjmp might be used... yes #14 42.43 checking if socket can be linked... yes #14 42.47 checking if socket is prototyped... yes #14 42.48 checking if socket is compilable... yes #14 42.50 checking if socket usage allowed... yes #14 42.50 checking if socket might be used... yes #14 42.50 checking if socketpair can be linked... yes #14 42.53 checking if socketpair is prototyped... yes #14 42.54 checking if socketpair is compilable... yes #14 42.56 checking if socketpair usage allowed... yes #14 42.56 checking if socketpair might be used... yes #14 42.56 checking if strcasecmp can be linked... yes #14 42.60 checking if strcasecmp is prototyped... yes #14 42.61 checking if strcasecmp is compilable... yes #14 42.63 checking if strcasecmp usage allowed... yes #14 42.63 checking if strcasecmp might be used... yes #14 42.63 checking if strcmpi can be linked... no #14 42.66 checking if strcmpi might be used... no #14 42.66 checking if strdup can be linked... yes #14 42.70 checking if strdup is prototyped... yes #14 42.71 checking if strdup is compilable... yes #14 42.73 checking if strdup usage allowed... yes #14 42.73 checking if strdup might be used... yes #14 42.73 checking if strerror_r can be linked... yes #14 42.77 checking if strerror_r is prototyped... yes #14 42.77 checking if strerror_r is compilable... yes #14 42.79 checking if strerror_r is glibc like... no #14 42.83 checking if strerror_r is POSIX like... yes #14 42.85 checking if strerror_r seems to work... yes #14 42.89 checking if strerror_r usage allowed... yes #14 42.89 checking if strerror_r might be used... yes #14 42.89 checking if stricmp can be linked... no #14 42.93 checking if stricmp might be used... no #14 42.93 checking if strncasecmp can be linked... yes #14 42.97 checking if strncasecmp is prototyped... yes #14 42.98 checking if strncasecmp is compilable... yes #14 43.00 checking if strncasecmp usage allowed... yes #14 43.00 checking if strncasecmp might be used... yes #14 43.00 checking if strncmpi can be linked... no #14 43.04 checking if strncmpi might be used... no #14 43.04 checking if strnicmp can be linked... no #14 43.07 checking if strnicmp might be used... no #14 43.07 checking if strstr can be linked... yes #14 43.11 checking if strstr is prototyped... yes #14 43.12 checking if strstr is compilable... yes #14 43.14 checking if strstr usage allowed... yes #14 43.14 checking if strstr might be used... yes #14 43.14 checking if strtok_r can be linked... yes #14 43.18 checking if strtok_r is prototyped... yes #14 43.18 checking if strtok_r is compilable... yes #14 43.20 checking if strtok_r usage allowed... yes #14 43.20 checking if strtok_r might be used... yes #14 43.20 checking if strtoll can be linked... yes #14 43.24 checking if strtoll is prototyped... yes #14 43.25 checking if strtoll is compilable... yes #14 43.27 checking if strtoll usage allowed... yes #14 43.27 checking if strtoll might be used... yes #14 43.27 checking for sys/types.h... (cached) yes #14 43.28 checking for sys/uio.h... (cached) yes #14 43.28 checking if writev can be linked... yes #14 43.32 checking if writev is prototyped... yes #14 43.32 checking if writev is compilable... yes #14 43.34 checking if writev usage allowed... yes #14 43.34 checking if writev might be used... yes #14 43.35 checking whether getpwuid_r is declared... yes #14 43.37 checking for fnmatch... yes #14 43.41 checking for geteuid... yes #14 43.45 checking for getpass_r... no #14 43.49 checking deeper for getpass_r... but still no #14 43.50 checking for getppid... yes #14 43.54 checking for getpwuid... yes #14 43.58 checking for getpwuid_r... yes #14 43.62 checking for getrlimit... yes #14 43.66 checking for gettimeofday... yes #14 43.71 checking for if_nametoindex... yes #14 43.75 checking for mach_absolute_time... no #14 43.78 checking deeper for mach_absolute_time... but still no #14 43.80 checking for pipe... yes #14 43.84 checking for setlocale... yes #14 43.88 checking for setmode... no #14 43.92 checking deeper for setmode... but still no #14 43.94 checking for setrlimit... yes #14 43.98 checking for utime... yes #14 44.02 checking for utimes... yes #14 44.06 checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK #14 44.06 checking for perl... /usr/bin/perl #14 44.06 checking for gnroff... no #14 44.06 checking for nroff... no #14 44.06 configure: WARNING: disabling built-in manual #14 44.06 checking for pkg-config... (cached) /usr/bin/pkg-config #14 44.06 checking for libcares options with pkg-config... found #14 44.06 configure: pkg-config: ares_LIBS: "-lcares" #14 44.06 configure: pkg-config: ares_LDFLAGS: "-L/opt/rtorrent/lib" #14 44.06 configure: pkg-config: ares_CPPFLAGS: "-I/opt/rtorrent/include" #14 44.06 checking that c-ares is good and recent enough... yes #14 44.11 checking whether to use POSIX threads for threaded resolver... auto #14 44.11 checking whether to enable verbose strings... yes #14 44.11 checking whether to enable SSPI support (Windows native builds only)... no #14 44.11 checking whether to enable cryptographic authentication methods... yes #14 44.11 checking whether to enable NTLM delegation to winbind's helper... yes #14 44.11 checking whether to enable TLS-SRP authentication... yes #14 44.11 checking whether to enable Unix domain sockets... auto #14 44.11 checking for struct sockaddr_un.sun_path... yes #14 44.13 checking whether to enable support for cookies... yes #14 44.13 checking whether hiding of library internal symbols will actually happen... yes #14 44.15 checking that generated files are newer than configure... done #14 44.15 configure: creating ./config.status #14 44.46 config.status: creating Makefile #14 44.47 config.status: creating docs/Makefile #14 44.48 config.status: creating docs/examples/Makefile #14 44.49 config.status: creating docs/libcurl/Makefile #14 44.50 config.status: creating docs/libcurl/opts/Makefile #14 44.51 config.status: creating docs/cmdline-opts/Makefile #14 44.52 config.status: creating include/Makefile #14 44.53 config.status: creating include/curl/Makefile #14 44.54 config.status: creating src/Makefile #14 44.55 config.status: creating lib/Makefile #14 44.56 config.status: creating scripts/Makefile #14 44.57 config.status: creating lib/libcurl.vers #14 44.58 config.status: creating tests/Makefile #14 44.59 config.status: creating tests/certs/Makefile #14 44.60 config.status: creating tests/certs/scripts/Makefile #14 44.61 config.status: creating tests/data/Makefile #14 44.62 config.status: creating tests/server/Makefile #14 44.63 config.status: creating tests/libtest/Makefile #14 44.65 config.status: creating tests/unit/Makefile #14 44.66 config.status: creating packages/Makefile #14 44.67 config.status: creating packages/Win32/Makefile #14 44.68 config.status: creating packages/Win32/cygwin/Makefile #14 44.69 config.status: creating packages/Linux/Makefile #14 44.70 config.status: creating packages/Linux/RPM/Makefile #14 44.71 config.status: creating packages/Linux/RPM/curl.spec #14 44.72 config.status: creating packages/Linux/RPM/curl-ssl.spec #14 44.73 config.status: creating packages/Solaris/Makefile #14 44.74 config.status: creating packages/EPM/curl.list #14 44.75 config.status: creating packages/EPM/Makefile #14 44.76 config.status: creating packages/vms/Makefile #14 44.77 config.status: creating packages/AIX/Makefile #14 44.78 config.status: creating packages/AIX/RPM/Makefile #14 44.79 config.status: creating packages/AIX/RPM/curl.spec #14 44.80 config.status: creating curl-config #14 44.80 config.status: creating libcurl.pc #14 44.81 config.status: creating lib/curl_config.h #14 44.82 config.status: executing depfiles commands #14 45.95 config.status: executing libtool commands #14 45.97 configure: amending lib/Makefile #14 45.99 configure: amending src/Makefile #14 46.00 configure: amending tests/unit/Makefile #14 46.02 configure: amending tests/server/Makefile #14 46.04 configure: amending tests/libtest/Makefile #14 46.06 configure: amending docs/examples/Makefile #14 46.07 configure: Configured to build curl/libcurl: #14 46.07 #14 46.07 curl version: 7.61.0 #14 46.07 Host setup: aarch64-unknown-linux-gnu #14 46.07 Install prefix: /usr/local #14 46.07 Compiler: gcc-9 #14 46.07 SSL support: enabled (OpenSSL) #14 46.07 SSH support: no (--with-libssh2) #14 46.07 zlib support: enabled #14 46.07 brotli support: no (--with-brotli) #14 46.07 GSS-API support: no (--with-gssapi) #14 46.07 TLS-SRP support: enabled #14 46.07 resolver: c-ares #14 46.07 IPv6 support: enabled #14 46.07 Unix sockets support: enabled #14 46.07 IDN support: no (--with-{libidn2,winidn}) #14 46.07 Build libcurl: Shared=yes, Static=yes #14 46.07 Built-in manual: no (--enable-manual) #14 46.07 --libcurl option: enabled (--disable-libcurl-option) #14 46.07 Verbose errors: enabled (--disable-verbose) #14 46.07 SSPI support: no (--enable-sspi) #14 46.07 ca cert bundle: /etc/ssl/certs/ca-certificates.crt #14 46.07 ca cert path: no #14 46.07 ca fallback: no #14 46.07 LDAP support: no (--enable-ldap / --with-ldap-lib / --with-lber-lib) #14 46.07 LDAPS support: no (--enable-ldaps) #14 46.07 RTSP support: enabled #14 46.07 RTMP support: no (--with-librtmp) #14 46.07 metalink support: no (--with-libmetalink) #14 46.07 PSL support: no (libpsl not found) #14 46.07 HTTP2 support: disabled (--with-nghttp2) #14 46.07 Protocols: DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP #14 46.07 #14 46.11 Making all in lib #14 46.12 gmake[1]: Entering directory '/build/curl-7.61.0/lib' #14 46.12 gmake all-am #14 46.13 gmake[2]: Entering directory '/build/curl-7.61.0/lib' #14 46.14 CC libcurl_la-file.lo #14 46.14 CC libcurl_la-timeval.lo #14 46.14 CC libcurl_la-base64.lo #14 46.14 CC libcurl_la-hostip.lo #14 46.16 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.16 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.16 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.17 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.22 CC libcurl_la-progress.lo #14 46.25 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.27 CC libcurl_la-formdata.lo #14 46.29 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.30 CC libcurl_la-cookie.lo #14 46.32 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.34 CC libcurl_la-http.lo #14 46.36 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.39 CC libcurl_la-sendf.lo #14 46.43 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.52 CC libcurl_la-ftp.lo #14 46.54 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.59 CC libcurl_la-url.lo #14 46.61 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.65 CC libcurl_la-dict.lo #14 46.67 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.77 CC libcurl_la-if2ip.lo #14 46.79 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.88 CC libcurl_la-speedcheck.lo #14 46.91 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 46.98 CC libcurl_la-ldap.lo #14 47.01 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.01 CC libcurl_la-version.lo #14 47.03 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.07 CC libcurl_la-getenv.lo #14 47.09 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.11 CC libcurl_la-escape.lo #14 47.13 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.15 CC libcurl_la-mprintf.lo #14 47.17 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.20 CC libcurl_la-telnet.lo #14 47.22 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.23 CC libcurl_la-netrc.lo #14 47.26 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.34 CC libcurl_la-getinfo.lo #14 47.37 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.44 CC libcurl_la-transfer.lo #14 47.46 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.49 CC libcurl_la-strcase.lo #14 47.50 CC libcurl_la-easy.lo #14 47.51 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.51 CC libcurl_la-security.lo #14 47.52 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.54 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.58 CC libcurl_la-curl_fnmatch.lo #14 47.59 CC libcurl_la-fileinfo.lo #14 47.61 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.62 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.67 CC libcurl_la-ftplistparser.lo #14 47.68 CC libcurl_la-wildcard.lo #14 47.69 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.69 CC libcurl_la-krb5.lo #14 47.71 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.75 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.77 CC libcurl_la-memdebug.lo #14 47.79 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.80 CC libcurl_la-http_chunks.lo #14 47.80 CC libcurl_la-strtok.lo #14 47.82 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.82 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.85 CC libcurl_la-connect.lo #14 47.87 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.88 CC libcurl_la-llist.lo #14 47.90 CC libcurl_la-hash.lo #14 47.91 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.92 CC libcurl_la-multi.lo #14 47.92 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.94 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 47.98 CC libcurl_la-content_encoding.lo #14 48.02 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.03 CC libcurl_la-share.lo #14 48.06 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.14 CC libcurl_la-http_digest.lo #14 48.16 CC libcurl_la-md4.lo #14 48.16 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.18 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.22 CC libcurl_la-md5.lo #14 48.23 CC libcurl_la-http_negotiate.lo #14 48.24 CC libcurl_la-inet_pton.lo #14 48.24 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.26 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.27 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.31 CC libcurl_la-strtoofft.lo #14 48.31 CC libcurl_la-strerror.lo #14 48.32 CC libcurl_la-amigaos.lo #14 48.33 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.34 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.36 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.39 CC libcurl_la-hostasyn.lo #14 48.41 CC libcurl_la-hostip4.lo #14 48.41 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.43 CC libcurl_la-hostip6.lo #14 48.44 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.46 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.49 CC libcurl_la-hostsyn.lo #14 48.49 CC libcurl_la-inet_ntop.lo #14 48.52 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.53 CC libcurl_la-parsedate.lo #14 48.53 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.55 CC libcurl_la-select.lo #14 48.56 CC libcurl_la-tftp.lo #14 48.56 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.57 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.58 CC libcurl_la-splay.lo #14 48.58 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.60 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.68 CC libcurl_la-strdup.lo #14 48.68 CC libcurl_la-socks.lo #14 48.69 CC libcurl_la-ssh.lo #14 48.70 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.71 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.71 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.76 CC libcurl_la-ssh-libssh.lo #14 48.77 CC libcurl_la-curl_addrinfo.lo #14 48.78 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.79 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.83 CC libcurl_la-socks_gssapi.lo #14 48.84 CC libcurl_la-socks_sspi.lo #14 48.85 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.86 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.87 CC libcurl_la-curl_sspi.lo #14 48.89 CC libcurl_la-slist.lo #14 48.89 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.90 CC libcurl_la-nonblock.lo #14 48.91 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.91 CC libcurl_la-curl_memrchr.lo #14 48.92 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.94 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.94 CC libcurl_la-imap.lo #14 48.96 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 48.98 CC libcurl_la-pop3.lo #14 48.98 CC libcurl_la-smtp.lo #14 49.00 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.00 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.00 CC libcurl_la-pingpong.lo #14 49.03 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.17 CC libcurl_la-rtsp.lo #14 49.19 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.23 CC libcurl_la-curl_threads.lo #14 49.25 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.27 CC libcurl_la-warnless.lo #14 49.30 CC libcurl_la-hmac.lo #14 49.30 CC libcurl_la-curl_rtmp.lo #14 49.31 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.33 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.33 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.37 CC libcurl_la-openldap.lo #14 49.37 CC libcurl_la-curl_gethostname.lo #14 49.38 CC libcurl_la-gopher.lo #14 49.40 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.40 CC libcurl_la-idn_win32.lo #14 49.40 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.41 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.42 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.44 CC libcurl_la-http_proxy.lo #14 49.45 CC libcurl_la-non-ascii.lo #14 49.47 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.47 CC libcurl_la-asyn-ares.lo #14 49.48 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.48 CC libcurl_la-asyn-thread.lo #14 49.50 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.52 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.53 CC libcurl_la-curl_gssapi.lo #14 49.55 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.58 CC libcurl_la-http_ntlm.lo #14 49.60 CC libcurl_la-curl_ntlm_wb.lo #14 49.61 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.64 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.65 CC libcurl_la-curl_ntlm_core.lo #14 49.65 CC libcurl_la-curl_sasl.lo #14 49.67 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.67 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.75 CC libcurl_la-rand.lo #14 49.77 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.82 CC libcurl_la-curl_multibyte.lo #14 49.83 CC libcurl_la-hostcheck.lo #14 49.84 CC libcurl_la-conncache.lo #14 49.84 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.85 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.86 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.86 CC libcurl_la-pipeline.lo #14 49.88 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.89 CC libcurl_la-dotdot.lo #14 49.92 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.93 CC libcurl_la-x509asn1.lo #14 49.96 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 49.99 CC libcurl_la-http2.lo #14 50.00 CC libcurl_la-smb.lo #14 50.01 CC libcurl_la-curl_endian.lo #14 50.01 CC libcurl_la-curl_des.lo #14 50.02 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.02 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.03 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.04 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.07 CC libcurl_la-system_win32.lo #14 50.08 CC libcurl_la-mime.lo #14 50.09 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.10 CC libcurl_la-sha256.lo #14 50.11 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.14 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.15 CC libcurl_la-setopt.lo #14 50.18 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.20 CC libcurl_la-curl_path.lo #14 50.22 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.27 CC libcurl_la-curl_ctype.lo #14 50.29 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.32 CC libcurl_la-curl_range.lo #14 50.34 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.37 CC libcurl_la-psl.lo #14 50.40 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.43 CC vauth/libcurl_la-vauth.lo #14 50.45 CC vauth/libcurl_la-cleartext.lo #14 50.45 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.47 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.52 CC vauth/libcurl_la-cram.lo #14 50.52 CC vauth/libcurl_la-digest.lo #14 50.54 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.54 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.55 CC vauth/libcurl_la-digest_sspi.lo #14 50.58 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.63 CC vauth/libcurl_la-krb5_gssapi.lo #14 50.64 CC vauth/libcurl_la-krb5_sspi.lo #14 50.66 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.67 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.70 CC vauth/libcurl_la-ntlm.lo #14 50.72 CC vauth/libcurl_la-ntlm_sspi.lo #14 50.73 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.75 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.77 CC vauth/libcurl_la-oauth2.lo #14 50.79 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.80 CC vauth/libcurl_la-spnego_gssapi.lo #14 50.80 CC vauth/libcurl_la-spnego_sspi.lo #14 50.82 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.82 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.86 CC vtls/libcurl_la-openssl.lo #14 50.87 CC vtls/libcurl_la-gtls.lo #14 50.87 CC vtls/libcurl_la-vtls.lo #14 50.89 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.89 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.90 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.92 CC vtls/libcurl_la-nss.lo #14 50.95 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 50.95 CC vtls/libcurl_la-polarssl.lo #14 50.98 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.00 CC vtls/libcurl_la-polarssl_threadlock.lo #14 51.02 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.03 CC vtls/libcurl_la-axtls.lo #14 51.04 In function ‘ossl_keylog_callback’, #14 51.04 inlined from ‘ossl_keylog_callback’ at vtls/openssl.c:238:13: #14 51.05 vtls/openssl.c:256:5: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] #14 51.05 256 | strncpy(buf, line, linelen); #14 51.05 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #14 51.05 vtls/openssl.c: In function ‘ossl_keylog_callback’: #14 51.05 vtls/openssl.c:247:22: note: length computed here #14 51.05 247 | size_t linelen = strlen(line); #14 51.05 | ^~~~~~~~~~~~ #14 51.06 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.07 CC vtls/libcurl_la-cyassl.lo #14 51.10 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.11 CC vtls/libcurl_la-schannel.lo #14 51.13 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.15 CC vtls/libcurl_la-schannel_verify.lo #14 51.18 CC vtls/libcurl_la-darwinssl.lo #14 51.20 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.20 CC vtls/libcurl_la-gskit.lo #14 51.20 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.23 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.25 CC vtls/libcurl_la-mbedtls.lo #14 51.28 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.55 CCLD libcurl.la #14 51.74 gmake[2]: Leaving directory '/build/curl-7.61.0/lib' #14 51.74 gmake[1]: Leaving directory '/build/curl-7.61.0/lib' #14 51.74 Making all in src #14 51.75 gmake[1]: Entering directory '/build/curl-7.61.0/src' #14 51.75 Making all in ../docs #14 51.75 gmake[2]: Entering directory '/build/curl-7.61.0/docs' #14 51.76 Making all in . #14 51.76 gmake[3]: Entering directory '/build/curl-7.61.0/docs' #14 51.76 gmake[3]: Nothing to be done for 'all-am'. #14 51.76 gmake[3]: Leaving directory '/build/curl-7.61.0/docs' #14 51.76 Making all in cmdline-opts #14 51.76 gmake[3]: Entering directory '/build/curl-7.61.0/docs/cmdline-opts' #14 51.76 gmake[3]: Nothing to be done for 'all'. #14 51.76 gmake[3]: Leaving directory '/build/curl-7.61.0/docs/cmdline-opts' #14 51.76 gmake[2]: Leaving directory '/build/curl-7.61.0/docs' #14 51.77 gmake[2]: Entering directory '/build/curl-7.61.0/src' #14 51.77 CC curl-slist_wc.o #14 51.77 CC curl-tool_binmode.o #14 51.77 CC curl-tool_bname.o #14 51.77 CC curl-tool_cb_dbg.o #14 51.77 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.77 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.77 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.78 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.79 CC curl-tool_cb_hdr.o #14 51.79 CC curl-tool_cb_prg.o #14 51.80 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.80 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.82 CC curl-tool_cb_rea.o #14 51.83 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.83 CC curl-tool_cb_see.o #14 51.84 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.84 CC curl-tool_cb_wrt.o #14 51.84 CC curl-tool_cfgable.o #14 51.84 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.84 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.86 CC curl-tool_convert.o #14 51.86 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.86 CC curl-tool_dirhie.o #14 51.87 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.88 CC curl-tool_doswin.o #14 51.88 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.88 CC curl-tool_easysrc.o #14 51.88 CC curl-tool_filetime.o #14 51.89 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.89 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.90 CC curl-tool_formparse.o #14 51.91 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.91 CC curl-tool_getparam.o #14 51.91 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.92 CC curl-tool_getpass.o #14 51.92 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.94 CC curl-tool_help.o #14 51.94 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.95 CC curl-tool_helpers.o #14 51.95 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.98 CC curl-tool_homedir.o #14 51.98 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 51.99 CC curl-tool_hugehelp.o #14 51.99 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.01 CC curl-tool_libinfo.o #14 52.01 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.02 CC curl-tool_main.o #14 52.02 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.03 CC curl-tool_metalink.o #14 52.03 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.04 CC curl-tool_msgs.o #14 52.04 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.06 CC curl-tool_operate.o #14 52.06 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.06 CC curl-tool_operhlp.o #14 52.06 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.09 CC curl-tool_panykey.o #14 52.09 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.10 CC curl-tool_paramhlp.o #14 52.10 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.11 CC curl-tool_parsecfg.o #14 52.12 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.17 CC curl-tool_strdup.o #14 52.17 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.19 CC curl-tool_setopt.o #14 52.19 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.20 CC curl-tool_sleep.o #14 52.20 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.20 CC curl-tool_urlglob.o #14 52.21 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.23 CC curl-tool_util.o #14 52.23 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.26 CC curl-tool_vms.o #14 52.26 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.29 CC curl-tool_writeout.o #14 52.29 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.30 CC curl-tool_xattr.o #14 52.31 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.32 CC ../lib/curl-strtoofft.o #14 52.32 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.34 CC ../lib/curl-nonblock.o #14 52.34 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.35 CC ../lib/curl-warnless.o #14 52.35 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.36 CC ../lib/curl-curl_ctype.o #14 52.36 cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C #14 52.40 CCLD curl #14 52.49 gmake[2]: Leaving directory '/build/curl-7.61.0/src' #14 52.49 gmake[1]: Leaving directory '/build/curl-7.61.0/src' #14 52.49 gmake[1]: Entering directory '/build/curl-7.61.0' #14 52.49 gmake[1]: Nothing to be done for 'all-am'. #14 52.49 gmake[1]: Leaving directory '/build/curl-7.61.0' #14 52.49 Making install in lib #14 52.53 gmake[1]: Entering directory '/build/curl-7.61.0/lib' #14 52.59 gmake[2]: Entering directory '/build/curl-7.61.0/lib' #14 52.60 /bin/mkdir -p '/opt/rtorrent/lib' #14 52.60 /bin/bash ../libtool --mode=install /usr/bin/install -c libcurl.la '/opt/rtorrent/lib' #14 52.62 libtool: install: /usr/bin/install -c .libs/libcurl.so.4.5.0 /opt/rtorrent/lib/libcurl.so.4.5.0 #14 52.62 libtool: install: (cd /opt/rtorrent/lib && { ln -s -f libcurl.so.4.5.0 libcurl.so.4 || { rm -f libcurl.so.4 && ln -s libcurl.so.4.5.0 libcurl.so.4; }; }) #14 52.62 libtool: install: (cd /opt/rtorrent/lib && { ln -s -f libcurl.so.4.5.0 libcurl.so || { rm -f libcurl.so && ln -s libcurl.so.4.5.0 libcurl.so; }; }) #14 52.62 libtool: install: /usr/bin/install -c .libs/libcurl.lai /opt/rtorrent/lib/libcurl.la #14 52.63 libtool: install: /usr/bin/install -c .libs/libcurl.a /opt/rtorrent/lib/libcurl.a #14 52.63 libtool: install: chmod 644 /opt/rtorrent/lib/libcurl.a #14 52.63 libtool: install: ranlib /opt/rtorrent/lib/libcurl.a #14 52.64 libtool: warning: remember to run 'libtool --finish /usr/local/lib' #14 52.64 gmake[2]: Nothing to be done for 'install-data-am'. #14 52.64 gmake[2]: Leaving directory '/build/curl-7.61.0/lib' #14 52.64 gmake[1]: Leaving directory '/build/curl-7.61.0/lib' #14 52.65 Making install in src #14 52.66 gmake[1]: Entering directory '/build/curl-7.61.0/src' #14 52.66 Making install in ../docs #14 52.66 gmake[2]: Entering directory '/build/curl-7.61.0/docs' #14 52.66 Making install in . #14 52.67 gmake[3]: Entering directory '/build/curl-7.61.0/docs' #14 52.67 gmake[4]: Entering directory '/build/curl-7.61.0/docs' #14 52.67 gmake[4]: Nothing to be done for 'install-exec-am'. #14 52.67 /bin/mkdir -p '/opt/rtorrent/share/man/man1' #14 52.67 /usr/bin/install -c -m 644 curl-config.1 /build/curl-7.61.0/docs/curl.1 '/opt/rtorrent/share/man/man1' #14 52.67 gmake[4]: Leaving directory '/build/curl-7.61.0/docs' #14 52.67 gmake[3]: Leaving directory '/build/curl-7.61.0/docs' #14 52.67 Making install in cmdline-opts #14 52.67 gmake[3]: Entering directory '/build/curl-7.61.0/docs/cmdline-opts' #14 52.68 gmake[4]: Entering directory '/build/curl-7.61.0/docs/cmdline-opts' #14 52.68 gmake[4]: Nothing to be done for 'install-exec-am'. #14 52.68 gmake[4]: Nothing to be done for 'install-data-am'. #14 52.68 gmake[4]: Leaving directory '/build/curl-7.61.0/docs/cmdline-opts' #14 52.68 gmake[3]: Leaving directory '/build/curl-7.61.0/docs/cmdline-opts' #14 52.68 gmake[2]: Leaving directory '/build/curl-7.61.0/docs' #14 52.70 gmake[2]: Entering directory '/build/curl-7.61.0/src' #14 52.72 gmake[3]: Entering directory '/build/curl-7.61.0/src' #14 52.72 /bin/mkdir -p '/opt/rtorrent/bin' #14 52.72 /bin/bash ../libtool --mode=install /usr/bin/install -c curl '/opt/rtorrent/bin' #14 52.74 libtool: warning: '../lib/libcurl.la' has not been installed in '/usr/local/lib' #14 52.75 libtool: install: /usr/bin/install -c .libs/curl /opt/rtorrent/bin/curl #14 52.75 gmake[3]: Nothing to be done for 'install-data-am'. #14 52.75 gmake[3]: Leaving directory '/build/curl-7.61.0/src' #14 52.75 gmake[2]: Leaving directory '/build/curl-7.61.0/src' #14 52.75 gmake[1]: Leaving directory '/build/curl-7.61.0/src' #14 52.75 gmake[1]: Entering directory '/build/curl-7.61.0' #14 52.75 gmake[2]: Entering directory '/build/curl-7.61.0' #14 52.75 /bin/mkdir -p '/opt/rtorrent/bin' #14 52.76 /usr/bin/install -c curl-config '/opt/rtorrent/bin' #14 52.76 /bin/mkdir -p '/opt/rtorrent/lib/pkgconfig' #14 52.76 /usr/bin/install -c -m 644 libcurl.pc '/opt/rtorrent/lib/pkgconfig' #14 52.76 gmake install-data-hook #14 52.76 gmake[3]: Entering directory '/build/curl-7.61.0' #14 52.76 cd include && gmake install #14 52.76 gmake[4]: Entering directory '/build/curl-7.61.0/include' #14 52.77 Making install in curl #14 52.77 gmake[5]: Entering directory '/build/curl-7.61.0/include/curl' #14 52.77 gmake[6]: Entering directory '/build/curl-7.61.0/include/curl' #14 52.77 gmake[6]: Nothing to be done for 'install-exec-am'. #14 52.77 /bin/mkdir -p '/opt/rtorrent/include/curl' #14 52.77 /usr/bin/install -c -m 644 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h typecheck-gcc.h system.h '/opt/rtorrent/include/curl' #14 52.77 gmake[6]: Leaving directory '/build/curl-7.61.0/include/curl' #14 52.77 gmake[5]: Leaving directory '/build/curl-7.61.0/include/curl' #14 52.77 gmake[5]: Entering directory '/build/curl-7.61.0/include' #14 52.77 gmake[6]: Entering directory '/build/curl-7.61.0/include' #14 52.77 gmake[6]: Nothing to be done for 'install-exec-am'. #14 52.77 gmake[6]: Nothing to be done for 'install-data-am'. #14 52.77 gmake[6]: Leaving directory '/build/curl-7.61.0/include' #14 52.78 gmake[5]: Leaving directory '/build/curl-7.61.0/include' #14 52.78 gmake[4]: Leaving directory '/build/curl-7.61.0/include' #14 52.78 cd docs && gmake install #14 52.78 gmake[4]: Entering directory '/build/curl-7.61.0/docs' #14 52.78 Making install in . #14 52.78 gmake[5]: Entering directory '/build/curl-7.61.0/docs' #14 52.78 gmake[6]: Entering directory '/build/curl-7.61.0/docs' #14 52.78 gmake[6]: Nothing to be done for 'install-exec-am'. #14 52.78 /bin/mkdir -p '/opt/rtorrent/share/man/man1' #14 52.79 /usr/bin/install -c -m 644 curl-config.1 /build/curl-7.61.0/docs/curl.1 '/opt/rtorrent/share/man/man1' #14 52.79 gmake[6]: Leaving directory '/build/curl-7.61.0/docs' #14 52.79 gmake[5]: Leaving directory '/build/curl-7.61.0/docs' #14 52.79 Making install in cmdline-opts #14 52.79 gmake[5]: Entering directory '/build/curl-7.61.0/docs/cmdline-opts' #14 52.79 gmake[6]: Entering directory '/build/curl-7.61.0/docs/cmdline-opts' #14 52.79 gmake[6]: Nothing to be done for 'install-exec-am'. #14 52.79 gmake[6]: Nothing to be done for 'install-data-am'. #14 52.79 gmake[6]: Leaving directory '/build/curl-7.61.0/docs/cmdline-opts' #14 52.79 gmake[5]: Leaving directory '/build/curl-7.61.0/docs/cmdline-opts' #14 52.79 gmake[4]: Leaving directory '/build/curl-7.61.0/docs' #14 52.79 cd docs/libcurl && gmake install #14 52.80 gmake[4]: Entering directory '/build/curl-7.61.0/docs/libcurl' #14 52.80 Making install in opts #14 52.80 gmake[5]: Entering directory '/build/curl-7.61.0/docs/libcurl/opts' #14 52.81 gmake[6]: Entering directory '/build/curl-7.61.0/docs/libcurl/opts' #14 52.81 gmake[6]: Nothing to be done for 'install-exec-am'. #14 52.81 /bin/mkdir -p '/opt/rtorrent/share/man/man3' #14 52.84 /usr/bin/install -c -m 644 CURLINFO_ACTIVESOCKET.3 CURLINFO_APPCONNECT_TIME.3 CURLINFO_APPCONNECT_TIME_T.3 CURLINFO_CERTINFO.3 CURLINFO_CONDITION_UNMET.3 CURLINFO_CONNECT_TIME.3 CURLINFO_CONNECT_TIME_T.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 CURLINFO_CONTENT_LENGTH_UPLOAD.3 CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 CURLINFO_CONTENT_TYPE.3 CURLINFO_COOKIELIST.3 CURLINFO_EFFECTIVE_URL.3 CURLINFO_FILETIME.3 CURLINFO_FILETIME_T.3 CURLINFO_FTP_ENTRY_PATH.3 CURLINFO_HEADER_SIZE.3 CURLINFO_HTTPAUTH_AVAIL.3 CURLINFO_HTTP_CONNECTCODE.3 CURLINFO_HTTP_VERSION.3 CURLINFO_LASTSOCKET.3 CURLINFO_LOCAL_IP.3 CURLINFO_LOCAL_PORT.3 CURLINFO_NAMELOOKUP_TIME.3 CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO_NUM_CONNECTS.3 CURLINFO_OS_ERRNO.3 CURLINFO_PRETRANSFER_TIME.3 CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_PORT.3 CURLINFO_PRIVATE.3 CURLINFO_PROTOCOL.3 CURLINFO_PROXYAUTH_AVAIL.3 CURLINFO_PROXY_SSL_VERIFYRESULT.3 CURLINFO_REDIRECT_COUNT.3 CURLINFO_REDIRECT_TIME.3 CURLINFO_REDIRECT_TIME_T.3 CURLINFO_REDIRECT_URL.3 '/opt/rtorrent/share/man/man3' #14 52.84 /usr/bin/install -c -m 644 CURLINFO_REQUEST_SIZE.3 CURLINFO_RESPONSE_CODE.3 CURLINFO_RTSP_CLIENT_CSEQ.3 CURLINFO_RTSP_CSEQ_RECV.3 CURLINFO_RTSP_SERVER_CSEQ.3 CURLINFO_RTSP_SESSION_ID.3 CURLINFO_SCHEME.3 CURLINFO_SIZE_DOWNLOAD.3 CURLINFO_SIZE_DOWNLOAD_T.3 CURLINFO_SIZE_UPLOAD.3 CURLINFO_SIZE_UPLOAD_T.3 CURLINFO_SPEED_DOWNLOAD.3 CURLINFO_SPEED_DOWNLOAD_T.3 CURLINFO_SPEED_UPLOAD.3 CURLINFO_SPEED_UPLOAD_T.3 CURLINFO_SSL_ENGINES.3 CURLINFO_SSL_VERIFYRESULT.3 CURLINFO_STARTTRANSFER_TIME.3 CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO_TLS_SESSION.3 CURLINFO_TLS_SSL_PTR.3 CURLINFO_TOTAL_TIME.3 CURLINFO_TOTAL_TIME_T.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_PIPELINING.3 CURLMOPT_PIPELINING_SERVER_BL.3 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_PUSHDATA.3 CURLMOPT_PUSHFUNCTION.3 CURLMOPT_SOCKETDATA.3 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_ABSTRACT_UNIX_SOCKET.3 CURLOPT_ACCEPTTIMEOUT_MS.3 '/opt/rtorrent/share/man/man3' #14 52.84 /usr/bin/install -c -m 644 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAPATH.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_TO.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 CURLOPT_COPYPOSTFIELDS.3 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 CURLOPT_DEFAULT_PROTOCOL.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DISALLOW_USERNAME_IN_URL.3 CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_SHUFFLE_ADDRESSES.3 '/opt/rtorrent/share/man/man3' #14 52.85 /usr/bin/install -c -m 644 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTPPORT.3 CURLOPT_FTPSSLAUTH.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTP_RESPONSE_TIMEOUT.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 CURLOPT_HAPROXYPROTOCOL.3 CURLOPT_HEADER.3 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTPGET.3 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 '/opt/rtorrent/share/man/man3' #14 52.85 /usr/bin/install -c -m 644 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_KEEP_SENDING_ON_ERROR.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 CURLOPT_LOCALPORT.3 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 CURLOPT_MAIL_RCPT.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAXREDIRS.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_MIMEPOST.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PATH_AS_IS.3 CURLOPT_PINNEDPUBLICKEY.3 '/opt/rtorrent/share/man/man3' #14 52.85 /usr/bin/install -c -m 644 CURLOPT_PIPEWAIT.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 CURLOPT_PREQUOTE.3 CURLOPT_PRE_PROXY.3 CURLOPT_PRIVATE.3 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROXY.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXYTYPE.3 CURLOPT_PROXYUSERNAME.3 CURLOPT_PROXYUSERPWD.3 CURLOPT_PROXY_CAINFO.3 CURLOPT_PROXY_CAPATH.3 CURLOPT_PROXY_CRLFILE.3 CURLOPT_PROXY_KEYPASSWD.3 CURLOPT_PROXY_PINNEDPUBLICKEY.3 CURLOPT_PROXY_SERVICE_NAME.3 CURLOPT_PROXY_SSLCERT.3 CURLOPT_PROXY_SSLCERTTYPE.3 CURLOPT_PROXY_SSLKEY.3 CURLOPT_PROXY_SSLKEYTYPE.3 CURLOPT_PROXY_SSLVERSION.3 CURLOPT_PROXY_SSL_CIPHER_LIST.3 CURLOPT_PROXY_SSL_OPTIONS.3 CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_PROXY_SSL_VERIFYPEER.3 CURLOPT_PROXY_TLS13_CIPHERS.3 CURLOPT_PROXY_TLSAUTH_PASSWORD.3 CURLOPT_PROXY_TLSAUTH_TYPE.3 '/opt/rtorrent/share/man/man3' #14 52.85 /usr/bin/install -c -m 644 CURLOPT_PROXY_TLSAUTH_USERNAME.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PUT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REFERER.3 CURLOPT_REQUEST_TARGET.3 CURLOPT_RESOLVE.3 CURLOPT_RESOLVER_START_DATA.3 CURLOPT_RESOLVER_START_FUNCTION.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SERVICE_NAME.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_COMPRESSION.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 '/opt/rtorrent/share/man/man3' #14 52.86 /usr/bin/install -c -m 644 CURLOPT_SSLCERT.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSLVERSION.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSL_FALSESTART.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_STDERR.3 CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS_E.3 CURLOPT_STREAM_WEIGHT.3 CURLOPT_SUPPRESS_CONNECT_HEADERS.3 CURLOPT_TCP_FASTOPEN.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TFTP_NO_OPTIONS.3 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TIMEVALUE_LARGE.3 CURLOPT_TLS13_CIPHERS.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 '/opt/rtorrent/share/man/man3' #14 52.86 /usr/bin/install -c -m 644 CURLOPT_TRANSFERTEXT.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_UNIX_SOCKET_PATH.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPLOAD.3 CURLOPT_URL.3 CURLOPT_USERAGENT.3 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_USE_SSL.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 '/opt/rtorrent/share/man/man3' #14 52.86 gmake[6]: Leaving directory '/build/curl-7.61.0/docs/libcurl/opts' #14 52.86 gmake[5]: Leaving directory '/build/curl-7.61.0/docs/libcurl/opts' #14 52.86 gmake[5]: Entering directory '/build/curl-7.61.0/docs/libcurl' #14 52.87 gmake[6]: Entering directory '/build/curl-7.61.0/docs/libcurl' #14 52.87 gmake[6]: Nothing to be done for 'install-exec-am'. #14 52.87 /bin/mkdir -p '/opt/rtorrent/share/aclocal' #14 52.87 /usr/bin/install -c -m 644 libcurl.m4 '/opt/rtorrent/share/aclocal' #14 52.87 /bin/mkdir -p '/opt/rtorrent/share/man/man3' #14 52.88 /usr/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 curl_easy_perform.3 curl_easy_setopt.3 curl_easy_duphandle.3 curl_formadd.3 curl_formfree.3 curl_getdate.3 curl_getenv.3 curl_slist_append.3 curl_slist_free_all.3 curl_version.3 curl_version_info.3 curl_escape.3 curl_unescape.3 curl_free.3 curl_strequal.3 curl_strnequal.3 curl_mprintf.3 curl_global_init.3 curl_global_cleanup.3 curl_multi_add_handle.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_remove_handle.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 libcurl.3 libcurl-easy.3 libcurl-multi.3 libcurl-share.3 libcurl-errors.3 curl_easy_strerror.3 curl_multi_strerror.3 curl_share_strerror.3 '/opt/rtorrent/share/man/man3' #14 52.88 /usr/bin/install -c -m 644 curl_global_init_mem.3 libcurl-tutorial.3 curl_easy_reset.3 curl_easy_escape.3 curl_easy_unescape.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_timeout.3 curl_formget.3 curl_multi_assign.3 curl_easy_pause.3 curl_easy_recv.3 curl_easy_send.3 curl_multi_socket_action.3 curl_multi_wait.3 libcurl-symbols.3 libcurl-thread.3 curl_multi_socket_all.3 curl_global_sslset.3 curl_mime_init.3 curl_mime_free.3 curl_mime_addpart.3 curl_mime_name.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_subparts.3 curl_mime_type.3 curl_mime_headers.3 curl_mime_encoder.3 libcurl-env.3 libcurl-security.3 '/opt/rtorrent/share/man/man3' #14 52.89 gmake[6]: Leaving directory '/build/curl-7.61.0/docs/libcurl' #14 52.89 gmake[5]: Leaving directory '/build/curl-7.61.0/docs/libcurl' #14 52.89 gmake[4]: Leaving directory '/build/curl-7.61.0/docs/libcurl' #14 52.89 gmake[3]: Leaving directory '/build/curl-7.61.0' #14 52.89 gmake[2]: Leaving directory '/build/curl-7.61.0' #14 52.89 gmake[1]: Leaving directory '/build/curl-7.61.0' #14 52.96 checking for a BSD-compatible install... /usr/bin/install -c #14 52.97 checking whether build environment is sane... yes #14 54.00 checking whether gmake sets $(MAKE)... yes #14 54.02 checking for working aclocal... found #14 54.07 checking for working autoconf... found #14 54.08 checking for working automake... found #14 54.12 checking for working autoheader... found #14 54.15 checking for working makeinfo... missing #14 54.16 checking build system type... ./config.guess: unable to guess system type #14 54.20 #14 54.20 This script, last modified 2009-12-30, has failed to recognize #14 54.20 the operating system you are using. It is advised that you #14 54.20 download the most up to date version of the config scripts from #14 54.20 #14 54.20 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD #14 54.20 and #14 54.20 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD #14 54.20 #14 54.20 If the version you run (./config.guess) is already up to date, please #14 54.20 send the following data and any information you think might be #14 54.20 pertinent to in order to provide the needed #14 54.20 information to handle your system. #14 54.20 #14 54.20 config.guess timestamp = 2009-12-30 #14 54.20 #14 54.20 uname -m = aarch64 #14 54.20 uname -r = 5.10.47-linuxkit #14 54.20 uname -s = Linux #14 54.20 uname -v = #1 SMP PREEMPT Sat Jul 3 21:50:16 UTC 2021 #14 54.20 #14 54.20 /usr/bin/uname -p = #14 54.20 /bin/uname -X = #14 54.20 #14 54.20 hostinfo = #14 54.20 /bin/universe = #14 54.20 /usr/bin/arch -k = #14 54.20 /bin/arch = #14 54.20 /usr/bin/oslevel = #14 54.20 /usr/convex/getsysinfo = #14 54.20 #14 54.20 UNAME_MACHINE = aarch64 #14 54.20 UNAME_RELEASE = 5.10.47-linuxkit #14 54.20 UNAME_SYSTEM = Linux #14 54.20 UNAME_VERSION = #1 SMP PREEMPT Sat Jul 3 21:50:16 UTC 2021 #14 54.20 configure: error: cannot guess build type; you must specify one #14 54.21 Cannot build or install 'xmlrpc-c'! ------ executor failed running [/bin/bash -c ./build.sh install]: exit code: 1 *** WARNING: does not build *** ls: *.deb: No such file or directory ```

Updating XMLRPC_REV to the revision 3137 allowed the build and packaging to complete successfully. I've confirmed the following versions do or don't build:

I'm not sure if aarch64 builds are something you support. If so, I'd be happy to open a PR to either bump the xmlrpc-c version to something acceptable or introduce conditional logic to do this only for aarch64 builds. If it's not something you support, I'm happy to close out this issue and maintain a local patch. Many thanks for your great work on this project :)