actionless / pikaur

AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
GNU General Public License v3.0
860 stars 86 forks source link

Re-compute dependencies after PKGBUILD was downloaded and reviewed (Architecture-specific dependencies are installed needlessly) #427

Closed bertptrs closed 4 years ago

bertptrs commented 4 years ago
pikaur -Vq
Pikaur v1.5.4
Pacman v5.2.1 - libalpm v12.0.1

Pikaur thinks that architecture-specific dependencies are unconditional dependencies. This causes needless additional compilation.

[Optional] Prerequisites:
Attached log:
pikaur -S mongodb-bin
Reading repository package databases...
Reading local package database...
Resolving AUR dependencies...

:: AUR package will be installed:
 mongodb-bin                           4.2.1-1              -> 4.2.1-1

:: New dependency will be installed from AUR:
 libcurl-openssl-1.0 (for mongodb-bin)                      -> 7.61.1-1

After building and installing, pacman correctly identifies libcurl-openssl-1.0 as an unneeded dependency, and it can be removed.

actionless commented 4 years ago

could you please re-run pikaur with -v flag and attach the full log?

bertptrs commented 4 years ago
1) aur/mongodb-bin 4.2.1-1 [installed] (36, 2.85)
    A high-performance, open source, schema-free document-oriented database
2) aur/mongodb-bin-4.0 4.0.13-1 (1, 0.47)
    A high-performance, open source, schema-free document-oriented database
3) aur/mongodb-bin-3.6 3.6.12-1 (0, 0.00)
    A high-performance, open source, schema-free document-oriented database
> Resolving AUR dependencies...

:: AUR package will be installed:
 mongodb-bin                      4.2.1-1         -> 4.2.1-1

:: New dependency will be installed from AUR:
 libcurl-openssl-1.0 (for mongodb-bin)            -> 7.61.1-1

:: Proceed with installation? [Y/n] 
:: [v]iew package details   [m]anually select packages
>> Do you want to edit PKGBUILD for libcurl-openssl-1.0 package? [Y/n] [?1049h[>4;2m[?1h=[?2004h[?12h[?12l[?25l"~/.local/share/aur_repos/libcurl-openssl-1.0/PKGBUILD" 57L, 1777C1   # $Id$ 
  1 # Maintainer: Florian Maunier <fmaunier@gmail.com> 
  2 # Contributor: Michael Straube <straubem@gmx.de> 
  3 # Contributor: Maxime Gauduin <alucryd@archlinux.org> 
  4 # Contributor: Piotr Balcerowski <piotr@balcerowski.org> 
  5  
  6 pkgname=libcurl-openssl-1.0 
  7 pkgver=7.61.1 
  8 pkgrel=1 
  9 pkgdesc="An URL retrieval library (without versioned symbols, built against openssl-1.0)"
 10 arch=('x86_64') 
 11 url="https://curl.haxx.se" 
 12 license=('MIT') 
 13 depends=('ca-certificates' 'curl' 'krb5' 'libssh2' 'openssl-1.0' 'zlib' 'libpsl')
 14 provides=('libcurl-openssl-1.0.so') 
 15 options=('strip') 
 16 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz") 
 17 sha512sums=('6469a3ff27623826bf29a9256ba730ae0a5135c20b27377027554e19ed26be6d0225db0101b60e7f12aa22d55eccaa53f4015414ef5736ee6002cc    ↳   6d780ed513f')
 18  
 19 build() { 
 20   cd curl-${pkgver} 
 21  
 22   export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig 
 23  
 24   ./configure \ 
 25     --prefix=/usr \ 
 26     --disable-ldap \ 
 27     --disable-ldaps \ 
 28     --disable-manual \ 
 29     --disable-versioned-symbols \ 
 30     --enable-ipv6 \ 
 31     --enable-threaded-resolver \ 
 32     --with-gssapi \ 
 33     --with-random=/dev/urandom \ 1,1Top]2;PKGBUILD (~/.local/share/aur_repos/libcurl-openssl-1.0) - VIM]1;PKGBUILD[?25h[?25l:[?2004h[?25hwq
[?25l[?2004l"~/.local/share/aur_repos/libcurl-openssl-1.0/PKGBUILD" 57L, 1777C written
]2;sakura]1;sakura
[?2004l[?1l>[?25h[>4;m[?1049lDo you want to edit PKGBUILD for mongodb-bin package? [Y/n] 
==> Making package: libcurl-openssl-1.0 7.61.1-1 (Thu 28 Nov 2019 17:05:23 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading curl-7.61.1.tar.gz...
==> Validating source files with sha512sums...
==> Extracting sources...
  -> Extracting curl-7.61.1.tar.gz with bsdtar
==> Starting build()...
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... (assumed) yes
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... no
checking whether to enable hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking whether to build with code coverage support... no
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking curl version... 7.61.1
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking if OS is AIX (to define _ALL_SOURCE)... no
checking if _THREAD_SAFE is already defined... no
checking if _THREAD_SAFE is actually needed... no
checking if _THREAD_SAFE is onwards defined... no
checking if _REENTRANT is already defined... no
checking if _REENTRANT is actually needed... no
checking if _REENTRANT is onwards defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... yes
checking whether to build shared libraries only... no
checking whether to build static libraries only... no
checking for inline... inline
checking if cpp -P is needed... yes
checking if cpp -P works... yes
checking if compiler is DEC/Compaq/HP C... no
checking if compiler is HP-UX C... no
checking if compiler is IBM C... no
checking if compiler is Intel C... no
checking if compiler is clang... no
checking if compiler is GNU C... yes
checking if compiler is LCC... no
checking if compiler is SGI MIPSpro C... no
checking if compiler is SGI MIPS C... no
checking if compiler is SunPro C... no
checking if compiler is Tiny C... no
checking if compiler is Watcom C... no
checking if compiler accepts some basic options... yes
configure: compiler options added: -Werror-implicit-function-declaration 
checking if compiler accepts debug disabling options... yes
configure: compiler options added: 
checking if compiler optimizer assumed setting might be used... no
checking if compiler accepts strict warning options... yes
configure: compiler options added: -Wno-system-headers 
checking if compiler halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
checking for windows.h... no
checking whether build target is a native Windows one... no
checking whether build target supports WIN32 file API... no
checking for good-to-use Mac CFLAGS... no
checking to see if the compiler supports __builtin_available()... no
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... no
checking whether to support ldaps... no
checking whether to support rtsp... yes
checking whether to support proxies... yes
checking whether to support dict... yes
checking whether to support telnet... yes
checking whether to support tftp... yes
checking whether to support pop3... yes
checking whether to support imap... yes
checking whether to support smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to provide built-in manual... no
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock.h... (cached) no
checking for winsock2.h... (cached) no
checking for connect in libraries... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for pkg-config... /usr/bin/pkg-config
checking for zlib options with pkg-config... found
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... yes
checking brotli/decode.h usability... yes
checking brotli/decode.h presence... yes
checking for brotli/decode.h... yes
checking whether to enable IPv6... yes
checking if struct sockaddr_in6 has sin6_scope_id member... yes
checking if argv can be written to... no
checking if GSS-API support is requested... yes
checking gss.h usability... no
checking gss.h presence... no
checking for gss.h... no
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking for gssapi/gssapi_generic.h... yes
checking for gssapi/gssapi_krb5.h... yes
checking if GSS-API headers declare GSS_C_NT_HOSTBASED_SERVICE... yes
checking whether to enable Windows native SSL/TLS (Windows native builds only)... no
checking whether to enable Apple OS native SSL/TLS... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -lcrypto "
configure: pkg-config: SSL_LDFLAGS: "-L/usr/lib/openssl-1.0 "
configure: pkg-config: SSL_CPPFLAGS: "-I/usr/include/openssl-1.0 "
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for RAND_egd... yes
checking for ENGINE_cleanup... yes
checking for SSL_get_shutdown... yes
checking for SSLv2_client_method... yes
checking for BoringSSL... no
checking for libressl... no
configure: Added /usr/lib/openssl-1.0 to CURL_LIBRARY_PATH
checking for OpenSSL headers version... 1.0.2 - 0x1000214fL
checking for OpenSSL library version... 1.0.2
checking for OpenSSL headers and library versions matching... yes
checking for SRP_Calc_client_key in -lcrypto... yes
checking for ssl_version in -laxtls... no
configure: built with one SSL backend
checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... -lpsl
checking for RTMP_Init in -lrtmp... yes
checking librtmp/rtmp.h usability... yes
checking librtmp/rtmp.h presence... yes
checking for librtmp/rtmp.h... yes
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libidn2 options with pkg-config... found
configure: pkg-config: IDN_LIBS: "-lidn2 "
configure: pkg-config: IDN_LDFLAGS: ""
configure: pkg-config: IDN_CPPFLAGS: ""
configure: pkg-config: IDN_DIR: ""
checking if idn2_lookup_ul can be linked... yes
checking idn2.h usability... yes
checking idn2.h presence... yes
checking for idn2.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2 
configure: -I is 
configure: -L is 
checking for nghttp2_option_set_no_recv_client_magic in -lnghttp2... yes
checking nghttp2/nghttp2.h usability... yes
checking nghttp2/nghttp2.h presence... yes
checking for nghttp2/nghttp2.h... yes
checking for ANSI C header files... (cached) yes
checking for malloc.h... yes
checking for memory.h... no
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/ioctl.h... yes
checking for sys/uio.h... yes
checking for assert.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/in6.h... no
checking for sys/un.h... yes
checking for linux/tcp.h... yes
checking for netinet/tcp.h... yes
checking for netdb.h... yes
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking for sys/param.h... yes
checking for termios.h... yes
checking for termio.h... yes
checking for sgtty.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for time.h... (cached) yes
checking for io.h... no
checking for pwd.h... yes
checking for utime.h... yes
checking for sys/utime.h... no
checking for sys/poll.h... yes
checking for poll.h... yes
checking for socket.h... no
checking for sys/resource.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for sys/wait.h... yes
checking for setjmp.h... yes
checking for an ANSI C-conforming const... yes
checking for compiler support of C99 variadic macro style... yes
checking for compiler support of old gcc variadic macro style... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for struct timeval... yes
checking run-time libs availability... fine
checking size of size_t... 8
checking size of long... 8
checking size of int... 4
checking size of short... 2
checking size of time_t... 8
checking size of off_t... 8
checking size of curl_off_t... 8
checking for long long... yes
checking if numberLL works... yes
checking for ssize_t... yes
checking for bool... yes
checking for sa_family_t... yes
checking if time_t is unsigned... no
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for ws2tcpip.h... (cached) no
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for curl_socklen_t data type... socklen_t
checking size of curl_socklen_t... 4
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for in_addr_t... yes
checking for struct sockaddr_storage... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sig_atomic_t... yes
checking if sig_atomic_t is already defined as volatile... no
checking return type of signal handlers... void
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for select... yes
checking types of args and return type for select... int,fd_set *,struct timeval *,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking types of args and return type for recv... int,void *,size_t,int,ssize_t
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking types of args and return type for send... int,const void *,size_t,int,ssize_t
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking if alarm can be linked... yes
checking if alarm is prototyped... yes
checking if alarm is compilable... yes
checking if alarm usage allowed... yes
checking if alarm might be used... yes
checking for sys/types.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for libgen.h... (cached) yes
checking if basename can be linked... yes
checking if basename is prototyped... yes
checking if basename is compilable... yes
checking if basename usage allowed... yes
checking if basename might be used... yes
checking for sys/types.h... (cached) yes
checking for socket.h... (cached) no
checking if closesocket can be linked... no
checking if closesocket might be used... no
checking if CloseSocket can be linked... no
checking if CloseSocket might be used... no
checking if connect can be linked... yes
checking if connect is prototyped... yes
checking if connect is compilable... yes
checking if connect usage allowed... yes
checking if connect might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking if fcntl can be linked... yes
checking if fcntl is prototyped... yes
checking if fcntl is compilable... yes
checking if fcntl usage allowed... yes
checking if fcntl might be used... yes
checking if fcntl O_NONBLOCK is compilable... yes
checking if fcntl O_NONBLOCK usage allowed... yes
checking if fcntl O_NONBLOCK might be used... yes
checking for sys/types.h... (cached) yes
checking for stdio.h... yes
checking if fdopen can be linked... yes
checking if fdopen is prototyped... yes
checking if fdopen is compilable... yes
checking if fdopen usage allowed... yes
checking if fdopen might be used... yes
checking for sys/types.h... (cached) yes
checking for netdb.h... (cached) yes
checking if freeaddrinfo can be linked... yes
checking if freeaddrinfo is prototyped... yes
checking if freeaddrinfo is compilable... yes
checking if freeaddrinfo usage allowed... yes
checking if freeaddrinfo might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for ifaddrs.h... yes
checking if freeifaddrs can be linked... yes
checking if freeifaddrs is prototyped... yes
checking if freeifaddrs is compilable... yes
checking if freeifaddrs usage allowed... yes
checking if freeifaddrs might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 args.... yes
checking if fsetxattr is compilable... yes
checking if fsetxattr usage allowed... yes
checking if fsetxattr might be used... yes
checking if ftruncate can be linked... yes
checking if ftruncate is prototyped... yes
checking if ftruncate is compilable... yes
checking if ftruncate usage allowed... yes
checking if ftruncate might be used... yes
checking for sys/types.h... (cached) yes
checking for stdlib.h... (cached) yes
checking if getaddrinfo can be linked... yes
checking if getaddrinfo is prototyped... yes
checking if getaddrinfo is compilable... yes
checking if getaddrinfo seems to work... yes
checking if getaddrinfo usage allowed... yes
checking if getaddrinfo might be used... yes
checking if getaddrinfo is threadsafe... yes
checking if gai_strerror can be linked... yes
checking if gai_strerror is prototyped... yes
checking if gai_strerror is compilable... yes
checking if gai_strerror usage allowed... yes
checking if gai_strerror might be used... yes
checking if gethostbyaddr can be linked... yes
checking if gethostbyaddr is prototyped... yes
checking if gethostbyaddr is compilable... yes
checking if gethostbyaddr usage allowed... yes
checking if gethostbyaddr might be used... yes
checking if gethostbyaddr_r can be linked... yes
checking if gethostbyaddr_r is prototyped... yes
checking if gethostbyaddr_r takes 5 args.... no
checking if gethostbyaddr_r takes 7 args.... no
checking if gethostbyaddr_r takes 8 args.... yes
checking if gethostbyaddr_r is compilable... yes
checking if gethostbyaddr_r usage allowed... yes
checking if gethostbyaddr_r might be used... yes
checking if gethostbyname can be linked... yes
checking if gethostbyname is prototyped... yes
checking if gethostbyname is compilable... yes
checking if gethostbyname usage allowed... yes
checking if gethostbyname might be used... yes
checking if gethostbyname_r can be linked... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... size_t
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getifaddrs can be linked... yes
checking if getifaddrs is prototyped... yes
checking if getifaddrs is compilable... yes
checking if getifaddrs seems to work... yes
checking if getifaddrs usage allowed... yes
checking if getifaddrs might be used... yes
checking if getservbyport_r can be linked... yes
checking if getservbyport_r is prototyped... yes
checking if getservbyport_r takes 4 args.... no
checking if getservbyport_r takes 5 args.... no
checking if getservbyport_r takes 6 args.... yes
checking if getservbyport_r is compilable... yes
checking if getservbyport_r usage allowed... yes
checking if getservbyport_r might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking if gmtime_r can be linked... yes
checking if gmtime_r is prototyped... yes
checking if gmtime_r is compilable... yes
checking if gmtime_r seems to work... yes
checking if gmtime_r usage allowed... yes
checking if gmtime_r might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking if inet_ntoa_r can be linked... no
checking if inet_ntoa_r might be used... no
checking if inet_ntop can be linked... yes
checking if inet_ntop is prototyped... yes
checking if inet_ntop is compilable... yes
checking if inet_ntop seems to work... yes
checking if inet_ntop usage allowed... yes
checking if inet_ntop might be used... yes
checking if inet_pton can be linked... yes
checking if inet_pton is prototyped... yes
checking if inet_pton is compilable... yes
checking if inet_pton seems to work... yes
checking if inet_pton usage allowed... yes
checking if inet_pton might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for stropts.h... no
checking if ioctl can be linked... yes
checking if ioctl is prototyped... yes
checking if ioctl is compilable... yes
checking if ioctl usage allowed... yes
checking if ioctl might be used... yes
checking if ioctl FIONBIO is compilable... yes
checking if ioctl FIONBIO usage allowed... yes
checking if ioctl FIONBIO might be used... yes
checking if ioctl SIOCGIFADDR is compilable... yes
checking if ioctl SIOCGIFADDR usage allowed... yes
checking if ioctl SIOCGIFADDR might be used... yes
checking if ioctlsocket can be linked... no
checking if ioctlsocket might be used... no
checking if IoctlSocket can be linked... no
checking if IoctlSocket might be used... no
checking if localtime_r can be linked... yes
checking if localtime_r is prototyped... yes
checking if localtime_r is compilable... yes
checking if localtime_r seems to work... yes
checking if localtime_r usage allowed... yes
checking if localtime_r might be used... yes
checking if memrchr can be linked... yes
checking if memrchr is prototyped... no
checking if memrchr might be used... no
checking if poll can be linked... yes
checking if poll is prototyped... yes
checking if poll is compilable... yes
checking if poll seems to work... yes
checking if poll usage allowed... yes
checking if poll might be used... yes
checking if setsockopt can be linked... yes
checking if setsockopt is prototyped... yes
checking if setsockopt is compilable... yes
checking if setsockopt usage allowed... yes
checking if setsockopt might be used... yes
checking if setsockopt SO_NONBLOCK is compilable... no
checking if setsockopt SO_NONBLOCK might be used... no
checking for sys/types.h... (cached) yes
checking for signal.h... (cached) yes
checking if sigaction can be linked... yes
checking if sigaction is prototyped... yes
checking if sigaction is compilable... yes
checking if sigaction usage allowed... yes
checking if sigaction might be used... yes
checking if siginterrupt can be linked... yes
checking if siginterrupt is prototyped... yes
checking if siginterrupt is compilable... yes
checking if siginterrupt usage allowed... yes
checking if siginterrupt might be used... yes
checking if signal can be linked... yes
checking if signal is prototyped... yes
checking if signal is compilable... yes
checking if signal usage allowed... yes
checking if signal might be used... yes
checking for sys/types.h... (cached) yes
checking for setjmp.h... (cached) yes
checking if sigsetjmp can be linked... no
checking if sigsetjmp seems a macro... yes
checking if sigsetjmp is compilable... yes
checking if sigsetjmp usage allowed... yes
checking if sigsetjmp might be used... yes
checking if socket can be linked... yes
checking if socket is prototyped... yes
checking if socket is compilable... yes
checking if socket usage allowed... yes
checking if socket might be used... yes
checking if socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair might be used... yes
checking if strcasecmp can be linked... yes
checking if strcasecmp is prototyped... yes
checking if strcasecmp is compilable... yes
checking if strcasecmp usage allowed... yes
checking if strcasecmp might be used... yes
checking if strcmpi can be linked... no
checking if strcmpi might be used... no
checking if strdup can be linked... yes
checking if strdup is prototyped... yes
checking if strdup is compilable... yes
checking if strdup usage allowed... yes
checking if strdup might be used... yes
checking if strerror_r can be linked... yes
checking if strerror_r is prototyped... yes
checking if strerror_r is compilable... yes
checking if strerror_r is glibc like... no
checking if strerror_r is POSIX like... yes
checking if strerror_r seems to work... yes
checking if strerror_r usage allowed... yes
checking if strerror_r might be used... yes
checking if stricmp can be linked... no
checking if stricmp might be used... no
checking if strncasecmp can be linked... yes
checking if strncasecmp is prototyped... yes
checking if strncasecmp is compilable... yes
checking if strncasecmp usage allowed... yes
checking if strncasecmp might be used... yes
checking if strncmpi can be linked... no
checking if strncmpi might be used... no
checking if strnicmp can be linked... no
checking if strnicmp might be used... no
checking if strstr can be linked... yes
checking if strstr is prototyped... yes
checking if strstr is compilable... yes
checking if strstr usage allowed... yes
checking if strstr might be used... yes
checking if strtok_r can be linked... yes
checking if strtok_r is prototyped... yes
checking if strtok_r is compilable... yes
checking if strtok_r usage allowed... yes
checking if strtok_r might be used... yes
checking if strtoll can be linked... yes
checking if strtoll is prototyped... yes
checking if strtoll is compilable... yes
checking if strtoll usage allowed... yes
checking if strtoll might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/uio.h... (cached) yes
checking if writev can be linked... yes
checking if writev is prototyped... yes
checking if writev is compilable... yes
checking if writev usage allowed... yes
checking if writev might be used... yes
checking whether getpwuid_r is declared... yes
checking for fnmatch... yes
checking for geteuid... yes
checking for getpass_r... no
checking deeper for getpass_r... but still no
checking for getppid... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for utime... yes
checking for utimes... yes
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... /usr/bin/perl
checking for gnroff... no
checking for nroff... /usr/bin/nroff
checking how to use *nroff to get plain text from man pages... -man
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create... no
checking for pthread_create in -lpthread... yes
checking whether to enable verbose strings... yes
checking whether to enable SSPI support (Windows native builds only)... no
checking whether to enable cryptographic authentication methods... yes
checking whether to enable NTLM delegation to winbind's helper... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... auto
checking for struct sockaddr_un.sun_path... yes
checking whether to enable support for cookies... yes
checking whether hiding of library internal symbols will actually happen... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/examples/Makefile
config.status: creating docs/libcurl/Makefile
config.status: creating docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/Makefile
config.status: creating include/Makefile
config.status: creating include/curl/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating tests/Makefile
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/Makefile
config.status: creating tests/data/Makefile
config.status: creating tests/server/Makefile
config.status: creating tests/libtest/Makefile
config.status: creating tests/unit/Makefile
config.status: creating packages/Makefile
config.status: creating packages/Win32/Makefile
config.status: creating packages/Win32/cygwin/Makefile
config.status: creating packages/Linux/Makefile
config.status: creating packages/Linux/RPM/Makefile
config.status: creating packages/Linux/RPM/curl.spec
config.status: creating packages/Linux/RPM/curl-ssl.spec
config.status: creating packages/Solaris/Makefile
config.status: creating packages/EPM/curl.list
config.status: creating packages/EPM/Makefile
config.status: creating packages/vms/Makefile
config.status: creating packages/AIX/Makefile
config.status: creating packages/AIX/RPM/Makefile
config.status: creating packages/AIX/RPM/curl.spec
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: amending lib/Makefile
configure: amending src/Makefile
configure: amending tests/unit/Makefile
configure: amending tests/server/Makefile
configure: amending tests/libtest/Makefile
configure: amending docs/examples/Makefile
configure: Configured to build curl/libcurl:

  curl version:     7.61.1
  Host setup:       x86_64-pc-linux-gnu
  Install prefix:   /usr
  Compiler:         gcc
  SSL support:      enabled (OpenSSL)
  SSH support:      no      (--with-libssh2)
  zlib support:     enabled
  brotli support:   enabled (libbrotlidec)
  GSS-API support:  enabled (MIT Kerberos/Heimdal)
  TLS-SRP support:  enabled
  resolver:         POSIX threaded
  IPv6 support:     enabled
  Unix sockets support: enabled
  IDN support:      enabled (libidn2)
  Build libcurl:    Shared=yes, Static=yes
  Built-in manual:  no      (--enable-manual)
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  SSPI support:     no      (--enable-sspi)
  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
  ca cert path:     no
  ca fallback:      no
  LDAP support:     no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS support:    no      (--enable-ldaps)
  RTSP support:     enabled
  RTMP support:     enabled (librtmp)
  metalink support: no      (--with-libmetalink)
  PSL support:      yes
  HTTP2 support:    enabled (nghttp2)
  Protocols:        DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP

make  all-am
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-timeval.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-base64.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-file.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-progress.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostip.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-formdata.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-sendf.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-dict.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-if2ip.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-speedcheck.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-ldap.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-cookie.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-getenv.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-version.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-escape.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-netrc.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-getinfo.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-strcase.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-mprintf.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-telnet.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-easy.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_fnmatch.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-fileinfo.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-ftp.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-security.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-wildcard.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-memdebug.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-transfer.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-strtok.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http_chunks.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-krb5.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-llist.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-ftplistparser.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hash.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-md4.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-share.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-url.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http_digest.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-md5.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-inet_pton.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-connect.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-strtoofft.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-amigaos.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-content_encoding.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http_negotiate.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-strerror.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostip4.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostsyn.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostasyn.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-inet_ntop.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostip6.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-strdup.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-parsedate.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-ssh.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-splay.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-select.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-ssh-libssh.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-socks_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-socks.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_addrinfo.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-slist.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-tftp.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-nonblock.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_memrchr.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-socks_gssapi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-multi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_threads.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-warnless.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hmac.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-pingpong.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-openldap.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-rtsp.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_rtmp.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-pop3.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_gethostname.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-idn_win32.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-non-ascii.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-gopher.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-smtp.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-asyn-ares.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-imap.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_gssapi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http_proxy.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-asyn-thread.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_multibyte.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http_ntlm.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-rand.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_ntlm_wb.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_ntlm_core.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_sasl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostcheck.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-x509asn1.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-dotdot.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_des.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_endian.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-pipeline.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-conncache.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-system_win32.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-sha256.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_ctype.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_range.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_path.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-smb.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-psl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-vauth.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-cram.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-cleartext.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-digest_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-krb5_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http2.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-ntlm_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-krb5_gssapi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-mime.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-oauth2.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-spnego_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-digest.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-spnego_gssapi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-ntlm.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-gtls.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-nss.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-polarssl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-polarssl_threadlock.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-axtls.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-cyassl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-schannel.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-schannel_verify.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-gskit.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-darwinssl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-mbedtls.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-vtls.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-setopt.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-openssl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CCLD     libcurl.la
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Nothing to be done for 'install-data-am'.
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
 /usr/bin/mkdir -p '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libcurl.la '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib'
libtool: install: /usr/bin/install -c .libs/libcurl.so.4.5.0 /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib/libcurl.so.4.5.0
libtool: install: (cd /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/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; }; })
libtool: install: (cd /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib && { ln -s -f libcurl.so.4.5.0 libcurl.so || { rm -f libcurl.so && ln -s libcurl.so.4.5.0 libcurl.so; }; })
libtool: install: /usr/bin/install -c .libs/libcurl.lai /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib/libcurl.a
libtool: install: chmod 644 /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib/libcurl.a
libtool: install: ranlib /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib/libcurl.a
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "libcurl-openssl-1.0"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libcurl-openssl-1.0 7.61.1-1 (Thu 28 Nov 2019 17:05:49 CET)

==> Making package: mongodb-bin 4.2.1-1 (Thu 28 Nov 2019 17:05:52 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found mongodb-org-shell_4.2.1_x86_64.deb
  -> Downloading mongodb-org-server_4.2.1_x86_64.deb...
  -> Downloading mongodb-org-mongos_4.2.1_x86_64.deb...
  -> Found mongodb_x86_64.service
  -> Found mongodb.conf
  -> Found mongodb.sysusers
  -> Found mongodb.tmpfiles
  -> Found LICENSE
==> Validating source_x86_64 files with sha256sums...
==> Extracting sources...
  -> Extracting mongodb-org-shell_4.2.1_x86_64.deb with bsdtar
  -> Extracting mongodb-org-server_4.2.1_x86_64.deb with bsdtar
  -> Extracting mongodb-org-mongos_4.2.1_x86_64.deb with bsdtar
==> Starting prepare()...
./
./usr/
./usr/bin/
./usr/bin/mongos
./usr/share/
./usr/share/doc/
./usr/share/doc/mongodb-org-mongos/
./usr/share/doc/mongodb-org-mongos/changelog.gz
./usr/share/doc/mongodb-org-mongos/copyright
./usr/share/lintian/
./usr/share/lintian/overrides/
./usr/share/lintian/overrides/mongodb-org-mongos
./usr/share/man/
./usr/share/man/man1/
./usr/share/man/man1/mongos.1.gz
./
./etc/
./etc/mongod.conf
./lib/
./lib/systemd/
./lib/systemd/system/
./lib/systemd/system/mongod.service
./usr/
./usr/bin/
./usr/bin/mongod
./usr/share/
./usr/share/doc/
./usr/share/doc/mongodb-org-server/
./usr/share/doc/mongodb-org-server/LICENSE-Community.txt.gz
./usr/share/doc/mongodb-org-server/MPL-2.gz
./usr/share/doc/mongodb-org-server/README
./usr/share/doc/mongodb-org-server/THIRD-PARTY-NOTICES.gotools.gz
./usr/share/doc/mongodb-org-server/THIRD-PARTY-NOTICES.gz
./usr/share/doc/mongodb-org-server/changelog.gz
./usr/share/doc/mongodb-org-server/copyright
./usr/share/lintian/
./usr/share/lintian/overrides/
./usr/share/lintian/overrides/mongodb-org-server
./usr/share/man/
./usr/share/man/man1/
./usr/share/man/man1/mongod.1.gz
./
./usr/
./usr/bin/
./usr/bin/mongo
./usr/share/
./usr/share/doc/
./usr/share/doc/mongodb-org-shell/
./usr/share/doc/mongodb-org-shell/changelog.gz
./usr/share/doc/mongodb-org-shell/copyright
./usr/share/lintian/
./usr/share/lintian/overrides/
./usr/share/lintian/overrides/mongodb-org-shell
./usr/share/man/
./usr/share/man/man1/
./usr/share/man/man1/mongo.1.gz
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "mongodb-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mongodb-bin 4.2.1-1 (Thu 28 Nov 2019 17:06:01 CET)

libcurl-openssl-1.0
Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Hook Dirs : /usr/share/libalpm/hooks/  /etc/pacman.d/hooks/  
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : /home/bert/.cache/pikaur/pkg/libcurl-openssl-1.0-7.61.1-1-x86_64.pkg.tar.zst
loading packages...
resolving dependencies...
looking for conflicting packages...

Package (1)          New Version  Net Change

libcurl-openssl-1.0  7.61.1-1       0.51 MiB

Total Installed Size:  0.51 MiB

:: Proceed with installation? [Y/n] Y
(0/1) checking keys in keyring                     [----------------------]   0%
(1/1) checking keys in keyring                     [######################] 100%
(0/1) checking package integrity                   [----------------------]   0%
(1/1) checking package integrity                   [######################] 100%
(0/1) loading package files                        [----------------------]   0%
(1/1) loading package files                        [######################] 100%
(0/1) checking for file conflicts                  [----------------------]   0%
(1/1) checking for file conflicts                  [######################] 100%
(0/1) checking available disk space                [----------------------]   0%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) installing libcurl-openssl-1.0               [----------------------]   0%
(1/1) installing libcurl-openssl-1.0               [######################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Hook Dirs : /usr/share/libalpm/hooks/  /etc/pacman.d/hooks/  
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : /home/bert/.cache/pikaur/pkg/mongodb-bin-4.2.1-1-x86_64.pkg.tar.zst
loading packages...
warning: mongodb-bin-4.2.1-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)  Old Version  New Version  Net Change

mongodb-bin  4.2.1-1      4.2.1-1        0.00 MiB

Total Installed Size:  126.38 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n] Y
(0/1) checking keys in keyring                     [----------------------]   0%
(1/1) checking keys in keyring                     [######################] 100%
(0/1) checking package integrity                   [----------------------]   0%
(1/1) checking package integrity                   [######################] 100%
(0/1) loading package files                        [----------------------]   0%
(1/1) loading package files                        [######################] 100%
(0/1) checking for file conflicts                  [----------------------]   0%
(1/1) checking for file conflicts                  [######################] 100%
(0/1) checking available disk space                [----------------------]   0%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [#####################-]  99%
(1/1) reinstalling mongodb-bin                     [######################] 100%
:: Running post-transaction hooks...
(1/5) Creating system user accounts...
(2/5) Reloading system manager configuration...
(3/5) Creating temporary files...
(4/5) Arming ConditionNeedsUpdate...
(5/5) Checking for stale library file handles...

pacman -Qtdq
libcurl-openssl-1.0
actionless commented 4 years ago

it's missing stderr output

bertptrs commented 4 years ago
Searching... [---][b[b[b[b###
1) aur/mongodb-bin 4.2.1-1 [installed] (36, 2.85)
    A high-performance, open source, schema-free document-oriented database
2) aur/mongodb-bin-4.0 4.0.13-1 (1, 0.47)
    A high-performance, open source, schema-free document-oriented database
3) aur/mongodb-bin-3.6 3.6.12-1 (0, 0.00)
    A high-performance, open source, schema-free document-oriented database

Please enter the number of the package you want to install (default=1):
> 
Reading repository package databases...
=> pacman --color=never --sync mongodb-bin --print-format %r/%n
Resolving AUR dependencies...
=> pacman --color=never --deptest libcurl-openssl-1.0
=> pacman --color=never --sync --print-format=%% libcurl-openssl-1.0
=> pacman --color=never --deptest ca-certificates curl krb5 libssh2 openssl-1.0 zlib libpsl
=> pacman --color=never --deptest libcurl-openssl-1.0

:: AUR package will be installed:
 mongodb-bin                      4.2.1-1         -> 4.2.1-1

:: New dependency will be installed from AUR:
 libcurl-openssl-1.0 (for mongodb-bin)            -> 7.61.1-1

:: Proceed with installation? [Y/n] 
:: [v]iew package details   [m]anually select packages
>> => git -C /home/bert/.local/share/aur_repos/mongodb-bin pull origin master
=> git -C /home/bert/.local/share/aur_repos/libcurl-openssl-1.0 pull origin master
looking for conflicting AUR packages...
=> pacman --color=never --deptest libcurl-openssl-1.0
:: warning: Not showing diff for mongodb-bin package (already reviewed)
Do you want to edit PKGBUILD for mongodb-bin package? [y/N] :: warning: Not showing diff for libcurl-openssl-1.0 package (already reviewed)
Do you want to edit PKGBUILD for libcurl-openssl-1.0 package? [y/N] 
=> mkdir -p /home/bert/.cache/pikaur/build/libcurl-openssl-1.0
=> cp -r /home/bert/.local/share/aur_repos/libcurl-openssl-1.0/PKGBUILD /home/bert/.local/share/aur_repos/libcurl-openssl-1.0/last_installed.txt /home/bert/.local/share/aur_repos/libcurl-openssl-1.0/.SRCINFO /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/
=> makepkg --packagelist

:: Starting the build:
=> makepkg --force --nocolor
==> Making package: libcurl-openssl-1.0 7.61.1-1 (Thu 28 Nov 2019 17:19:01 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found curl-7.61.1.tar.gz
==> Validating source files with sha512sums...
    curl-7.61.1.tar.gz ... Passed
==> Extracting sources...
  -> Extracting curl-7.61.1.tar.gz with bsdtar
==> Starting build()...
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... (assumed) yes
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... no
checking whether to enable hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking whether to build with code coverage support... no
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking curl version... 7.61.1
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking if OS is AIX (to define _ALL_SOURCE)... no
checking if _THREAD_SAFE is already defined... no
checking if _THREAD_SAFE is actually needed... no
checking if _THREAD_SAFE is onwards defined... no
checking if _REENTRANT is already defined... no
checking if _REENTRANT is actually needed... no
checking if _REENTRANT is onwards defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... yes
checking whether to build shared libraries only... no
checking whether to build static libraries only... no
checking for inline... inline
checking if cpp -P is needed... yes
checking if cpp -P works... yes
checking if compiler is DEC/Compaq/HP C... no
checking if compiler is HP-UX C... no
checking if compiler is IBM C... no
checking if compiler is Intel C... no
checking if compiler is clang... no
checking if compiler is GNU C... yes
checking if compiler is LCC... no
checking if compiler is SGI MIPSpro C... no
checking if compiler is SGI MIPS C... no
checking if compiler is SunPro C... no
checking if compiler is Tiny C... no
checking if compiler is Watcom C... no
checking if compiler accepts some basic options... yes
configure: compiler options added: -Werror-implicit-function-declaration 
checking if compiler accepts debug disabling options... yes
configure: compiler options added: 
checking if compiler optimizer assumed setting might be used... no
checking if compiler accepts strict warning options... yes
configure: compiler options added: -Wno-system-headers 
checking if compiler halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
checking for windows.h... no
checking whether build target is a native Windows one... no
checking whether build target supports WIN32 file API... no
checking for good-to-use Mac CFLAGS... no
checking to see if the compiler supports __builtin_available()... no
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... no
checking whether to support ldaps... no
checking whether to support rtsp... yes
checking whether to support proxies... yes
checking whether to support dict... yes
checking whether to support telnet... yes
checking whether to support tftp... yes
checking whether to support pop3... yes
checking whether to support imap... yes
checking whether to support smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to provide built-in manual... no
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock.h... (cached) no
checking for winsock2.h... (cached) no
checking for connect in libraries... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for pkg-config... /usr/bin/pkg-config
checking for zlib options with pkg-config... found
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... yes
checking brotli/decode.h usability... yes
checking brotli/decode.h presence... yes
checking for brotli/decode.h... yes
checking whether to enable IPv6... yes
checking if struct sockaddr_in6 has sin6_scope_id member... yes
checking if argv can be written to... no
checking if GSS-API support is requested... yes
checking gss.h usability... no
checking gss.h presence... no
checking for gss.h... no
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking for gssapi/gssapi_generic.h... yes
checking for gssapi/gssapi_krb5.h... yes
checking if GSS-API headers declare GSS_C_NT_HOSTBASED_SERVICE... yes
checking whether to enable Windows native SSL/TLS (Windows native builds only)... no
checking whether to enable Apple OS native SSL/TLS... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -lcrypto "
configure: pkg-config: SSL_LDFLAGS: "-L/usr/lib/openssl-1.0 "
configure: pkg-config: SSL_CPPFLAGS: "-I/usr/include/openssl-1.0 "
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for RAND_egd... yes
checking for ENGINE_cleanup... yes
checking for SSL_get_shutdown... yes
checking for SSLv2_client_method... yes
checking for BoringSSL... no
checking for libressl... no
configure: Added /usr/lib/openssl-1.0 to CURL_LIBRARY_PATH
checking for OpenSSL headers version... 1.0.2 - 0x1000214fL
checking for OpenSSL library version... 1.0.2
checking for OpenSSL headers and library versions matching... yes
checking for SRP_Calc_client_key in -lcrypto... yes
checking for ssl_version in -laxtls... no
configure: built with one SSL backend
checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... -lpsl
checking for RTMP_Init in -lrtmp... yes
checking librtmp/rtmp.h usability... yes
checking librtmp/rtmp.h presence... yes
checking for librtmp/rtmp.h... yes
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libidn2 options with pkg-config... found
configure: pkg-config: IDN_LIBS: "-lidn2 "
configure: pkg-config: IDN_LDFLAGS: ""
configure: pkg-config: IDN_CPPFLAGS: ""
configure: pkg-config: IDN_DIR: ""
checking if idn2_lookup_ul can be linked... yes
checking idn2.h usability... yes
checking idn2.h presence... yes
checking for idn2.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2 
configure: -I is 
configure: -L is 
checking for nghttp2_option_set_no_recv_client_magic in -lnghttp2... yes
checking nghttp2/nghttp2.h usability... yes
checking nghttp2/nghttp2.h presence... yes
checking for nghttp2/nghttp2.h... yes
checking for ANSI C header files... (cached) yes
checking for malloc.h... yes
checking for memory.h... no
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/ioctl.h... yes
checking for sys/uio.h... yes
checking for assert.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/in6.h... no
checking for sys/un.h... yes
checking for linux/tcp.h... yes
checking for netinet/tcp.h... yes
checking for netdb.h... yes
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking for sys/param.h... yes
checking for termios.h... yes
checking for termio.h... yes
checking for sgtty.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for time.h... (cached) yes
checking for io.h... no
checking for pwd.h... yes
checking for utime.h... yes
checking for sys/utime.h... no
checking for sys/poll.h... yes
checking for poll.h... yes
checking for socket.h... no
checking for sys/resource.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for sys/wait.h... yes
checking for setjmp.h... yes
checking for an ANSI C-conforming const... yes
checking for compiler support of C99 variadic macro style... yes
checking for compiler support of old gcc variadic macro style... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for struct timeval... yes
checking run-time libs availability... fine
checking size of size_t... 8
checking size of long... 8
checking size of int... 4
checking size of short... 2
checking size of time_t... 8
checking size of off_t... 8
checking size of curl_off_t... 8
checking for long long... yes
checking if numberLL works... yes
checking for ssize_t... yes
checking for bool... yes
checking for sa_family_t... yes
checking if time_t is unsigned... no
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for ws2tcpip.h... (cached) no
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for curl_socklen_t data type... socklen_t
checking size of curl_socklen_t... 4
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for in_addr_t... yes
checking for struct sockaddr_storage... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sig_atomic_t... yes
checking if sig_atomic_t is already defined as volatile... no
checking return type of signal handlers... void
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for select... yes
checking types of args and return type for select... int,fd_set *,struct timeval *,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking types of args and return type for recv... int,void *,size_t,int,ssize_t
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking types of args and return type for send... int,const void *,size_t,int,ssize_t
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking if alarm can be linked... yes
checking if alarm is prototyped... yes
checking if alarm is compilable... yes
checking if alarm usage allowed... yes
checking if alarm might be used... yes
checking for sys/types.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for libgen.h... (cached) yes
checking if basename can be linked... yes
checking if basename is prototyped... yes
checking if basename is compilable... yes
checking if basename usage allowed... yes
checking if basename might be used... yes
checking for sys/types.h... (cached) yes
checking for socket.h... (cached) no
checking if closesocket can be linked... no
checking if closesocket might be used... no
checking if CloseSocket can be linked... no
checking if CloseSocket might be used... no
checking if connect can be linked... yes
checking if connect is prototyped... yes
checking if connect is compilable... yes
checking if connect usage allowed... yes
checking if connect might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking if fcntl can be linked... yes
checking if fcntl is prototyped... yes
checking if fcntl is compilable... yes
checking if fcntl usage allowed... yes
checking if fcntl might be used... yes
checking if fcntl O_NONBLOCK is compilable... yes
checking if fcntl O_NONBLOCK usage allowed... yes
checking if fcntl O_NONBLOCK might be used... yes
checking for sys/types.h... (cached) yes
checking for stdio.h... yes
checking if fdopen can be linked... yes
checking if fdopen is prototyped... yes
checking if fdopen is compilable... yes
checking if fdopen usage allowed... yes
checking if fdopen might be used... yes
checking for sys/types.h... (cached) yes
checking for netdb.h... (cached) yes
checking if freeaddrinfo can be linked... yes
checking if freeaddrinfo is prototyped... yes
checking if freeaddrinfo is compilable... yes
checking if freeaddrinfo usage allowed... yes
checking if freeaddrinfo might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for ifaddrs.h... yes
checking if freeifaddrs can be linked... yes
checking if freeifaddrs is prototyped... yes
checking if freeifaddrs is compilable... yes
checking if freeifaddrs usage allowed... yes
checking if freeifaddrs might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 args.... yes
checking if fsetxattr is compilable... yes
checking if fsetxattr usage allowed... yes
checking if fsetxattr might be used... yes
checking if ftruncate can be linked... yes
checking if ftruncate is prototyped... yes
checking if ftruncate is compilable... yes
checking if ftruncate usage allowed... yes
checking if ftruncate might be used... yes
checking for sys/types.h... (cached) yes
checking for stdlib.h... (cached) yes
checking if getaddrinfo can be linked... yes
checking if getaddrinfo is prototyped... yes
checking if getaddrinfo is compilable... yes
checking if getaddrinfo seems to work... yes
checking if getaddrinfo usage allowed... yes
checking if getaddrinfo might be used... yes
checking if getaddrinfo is threadsafe... yes
checking if gai_strerror can be linked... yes
checking if gai_strerror is prototyped... yes
checking if gai_strerror is compilable... yes
checking if gai_strerror usage allowed... yes
checking if gai_strerror might be used... yes
checking if gethostbyaddr can be linked... yes
checking if gethostbyaddr is prototyped... yes
checking if gethostbyaddr is compilable... yes
checking if gethostbyaddr usage allowed... yes
checking if gethostbyaddr might be used... yes
checking if gethostbyaddr_r can be linked... yes
checking if gethostbyaddr_r is prototyped... yes
checking if gethostbyaddr_r takes 5 args.... no
checking if gethostbyaddr_r takes 7 args.... no
checking if gethostbyaddr_r takes 8 args.... yes
checking if gethostbyaddr_r is compilable... yes
checking if gethostbyaddr_r usage allowed... yes
checking if gethostbyaddr_r might be used... yes
checking if gethostbyname can be linked... yes
checking if gethostbyname is prototyped... yes
checking if gethostbyname is compilable... yes
checking if gethostbyname usage allowed... yes
checking if gethostbyname might be used... yes
checking if gethostbyname_r can be linked... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... size_t
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getifaddrs can be linked... yes
checking if getifaddrs is prototyped... yes
checking if getifaddrs is compilable... yes
checking if getifaddrs seems to work... yes
checking if getifaddrs usage allowed... yes
checking if getifaddrs might be used... yes
checking if getservbyport_r can be linked... yes
checking if getservbyport_r is prototyped... yes
checking if getservbyport_r takes 4 args.... no
checking if getservbyport_r takes 5 args.... no
checking if getservbyport_r takes 6 args.... yes
checking if getservbyport_r is compilable... yes
checking if getservbyport_r usage allowed... yes
checking if getservbyport_r might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking if gmtime_r can be linked... yes
checking if gmtime_r is prototyped... yes
checking if gmtime_r is compilable... yes
checking if gmtime_r seems to work... yes
checking if gmtime_r usage allowed... yes
checking if gmtime_r might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking if inet_ntoa_r can be linked... no
checking if inet_ntoa_r might be used... no
checking if inet_ntop can be linked... yes
checking if inet_ntop is prototyped... yes
checking if inet_ntop is compilable... yes
checking if inet_ntop seems to work... yes
checking if inet_ntop usage allowed... yes
checking if inet_ntop might be used... yes
checking if inet_pton can be linked... yes
checking if inet_pton is prototyped... yes
checking if inet_pton is compilable... yes
checking if inet_pton seems to work... yes
checking if inet_pton usage allowed... yes
checking if inet_pton might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for stropts.h... no
checking if ioctl can be linked... yes
checking if ioctl is prototyped... yes
checking if ioctl is compilable... yes
checking if ioctl usage allowed... yes
checking if ioctl might be used... yes
checking if ioctl FIONBIO is compilable... yes
checking if ioctl FIONBIO usage allowed... yes
checking if ioctl FIONBIO might be used... yes
checking if ioctl SIOCGIFADDR is compilable... yes
checking if ioctl SIOCGIFADDR usage allowed... yes
checking if ioctl SIOCGIFADDR might be used... yes
checking if ioctlsocket can be linked... no
checking if ioctlsocket might be used... no
checking if IoctlSocket can be linked... no
checking if IoctlSocket might be used... no
checking if localtime_r can be linked... yes
checking if localtime_r is prototyped... yes
checking if localtime_r is compilable... yes
checking if localtime_r seems to work... yes
checking if localtime_r usage allowed... yes
checking if localtime_r might be used... yes
checking if memrchr can be linked... yes
checking if memrchr is prototyped... no
checking if memrchr might be used... no
checking if poll can be linked... yes
checking if poll is prototyped... yes
checking if poll is compilable... yes
checking if poll seems to work... yes
checking if poll usage allowed... yes
checking if poll might be used... yes
checking if setsockopt can be linked... yes
checking if setsockopt is prototyped... yes
checking if setsockopt is compilable... yes
checking if setsockopt usage allowed... yes
checking if setsockopt might be used... yes
checking if setsockopt SO_NONBLOCK is compilable... no
checking if setsockopt SO_NONBLOCK might be used... no
checking for sys/types.h... (cached) yes
checking for signal.h... (cached) yes
checking if sigaction can be linked... yes
checking if sigaction is prototyped... yes
checking if sigaction is compilable... yes
checking if sigaction usage allowed... yes
checking if sigaction might be used... yes
checking if siginterrupt can be linked... yes
checking if siginterrupt is prototyped... yes
checking if siginterrupt is compilable... yes
checking if siginterrupt usage allowed... yes
checking if siginterrupt might be used... yes
checking if signal can be linked... yes
checking if signal is prototyped... yes
checking if signal is compilable... yes
checking if signal usage allowed... yes
checking if signal might be used... yes
checking for sys/types.h... (cached) yes
checking for setjmp.h... (cached) yes
checking if sigsetjmp can be linked... no
checking if sigsetjmp seems a macro... yes
checking if sigsetjmp is compilable... yes
checking if sigsetjmp usage allowed... yes
checking if sigsetjmp might be used... yes
checking if socket can be linked... yes
checking if socket is prototyped... yes
checking if socket is compilable... yes
checking if socket usage allowed... yes
checking if socket might be used... yes
checking if socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair might be used... yes
checking if strcasecmp can be linked... yes
checking if strcasecmp is prototyped... yes
checking if strcasecmp is compilable... yes
checking if strcasecmp usage allowed... yes
checking if strcasecmp might be used... yes
checking if strcmpi can be linked... no
checking if strcmpi might be used... no
checking if strdup can be linked... yes
checking if strdup is prototyped... yes
checking if strdup is compilable... yes
checking if strdup usage allowed... yes
checking if strdup might be used... yes
checking if strerror_r can be linked... yes
checking if strerror_r is prototyped... yes
checking if strerror_r is compilable... yes
checking if strerror_r is glibc like... no
checking if strerror_r is POSIX like... yes
checking if strerror_r seems to work... yes
checking if strerror_r usage allowed... yes
checking if strerror_r might be used... yes
checking if stricmp can be linked... no
checking if stricmp might be used... no
checking if strncasecmp can be linked... yes
checking if strncasecmp is prototyped... yes
checking if strncasecmp is compilable... yes
checking if strncasecmp usage allowed... yes
checking if strncasecmp might be used... yes
checking if strncmpi can be linked... no
checking if strncmpi might be used... no
checking if strnicmp can be linked... no
checking if strnicmp might be used... no
checking if strstr can be linked... yes
checking if strstr is prototyped... yes
checking if strstr is compilable... yes
checking if strstr usage allowed... yes
checking if strstr might be used... yes
checking if strtok_r can be linked... yes
checking if strtok_r is prototyped... yes
checking if strtok_r is compilable... yes
checking if strtok_r usage allowed... yes
checking if strtok_r might be used... yes
checking if strtoll can be linked... yes
checking if strtoll is prototyped... yes
checking if strtoll is compilable... yes
checking if strtoll usage allowed... yes
checking if strtoll might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/uio.h... (cached) yes
checking if writev can be linked... yes
checking if writev is prototyped... yes
checking if writev is compilable... yes
checking if writev usage allowed... yes
checking if writev might be used... yes
checking whether getpwuid_r is declared... yes
checking for fnmatch... yes
checking for geteuid... yes
checking for getpass_r... no
checking deeper for getpass_r... but still no
checking for getppid... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for utime... yes
checking for utimes... yes
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... /usr/bin/perl
checking for gnroff... no
checking for nroff... /usr/bin/nroff
checking how to use *nroff to get plain text from man pages... -man
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create... no
checking for pthread_create in -lpthread... yes
checking whether to enable verbose strings... yes
checking whether to enable SSPI support (Windows native builds only)... no
checking whether to enable cryptographic authentication methods... yes
checking whether to enable NTLM delegation to winbind's helper... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... auto
checking for struct sockaddr_un.sun_path... yes
checking whether to enable support for cookies... yes
checking whether hiding of library internal symbols will actually happen... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/examples/Makefile
config.status: creating docs/libcurl/Makefile
config.status: creating docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/Makefile
config.status: creating include/Makefile
config.status: creating include/curl/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating tests/Makefile
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/Makefile
config.status: creating tests/data/Makefile
config.status: creating tests/server/Makefile
config.status: creating tests/libtest/Makefile
config.status: creating tests/unit/Makefile
config.status: creating packages/Makefile
config.status: creating packages/Win32/Makefile
config.status: creating packages/Win32/cygwin/Makefile
config.status: creating packages/Linux/Makefile
config.status: creating packages/Linux/RPM/Makefile
config.status: creating packages/Linux/RPM/curl.spec
config.status: creating packages/Linux/RPM/curl-ssl.spec
config.status: creating packages/Solaris/Makefile
config.status: creating packages/EPM/curl.list
config.status: creating packages/EPM/Makefile
config.status: creating packages/vms/Makefile
config.status: creating packages/AIX/Makefile
config.status: creating packages/AIX/RPM/Makefile
config.status: creating packages/AIX/RPM/curl.spec
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: amending lib/Makefile
configure: amending src/Makefile
configure: amending tests/unit/Makefile
configure: amending tests/server/Makefile
configure: amending tests/libtest/Makefile
configure: amending docs/examples/Makefile
configure: Configured to build curl/libcurl:

  curl version:     7.61.1
  Host setup:       x86_64-pc-linux-gnu
  Install prefix:   /usr
  Compiler:         gcc
  SSL support:      enabled (OpenSSL)
  SSH support:      no      (--with-libssh2)
  zlib support:     enabled
  brotli support:   enabled (libbrotlidec)
  GSS-API support:  enabled (MIT Kerberos/Heimdal)
  TLS-SRP support:  enabled
  resolver:         POSIX threaded
  IPv6 support:     enabled
  Unix sockets support: enabled
  IDN support:      enabled (libidn2)
  Build libcurl:    Shared=yes, Static=yes
  Built-in manual:  no      (--enable-manual)
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  SSPI support:     no      (--enable-sspi)
  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
  ca cert path:     no
  ca fallback:      no
  LDAP support:     no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS support:    no      (--enable-ldaps)
  RTSP support:     enabled
  RTMP support:     enabled (librtmp)
  metalink support: no      (--with-libmetalink)
  PSL support:      yes
  HTTP2 support:    enabled (nghttp2)
  Protocols:        DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP

make  all-am
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-timeval.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-base64.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-file.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-progress.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostip.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-formdata.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-sendf.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-dict.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-if2ip.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-speedcheck.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-ldap.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-cookie.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-getenv.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-version.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-escape.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-netrc.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-getinfo.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-strcase.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-mprintf.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-telnet.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-easy.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-fileinfo.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_fnmatch.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-security.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-ftp.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-memdebug.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-transfer.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-wildcard.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-strtok.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-krb5.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http_chunks.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-llist.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-ftplistparser.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hash.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-md4.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http_digest.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-url.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-share.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-md5.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-inet_pton.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-connect.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-strtoofft.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http_negotiate.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-amigaos.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-content_encoding.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-strerror.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostip4.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostsyn.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-inet_ntop.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostasyn.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostip6.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-strdup.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-ssh.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-parsedate.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-select.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-splay.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-ssh-libssh.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-socks_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-socks.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_addrinfo.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-slist.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-nonblock.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_memrchr.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-tftp.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-socks_gssapi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-multi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_threads.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-warnless.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hmac.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-pingpong.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-openldap.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-rtsp.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_gethostname.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_rtmp.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-pop3.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-gopher.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-idn_win32.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-smtp.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-non-ascii.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-asyn-ares.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-imap.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_gssapi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-asyn-thread.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http_proxy.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http_ntlm.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-rand.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_multibyte.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_ntlm_core.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_ntlm_wb.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_sasl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-hostcheck.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-x509asn1.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-dotdot.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_endian.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_des.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-pipeline.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-system_win32.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-conncache.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-sha256.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_range.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_ctype.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-curl_path.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-psl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-smb.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-vauth.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-cram.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-cleartext.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-digest_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-krb5_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-ntlm_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-http2.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-krb5_gssapi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-mime.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-spnego_sspi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-oauth2.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-digest.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-spnego_gssapi.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vauth/libcurl_la-ntlm.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-gtls.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-nss.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-polarssl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-polarssl_threadlock.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-axtls.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-cyassl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-schannel.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-schannel_verify.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-gskit.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-darwinssl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-mbedtls.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-vtls.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       libcurl_la-setopt.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CC       vtls/libcurl_la-openssl.lo
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
  CCLD     libcurl.la
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Nothing to be done for 'install-data-am'.
make[1]: Entering directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
 /usr/bin/mkdir -p '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libcurl.la '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib'
libtool: install: /usr/bin/install -c .libs/libcurl.so.4.5.0 /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib/libcurl.so.4.5.0
libtool: install: (cd /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/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; }; })
libtool: install: (cd /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib && { ln -s -f libcurl.so.4.5.0 libcurl.so || { rm -f libcurl.so && ln -s libcurl.so.4.5.0 libcurl.so; }; })
libtool: install: /usr/bin/install -c .libs/libcurl.lai /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib/libcurl.a
libtool: install: chmod 644 /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib/libcurl.a
libtool: install: ranlib /home/bert/.cache/pikaur/build/libcurl-openssl-1.0/pkg/libcurl-openssl-1.0/usr/lib/libcurl.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[1]: Leaving directory '/home/bert/.cache/pikaur/build/libcurl-openssl-1.0/src/curl-7.61.1/lib'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "libcurl-openssl-1.0"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libcurl-openssl-1.0 7.61.1-1 (Thu 28 Nov 2019 17:19:26 CET)

=> makepkg --packagelist
=> mkdir -p /home/bert/.cache/pikaur/build/mongodb-bin
=> cp -r /home/bert/.local/share/aur_repos/mongodb-bin/LICENSE /home/bert/.local/share/aur_repos/mongodb-bin/PKGBUILD /home/bert/.local/share/aur_repos/mongodb-bin/mongodb.conf /home/bert/.local/share/aur_repos/mongodb-bin/mongodb.sysusers /home/bert/.local/share/aur_repos/mongodb-bin/mongodb.tmpfiles /home/bert/.local/share/aur_repos/mongodb-bin/mongodb_aarch64.service /home/bert/.local/share/aur_repos/mongodb-bin/mongodb_x86_64.service /home/bert/.local/share/aur_repos/mongodb-bin/last_installed.txt /home/bert/.local/share/aur_repos/mongodb-bin/.SRCINFO /home/bert/.local/share/aur_repos/mongodb-bin/.gitignore /home/bert/.cache/pikaur/build/mongodb-bin/
=> makepkg --packagelist
:: Package mongodb-bin is already built. Pass '--rebuild' flag to force the build.

=> makepkg --packagelist
libcurl-openssl-1.0
=> sudo pacman --color=never --verbose --upgrade --asdeps /home/bert/.cache/pikaur/pkg/libcurl-openssl-1.0-7.61.1-1-x86_64.pkg.tar.zst
Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Hook Dirs : /usr/share/libalpm/hooks/  /etc/pacman.d/hooks/  
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : /home/bert/.cache/pikaur/pkg/libcurl-openssl-1.0-7.61.1-1-x86_64.pkg.tar.zst
loading packages...
resolving dependencies...
looking for conflicting packages...

Package (1)          New Version  Net Change

libcurl-openssl-1.0  7.61.1-1       0.51 MiB

Total Installed Size:  0.51 MiB

:: Proceed with installation? [Y/n] Y
(0/1) checking keys in keyring                     [----------------------]   0%
(1/1) checking keys in keyring                     [######################] 100%
(0/1) checking package integrity                   [----------------------]   0%
(1/1) checking package integrity                   [######################] 100%
(0/1) loading package files                        [----------------------]   0%
(1/1) loading package files                        [######################] 100%
(0/1) checking for file conflicts                  [----------------------]   0%
(1/1) checking for file conflicts                  [######################] 100%
(0/1) checking available disk space                [----------------------]   0%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) installing libcurl-openssl-1.0               [----------------------]   0%
(1/1) installing libcurl-openssl-1.0               [######################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
=> sudo pacman --color=never --upgrade --verbose /home/bert/.cache/pikaur/pkg/mongodb-bin-4.2.1-1-x86_64.pkg.tar.zst
Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Hook Dirs : /usr/share/libalpm/hooks/  /etc/pacman.d/hooks/  
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : /home/bert/.cache/pikaur/pkg/mongodb-bin-4.2.1-1-x86_64.pkg.tar.zst
loading packages...
warning: mongodb-bin-4.2.1-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)  Old Version  New Version  Net Change

mongodb-bin  4.2.1-1      4.2.1-1        0.00 MiB

Total Installed Size:  126.38 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n] Y
(0/1) checking keys in keyring                     [----------------------]   0%
(1/1) checking keys in keyring                     [######################] 100%
(0/1) checking package integrity                   [----------------------]   0%
(1/1) checking package integrity                   [######################] 100%
(0/1) loading package files                        [----------------------]   0%
(1/1) loading package files                        [######################] 100%
(0/1) checking for file conflicts                  [----------------------]   0%
(1/1) checking for file conflicts                  [######################] 100%
(0/1) checking available disk space                [----------------------]   0%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [----------------------]   0%
(1/1) reinstalling mongodb-bin                     [#####################-]  99%
(1/1) reinstalling mongodb-bin                     [######################] 100%
:: Running post-transaction hooks...
(1/5) Creating system user accounts...
(2/5) Reloading system manager configuration...
(3/5) Creating temporary files...
(4/5) Arming ConditionNeedsUpdate...
(5/5) Checking for stale library file handles...
actionless commented 4 years ago

ok, i see now (didn't noticed from the short log what dep package is going to be installed from AUR)

so the problem is what AUR RPC doesn't preserve architecture information: https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=mongodb-bin

and dependencies are being computed before cloning AUR repos

which brings us close to https://github.com/actionless/pikaur/issues/372, re-computing dependencies after PKGBUILD was downloaded and reviewed

actionless commented 4 years ago

Thanks for reporting! You can check with pikaur-git AUR package if it works for you now.