| Cost | $0.719 |
| Total elapsed time | 9m55s |
| LLM inference time | 7m25s |
| Command execution time | 2m30s |
| Commands executed | 64 |
All details >
| Attempt ID | 4x7j150599zoa | Attempt group | run-23-09-21-48 |
| Revision | ad46875d9374 | AWS Instance | m8i.2xlarge |
| Start time | 2025-09-23T19:49:52.829Z | End time | 2025-09-23T19:59:49.361Z |
| Task | curl-ssl-arm64-static | Environment | ubuntu-22.04-amd64-cross-arm64 |
| Model | | OpenRouter slug | openai/gpt-5-codex |
| Temperature | 1 | Explicit prompt caching | false |
| User msg after tool call | false | Max tool calls | 150 |
| Total timeout seconds | 3600 | Single command timeout | 1800 |
| Cost | $0.719 | Duration | 9m55s |
| LLM inference time | 7m25s | Command execution time | 2m30s |
| Final context tokens | 57,085 | Total output tokens | 17,379 |
| Output reasoning tokens | 13,568 | Messages | 131 |
| Assistant messages | 65 | User messages | 1 |
| System messages | 1 | Commands executed | 64 |
curl 8.16.0 is a command-line HTTP client.
Project link: curl.se
Task:
Compile and install curl to a specific location. Build with SSL support (TLS v1.3), brotli, zlib and zstd. Cross-compile to arm64. Build it statically.
Difficulties:
Cross-compilation toolchain setup, manually cross-compiling all dependencies, properly configuring SSL certificates in OpenSSL.
Environment:
Ubuntu 22.04 on amd64, with internet access.
You are a package-building specialist operating a Ubuntu 22.04 bash shell via one tool: run_terminal_cmd.
The current working directory of every run_terminal_cmd is /home/peter.
Execution rules:
- Always pass non-interactive flags for any command that could prompt (e.g., -y, --yes, DEBIAN_FRONTEND=noninteractive).
- Don't include any newlines in the command.
- You can use sudo.
If you encounter any errors or issues while doing the user's request, you must fix them and continue the task.
At the end verify you did the user request correctly.
You are given a curl v8.16.0 source code at /home/peter/curl.tar.gz. Please compile curl and install it to /home/peter/result. Create a symlink from /home/peter/result/curl to the actual binary. Make sure it builds with SSL support (TLS v1.3), brotli, zlib and zstd. The binary should be statically compiled for arm64.
Show reasoning
Planning cross-compilation environment setup
I'll begin by preparing the environment to cross-compile curl for arm64 with static dependencies like OpenSSL, brotli, zlib, and zstd. I need to install the cross-compiler and build tools, then build each dependency statically before configuring and compiling curl itself with those static libs. I'll also ensure TLS 1.3 support and verify the final binary is fully static for arm64.
compile-bench> sudo DEBIAN_FRONTEND=noninteractive apt-get update
0% [Working]
Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
0% [Waiting for headers] [1 InRelease 14.2 kB/129 kB 11%]
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
0% [Waiting for headers] [1 InRelease 14.2 kB/129 kB 11%]
0% [Waiting for headers] [1 InRelease 14.2 kB/129 kB 11%]
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
0% [3 InRelease 12.7 kB/128 kB 10%] [1 InRelease 22.9 kB/129 kB 18%]
0% [3 InRelease 62.0 kB/128 kB 48%]
0% [3 InRelease 85.1 kB/128 kB 66%]
0% [Waiting for headers] [Waiting for headers]
Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3336 kB]
0% [Waiting for headers] [4 Packages 2655 B/3336 kB 0%]
0% [Waiting for headers] [4 Packages 24.4 kB/3336 kB 1%]
Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
0% [5 InRelease 2588 B/127 kB 2%] [4 Packages 121 kB/3336 kB 4%]
0% [4 Packages 227 kB/3336 kB 7%]
18% [Waiting for headers] [4 Packages 324 kB/3336 kB 10%]
Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1577 kB]
19% [6 Packages 2655 B/1577 kB 0%] [4 Packages 547 kB/3336 kB 16%]
31% [6 Packages 569 kB/1577 kB 36%]
31% [4 Packages store 0 B] [6 Packages 569 kB/1577 kB 36%] [Waiting for headers
Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5526 kB]
34% [4 Packages store 0 B] [6 Packages 1126 kB/1577 kB 71%] [7 Packages 40.3 kB
35% [6 Packages 1191 kB/1577 kB 76%] [7 Packages 327 kB/5526 kB 6%]
Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5779 kB]
37% [8 Packages 1150 B/5779 kB 0%] [7 Packages 327 kB/5526 kB 6%]
37% [6 Packages store 0 B] [8 Packages 1150 B/5779 kB 0%] [7 Packages 327 kB/55
40% [8 Packages 667 kB/5779 kB 12%] [7 Packages 356 kB/5526 kB 6%]
Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3681 kB]
64% [9 Packages 57.3 kB/3681 kB 2%] [7 Packages 1620 kB/5526 kB 29%]
64% [8 Packages store 0 B] [9 Packages 121 kB/3681 kB 3%] [7 Packages 1620 kB/5
81% [8 Packages store 0 B] [Waiting for headers] [7 Packages 2615 kB/5526 kB 47
Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.1 kB]
81% [8 Packages store 0 B] [10 Packages 36.9 kB/69.1 kB 53%] [7 Packages 2615 k
81% [8 Packages store 0 B] [7 Packages 2615 kB/5526 kB 47%]
86% [7 Packages 3790 kB/5526 kB 69%]
86% [9 Packages store 0 B] [7 Packages 3790 kB/5526 kB 69%]
91% [7 Packages 5135 kB/5526 kB 93%]
91% [10 Packages store 0 B] [7 Packages 5135 kB/5526 kB 93%]
92% [7 Packages 5135 kB/5526 kB 93%]
93% [Waiting for headers]
Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1274 kB]
93% [11 Packages 32.3 kB/1274 kB 3%]
93% [7 Packages store 0 B] [11 Packages 32.3 kB/1274 kB 3%]
98% [7 Packages store 0 B] [Waiting for headers]
Get:12 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [71.0 kB]
98% [7 Packages store 0 B] [12 Packages 24.0 kB/71.0 kB 34%]
98% [7 Packages store 0 B]
99% [Working]
99% [11 Packages store 0 B]
99% [Working]
99% [12 Packages store 0 B]
100% [Working]
Fetched 21.7 MB in 2s (10.9 MB/s)
Reading package lists... 0%
Reading package lists... 0%
Reading package lists... 0%
Reading package lists... 3%
Reading package lists... 3%
Reading package lists... 4%
Reading package lists... 4%
Reading package lists... 41%
Reading package lists... 41%
Reading package lists... 42%
Reading package lists... 42%
Reading package lists... 51%
Reading package lists... 51%
Reading package lists... 67%
Reading package lists... 67%
Reading package lists... 71%
Reading package lists... 71%
Reading package lists... 72%
Reading package lists... 72%
Reading package lists... 72%
Reading package lists... 72%
Reading package lists... 72%
Reading package lists... 72%
Reading package lists... 81%
Reading package lists... 81%
Reading package lists... 96%
Reading package lists... 96%
Reading package lists... 99%
Reading package lists... 99%
Reading package lists... 99%
Reading package lists... 99%
Reading package lists... Done
↓ 15 lines
0% [Working] Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 0% [Waiting for headers] [1 InRelease 14.2 kB/129 kB 11%] Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 0% [Waiting for headers] [1 InRelease 14.2 kB/129 kB 11%] 0% [Waiting for headers] [1 InRelease 14.2 kB/129 kB 11%] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 0% [3 InRelease 12.7 kB/128 kB 10%] [1 InRelease 22.9 kB/129 kB 18%] 0% [3 InRelease 62.0 kB/128 kB 48%] 0% [3 InRelease 85.1 kB/128 kB 66%] 0% [Waiting for headers] [Waiting for headers] Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3336 kB] 0% [Waiting for headers] [4 Packages 2655 B/3336 kB 0%] 0% [Waiting for headers] [4 Packages 24.4 kB/3336 kB 1%] Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 0% [5 InRelease 2588 B/127 kB 2%] [4 Packages 121 kB/3336 kB 4%] 0% [4 Packages 227 kB/3336 kB 7%] 18% [Waiting for headers] [4 Packages 324 kB/3336 kB 10%] Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1577 kB] 19% [6 Packages 2655 B/1577 kB 0%] [4 Packages 547 kB/3336 kB 16%] 31% [6 Packages 569 kB/1577 kB 36%] 31% [4 Packages store 0 B] [6 Packages 569 kB/1577 kB 36%] [Waiting for headers Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5526 kB] 34% [4 Packages store 0 B] [6 Packages 1126 kB/1577 kB 71%] [7 Packages 40.3 kB 35% [6 Packages 1191 kB/1577 kB 76%] [7 Packages 327 kB/5526 kB 6%] Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5779 kB] 37% [8 Packages 1150 B/5779 kB 0%] [7 Packages 327 kB/5526 kB 6%] 37% [6 Packages store 0 B] [8 Packages 1150 B/5779 kB 0%] [7 Packages 327 kB/55 40% [8 Packages 667 kB/5779 kB 12%] [7 Packages 356 kB/5526 kB 6%] Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3681 kB] 64% [9 Packages 57.3 kB/3681 kB 2%] [7 Packages 1620 kB/5526 kB 29%] 64% [8 Packages store 0 B] [9 Packages 121 kB/3681 kB 3%] [7 Packages 1620 kB/5 81% [8 Packages store 0 B] [Waiting for headers] [7 Packages 2615 kB/5526 kB 47 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.1 kB] 81% [8 Packages store 0 B] [10 Packages 36.9 kB/69.1 kB 53%] [7 Packages 2615 k 81% [8 Packages store 0 B] [7 Packages 2615 kB/5526 kB 47%] 86% [7 Packages 3790 kB/5526 kB 69%] 86% [9 Packages store 0 B] [7 Packages 3790 kB/5526 kB 69%] 91% [7 Packages 5135 kB/5526 kB 93%] 91% [10 Packages store 0 B] [7 Packages 5135 kB/5526 kB 93%] 92% [7 Packages 5135 kB/5526 kB 93%] 93% [Waiting for headers] Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1274 kB] 93% [11 Packages 32.3 kB/1274 kB 3%] 93% [7 Packages store 0 B] [11 Packages 32.3 kB/1274 kB 3%] 98% [7 Packages store 0 B] [Waiting for headers] Get:12 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [71.0 kB] 98% [7 Packages store 0 B] [12 Packages 24.0 kB/71.0 kB 34%] 98% [7 Packages store 0 B] 99% [Working] 99% [11 Packages store 0 B] 99% [Working] 99% [12 Packages store 0 B] 100% [Working] Fetched 21.7 MB in 2s (10.9 MB/s) Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 3% Reading package lists... 3% Reading package lists... 4% Reading package lists... 4% Reading package lists... 41% Reading package lists... 41% Reading package lists... 42% Reading package lists... 42% Reading package lists... 51% Reading package lists... 51% Reading package lists... 67% Reading package lists... 67% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 81% Reading package lists... 81% Reading package lists... 96% Reading package lists... 96% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done
Show reasoning
Preparing cross-compilation environment
compile-bench> sudo DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential crossbuild-essential-arm64 pkg-config cmake ninja-build autoconf automake libtool
Reading package lists... 0%
Reading package lists... 0%
Reading package lists... 0%
Reading package lists... 3%
Reading package lists... 3%
Reading package lists... 4%
Reading package lists... 4%
Reading package lists... 41%
Reading package lists... 41%
Reading package lists... 42%
Reading package lists... 42%
Reading package lists... 51%
Reading package lists... 51%
Reading package lists... 67%
Reading package lists... 67%
Reading package lists... 71%
Reading package lists... 71%
Reading package lists... 72%
Reading package lists... 72%
Reading package lists... 72%
Reading package lists... 72%
Reading package lists... 72%
Reading package lists... 72%
Reading package lists... 81%
Reading package lists... 81%
Reading package lists... 96%
Reading package lists... 96%
Reading package lists... 99%
Reading package lists... 99%
Reading package lists... 99%
Reading package lists... 99%
Reading package lists... Done
Building dependency tree... 0%
Building dependency tree... 0%
Building dependency tree... 50%
Building dependency tree... 50%
Building dependency tree... 92%
Building dependency tree... Done
Reading state information... 0%
Reading state information... 1%
Reading state information... Done
build-essential is already the newest version (12.9ubuntu3).
The following additional packages will be installed:
autotools-dev binutils-aarch64-linux-gnu cmake-data cpp-11-aarch64-linux-gnu
cpp-aarch64-linux-gnu cross-config dh-elpa-helper dpkg-cross emacsen-common
fakeroot g++-11-aarch64-linux-gnu g++-aarch64-linux-gnu
gcc-11-aarch64-linux-gnu gcc-11-aarch64-linux-gnu-base gcc-11-cross-base
gcc-12-cross-base gcc-aarch64-linux-gnu libarchive13 libasan6-arm64-cross
libatomic1-arm64-cross libauthen-sasl-perl libc6-arm64-cross
libc6-dev-arm64-cross libclone-perl libconfig-auto-perl
libconfig-inifiles-perl libdata-dump-perl libdebian-dpkgcross-perl
libencode-locale-perl libexpat1 libfakeroot libfile-homedir-perl
libfile-listing-perl libfile-which-perl libfont-afm-perl
libgcc-11-dev-arm64-cross libgcc-s1-arm64-cross libglib2.0-0 libglib2.0-data
libgomp1-arm64-cross libhtml-form-perl libhtml-format-perl
libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
libhttp-message-perl libhttp-negotiate-perl libhwasan0-arm64-cross libicu70
libio-html-perl libio-socket-ssl-perl libio-string-perl libitm1-arm64-cross
libjsoncpp25 liblocale-gettext-perl liblsan0-arm64-cross libltdl-dev
libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl librhash0
libsigsegv2 libstdc++-11-dev-arm64-cross libstdc++6-arm64-cross
libtimedate-perl libtry-tiny-perl libtsan0-arm64-cross libubsan1-arm64-cross
liburi-perl libuv1 libwww-perl libwww-robotrules-perl libxml-libxml-perl
libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base
[command output truncated]
1ubuntu1) ...
Setting up autoconf (2.71-2) ...
Setting up libwww-robotrules-perl (6.02-1) ...
Setting up libhtml-parser-perl:amd64 (3.76-1build2) ...
Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.9) ...
Setting up libio-socket-ssl-perl (2.074-2) ...
Setting up libhttp-message-perl (6.36-1) ...
Setting up libhtml-form-perl (6.07-1) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
Setting up libhttp-negotiate-perl (6.01-1) ...
Setting up libubsan1-arm64-cross (12.3.0-1ubuntu1~22.04cross1) ...
Setting up libhttp-cookies-perl (6.10-1) ...
Setting up libarchive13:amd64 (3.6.0-1ubuntu1.5) ...
Setting up libhtml-tree-perl (5.07-2) ...
Setting up libhtml-format-perl (2.12-1.1) ...
Setting up libgcc-11-dev-arm64-cross (11.4.0-1ubuntu1~22.04cross1) ...
Setting up libltdl-dev:amd64 (2.4.6-15build2) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up libmailtools-perl (2.21-1) ...
Setting up shared-mime-info (2.1-2) ...
Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
Setting up cmake (3.22.1-1ubuntu1.22.04.2) ...
Setting up gcc-11-aarch64-linux-gnu (11.4.0-1ubuntu1~22.04cross1) ...
Setting up libstdc++-11-dev-arm64-cross (11.4.0-1ubuntu1~22.04cross1) ...
Setting up g++-11-aarch64-linux-gnu (11.4.0-1ubuntu1~22.04cross1) ...
Setting up libxml-simple-perl (2.25-1) ...
Setting up gcc-aarch64-linux-gnu (4:11.2.0-1ubuntu1) ...
Setting up libconfig-auto-perl (0.44-1.1) ...
Setting up g++-aarch64-linux-gnu (4:11.2.0-1ubuntu1) ...
Setting up libdebian-dpkgcross-perl (2.6.18+nmu2) ...
Setting up dpkg-cross (2.6.18+nmu2) ...
Setting up crossbuild-essential-arm64 (12.9ubuntu3) ...
Setting up liblwp-protocol-https-perl (6.10-1) ...
Setting up libwww-perl (6.61-1) ...
Setting up libxml-parser-perl:amd64 (2.46-3build1) ...
Setting up libxml-sax-expat-perl (0.51-1) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Processing triggers for libc-bin (2.35-0ubuntu3.10) ...
↓ 78 lines
Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 3% Reading package lists... 3% Reading package lists... 4% Reading package lists... 4% Reading package lists... 41% Reading package lists... 41% Reading package lists... 42% Reading package lists... 42% Reading package lists... 51% Reading package lists... 51% Reading package lists... 67% Reading package lists... 67% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 81% Reading package lists... 81% Reading package lists... 96% Reading package lists... 96% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 92% Building dependency tree... Done Reading state information... 0% Reading state information... 1% Reading state information... Done build-essential is already the newest version (12.9ubuntu3). The following additional packages will be installed: autotools-dev binutils-aarch64-linux-gnu cmake-data cpp-11-aarch64-linux-gnu cpp-aarch64-linux-gnu cross-config dh-elpa-helper dpkg-cross emacsen-common fakeroot g++-11-aarch64-linux-gnu g++-aarch64-linux-gnu gcc-11-aarch64-linux-gnu gcc-11-aarch64-linux-gnu-base gcc-11-cross-base gcc-12-cross-base gcc-aarch64-linux-gnu libarchive13 libasan6-arm64-cross libatomic1-arm64-cross libauthen-sasl-perl libc6-arm64-cross libc6-dev-arm64-cross libclone-perl libconfig-auto-perl libconfig-inifiles-perl libdata-dump-perl libdebian-dpkgcross-perl libencode-locale-perl libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl libfile-which-perl libfont-afm-perl libgcc-11-dev-arm64-cross libgcc-s1-arm64-cross libglib2.0-0 libglib2.0-data libgomp1-arm64-cross libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhwasan0-arm64-cross libicu70 libio-html-perl libio-socket-ssl-perl libio-string-perl libitm1-arm64-cross libjsoncpp25 liblocale-gettext-perl liblsan0-arm64-cross libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl librhash0 libsigsegv2 libstdc++-11-dev-arm64-cross libstdc++6-arm64-cross libtimedate-perl libtry-tiny-perl libtsan0-arm64-cross libubsan1-arm64-cross liburi-perl libuv1 libwww-perl libwww-robotrules-perl libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base [command output truncated] 1ubuntu1) ... Setting up autoconf (2.71-2) ... Setting up libwww-robotrules-perl (6.02-1) ... Setting up libhtml-parser-perl:amd64 (3.76-1build2) ... Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.9) ... Setting up libio-socket-ssl-perl (2.074-2) ... Setting up libhttp-message-perl (6.36-1) ... Setting up libhtml-form-perl (6.07-1) ... Setting up automake (1:1.16.5-1.3) ... update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist Setting up libhttp-negotiate-perl (6.01-1) ... Setting up libubsan1-arm64-cross (12.3.0-1ubuntu1~22.04cross1) ... Setting up libhttp-cookies-perl (6.10-1) ... Setting up libarchive13:amd64 (3.6.0-1ubuntu1.5) ... Setting up libhtml-tree-perl (5.07-2) ... Setting up libhtml-format-perl (2.12-1.1) ... Setting up libgcc-11-dev-arm64-cross (11.4.0-1ubuntu1~22.04cross1) ... Setting up libltdl-dev:amd64 (2.4.6-15build2) ... Setting up libnet-smtp-ssl-perl (1.04-1) ... Setting up libmailtools-perl (2.21-1) ... Setting up shared-mime-info (2.1-2) ... Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ... Setting up cmake (3.22.1-1ubuntu1.22.04.2) ... Setting up gcc-11-aarch64-linux-gnu (11.4.0-1ubuntu1~22.04cross1) ... Setting up libstdc++-11-dev-arm64-cross (11.4.0-1ubuntu1~22.04cross1) ... Setting up g++-11-aarch64-linux-gnu (11.4.0-1ubuntu1~22.04cross1) ... Setting up libxml-simple-perl (2.25-1) ... Setting up gcc-aarch64-linux-gnu (4:11.2.0-1ubuntu1) ... Setting up libconfig-auto-perl (0.44-1.1) ... Setting up g++-aarch64-linux-gnu (4:11.2.0-1ubuntu1) ... Setting up libdebian-dpkgcross-perl (2.6.18+nmu2) ... Setting up dpkg-cross (2.6.18+nmu2) ... Setting up crossbuild-essential-arm64 (12.9ubuntu3) ... Setting up liblwp-protocol-https-perl (6.10-1) ... Setting up libwww-perl (6.61-1) ... Setting up libxml-parser-perl:amd64 (2.46-3build1) ... Setting up libxml-sax-expat-perl (0.51-1) ... update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version Processing triggers for libc-bin (2.35-0ubuntu3.10) ...
Show reasoning
Preparing build environment
[empty output]
Show reasoning
Checking created directory
curl-8.16.0 curl.tar.gz
Show reasoning
Planning dependency staging directories
[empty output]
Show reasoning
Outlining cross-compilation steps for dependencies
I’m planning how to cross-compile static libs of zlib, brotli, zstd, and OpenSSL for aarch64, including download URLs and build commands, carefully setting environment variables and configure flags to ensure static linking and dependency inclusion before building curl itself. Let’s confirm toolchain use, pkg-config settings, and verify features post-build without running the target binary.
compile-bench> curl -L https://zlib.net/zlib-1.3.1.tar.gz -o zlib-1.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1477k 100 1477k 0 0 2927k 0 --:--:-- --:--:-- --:--:-- 2931k
↓ 4 lines
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1477k 100 1477k 0 0 2927k 0 --:--:-- --:--:-- --:--:-- 2931k
Show reasoning
Extracting tarball archive
[empty output]
Show reasoning
Preparing cross-compile build command
compile-bench> cd zlib-1.3.1 && CHOST=aarch64-linux-gnu CC=aarch64-linux-gnu-gcc AR=aarch64-linux-gnu-ar RANLIB=aarch64-linux-gnu-ranlib ./configure --prefix=/home/peter/deps/aarch64-static --static Using aarch64-linux-gnu-ar
Using aarch64-linux-gnu-ranlib
Using aarch64-linux-gnu-nm
Building static library libz.a version 1.3.1 with aarch64-linux-gnu-gcc.
Checking for size_t... Yes.
Checking for off64_t... Yes.
Checking for fseeko... Yes.
Checking for strerror... Yes.
Checking for unistd.h... Yes.
Checking for stdarg.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for attribute(visibility) support... Yes.
↓ 15 lines
Using aarch64-linux-gnu-ar Using aarch64-linux-gnu-ranlib Using aarch64-linux-gnu-nm Building static library libz.a version 1.3.1 with aarch64-linux-gnu-gcc. Checking for size_t... Yes. Checking for off64_t... Yes. Checking for fseeko... Yes. Checking for strerror... Yes. Checking for unistd.h... Yes. Checking for stdarg.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf(). Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for attribute(visibility) support... Yes.
Show reasoning
Preparing parallel make command
compile-bench> cd zlib-1.3.1 && make -j$(nproc) aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o example.o test/example.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o adler32.o adler32.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o crc32.o crc32.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o deflate.o deflate.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o infback.o infback.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inffast.o inffast.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inflate.o inflate.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inftrees.o inftrees.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o trees.o trees.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o zutil.o zutil.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o compress.o compress.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o uncompr.o uncompr.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzclose.o gzclose.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzlib.o gzlib.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzread.o gzread.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c
aarch64-linux-gnu-ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example example.o -L. libz.a
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip minigzip.o -L. libz.a
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example64 example64.o -L. libz.a
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip64 minigzip64.o -L. libz.a
↓ 25 lines
aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o example.o test/example.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o adler32.o adler32.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o crc32.o crc32.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o deflate.o deflate.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o infback.o infback.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inffast.o inffast.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inflate.o inflate.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inftrees.o inftrees.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o trees.o trees.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o zutil.o zutil.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o compress.o compress.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o uncompr.o uncompr.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzclose.o gzclose.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzlib.o gzlib.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzread.o gzread.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c aarch64-linux-gnu-ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example example.o -L. libz.a aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip minigzip.o -L. libz.a aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example64 example64.o -L. libz.a aarch64-linux-gnu-gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip64 minigzip64.o -L. libz.a
Show reasoning
Installing zlib library
compile-bench> cd zlib-1.3.1 && make install rm -f /home/peter/deps/aarch64-static/lib/libz.a
cp libz.a /home/peter/deps/aarch64-static/lib
chmod 644 /home/peter/deps/aarch64-static/lib/libz.a
rm -f /home/peter/deps/aarch64-static/share/man/man3/zlib.3
cp zlib.3 /home/peter/deps/aarch64-static/share/man/man3
chmod 644 /home/peter/deps/aarch64-static/share/man/man3/zlib.3
rm -f /home/peter/deps/aarch64-static/lib/pkgconfig/zlib.pc
cp zlib.pc /home/peter/deps/aarch64-static/lib/pkgconfig
chmod 644 /home/peter/deps/aarch64-static/lib/pkgconfig/zlib.pc
rm -f /home/peter/deps/aarch64-static/include/zlib.h /home/peter/deps/aarch64-static/include/zconf.h
cp zlib.h zconf.h /home/peter/deps/aarch64-static/include
chmod 644 /home/peter/deps/aarch64-static/include/zlib.h /home/peter/deps/aarch64-static/include/zconf.h
↓ 13 lines
rm -f /home/peter/deps/aarch64-static/lib/libz.a cp libz.a /home/peter/deps/aarch64-static/lib chmod 644 /home/peter/deps/aarch64-static/lib/libz.a rm -f /home/peter/deps/aarch64-static/share/man/man3/zlib.3 cp zlib.3 /home/peter/deps/aarch64-static/share/man/man3 chmod 644 /home/peter/deps/aarch64-static/share/man/man3/zlib.3 rm -f /home/peter/deps/aarch64-static/lib/pkgconfig/zlib.pc cp zlib.pc /home/peter/deps/aarch64-static/lib/pkgconfig chmod 644 /home/peter/deps/aarch64-static/lib/pkgconfig/zlib.pc rm -f /home/peter/deps/aarch64-static/include/zlib.h /home/peter/deps/aarch64-static/include/zconf.h cp zlib.h zconf.h /home/peter/deps/aarch64-static/include chmod 644 /home/peter/deps/aarch64-static/include/zlib.h /home/peter/deps/aarch64-static/include/zconf.h
Show reasoning
Preparing to build Brotli
compile-bench> curl -L https://github.com/google/brotli/archive/refs/tags/v1.1.0.tar.gz -o brotli-1.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 499k 100 499k 0 0 1460k 0 --:--:-- --:--:-- --:--:-- 1460k
↓ 5 lines
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 499k 100 499k 0 0 1460k 0 --:--:-- --:--:-- --:--:-- 1460k
Show reasoning
Extracting tarball archive
[empty output]
Show reasoning
Configuring build with CMake
compile-bench> cd brotli-1.1.0 && cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/peter/deps/aarch64-static -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DBUILD_SHARED_LIBS=OFF -- The C compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Build type is 'Release'
-- Performing Test BROTLI_EMSCRIPTEN
-- Performing Test BROTLI_EMSCRIPTEN - Failed
-- Compiler is not EMSCRIPTEN
-- Looking for log2
-- Looking for log2 - not found
-- Looking for log2
-- Looking for log2 - found
-- Detected aarch64-linux-gnu cross-compilation
CMake Warning at CMakeLists.txt:264 (message):
Test file tests/testdata/alice29.txt does not exist.
CMake Warning at CMakeLists.txt:264 (message):
Test file tests/testdata/asyoulik.txt does not exist.
CMake Warning at CMakeLists.txt:264 (message):
Test file tests/testdata/lcet10.txt does not exist.
CMake Warning at CMakeLists.txt:264 (message):
Test file tests/testdata/plrabn12.txt does not exist.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/peter/brotli-1.1.0/build
↓ 35 lines
-- The C compiler identification is GNU 11.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Build type is 'Release' -- Performing Test BROTLI_EMSCRIPTEN -- Performing Test BROTLI_EMSCRIPTEN - Failed -- Compiler is not EMSCRIPTEN -- Looking for log2 -- Looking for log2 - not found -- Looking for log2 -- Looking for log2 - found -- Detected aarch64-linux-gnu cross-compilation CMake Warning at CMakeLists.txt:264 (message): Test file tests/testdata/alice29.txt does not exist. CMake Warning at CMakeLists.txt:264 (message): Test file tests/testdata/asyoulik.txt does not exist. CMake Warning at CMakeLists.txt:264 (message): Test file tests/testdata/lcet10.txt does not exist. CMake Warning at CMakeLists.txt:264 (message): Test file tests/testdata/plrabn12.txt does not exist. -- Configuring done -- Generating done -- Build files have been written to: /home/peter/brotli-1.1.0/build
Show reasoning
Running build command
[0/36] Building C object CMakeFiles/brotlicommon.dir/c/common/constants.c.o [0/36] Building C object CMakeFiles/brotlicommon.dir/c/common/context.c.o [0/36] Building C object CMakeFiles/brotlicommon.dir/c/common/dictionary.c.o [0/36] Building C object CMakeFiles/brotlicommon.dir/c/common/platform.c.o [0/36] Building C object CMakeFiles/brotlicommon.dir/c/common/shared_dictionary.c.o [0/36] Building C object CMakeFiles/brotlicommon.dir/c/common/transform.c.o [0/36] Building C object CMakeFiles/brotlidec.dir/c/dec/bit_reader.c.o [0/36] Building C object CMakeFiles/brotlidec.dir/c/dec/decode.c.o [0/36] Building C object CMakeFiles/brotlidec.dir/c/dec/huffman.c.o [0/36] Building C object CMakeFiles/brotlidec.dir/c/dec/state.c.o [1/36] Building C object CMakeFiles/brotlicommon.dir/c/common/context.c.o [1/36] Building C object CMakeFiles/brotlienc.dir/c/enc/backward_references.c.o [2/36] Building C object CMakeFiles/brotlicommon.dir/c/common/platform.c.o [2/36] Building C object CMakeFiles/brotlienc.dir/c/enc/backward_references_hq.c.o [3/36] Building C object CMakeFiles/brotlicommon.dir/c/common/constants.c.o [3/36] Building C object CMakeFiles/brotlienc.dir/c/enc/bit_cost.c.o [4/36] Building C object CMakeFiles/brotlicommon.dir/c/common/shared_dictionary.c.o [4/36] Building C object CMakeFiles/brotlienc.dir/c/enc/block_splitter.c.o [5/36] Building C object CMakeFiles/brotlidec.dir/c/dec/state.c.o [5/36] Building C object CMakeFiles/brotlienc.dir/c/enc/brotli_bit_stream.c.o [6/36] Building C object CMakeFiles/brotlidec.dir/c/dec/bit_reader.c.o [6/36] Building C object CMakeFiles/brotlienc.dir/c/enc/cluster.c.o [7/36] Building C object CMakeFiles/brotlicommon.dir/c/common/transform.c.o [7/36] Building C object CMakeFiles/brotlienc.dir/c/enc/command.c.o [8/36] Building C object CMakeFiles/brotlidec.dir/c/dec/huffman.c.o [8/36] Building C object CMakeFiles/brotlienc.dir/c/enc/compound_dictionary.c.o [9/36] Building C object CMakeFiles/brotlicommon.dir/c/common/dictionary.c.o [9/36] Linking C static library libbrotlicommon.a [10/36] Linking C static library libbrotlicommon.a [10/36] Building C object CMakeFiles/brotlienc.dir/c/enc/compress_fragment.c.o [11/36] Building C object CMakeFiles/brotlienc.dir/c/enc/command.c.o [11/36] Building C object CMakeFiles/brotlienc.dir/c/enc/compress_fragment_two_pass.c.o [12/36] Building C object CMakeFiles/brotlienc.dir/c/enc/bit_cost.c.o [12/36] Building C object CMakeFiles/brotlienc.dir/c/enc/dictionary_hash.c.o [13/36] Building C object CMakeFiles/brotlienc.dir/c/enc/dictionary_hash.c.o [13/36] Building C object CMakeFiles/brotlienc.dir/c/enc/encode.c.o [14/36] Building C object CMakeFiles/brotlienc.dir/c/enc/compound_dictionary.c.o [14/36] Building C object CMakeFiles/brotlienc.dir/c/enc/encoder_dict.c.o [15/36] Building C object CMakeFiles/brotlienc.dir/c/enc/brotli_bit_stream.c.o [15/36] Building C object CMakeFiles/brotlienc.dir/c/enc/entropy_encode.c.o [16/36] Building C object CMakeFiles/brotlienc.dir/c/enc/encoder_dict.c.o [16/36] Building C object CMakeFiles/brotlienc.dir/c/enc/fast_log.c.o [17/36] Building C object CMakeFiles/brotlienc.dir/c/enc/fast_log.c.o [17/36] Building C object CMakeFiles/brotlienc.dir/c/enc/histogram.c.o [18/36] Building C object CMakeFiles/brotlienc.dir/c/enc/block_splitter.c.o [18/36] Building C object CMakeFiles/brotlienc.dir/c/enc/literal_cost.c.o [19/36] Building C object CMakeFiles/brotlienc.dir/c/enc/cluster.c.o [19/36] Building C object CMakeFiles/brotlienc.dir/c/enc/memory.c.o [20/36] Building C object CMakeFiles/brotlienc.dir/c/enc/literal_cost.c.o [20/36] Building C object CMakeFiles/brotlienc.dir/c/enc/metablock.c.o [21/36] Building C object CMakeFiles/brotlienc.dir/c/enc/entropy_encode.c.o [21/36] Building C object CMakeFiles/brotlienc.dir/c/enc/static_dict.c.o [22/36] Building C object CMakeFiles/brotlienc.dir/c/enc/memory.c.o [22/36] Building C object CMakeFiles/brotlienc.dir/c/enc/utf8_util.c.o [23/36] Building C object CMakeFiles/brotlienc.dir/c/enc/utf8_util.c.o [23/36] Building C object CMakeFiles/brotli.dir/c/tools/brotli.c.o [24/36] Building C object CMakeFiles/brotlienc.dir/c/enc/histogram.c.o [25/36] Building C object CMakeFiles/brotlienc.dir/c/enc/compress_fragment_two_pass.c.o [26/36] Building C object CMakeFiles/brotlidec.dir/c/dec/decode.c.o [26/36] Linking C static library libbrotlidec.a [27/36] Linking C static library libbrotlidec.a [28/36] Building C object CMakeFiles/brotlienc.dir/c/enc/compress_fragment.c.o [29/36] Building C object CMakeFiles/brotlienc.dir/c/enc/backward_references_hq.c.o [30/36] Building C object CMakeFiles/brotlienc.dir/c/enc/static_dict.c.o [31/36] Building C object CMakeFiles/brotli.dir/c/tools/brotli.c.o [32/36] Building C object CMakeFiles/brotlienc.dir/c/enc/encode.c.o [33/36] Building C object CMakeFiles/brotlienc.dir/c/enc/metablock.c.o [34/36] Building C object CMakeFiles/brotlienc.dir/c/enc/backward_references.c.o [34/36] Linking C static library libbrotlienc.a [35/36] Linking C static library libbrotlienc.a [35/36] Linking C executable brotli [36/36] Linking C executable brotli
Show reasoning
Running installation command
compile-bench> cd brotli-1.1.0 && cmake --install build -- Install configuration: "Release"
-- Installing: /home/peter/deps/aarch64-static/bin/brotli
-- Installing: /home/peter/deps/aarch64-static/lib/libbrotlienc.a
-- Installing: /home/peter/deps/aarch64-static/lib/libbrotlidec.a
-- Installing: /home/peter/deps/aarch64-static/lib/libbrotlicommon.a
-- Installing: /home/peter/deps/aarch64-static/include/brotli
-- Installing: /home/peter/deps/aarch64-static/include/brotli/shared_dictionary.h
-- Installing: /home/peter/deps/aarch64-static/include/brotli/port.h
-- Installing: /home/peter/deps/aarch64-static/include/brotli/encode.h
-- Installing: /home/peter/deps/aarch64-static/include/brotli/types.h
-- Installing: /home/peter/deps/aarch64-static/include/brotli/decode.h
-- Installing: /home/peter/deps/aarch64-static/lib/pkgconfig/libbrotlicommon.pc
-- Installing: /home/peter/deps/aarch64-static/lib/pkgconfig/libbrotlidec.pc
-- Installing: /home/peter/deps/aarch64-static/lib/pkgconfig/libbrotlienc.pc
↓ 15 lines
-- Install configuration: "Release" -- Installing: /home/peter/deps/aarch64-static/bin/brotli -- Installing: /home/peter/deps/aarch64-static/lib/libbrotlienc.a -- Installing: /home/peter/deps/aarch64-static/lib/libbrotlidec.a -- Installing: /home/peter/deps/aarch64-static/lib/libbrotlicommon.a -- Installing: /home/peter/deps/aarch64-static/include/brotli -- Installing: /home/peter/deps/aarch64-static/include/brotli/shared_dictionary.h -- Installing: /home/peter/deps/aarch64-static/include/brotli/port.h -- Installing: /home/peter/deps/aarch64-static/include/brotli/encode.h -- Installing: /home/peter/deps/aarch64-static/include/brotli/types.h -- Installing: /home/peter/deps/aarch64-static/include/brotli/decode.h -- Installing: /home/peter/deps/aarch64-static/lib/pkgconfig/libbrotlicommon.pc -- Installing: /home/peter/deps/aarch64-static/lib/pkgconfig/libbrotlidec.pc -- Installing: /home/peter/deps/aarch64-static/lib/pkgconfig/libbrotlienc.pc
Show reasoning
Starting zstd build instructions
compile-bench> curl -L https://github.com/facebook/zstd/archive/refs/tags/v1.5.6.tar.gz -o zstd-1.5.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 2368k 0 2368k 0 0 4273k 0 --:--:-- --:--:-- --:--:-- 5892k
↓ 5 lines
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 2368k 0 2368k 0 0 4273k 0 --:--:-- --:--:-- --:--:-- 5892k
Show reasoning
Extracting tar archive
[empty output]
Show reasoning
Preparing cross-compilation build commands
I'll build the static libzstd library by running make inside the lib directory with cross-compile environment variables set, using commands like make -j$(nproc) CC=... AR=... RANLIB=... and handle installation with appropriate PREFIX settings. This approach seems simpler than using cmake for now.
compile-bench> cd zstd-1.5.6/lib && make -j$(nproc) CC=aarch64-linux-gnu-gcc AR=aarch64-linux-gnu-ar RANLIB=aarch64-linux-gnu-ranlib creating pkgconfig
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/debug.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/entropy_common.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/error_private.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/fse_decompress.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/pool.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/threading.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/xxhash.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/debug.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/entropy_common.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/error_private.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_common.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_v05.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_v06.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_v07.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/fse_decompress.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/pool.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/threading.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/xxhash.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/fse_compress.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_common.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/hist.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/huf_compress.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_compress.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_v05.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_v06.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_v07.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/fse_compress.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_compress_literals.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/hist.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/huf_compress.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_compress.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_compress_sequences.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_compress_literals.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_compress_superblock.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_double_fast.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_compress_sequences.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_fast.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_compress_superblock.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_lazy.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_ldm.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_opt.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstdmt_compress.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_double_fast.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_fast.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_lazy.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_ldm.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_opt.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/huf_decompress.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstdmt_compress.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_ddict.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/huf_decompress.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_decompress.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_decompress_block.o
AS obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/huf_decompress_amd64.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_ddict.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/cover.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_decompress.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_decompress_block.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/divsufsort.o
AS obj/conf_238eaf6ff1fdebc431075910b047673f/static/huf_decompress_amd64.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/fastcover.o
CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zdict.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/cover.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/divsufsort.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/fastcover.o
CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zdict.o
compiling multi-threaded dynamic library 1.5.6
/usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: warning: -z cet-report=error ignored
/usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: warning: -z cet-report=error ignored
creating versioned links
compiling single-threaded static library 1.5.6
release build completed
↓ 74 lines
creating pkgconfig CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/debug.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/entropy_common.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/error_private.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/fse_decompress.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/pool.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/threading.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/xxhash.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/debug.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/entropy_common.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/error_private.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_common.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_v05.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_v06.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_v07.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/fse_decompress.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/pool.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/threading.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/xxhash.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/fse_compress.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_common.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/hist.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/huf_compress.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_compress.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_v05.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_v06.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_v07.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/fse_compress.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_compress_literals.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/hist.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/huf_compress.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_compress.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_compress_sequences.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_compress_literals.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_compress_superblock.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_double_fast.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_compress_sequences.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_fast.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_compress_superblock.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_lazy.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_ldm.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_opt.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstdmt_compress.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_double_fast.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_fast.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_lazy.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_ldm.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_opt.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/huf_decompress.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstdmt_compress.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_ddict.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/huf_decompress.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_decompress.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zstd_decompress_block.o AS obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/huf_decompress_amd64.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_ddict.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/cover.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_decompress.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zstd_decompress_block.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/divsufsort.o AS obj/conf_238eaf6ff1fdebc431075910b047673f/static/huf_decompress_amd64.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/fastcover.o CC obj/conf_c2dc9ddab7c6ece7b91224ebc8fca081/dynamic/zdict.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/cover.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/divsufsort.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/fastcover.o CC obj/conf_238eaf6ff1fdebc431075910b047673f/static/zdict.o compiling multi-threaded dynamic library 1.5.6 /usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: warning: -z cet-report=error ignored /usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: warning: -z cet-report=error ignored creating versioned links compiling single-threaded static library 1.5.6 release build completed
Show reasoning
Analyzing cross-compilation for aarch64
I'm looking into how the build process compiles x86 assembly code even when cross-compiling for aarch64. The presence of x86-specific assembly may be benign or skipped by macros, but I want to confirm that only aarch64-relevant static libs are installed. Next, I plan to run make install with appropriate PREFIX and toolchain variables to install the build artifacts for aarch64.
compile-bench> cd zstd-1.5.6/lib && make install PREFIX=/home/peter/deps/aarch64-static CC=aarch64-linux-gnu-gcc AR=aarch64-linux-gnu-ar RANLIB=aarch64-linux-gnu-ranlib Installing static library
Installing shared library
Installing includes
zstd static and shared library installed
↓ 5 lines
Installing static library Installing shared library Installing includes zstd static and shared library installed
Show reasoning
Reviewing static vs shared libraries for cross-compiling
compile-bench> ls deps/aarch64-static/lib libbrotlicommon.a libbrotlienc.a libzstd.a libzstd.so.1 pkgconfig
libbrotlidec.a libz.a libzstd.so libzstd.so.1.5.6
↓ 3 lines
libbrotlicommon.a libbrotlienc.a libzstd.a libzstd.so.1 pkgconfig libbrotlidec.a libz.a libzstd.so libzstd.so.1.5.6
Show reasoning
Removing dynamic library files
[empty output]
Show reasoning
Preparing to download OpenSSL source
compile-bench> curl -L https://www.openssl.org/source/openssl-3.3.1.tar.gz -o openssl-3.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 169 100 169 0 0 932 0 --:--:-- --:--:-- --:--:-- 933
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 17.2M 100 17.2M 0 0 37.9M 0 --:--:-- --:--:-- --:--:-- 37.9M
↓ 6 lines
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 169 100 169 0 0 932 0 --:--:-- --:--:-- --:--:-- 933
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 17.2M 100 17.2M 0 0 37.9M 0 --:--:-- --:--:-- --:--:-- 37.9M
Show reasoning
Extracting OpenSSL archive
[empty output]
Show reasoning
Preparing OpenSSL configuration
compile-bench> cd openssl-3.3.1 && CC=aarch64-linux-gnu-gcc AR=aarch64-linux-gnu-ar RANLIB=aarch64-linux-gnu-ranlib ./Configure linux-aarch64 no-shared no-dso no-module no-async --prefix=/home/peter/deps/aarch64-static --openssldir=/home/peter/deps/aarch64-static/ssl Configuring OpenSSL version 3.3.1 for target linux-aarch64
Using os-specific seed configuration
Created configdata.pm
Running configdata.pm
Created Makefile.in
Created Makefile
Created include/openssl/configuration.h
**********************************************************************
*** ***
*** OpenSSL has been successfully configured ***
*** ***
*** If you encounter a problem while building, please open an ***
*** issue on GitHub <https://github.com/openssl/openssl/issues> ***
*** and include the output from the following command: ***
*** ***
*** perl configdata.pm --dump ***
*** ***
*** (If you are new to OpenSSL, you might want to consult the ***
*** 'Troubleshooting' section in the INSTALL.md file first) ***
*** ***
**********************************************************************
↓ 23 lines
Configuring OpenSSL version 3.3.1 for target linux-aarch64 Using os-specific seed configuration Created configdata.pm Running configdata.pm Created Makefile.in Created Makefile Created include/openssl/configuration.h ********************************************************************** *** *** *** OpenSSL has been successfully configured *** *** *** *** If you encounter a problem while building, please open an *** *** issue on GitHub <https://github.com/openssl/openssl/issues> *** *** and include the output from the following command: *** *** *** *** perl configdata.pm --dump *** *** *** *** (If you are new to OpenSSL, you might want to consult the *** *** 'Troubleshooting' section in the INSTALL.md file first) *** *** *** **********************************************************************
Show reasoning
Building OpenSSL source
compile-bench> cd openssl-3.3.1 && make -j$(nproc) /usr/bin/perl util/mkinstallvars.pl PREFIX=. BINDIR=apps LIBDIR= INCLUDEDIR=include APPLINKDIR=ms ENGINESDIR=engines MODULESDIR=providers "VERSION=3.3.1" "LDLIBS=-ldl -pthread " > builddata.pm
/usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" crypto/params_idx.c.in > crypto/params_idx.c
/usr/bin/perl util/mkinstallvars.pl "PREFIX=/home/peter/deps/aarch64-static" BINDIR=bin "LIBDIR=lib" INCLUDEDIR=include APPLINKDIR=include/openssl "ENGINESDIR=/home/peter/deps/aarch64-static/lib/engines-3" "MODULESDIR=/home/peter/deps/aarch64-static/lib/ossl-modules" "PKGCONFIGDIR=/home/peter/deps/aarch64-static/lib/pkgconfig" "CMAKECONFIGDIR=/home/peter/deps/aarch64-static/lib/cmake/OpenSSL" "LDLIBS=-ldl -pthread " "VERSION=3.3.1" > installdata.pm
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h
/usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" include/internal/param_names.h.in > include/internal/param_names.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/asn1.h.in > include/openssl/asn1.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/asn1t.h.in > include/openssl/asn1t.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/bio.h.in > include/openssl/bio.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/cmp.h.in > include/openssl/cmp.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/cms.h.in > include/openssl/cms.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/conf.h.in > include/openssl/conf.h
/usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" include/openssl/core_names.h.in > include/openssl/core_names.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/crmf.h.in > include/openssl/crmf.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/crypto.h.in > include/openssl/crypto.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ct.h.in > include/openssl/ct.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/err.h.in > include/openssl/err.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ess.h.in > include/openssl/ess.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/fipskey.h.in > include/openssl/fipskey.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/lhash.h.in > include/openssl/lhash.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ocsp.h.in > include
[command output truncated]
nux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 \
-o test/x509_internal_test \
test/x509_internal_test-bin-x509_internal_test.o \
test/libtestutil.a libcrypto.a -ldl -pthread
rm -f test/x509_load_cert_file_test
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 -L. \
-o test/x509_load_cert_file_test \
test/x509_load_cert_file_test-bin-x509_load_cert_file_test.o \
test/libtestutil.a -lcrypto -ldl -pthread
rm -f test/x509_test
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 -L. \
-o test/x509_test \
test/x509_test-bin-x509_test.o \
test/libtestutil.a -lcrypto -ldl -pthread
rm -f test/x509_time_test
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 -L. \
-o test/x509_time_test \
test/x509_time_test-bin-x509_time_test.o \
test/libtestutil.a -lcrypto -ldl -pthread
rm -f test/x509aux
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 -L. \
-o test/x509aux \
test/x509aux-bin-x509aux.o \
test/libtestutil.a -lcrypto -ldl -pthread
rm -f util/quicserver
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 \
-o util/quicserver \
util/quicserver-bin-quicserver.o \
libssl.a libcrypto.a -ldl -pthread
rm -f apps/openssl
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 -L. \
-o apps/openssl \
apps/lib/openssl-bin-cmp_mock_srv.o \
apps/openssl-bin-asn1parse.o apps/openssl-bin-ca.o \
apps/openssl-bin-ciphers.o apps/openssl-bin-cmp.o \
apps/openssl-bin-cms.o apps/openssl-bin-crl.o \
apps/openssl-bin-crl2pkcs7.o apps/openssl-bin-dgst.o \
apps/openssl-bin-dhparam.o apps/openssl-bin-dsa.o \
apps/openssl-bin-dsaparam.o apps/openssl-bin-ec.o \
apps/openssl-bin-ecparam.o apps/openssl-bin-enc.o \
apps/openssl-bin-engine.o apps/openssl-bin-errstr.o \
apps/openssl-bin-fipsinstall.o apps/openssl-bin-gendsa.o \
apps/openssl-bin-genpkey.o apps/openssl-bin-genrsa.o \
apps/openssl-bin-info.o apps/openssl-bin-kdf.o \
apps/openssl-bin-list.o apps/openssl-bin-mac.o \
apps/openssl-bin-nseq.o apps/openssl-bin-ocsp.o \
apps/openssl-bin-openssl.o apps/openssl-bin-passwd.o \
apps/openssl-bin-pkcs12.o apps/openssl-bin-pkcs7.o \
apps/openssl-bin-pkcs8.o apps/openssl-bin-pkey.o \
apps/openssl-bin-pkeyparam.o apps/openssl-bin-pkeyutl.o \
apps/openssl-bin-prime.o apps/openssl-bin-progs.o \
apps/openssl-bin-rand.o apps/openssl-bin-rehash.o \
apps/openssl-bin-req.o apps/openssl-bin-rsa.o \
apps/openssl-bin-rsautl.o apps/openssl-bin-s_client.o \
apps/openssl-bin-s_server.o apps/openssl-bin-s_time.o \
apps/openssl-bin-sess_id.o apps/openssl-bin-smime.o \
apps/openssl-bin-speed.o apps/openssl-bin-spkac.o \
apps/openssl-bin-srp.o apps/openssl-bin-storeutl.o \
apps/openssl-bin-ts.o apps/openssl-bin-verify.o \
apps/openssl-bin-version.o apps/openssl-bin-x509.o \
apps/libapps.a -lssl -lcrypto -ldl -pthread
make[1]: Leaving directory '/home/peter/openssl-3.3.1'
↓ 85 lines
/usr/bin/perl util/mkinstallvars.pl PREFIX=. BINDIR=apps LIBDIR= INCLUDEDIR=include APPLINKDIR=ms ENGINESDIR=engines MODULESDIR=providers "VERSION=3.3.1" "LDLIBS=-ldl -pthread " > builddata.pm
/usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" crypto/params_idx.c.in > crypto/params_idx.c
/usr/bin/perl util/mkinstallvars.pl "PREFIX=/home/peter/deps/aarch64-static" BINDIR=bin "LIBDIR=lib" INCLUDEDIR=include APPLINKDIR=include/openssl "ENGINESDIR=/home/peter/deps/aarch64-static/lib/engines-3" "MODULESDIR=/home/peter/deps/aarch64-static/lib/ossl-modules" "PKGCONFIGDIR=/home/peter/deps/aarch64-static/lib/pkgconfig" "CMAKECONFIGDIR=/home/peter/deps/aarch64-static/lib/cmake/OpenSSL" "LDLIBS=-ldl -pthread " "VERSION=3.3.1" > installdata.pm
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h
/usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" include/internal/param_names.h.in > include/internal/param_names.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/asn1.h.in > include/openssl/asn1.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/asn1t.h.in > include/openssl/asn1t.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/bio.h.in > include/openssl/bio.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/cmp.h.in > include/openssl/cmp.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/cms.h.in > include/openssl/cms.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/conf.h.in > include/openssl/conf.h
/usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" include/openssl/core_names.h.in > include/openssl/core_names.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/crmf.h.in > include/openssl/crmf.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/crypto.h.in > include/openssl/crypto.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ct.h.in > include/openssl/ct.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/err.h.in > include/openssl/err.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ess.h.in > include/openssl/ess.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/fipskey.h.in > include/openssl/fipskey.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/lhash.h.in > include/openssl/lhash.h
/usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ocsp.h.in > include
[command output truncated]
nux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 \
-o test/x509_internal_test \
test/x509_internal_test-bin-x509_internal_test.o \
test/libtestutil.a libcrypto.a -ldl -pthread
rm -f test/x509_load_cert_file_test
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 -L. \
-o test/x509_load_cert_file_test \
test/x509_load_cert_file_test-bin-x509_load_cert_file_test.o \
test/libtestutil.a -lcrypto -ldl -pthread
rm -f test/x509_test
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 -L. \
-o test/x509_test \
test/x509_test-bin-x509_test.o \
test/libtestutil.a -lcrypto -ldl -pthread
rm -f test/x509_time_test
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 -L. \
-o test/x509_time_test \
test/x509_time_test-bin-x509_time_test.o \
test/libtestutil.a -lcrypto -ldl -pthread
rm -f test/x509aux
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 -L. \
-o test/x509aux \
test/x509aux-bin-x509aux.o \
test/libtestutil.a -lcrypto -ldl -pthread
rm -f util/quicserver
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 \
-o util/quicserver \
util/quicserver-bin-quicserver.o \
libssl.a libcrypto.a -ldl -pthread
rm -f apps/openssl
${LDCMD:-aarch64-linux-gnu-gcc} -pthread -Wa,--noexecstack -Wall -O3 -L. \
-o apps/openssl \
apps/lib/openssl-bin-cmp_mock_srv.o \
apps/openssl-bin-asn1parse.o apps/openssl-bin-ca.o \
apps/openssl-bin-ciphers.o apps/openssl-bin-cmp.o \
apps/openssl-bin-cms.o apps/openssl-bin-crl.o \
apps/openssl-bin-crl2pkcs7.o apps/openssl-bin-dgst.o \
apps/openssl-bin-dhparam.o apps/openssl-bin-dsa.o \
apps/openssl-bin-dsaparam.o apps/openssl-bin-ec.o \
apps/openssl-bin-ecparam.o apps/openssl-bin-enc.o \
apps/openssl-bin-engine.o apps/openssl-bin-errstr.o \
apps/openssl-bin-fipsinstall.o apps/openssl-bin-gendsa.o \
apps/openssl-bin-genpkey.o apps/openssl-bin-genrsa.o \
apps/openssl-bin-info.o apps/openssl-bin-kdf.o \
apps/openssl-bin-list.o apps/openssl-bin-mac.o \
apps/openssl-bin-nseq.o apps/openssl-bin-ocsp.o \
apps/openssl-bin-openssl.o apps/openssl-bin-passwd.o \
apps/openssl-bin-pkcs12.o apps/openssl-bin-pkcs7.o \
apps/openssl-bin-pkcs8.o apps/openssl-bin-pkey.o \
apps/openssl-bin-pkeyparam.o apps/openssl-bin-pkeyutl.o \
apps/openssl-bin-prime.o apps/openssl-bin-progs.o \
apps/openssl-bin-rand.o apps/openssl-bin-rehash.o \
apps/openssl-bin-req.o apps/openssl-bin-rsa.o \
apps/openssl-bin-rsautl.o apps/openssl-bin-s_client.o \
apps/openssl-bin-s_server.o apps/openssl-bin-s_time.o \
apps/openssl-bin-sess_id.o apps/openssl-bin-smime.o \
apps/openssl-bin-speed.o apps/openssl-bin-spkac.o \
apps/openssl-bin-srp.o apps/openssl-bin-storeutl.o \
apps/openssl-bin-ts.o apps/openssl-bin-verify.o \
apps/openssl-bin-version.o apps/openssl-bin-x509.o \
apps/libapps.a -lssl -lcrypto -ldl -pthread
make[1]: Leaving directory '/home/peter/openssl-3.3.1'
Show reasoning
Installing OpenSSL software components
compile-bench> cd openssl-3.3.1 && make install_sw "make" depend && "make" _build_libs
make[1]: Entering directory '/home/peter/openssl-3.3.1'
make[1]: Leaving directory '/home/peter/openssl-3.3.1'
make[1]: Entering directory '/home/peter/openssl-3.3.1'
make[1]: Nothing to be done for '_build_libs'.
make[1]: Leaving directory '/home/peter/openssl-3.3.1'
*** Installing runtime libraries
*** Installing development files
created directory `/home/peter/deps/aarch64-static/include/openssl'
install ./include/openssl/aes.h -> /home/peter/deps/aarch64-static/include/openssl/aes.h
install ./include/openssl/asn1.h -> /home/peter/deps/aarch64-static/include/openssl/asn1.h
install ./include/openssl/asn1_mac.h -> /home/peter/deps/aarch64-static/include/openssl/asn1_mac.h
install ./include/openssl/asn1err.h -> /home/peter/deps/aarch64-static/include/openssl/asn1err.h
install ./include/openssl/asn1t.h -> /home/peter/deps/aarch64-static/include/openssl/asn1t.h
install ./include/openssl/async.h -> /home/peter/deps/aarch64-static/include/openssl/async.h
install ./include/openssl/asyncerr.h -> /home/peter/deps/aarch64-static/include/openssl/asyncerr.h
install ./include/openssl/bio.h -> /home/peter/deps/aarch64-static/include/openssl/bio.h
install ./include/openssl/bioerr.h -> /home/peter/deps/aarch64-static/include/openssl/bioerr.h
install ./include/openssl/blowfish.h -> /home/peter/deps/aarch64-static/include/openssl/blowfish.h
install ./include/openssl/bn.h -> /home/peter/deps/aarch64-static/include/openssl/bn.h
install ./include/openssl/bnerr.h -> /home/peter/deps/aarch64-static/include/openssl/bnerr.h
install ./include/openssl/buffer.h -> /home/peter/deps/aarch64-static/include/openssl/buffer.h
install ./include/openssl/buffererr.h -> /home/peter/deps/aarch64-static/include/openssl/buffererr.h
install ./include/openssl/camellia.h -> /home/peter/deps/aarch64-static/include/openssl/camellia.h
install ./include/openssl/cast.h -> /home/peter/deps/aarch64-static/include/openssl/cast.h
install ./include/openssl/cmac.h -> /home/peter/deps/aarch64-static/include/openssl/cmac.h
install ./include/openssl/cmp.h -> /home/peter/deps/aarch64-static/include/openssl/cmp.h
install ./include/openssl/cmp_util.h -> /home/peter/deps/aarch64-static/include/openssl/cmp_util.h
install ./include/openssl/cmperr.h -> /home/peter/deps/aarch64-static/include/openssl/cmperr.h
install ./include/openssl/cms.h -> /home/peter/deps/aarch64-static/include/openssl/cms.h
install ./include/openssl/cmserr.h -> /home/peter/deps/aarch64-static/include/openssl/cmserr.h
install ./include/openssl/comp.h -> /home/peter/deps/aarch64-static/include/openssl/comp.h
install ./include/openssl/comperr.h -> /home/peter/deps/aarch64-static/include/openssl/comperr.h
install ./include/openssl/conf.h -> /home/peter/deps/aarch64-static/include/openssl/conf.h
install ./include/openssl/conf_api.h -> /home/peter/deps/aarch64-static/include/openssl/conf_api.h
install ./include/openssl/conferr.h -> /home/peter/deps/aarch64-static/include/o
[command output truncated]
lude/openssl/trace.h -> /home/peter/deps/aarch64-static/include/openssl/trace.h
install ./include/openssl/ts.h -> /home/peter/deps/aarch64-static/include/openssl/ts.h
install ./include/openssl/tserr.h -> /home/peter/deps/aarch64-static/include/openssl/tserr.h
install ./include/openssl/txt_db.h -> /home/peter/deps/aarch64-static/include/openssl/txt_db.h
install ./include/openssl/types.h -> /home/peter/deps/aarch64-static/include/openssl/types.h
install ./include/openssl/ui.h -> /home/peter/deps/aarch64-static/include/openssl/ui.h
install ./include/openssl/uierr.h -> /home/peter/deps/aarch64-static/include/openssl/uierr.h
install ./include/openssl/whrlpool.h -> /home/peter/deps/aarch64-static/include/openssl/whrlpool.h
install ./include/openssl/x509.h -> /home/peter/deps/aarch64-static/include/openssl/x509.h
install ./include/openssl/x509_vfy.h -> /home/peter/deps/aarch64-static/include/openssl/x509_vfy.h
install ./include/openssl/x509err.h -> /home/peter/deps/aarch64-static/include/openssl/x509err.h
install ./include/openssl/x509v3.h -> /home/peter/deps/aarch64-static/include/openssl/x509v3.h
install ./include/openssl/x509v3err.h -> /home/peter/deps/aarch64-static/include/openssl/x509v3err.h
install libcrypto.a -> /home/peter/deps/aarch64-static/lib/libcrypto.a
install libssl.a -> /home/peter/deps/aarch64-static/lib/libssl.a
install exporters/libcrypto.pc -> /home/peter/deps/aarch64-static/lib/pkgconfig/libcrypto.pc
install exporters/libssl.pc -> /home/peter/deps/aarch64-static/lib/pkgconfig/libssl.pc
install exporters/openssl.pc -> /home/peter/deps/aarch64-static/lib/pkgconfig/openssl.pc
created directory `/home/peter/deps/aarch64-static/lib/cmake'
created directory `/home/peter/deps/aarch64-static/lib/cmake/OpenSSL'
install exporters/OpenSSLConfig.cmake -> /home/peter/deps/aarch64-static/lib/cmake/OpenSSL/OpenSSLConfig.cmake
install exporters/OpenSSLConfigVersion.cmake -> /home/peter/deps/aarch64-static/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake
"make" depend && "make" _build_modules
make[1]: Entering directory '/home/peter/openssl-3.3.1'
make[1]: Leaving directory '/home/peter/openssl-3.3.1'
make[1]: Entering directory '/home/peter/openssl-3.3.1'
make[1]: Nothing to be done for '_build_modules'.
make[1]: Leaving directory '/home/peter/openssl-3.3.1'
created directory `/home/peter/deps/aarch64-static/lib/engines-3'
*** Installing engines
created directory `/home/peter/deps/aarch64-static/lib/ossl-modules'
*** Installing modules
"make" depend && "make" _build_programs
make[1]: Entering directory '/home/peter/openssl-3.3.1'
make[1]: Leaving directory '/home/peter/openssl-3.3.1'
make[1]: Entering directory '/home/peter/openssl-3.3.1'
make[1]: Nothing to be done for '_build_programs'.
make[1]: Leaving directory '/home/peter/openssl-3.3.1'
*** Installing runtime programs
install apps/openssl -> /home/peter/deps/aarch64-static/bin/openssl
install tools/c_rehash -> /home/peter/deps/aarch64-static/bin/c_rehash
↓ 79 lines
"make" depend && "make" _build_libs make[1]: Entering directory '/home/peter/openssl-3.3.1' make[1]: Leaving directory '/home/peter/openssl-3.3.1' make[1]: Entering directory '/home/peter/openssl-3.3.1' make[1]: Nothing to be done for '_build_libs'. make[1]: Leaving directory '/home/peter/openssl-3.3.1' *** Installing runtime libraries *** Installing development files created directory `/home/peter/deps/aarch64-static/include/openssl' install ./include/openssl/aes.h -> /home/peter/deps/aarch64-static/include/openssl/aes.h install ./include/openssl/asn1.h -> /home/peter/deps/aarch64-static/include/openssl/asn1.h install ./include/openssl/asn1_mac.h -> /home/peter/deps/aarch64-static/include/openssl/asn1_mac.h install ./include/openssl/asn1err.h -> /home/peter/deps/aarch64-static/include/openssl/asn1err.h install ./include/openssl/asn1t.h -> /home/peter/deps/aarch64-static/include/openssl/asn1t.h install ./include/openssl/async.h -> /home/peter/deps/aarch64-static/include/openssl/async.h install ./include/openssl/asyncerr.h -> /home/peter/deps/aarch64-static/include/openssl/asyncerr.h install ./include/openssl/bio.h -> /home/peter/deps/aarch64-static/include/openssl/bio.h install ./include/openssl/bioerr.h -> /home/peter/deps/aarch64-static/include/openssl/bioerr.h install ./include/openssl/blowfish.h -> /home/peter/deps/aarch64-static/include/openssl/blowfish.h install ./include/openssl/bn.h -> /home/peter/deps/aarch64-static/include/openssl/bn.h install ./include/openssl/bnerr.h -> /home/peter/deps/aarch64-static/include/openssl/bnerr.h install ./include/openssl/buffer.h -> /home/peter/deps/aarch64-static/include/openssl/buffer.h install ./include/openssl/buffererr.h -> /home/peter/deps/aarch64-static/include/openssl/buffererr.h install ./include/openssl/camellia.h -> /home/peter/deps/aarch64-static/include/openssl/camellia.h install ./include/openssl/cast.h -> /home/peter/deps/aarch64-static/include/openssl/cast.h install ./include/openssl/cmac.h -> /home/peter/deps/aarch64-static/include/openssl/cmac.h install ./include/openssl/cmp.h -> /home/peter/deps/aarch64-static/include/openssl/cmp.h install ./include/openssl/cmp_util.h -> /home/peter/deps/aarch64-static/include/openssl/cmp_util.h install ./include/openssl/cmperr.h -> /home/peter/deps/aarch64-static/include/openssl/cmperr.h install ./include/openssl/cms.h -> /home/peter/deps/aarch64-static/include/openssl/cms.h install ./include/openssl/cmserr.h -> /home/peter/deps/aarch64-static/include/openssl/cmserr.h install ./include/openssl/comp.h -> /home/peter/deps/aarch64-static/include/openssl/comp.h install ./include/openssl/comperr.h -> /home/peter/deps/aarch64-static/include/openssl/comperr.h install ./include/openssl/conf.h -> /home/peter/deps/aarch64-static/include/openssl/conf.h install ./include/openssl/conf_api.h -> /home/peter/deps/aarch64-static/include/openssl/conf_api.h install ./include/openssl/conferr.h -> /home/peter/deps/aarch64-static/include/o [command output truncated] lude/openssl/trace.h -> /home/peter/deps/aarch64-static/include/openssl/trace.h install ./include/openssl/ts.h -> /home/peter/deps/aarch64-static/include/openssl/ts.h install ./include/openssl/tserr.h -> /home/peter/deps/aarch64-static/include/openssl/tserr.h install ./include/openssl/txt_db.h -> /home/peter/deps/aarch64-static/include/openssl/txt_db.h install ./include/openssl/types.h -> /home/peter/deps/aarch64-static/include/openssl/types.h install ./include/openssl/ui.h -> /home/peter/deps/aarch64-static/include/openssl/ui.h install ./include/openssl/uierr.h -> /home/peter/deps/aarch64-static/include/openssl/uierr.h install ./include/openssl/whrlpool.h -> /home/peter/deps/aarch64-static/include/openssl/whrlpool.h install ./include/openssl/x509.h -> /home/peter/deps/aarch64-static/include/openssl/x509.h install ./include/openssl/x509_vfy.h -> /home/peter/deps/aarch64-static/include/openssl/x509_vfy.h install ./include/openssl/x509err.h -> /home/peter/deps/aarch64-static/include/openssl/x509err.h install ./include/openssl/x509v3.h -> /home/peter/deps/aarch64-static/include/openssl/x509v3.h install ./include/openssl/x509v3err.h -> /home/peter/deps/aarch64-static/include/openssl/x509v3err.h install libcrypto.a -> /home/peter/deps/aarch64-static/lib/libcrypto.a install libssl.a -> /home/peter/deps/aarch64-static/lib/libssl.a install exporters/libcrypto.pc -> /home/peter/deps/aarch64-static/lib/pkgconfig/libcrypto.pc install exporters/libssl.pc -> /home/peter/deps/aarch64-static/lib/pkgconfig/libssl.pc install exporters/openssl.pc -> /home/peter/deps/aarch64-static/lib/pkgconfig/openssl.pc created directory `/home/peter/deps/aarch64-static/lib/cmake' created directory `/home/peter/deps/aarch64-static/lib/cmake/OpenSSL' install exporters/OpenSSLConfig.cmake -> /home/peter/deps/aarch64-static/lib/cmake/OpenSSL/OpenSSLConfig.cmake install exporters/OpenSSLConfigVersion.cmake -> /home/peter/deps/aarch64-static/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake "make" depend && "make" _build_modules make[1]: Entering directory '/home/peter/openssl-3.3.1' make[1]: Leaving directory '/home/peter/openssl-3.3.1' make[1]: Entering directory '/home/peter/openssl-3.3.1' make[1]: Nothing to be done for '_build_modules'. make[1]: Leaving directory '/home/peter/openssl-3.3.1' created directory `/home/peter/deps/aarch64-static/lib/engines-3' *** Installing engines created directory `/home/peter/deps/aarch64-static/lib/ossl-modules' *** Installing modules "make" depend && "make" _build_programs make[1]: Entering directory '/home/peter/openssl-3.3.1' make[1]: Leaving directory '/home/peter/openssl-3.3.1' make[1]: Entering directory '/home/peter/openssl-3.3.1' make[1]: Nothing to be done for '_build_programs'. make[1]: Leaving directory '/home/peter/openssl-3.3.1' *** Installing runtime programs install apps/openssl -> /home/peter/deps/aarch64-static/bin/openssl install tools/c_rehash -> /home/peter/deps/aarch64-static/bin/c_rehash
Show reasoning
Preparing static cross-compilation environment
I’m setting up environment variables and flags to configure curl for static cross-compilation with OpenSSL and various dependencies, aiming to avoid shared libraries and disable optional features that might cause missing dependencies. I'll ensure pkg-config uses the correct paths for static libs and plan to run configure with careful host and library options.
compile-bench> cd curl-8.16.0 && PKG_CONFIG_LIBDIR=/home/peter/deps/aarch64-static/lib/pkgconfig PKG_CONFIG_PATH=/home/peter/deps/aarch64-static/lib/pkgconfig CC=aarch64-linux-gnu-gcc AR=aarch64-linux-gnu-ar RANLIB=aarch64-linux-gnu-ranlib LD=aarch64-linux-gnu-ld CPPFLAGS=-I/home/peter/deps/aarch64-static/include LDFLAGS='-static -L/home/peter/deps/aarch64-static/lib' LIBS='-ldl -lpthread' ./configure --host=aarch64-linux-gnu --prefix=/home/peter/result --with-ssl=/home/peter/deps/aarch64-static --with-zlib=/home/peter/deps/aarch64-static --with-zstd=/home/peter/deps/aarch64-static --with-brotli=/home/peter/deps/aarch64-static --enable-static --disable-shared 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 whether to enable HTTPSRR support... no
checking whether to enable ECH support... no
checking whether to enable SSL session export support... no
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking that grep -E works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-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... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to enable C11 features... none needed
checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes
checking how to run the C preprocessor... aarch64-linux-gnu-gcc -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of aarch64-linux-gnu-gcc... gcc3
checking curl version... 8.16.0
checking for perl... /usr/bin/perl
checking for httpd... no
checking for apache2... no
checking for apxs... no
configure: httpd/apache2 not in PATH, http tests disabled
configure: apxs not in PATH, http tests disabled
checking for danted... no
checking for danted... no
checking for nghttpx... no
checking for caddy... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for grep that handles long lines an
[command output truncated]
ther to provide built-in manual... yes
checking whether to build documentation... yes
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 whether build target is a native Windows one... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking for sys/types.h... (cached) yes
checking for raw monotonic clock_gettime... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... yes
checking for brotli/decode.h... yes
checking for ZSTD_createDStream in -lzstd... yes
checking for zstd.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
configure: WARNING: the previous check could not be made default was used
checking if GSS-API support is requested... no
checking whether to enable Windows native SSL/TLS... no
checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no
configure: PKG_CONFIG_LIBDIR will be set to "/home/peter/deps/aarch64-static/lib/pkgconfig"
checking for aarch64-linux-gnu-pkg-config... no
checking for pkg-config... /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/home/peter/deps/aarch64-static/lib"
configure: pkg-config: SSL_CPPFLAGS: "-I/home/peter/deps/aarch64-static/include"
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for BoringSSL... no
checking for AWS-LC... no
checking for LibreSSL... no
checking for OpenSSL >= v3... yes
checking for SSL_set_quic_use_legacy_codepoint... no
checking for SSL_set_quic_tls_cbs... no
configure: OpenSSL version does not speak any known QUIC API
checking for SRP support in OpenSSL... yes
checking for QUIC support and OpenSSL >= 3.3... yes
configure: built with one SSL backend
checking default CA cert bundle/path... configure: WARNING: skipped the ca-cert path detection when cross-compiling
no
checking whether to use OpenSSL's built-in CA store... no
checking CA cert bundle path to embed in the curl tool... no
checking for aarch64-linux-gnu-pkg-config... /usr/bin/pkg-config
checking for libpsl options with pkg-config... no
checking for psl_builtin in -lpsl... no
configure: error: libpsl libs and/or directories were not found where specified!
↓ 127 lines
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 whether to enable HTTPSRR support... no checking whether to enable ECH support... no checking whether to enable SSL session export support... no checking for path separator... : checking for sed... /usr/bin/sed checking for grep... /usr/bin/grep checking that grep -E works... yes checking for a BSD-compatible install... /usr/bin/install -c checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-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... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether aarch64-linux-gnu-gcc accepts -g... yes checking for aarch64-linux-gnu-gcc option to enable C11 features... none needed checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes checking how to run the C preprocessor... aarch64-linux-gnu-gcc -E checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for stdatomic.h... yes checking if _Atomic is available... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for code coverage support... no checking whether build environment is sane... yes checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of aarch64-linux-gnu-gcc... gcc3 checking curl version... 8.16.0 checking for perl... /usr/bin/perl checking for httpd... no checking for apache2... no checking for apxs... no configure: httpd/apache2 not in PATH, http tests disabled configure: apxs not in PATH, http tests disabled checking for danted... no checking for danted... no checking for nghttpx... no checking for caddy... no checking build system type... x86_64-pc-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking for grep that handles long lines an [command output truncated] ther to provide built-in manual... yes checking whether to build documentation... yes 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 whether build target is a native Windows one... (cached) no checking for proto/bsdsocket.h... no checking for connect in libraries... yes checking for sys/types.h... (cached) yes checking for monotonic clock_gettime... yes checking for clock_gettime in libraries... no additional lib required checking for sys/types.h... (cached) yes checking for raw monotonic clock_gettime... yes checking for zlib.h... yes checking for gzread in -lz... yes configure: found both libz and libz.h header checking for BrotliDecoderDecompress in -lbrotlidec... yes checking for brotli/decode.h... yes checking for ZSTD_createDStream in -lzstd... yes checking for zstd.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 configure: WARNING: the previous check could not be made default was used checking if GSS-API support is requested... no checking whether to enable Windows native SSL/TLS... no checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no configure: PKG_CONFIG_LIBDIR will be set to "/home/peter/deps/aarch64-static/lib/pkgconfig" checking for aarch64-linux-gnu-pkg-config... no checking for pkg-config... /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/home/peter/deps/aarch64-static/lib" configure: pkg-config: SSL_CPPFLAGS: "-I/home/peter/deps/aarch64-static/include" checking for HMAC_Update in -lcrypto... yes checking for SSL_connect in -lssl... yes checking for openssl/x509.h... yes checking for openssl/rsa.h... yes checking for openssl/crypto.h... yes checking for openssl/pem.h... yes checking for openssl/ssl.h... yes checking for openssl/err.h... yes checking for BoringSSL... no checking for AWS-LC... no checking for LibreSSL... no checking for OpenSSL >= v3... yes checking for SSL_set_quic_use_legacy_codepoint... no checking for SSL_set_quic_tls_cbs... no configure: OpenSSL version does not speak any known QUIC API checking for SRP support in OpenSSL... yes checking for QUIC support and OpenSSL >= 3.3... yes configure: built with one SSL backend checking default CA cert bundle/path... configure: WARNING: skipped the ca-cert path detection when cross-compiling no checking whether to use OpenSSL's built-in CA store... no checking CA cert bundle path to embed in the curl tool... no checking for aarch64-linux-gnu-pkg-config... /usr/bin/pkg-config checking for libpsl options with pkg-config... no checking for psl_builtin in -lpsl... no configure: error: libpsl libs and/or directories were not found where specified!
Show reasoning
Adjusting configure to exclude libpsl
compile-bench> cd curl-8.16.0 && PKG_CONFIG_LIBDIR=/home/peter/deps/aarch64-static/lib/pkgconfig PKG_CONFIG_PATH=/home/peter/deps/aarch64-static/lib/pkgconfig CC=aarch64-linux-gnu-gcc AR=aarch64-linux-gnu-ar RANLIB=aarch64-linux-gnu-ranlib LD=aarch64-linux-gnu-ld CPPFLAGS=-I/home/peter/deps/aarch64-static/include LDFLAGS='-static -L/home/peter/deps/aarch64-static/lib' LIBS='-ldl -lpthread' ./configure --host=aarch64-linux-gnu --prefix=/home/peter/result --with-ssl=/home/peter/deps/aarch64-static --with-zlib=/home/peter/deps/aarch64-static --with-zstd=/home/peter/deps/aarch64-static --with-brotli=/home/peter/deps/aarch64-static --enable-static --disable-shared --without-libpsl 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 whether to enable HTTPSRR support... no
checking whether to enable ECH support... no
checking whether to enable SSL session export support... no
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking that grep -E works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-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... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to enable C11 features... none needed
checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes
checking how to run the C preprocessor... aarch64-linux-gnu-gcc -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of aarch64-linux-gnu-gcc... gcc3
checking curl version... 8.16.0
checking for perl... /usr/bin/perl
checking for httpd... no
checking for apache2... no
checking for apxs... no
configure: httpd/apache2 not in PATH, http tests disabled
configure: apxs not in PATH, http tests disabled
checking for danted... no
checking for danted... no
checking for nghttpx... no
checking for caddy... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for grep that handles long lines an
[command output truncated]
onfigured to build curl/libcurl:
Host setup: aarch64-unknown-linux-gnu
Install prefix: /home/peter/result
Compiler: aarch64-linux-gnu-gcc
CFLAGS: -Werror-implicit-function-declaration -O2 -Wno-system-headers
CFLAGS extras:
CPPFLAGS: -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include
LDFLAGS: -static -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib
curl-config: -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib
LIBS: -lssl -lcrypto -lssl -lcrypto -lzstd -lzstd -lbrotlidec -lbrotlidec -lbrotlicommon -lz -ldl -lpthread
curl version: 8.16.0
SSL: enabled (OpenSSL v3+)
SSH: no (--with-{libssh,libssh2})
zlib: enabled
brotli: enabled (libbrotlidec)
zstd: enabled (libzstd)
GSS-API: no (--with-gssapi)
GSASL: no (libgsasl not found)
TLS-SRP: enabled
resolver: POSIX threaded
IPv6: enabled
Unix sockets: enabled
IDN: no (--with-{libidn2,winidn})
Build docs: enabled (--disable-docs)
Build libcurl: Shared=no, Static=yes
Built-in manual: enabled
--libcurl option: enabled (--disable-libcurl-option)
Verbose errors: enabled (--disable-verbose)
Code coverage: disabled
SSPI: no (--enable-sspi)
ca cert bundle: no
ca cert path: no
ca cert embed: no
ca fallback: no
LDAP: no (--enable-ldap / --with-ldap-lib / --with-lber-lib)
LDAPS: no (--enable-ldaps)
IPFS/IPNS: enabled
RTSP: enabled
RTMP: no (--with-librtmp)
PSL: no (--with-libpsl)
Alt-svc: enabled (--disable-alt-svc)
Headers API: enabled (--disable-headers-api)
HSTS: enabled (--disable-hsts)
HTTP1: enabled (internal)
HTTP2: no (--with-nghttp2)
HTTP3: no (--with-ngtcp2 --with-nghttp3, --with-quiche, --with-openssl-quic)
ECH: no (--enable-ech)
HTTPS RR: no (--enable-httpsrr)
SSLS-EXPORT: no (--enable-ssls-export)
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli HSTS HTTPS-proxy IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets zstd
↓ 119 lines
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 whether to enable HTTPSRR support... no
checking whether to enable ECH support... no
checking whether to enable SSL session export support... no
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking that grep -E works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-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... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to enable C11 features... none needed
checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes
checking how to run the C preprocessor... aarch64-linux-gnu-gcc -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of aarch64-linux-gnu-gcc... gcc3
checking curl version... 8.16.0
checking for perl... /usr/bin/perl
checking for httpd... no
checking for apache2... no
checking for apxs... no
configure: httpd/apache2 not in PATH, http tests disabled
configure: apxs not in PATH, http tests disabled
checking for danted... no
checking for danted... no
checking for nghttpx... no
checking for caddy... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for grep that handles long lines an
[command output truncated]
onfigured to build curl/libcurl:
Host setup: aarch64-unknown-linux-gnu
Install prefix: /home/peter/result
Compiler: aarch64-linux-gnu-gcc
CFLAGS: -Werror-implicit-function-declaration -O2 -Wno-system-headers
CFLAGS extras:
CPPFLAGS: -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include
LDFLAGS: -static -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib
curl-config: -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib
LIBS: -lssl -lcrypto -lssl -lcrypto -lzstd -lzstd -lbrotlidec -lbrotlidec -lbrotlicommon -lz -ldl -lpthread
curl version: 8.16.0
SSL: enabled (OpenSSL v3+)
SSH: no (--with-{libssh,libssh2})
zlib: enabled
brotli: enabled (libbrotlidec)
zstd: enabled (libzstd)
GSS-API: no (--with-gssapi)
GSASL: no (libgsasl not found)
TLS-SRP: enabled
resolver: POSIX threaded
IPv6: enabled
Unix sockets: enabled
IDN: no (--with-{libidn2,winidn})
Build docs: enabled (--disable-docs)
Build libcurl: Shared=no, Static=yes
Built-in manual: enabled
--libcurl option: enabled (--disable-libcurl-option)
Verbose errors: enabled (--disable-verbose)
Code coverage: disabled
SSPI: no (--enable-sspi)
ca cert bundle: no
ca cert path: no
ca cert embed: no
ca fallback: no
LDAP: no (--enable-ldap / --with-ldap-lib / --with-lber-lib)
LDAPS: no (--enable-ldaps)
IPFS/IPNS: enabled
RTSP: enabled
RTMP: no (--with-librtmp)
PSL: no (--with-libpsl)
Alt-svc: enabled (--disable-alt-svc)
Headers API: enabled (--disable-headers-api)
HSTS: enabled (--disable-hsts)
HTTP1: enabled (internal)
HTTP2: no (--with-nghttp2)
HTTP3: no (--with-ngtcp2 --with-nghttp3, --with-quiche, --with-openssl-quic)
ECH: no (--enable-ech)
HTTPS RR: no (--enable-httpsrr)
SSLS-EXPORT: no (--enable-ssls-export)
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli HSTS HTTPS-proxy IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets zstd
Show reasoning
Building curl with make
compile-bench> cd curl-8.16.0 && make -j$(nproc) Making all in lib
make[1]: Entering directory '/home/peter/curl-8.16.0/lib'
make all-am
make[2]: Entering directory '/home/peter/curl-8.16.0/lib'
CC libcurl_la-altsvc.lo
CC libcurl_la-amigaos.lo
CC libcurl_la-asyn-ares.lo
CC libcurl_la-asyn-base.lo
CC libcurl_la-asyn-thrdd.lo
CC libcurl_la-bufq.lo
CC libcurl_la-bufref.lo
CC libcurl_la-cf-h1-proxy.lo
CC libcurl_la-cf-h2-proxy.lo
CC libcurl_la-cf-haproxy.lo
CC libcurl_la-cf-https-connect.lo
CC libcurl_la-cf-ip-happy.lo
CC libcurl_la-cf-socket.lo
CC libcurl_la-cfilters.lo
CC libcurl_la-conncache.lo
CC libcurl_la-connect.lo
CC libcurl_la-content_encoding.lo
CC libcurl_la-cookie.lo
CC libcurl_la-cshutdn.lo
CC libcurl_la-curl_addrinfo.lo
CC libcurl_la-curl_des.lo
CC libcurl_la-curl_endian.lo
CC libcurl_la-curl_fnmatch.lo
CC libcurl_la-curl_get_line.lo
CC libcurl_la-curl_gethostname.lo
CC libcurl_la-curl_gssapi.lo
CC libcurl_la-curl_memrchr.lo
CC libcurl_la-curl_ntlm_core.lo
CC libcurl_la-curl_range.lo
CC libcurl_la-curl_rtmp.lo
CC libcurl_la-curl_sasl.lo
CC libcurl_la-curl_sha512_256.lo
CC libcurl_la-curl_sspi.lo
CC libcurl_la-curl_threads.lo
CC libcurl_la-curl_trc.lo
CC libcurl_la-cw-out.lo
CC libcurl_la-cw-pause.lo
CC libcurl_la-dict.lo
CC libcurl_la-doh.lo
CC libcurl_la-dynhds.lo
CC libcurl_la-easy.lo
CC libcurl_la-easygetopt.lo
CC libcurl_la-easyoptions.lo
CC libcurl_la-escape.lo
CC libcurl_la-fake_addrinfo.lo
CC libcurl_la-file.lo
CC libcurl_la-fileinfo.lo
CC libcurl_la-fopen.lo
CC libcurl_la-formdata.lo
CC libcurl_la-ftp.lo
CC libcurl_la-ftplistparser.lo
CC libcurl_la-getenv.lo
CC libcurl_la-getinfo.lo
CC libcurl_la-gopher.lo
CC libcurl_la-hash.lo
CC libcurl_la-headers.lo
CC libcurl_la-hmac.lo
CC libcurl_la-hostip.lo
CC libcurl_la-hostip4.lo
CC libcurl_la-hostip6.lo
CC libcurl_la-hsts.lo
CC libcurl_la-http.lo
CC libcurl_la-http1.lo
CC libcurl_la-http2.lo
CC libcurl_la-http_aws_sigv4.lo
CC libcurl_la-http_chunks.lo
[command output truncated]
CC curl-tool_stderr.o
CC curl-tool_strdup.o
CC curl-tool_urlglob.o
CC curl-tool_util.o
CC curl-tool_vms.o
CC curl-tool_writeout.o
CC curl-tool_writeout_json.o
CC curl-tool_xattr.o
CC curl-var.o
HUGE tool_hugehelp.c
echo '/* !checksrc! disable COPYRIGHT all */' > tool_ca_embed.c
echo 'extern const void *curl_ca_embed; const void *curl_ca_embed;' >> tool_ca_embed.c
CC curlinfo.o
CC libcurltool_la-config2setopts.lo
CC libcurltool_la-slist_wc.lo
CC libcurltool_la-terminal.lo
CC libcurltool_la-tool_bname.lo
CC libcurltool_la-tool_cb_dbg.lo
CC libcurltool_la-tool_cb_hdr.lo
CC libcurltool_la-tool_cb_prg.lo
CC libcurltool_la-tool_cb_rea.lo
CC libcurltool_la-tool_cb_see.lo
CC libcurltool_la-tool_cb_soc.lo
CC libcurltool_la-tool_cb_wrt.lo
CC libcurltool_la-tool_cfgable.lo
CC libcurltool_la-tool_dirhie.lo
CC libcurltool_la-tool_doswin.lo
CC libcurltool_la-tool_easysrc.lo
CC libcurltool_la-tool_filetime.lo
CC libcurltool_la-tool_findfile.lo
CC libcurltool_la-tool_formparse.lo
CC libcurltool_la-tool_getparam.lo
CC libcurltool_la-tool_getpass.lo
CC libcurltool_la-tool_help.lo
CC libcurltool_la-tool_helpers.lo
CC libcurltool_la-tool_ipfs.lo
CC libcurltool_la-tool_libinfo.lo
CC libcurltool_la-tool_listhelp.lo
CC libcurltool_la-tool_main.lo
CC libcurltool_la-tool_msgs.lo
CC libcurltool_la-tool_operate.lo
CC libcurltool_la-tool_operhlp.lo
CC libcurltool_la-tool_paramhlp.lo
CC libcurltool_la-tool_parsecfg.lo
CC libcurltool_la-tool_progress.lo
CC libcurltool_la-tool_setopt.lo
CC libcurltool_la-tool_ssls.lo
CC libcurltool_la-tool_stderr.lo
CC libcurltool_la-tool_strdup.lo
CC libcurltool_la-tool_urlglob.lo
CC libcurltool_la-tool_util.lo
CC libcurltool_la-tool_vms.lo
CC libcurltool_la-tool_writeout.lo
CC libcurltool_la-tool_writeout_json.lo
CC libcurltool_la-tool_xattr.lo
CC libcurltool_la-var.lo
CC curl-tool_hugehelp.o
CC curl-tool_ca_embed.o
CCLD curlinfo
CCLD libcurltool.la
CCLD curl
make[1]: Leaving directory '/home/peter/curl-8.16.0/src'
Making all in scripts
make[1]: Entering directory '/home/peter/curl-8.16.0/scripts'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/peter/curl-8.16.0/scripts'
make[1]: Entering directory '/home/peter/curl-8.16.0'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/peter/curl-8.16.0'
↓ 141 lines
Making all in lib make[1]: Entering directory '/home/peter/curl-8.16.0/lib' make all-am make[2]: Entering directory '/home/peter/curl-8.16.0/lib' CC libcurl_la-altsvc.lo CC libcurl_la-amigaos.lo CC libcurl_la-asyn-ares.lo CC libcurl_la-asyn-base.lo CC libcurl_la-asyn-thrdd.lo CC libcurl_la-bufq.lo CC libcurl_la-bufref.lo CC libcurl_la-cf-h1-proxy.lo CC libcurl_la-cf-h2-proxy.lo CC libcurl_la-cf-haproxy.lo CC libcurl_la-cf-https-connect.lo CC libcurl_la-cf-ip-happy.lo CC libcurl_la-cf-socket.lo CC libcurl_la-cfilters.lo CC libcurl_la-conncache.lo CC libcurl_la-connect.lo CC libcurl_la-content_encoding.lo CC libcurl_la-cookie.lo CC libcurl_la-cshutdn.lo CC libcurl_la-curl_addrinfo.lo CC libcurl_la-curl_des.lo CC libcurl_la-curl_endian.lo CC libcurl_la-curl_fnmatch.lo CC libcurl_la-curl_get_line.lo CC libcurl_la-curl_gethostname.lo CC libcurl_la-curl_gssapi.lo CC libcurl_la-curl_memrchr.lo CC libcurl_la-curl_ntlm_core.lo CC libcurl_la-curl_range.lo CC libcurl_la-curl_rtmp.lo CC libcurl_la-curl_sasl.lo CC libcurl_la-curl_sha512_256.lo CC libcurl_la-curl_sspi.lo CC libcurl_la-curl_threads.lo CC libcurl_la-curl_trc.lo CC libcurl_la-cw-out.lo CC libcurl_la-cw-pause.lo CC libcurl_la-dict.lo CC libcurl_la-doh.lo CC libcurl_la-dynhds.lo CC libcurl_la-easy.lo CC libcurl_la-easygetopt.lo CC libcurl_la-easyoptions.lo CC libcurl_la-escape.lo CC libcurl_la-fake_addrinfo.lo CC libcurl_la-file.lo CC libcurl_la-fileinfo.lo CC libcurl_la-fopen.lo CC libcurl_la-formdata.lo CC libcurl_la-ftp.lo CC libcurl_la-ftplistparser.lo CC libcurl_la-getenv.lo CC libcurl_la-getinfo.lo CC libcurl_la-gopher.lo CC libcurl_la-hash.lo CC libcurl_la-headers.lo CC libcurl_la-hmac.lo CC libcurl_la-hostip.lo CC libcurl_la-hostip4.lo CC libcurl_la-hostip6.lo CC libcurl_la-hsts.lo CC libcurl_la-http.lo CC libcurl_la-http1.lo CC libcurl_la-http2.lo CC libcurl_la-http_aws_sigv4.lo CC libcurl_la-http_chunks.lo [command output truncated] CC curl-tool_stderr.o CC curl-tool_strdup.o CC curl-tool_urlglob.o CC curl-tool_util.o CC curl-tool_vms.o CC curl-tool_writeout.o CC curl-tool_writeout_json.o CC curl-tool_xattr.o CC curl-var.o HUGE tool_hugehelp.c echo '/* !checksrc! disable COPYRIGHT all */' > tool_ca_embed.c echo 'extern const void *curl_ca_embed; const void *curl_ca_embed;' >> tool_ca_embed.c CC curlinfo.o CC libcurltool_la-config2setopts.lo CC libcurltool_la-slist_wc.lo CC libcurltool_la-terminal.lo CC libcurltool_la-tool_bname.lo CC libcurltool_la-tool_cb_dbg.lo CC libcurltool_la-tool_cb_hdr.lo CC libcurltool_la-tool_cb_prg.lo CC libcurltool_la-tool_cb_rea.lo CC libcurltool_la-tool_cb_see.lo CC libcurltool_la-tool_cb_soc.lo CC libcurltool_la-tool_cb_wrt.lo CC libcurltool_la-tool_cfgable.lo CC libcurltool_la-tool_dirhie.lo CC libcurltool_la-tool_doswin.lo CC libcurltool_la-tool_easysrc.lo CC libcurltool_la-tool_filetime.lo CC libcurltool_la-tool_findfile.lo CC libcurltool_la-tool_formparse.lo CC libcurltool_la-tool_getparam.lo CC libcurltool_la-tool_getpass.lo CC libcurltool_la-tool_help.lo CC libcurltool_la-tool_helpers.lo CC libcurltool_la-tool_ipfs.lo CC libcurltool_la-tool_libinfo.lo CC libcurltool_la-tool_listhelp.lo CC libcurltool_la-tool_main.lo CC libcurltool_la-tool_msgs.lo CC libcurltool_la-tool_operate.lo CC libcurltool_la-tool_operhlp.lo CC libcurltool_la-tool_paramhlp.lo CC libcurltool_la-tool_parsecfg.lo CC libcurltool_la-tool_progress.lo CC libcurltool_la-tool_setopt.lo CC libcurltool_la-tool_ssls.lo CC libcurltool_la-tool_stderr.lo CC libcurltool_la-tool_strdup.lo CC libcurltool_la-tool_urlglob.lo CC libcurltool_la-tool_util.lo CC libcurltool_la-tool_vms.lo CC libcurltool_la-tool_writeout.lo CC libcurltool_la-tool_writeout_json.lo CC libcurltool_la-tool_xattr.lo CC libcurltool_la-var.lo CC curl-tool_hugehelp.o CC curl-tool_ca_embed.o CCLD curlinfo CCLD libcurltool.la CCLD curl make[1]: Leaving directory '/home/peter/curl-8.16.0/src' Making all in scripts make[1]: Entering directory '/home/peter/curl-8.16.0/scripts' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/peter/curl-8.16.0/scripts' make[1]: Entering directory '/home/peter/curl-8.16.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/peter/curl-8.16.0'
Show reasoning
Installing curl with prefix
compile-bench> cd curl-8.16.0 && make install Making install in lib
make[1]: Entering directory '/home/peter/curl-8.16.0/lib'
make[2]: Entering directory '/home/peter/curl-8.16.0/lib'
/usr/bin/mkdir -p '/home/peter/result/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libcurl.la '/home/peter/result/lib'
libtool: install: /usr/bin/install -c .libs/libcurl.lai /home/peter/result/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a /home/peter/result/lib/libcurl.a
libtool: install: chmod 644 /home/peter/result/lib/libcurl.a
libtool: install: aarch64-linux-gnu-ranlib /home/peter/result/lib/libcurl.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/peter/result/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/peter/result/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/peter/curl-8.16.0/lib'
make[1]: Leaving directory '/home/peter/curl-8.16.0/lib'
Making install in docs
make[1]: Entering directory '/home/peter/curl-8.16.0/docs'
Making install in .
make[2]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl-config.1 wcurl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs'
Making install in cmdline-opts
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
Making install in libcurl
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
Making install in opts
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl/
[command output truncated]
ng directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/aclocal'
/usr/bin/install -c -m 644 libcurl.m4 '/home/peter/result/share/aclocal'
/usr/bin/mkdir -p '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_ssls_export.3 curl_easy_ssls_import.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_sslset.3 curl_global_trace.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_mime_headers.3 curl_mime_init.3 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_get_offt.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wait.3 curl_multi_waitfds.3 curl_multi_wakeup.3 curl_pushheader_byname.3 curl_pushheader_bynum.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 curl_ws_start_frame.3 libcurl-easy.3 libcurl-env-dbg.3 libcurl-env.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/home/peter/result/share/man/man3'
make[6]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[4]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[3]: Leaving directory '/home/peter/curl-8.16.0'
make[2]: Leaving directory '/home/peter/curl-8.16.0'
make[1]: Leaving directory '/home/peter/curl-8.16.0'
↓ 72 lines
Making install in lib
make[1]: Entering directory '/home/peter/curl-8.16.0/lib'
make[2]: Entering directory '/home/peter/curl-8.16.0/lib'
/usr/bin/mkdir -p '/home/peter/result/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libcurl.la '/home/peter/result/lib'
libtool: install: /usr/bin/install -c .libs/libcurl.lai /home/peter/result/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a /home/peter/result/lib/libcurl.a
libtool: install: chmod 644 /home/peter/result/lib/libcurl.a
libtool: install: aarch64-linux-gnu-ranlib /home/peter/result/lib/libcurl.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/peter/result/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/peter/result/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/peter/curl-8.16.0/lib'
make[1]: Leaving directory '/home/peter/curl-8.16.0/lib'
Making install in docs
make[1]: Entering directory '/home/peter/curl-8.16.0/docs'
Making install in .
make[2]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl-config.1 wcurl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs'
Making install in cmdline-opts
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
Making install in libcurl
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
Making install in opts
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl/
[command output truncated]
ng directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/aclocal'
/usr/bin/install -c -m 644 libcurl.m4 '/home/peter/result/share/aclocal'
/usr/bin/mkdir -p '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_ssls_export.3 curl_easy_ssls_import.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_sslset.3 curl_global_trace.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_mime_headers.3 curl_mime_init.3 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_get_offt.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wait.3 curl_multi_waitfds.3 curl_multi_wakeup.3 curl_pushheader_byname.3 curl_pushheader_bynum.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 curl_ws_start_frame.3 libcurl-easy.3 libcurl-env-dbg.3 libcurl-env.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/home/peter/result/share/man/man3'
make[6]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[4]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[3]: Leaving directory '/home/peter/curl-8.16.0'
make[2]: Leaving directory '/home/peter/curl-8.16.0'
make[1]: Leaving directory '/home/peter/curl-8.16.0'
Show reasoning
Preparing symlink for curl binary
[empty output]
Show reasoning
Verifying curl binary details
/home/peter/result/bin/curl: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=603408b2cf2357d5efa0c972fb74169c2ea424d4, for GNU/Linux 3.7.0, not stripped
Show reasoning
Investigating static linking issues in build
compile-bench> grep -n 'curl_LDFLAGS' curl-8.16.0/src/Makefile 344: $(curl_LDFLAGS) $(LDFLAGS) -o $@
861:curl_LDFLAGS = $(AM_LDFLAGS) $(CURL_LDFLAGS_BIN) $(UNICODEFLAG)
↓ 3 lines
344: $(curl_LDFLAGS) $(LDFLAGS) -o $@ 861:curl_LDFLAGS = $(AM_LDFLAGS) $(CURL_LDFLAGS_BIN) $(UNICODEFLAG)
Show reasoning
Checking AM_LDFLAGS definition
compile-bench> grep -n 'AM_LDFLAGS' curl-8.16.0/src/Makefile 480: $(AM_LDFLAGS) $(LDFLAGS) -o $@
845:AM_LDFLAGS =
861:curl_LDFLAGS = $(AM_LDFLAGS) $(CURL_LDFLAGS_BIN) $(UNICODEFLAG)
↓ 4 lines
480: $(AM_LDFLAGS) $(LDFLAGS) -o $@ 845:AM_LDFLAGS = 861:curl_LDFLAGS = $(AM_LDFLAGS) $(CURL_LDFLAGS_BIN) $(UNICODEFLAG)
Show reasoning
Checking linker flags variables
861:curl_LDFLAGS = $(AM_LDFLAGS) $(CURL_LDFLAGS_BIN) $(UNICODEFLAG)
Show reasoning
Investigating static linking options
I’m exploring how to ensure the curl binary is fully statically linked by adjusting LDFLAGS, possibly adding -all-static or -static before libraries. I’m considering rerunning configure with these flags and cleaning previous builds to ensure the changes take effect, while weighing manual relinking or Makefile edits as alternatives.
compile-bench> cd curl-8.16.0 && make distclean Making distclean in lib
make[1]: Entering directory '/home/peter/curl-8.16.0/lib'
test -z "unitprotos.h" || rm -f unitprotos.h
test -z "libcurl.la" || rm -f libcurl.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf curlx/.libs curlx/_libs
rm -rf vauth/.libs vauth/_libs
rm -rf vquic/.libs vquic/_libs
rm -rf vssh/.libs vssh/_libs
rm -rf vtls/.libs vtls/_libs
test -z "libcurlu.la" || rm -f libcurlu.la
rm -f ./so_locations
rm -f *.o
rm -f curlx/*.o
rm -f curlx/*.lo
rm -f vauth/*.o
rm -f vauth/*.lo
rm -f vquic/*.o
rm -f vquic/*.lo
rm -f vssh/*.o
rm -f vssh/*.lo
rm -f vtls/*.o
rm -f vtls/*.lo
rm -f *.lo
rm -f *.tab.c
test -z "libcurl.vers" || rm -f libcurl.vers
test . = "." || test -z "" || rm -f
rm -f curlx/.deps/.dirstamp
rm -f curlx/.dirstamp
rm -f vauth/.deps/.dirstamp
rm -f vauth/.dirstamp
rm -f vquic/.deps/.dirstamp
rm -f vquic/.dirstamp
rm -f vssh/.deps/.dirstamp
rm -f vssh/.dirstamp
rm -f vtls/.deps/.dirstamp
rm -f vtls/.dirstamp
rm -f curl_config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/libcurl_la-altsvc.Plo
rm -f ./.deps/libcurl_la-amigaos.Plo
rm -f ./.deps/libcurl_la-asyn-ares.Plo
rm -f ./.deps/libcurl_la-asyn-base.Plo
rm -f ./.deps/libcurl_la-asyn-thrdd.Plo
rm -f ./.deps/libcurl_la-bufq.Plo
rm -f ./.deps/libcurl_la-bufref.Plo
rm -f ./.deps/libcurl_la-cf-h1-proxy.Plo
rm -f ./.deps/libcurl_la-cf-h2-proxy.Plo
rm -f ./.deps/libcurl_la-cf-haproxy.Plo
rm -f ./.deps/libcurl_la-cf-https-connect.Plo
rm -f ./.deps/libcurl_la-cf-ip-happy.Plo
rm -f ./.deps/libcurl_la-cf-socket.Plo
rm -f ./.deps/libcurl_la-cfilters.Plo
rm -f ./.deps/libcurl_la-conncache.Plo
rm -f ./.deps/libcurl_la-connect.Plo
rm -f ./.deps/libcurl_la-content_encoding.Plo
rm -f ./.deps/libcurl_la-cookie.Plo
rm -f ./.deps/libcurl_la-cshutdn.Plo
rm -f ./.deps/libcurl_la-curl_addrinfo.Plo
rm -f ./.deps/libcurl_la-curl_des.Plo
rm -f ./.deps/libcurl_la-curl_endian.Plo
rm -f ./.deps/libcurl_la-curl_fnmatch.Plo
rm -f ./.deps/libcurl_la-curl_get_line.Plo
rm -f ./.deps/libcurl_la-curl_gethostname.Plo
rm -f ./.deps/libcurl_la-curl_gssapi.Plo
rm -f ./.deps/libcurl_la-curl_memrchr.Plo
rm -f ./.deps/libcurl_la-curl_ntlm_core.Plo
rm -f ./.deps/libcurl_la-curl_range.Plo
rm -f ./.deps/libcurl_la-curl_rtmp.Plo
[command output truncated]
test-ca.db* \
test-ca.raw* \
test-ca.srl
rm -f *.lo
make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/certs'
Making clean in data
make[3]: Entering directory '/home/peter/curl-8.16.0/tests/data'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/data'
Making clean in server
make[3]: Entering directory '/home/peter/curl-8.16.0/tests/server'
test -z "servers.c" || rm -f servers.c
rm -rf .libs _libs
rm -f servers
rm -f servers
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/server'
Making clean in libtest
make[3]: Entering directory '/home/peter/curl-8.16.0/tests/libtest'
test -z "libtests.c lib1521.c" || rm -f libtests.c lib1521.c
rm -rf .libs _libs
rm -f libtests
rm -f libtests
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/libtest'
Making clean in http
make[3]: Entering directory '/home/peter/curl-8.16.0/tests/http'
rm -rf .libs _libs
rm -rf *.pyc __pycache__
rm -rf gen
rm -f *.lo
make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/http'
Making clean in unit
make[3]: Entering directory '/home/peter/curl-8.16.0/tests/unit'
test -z "units.c" || rm -f units.c
rm -rf .libs _libs
rm -f units
rm -f units
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/unit'
Making clean in tunit
make[3]: Entering directory '/home/peter/curl-8.16.0/tests/tunit'
test -z "tunits.c" || rm -f tunits.c
rm -rf .libs _libs
rm -f tunits
rm -f tunits
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/tunit'
make[3]: Entering directory '/home/peter/curl-8.16.0/tests'
test -z ".http.pid .https.pid .ftp.pid .ftps.pid" || rm -f .http.pid .https.pid .ftp.pid .ftps.pid
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/peter/curl-8.16.0/tests'
make[2]: Leaving directory '/home/peter/curl-8.16.0/tests'
rm -f *.lo
test -z "libcurl.pc curl-config" || rm -f libcurl.pc curl-config
test . = "." || test -z "" || rm -f
test -z "buildinfo.txt" || rm -f buildinfo.txt
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory '/home/peter/curl-8.16.0'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
↓ 141 lines
Making distclean in lib make[1]: Entering directory '/home/peter/curl-8.16.0/lib' test -z "unitprotos.h" || rm -f unitprotos.h test -z "libcurl.la" || rm -f libcurl.la rm -f ./so_locations rm -rf .libs _libs rm -rf curlx/.libs curlx/_libs rm -rf vauth/.libs vauth/_libs rm -rf vquic/.libs vquic/_libs rm -rf vssh/.libs vssh/_libs rm -rf vtls/.libs vtls/_libs test -z "libcurlu.la" || rm -f libcurlu.la rm -f ./so_locations rm -f *.o rm -f curlx/*.o rm -f curlx/*.lo rm -f vauth/*.o rm -f vauth/*.lo rm -f vquic/*.o rm -f vquic/*.lo rm -f vssh/*.o rm -f vssh/*.lo rm -f vtls/*.o rm -f vtls/*.lo rm -f *.lo rm -f *.tab.c test -z "libcurl.vers" || rm -f libcurl.vers test . = "." || test -z "" || rm -f rm -f curlx/.deps/.dirstamp rm -f curlx/.dirstamp rm -f vauth/.deps/.dirstamp rm -f vauth/.dirstamp rm -f vquic/.deps/.dirstamp rm -f vquic/.dirstamp rm -f vssh/.deps/.dirstamp rm -f vssh/.dirstamp rm -f vtls/.deps/.dirstamp rm -f vtls/.dirstamp rm -f curl_config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/libcurl_la-altsvc.Plo rm -f ./.deps/libcurl_la-amigaos.Plo rm -f ./.deps/libcurl_la-asyn-ares.Plo rm -f ./.deps/libcurl_la-asyn-base.Plo rm -f ./.deps/libcurl_la-asyn-thrdd.Plo rm -f ./.deps/libcurl_la-bufq.Plo rm -f ./.deps/libcurl_la-bufref.Plo rm -f ./.deps/libcurl_la-cf-h1-proxy.Plo rm -f ./.deps/libcurl_la-cf-h2-proxy.Plo rm -f ./.deps/libcurl_la-cf-haproxy.Plo rm -f ./.deps/libcurl_la-cf-https-connect.Plo rm -f ./.deps/libcurl_la-cf-ip-happy.Plo rm -f ./.deps/libcurl_la-cf-socket.Plo rm -f ./.deps/libcurl_la-cfilters.Plo rm -f ./.deps/libcurl_la-conncache.Plo rm -f ./.deps/libcurl_la-connect.Plo rm -f ./.deps/libcurl_la-content_encoding.Plo rm -f ./.deps/libcurl_la-cookie.Plo rm -f ./.deps/libcurl_la-cshutdn.Plo rm -f ./.deps/libcurl_la-curl_addrinfo.Plo rm -f ./.deps/libcurl_la-curl_des.Plo rm -f ./.deps/libcurl_la-curl_endian.Plo rm -f ./.deps/libcurl_la-curl_fnmatch.Plo rm -f ./.deps/libcurl_la-curl_get_line.Plo rm -f ./.deps/libcurl_la-curl_gethostname.Plo rm -f ./.deps/libcurl_la-curl_gssapi.Plo rm -f ./.deps/libcurl_la-curl_memrchr.Plo rm -f ./.deps/libcurl_la-curl_ntlm_core.Plo rm -f ./.deps/libcurl_la-curl_range.Plo rm -f ./.deps/libcurl_la-curl_rtmp.Plo [command output truncated] test-ca.db* \ test-ca.raw* \ test-ca.srl rm -f *.lo make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/certs' Making clean in data make[3]: Entering directory '/home/peter/curl-8.16.0/tests/data' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/data' Making clean in server make[3]: Entering directory '/home/peter/curl-8.16.0/tests/server' test -z "servers.c" || rm -f servers.c rm -rf .libs _libs rm -f servers rm -f servers rm -f *.o rm -f *.lo make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/server' Making clean in libtest make[3]: Entering directory '/home/peter/curl-8.16.0/tests/libtest' test -z "libtests.c lib1521.c" || rm -f libtests.c lib1521.c rm -rf .libs _libs rm -f libtests rm -f libtests rm -f *.o rm -f *.lo make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/libtest' Making clean in http make[3]: Entering directory '/home/peter/curl-8.16.0/tests/http' rm -rf .libs _libs rm -rf *.pyc __pycache__ rm -rf gen rm -f *.lo make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/http' Making clean in unit make[3]: Entering directory '/home/peter/curl-8.16.0/tests/unit' test -z "units.c" || rm -f units.c rm -rf .libs _libs rm -f units rm -f units rm -f *.o rm -f *.lo make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/unit' Making clean in tunit make[3]: Entering directory '/home/peter/curl-8.16.0/tests/tunit' test -z "tunits.c" || rm -f tunits.c rm -rf .libs _libs rm -f tunits rm -f tunits rm -f *.o rm -f *.lo make[3]: Leaving directory '/home/peter/curl-8.16.0/tests/tunit' make[3]: Entering directory '/home/peter/curl-8.16.0/tests' test -z ".http.pid .https.pid .ftp.pid .ftps.pid" || rm -f .http.pid .https.pid .ftp.pid .ftps.pid rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory '/home/peter/curl-8.16.0/tests' make[2]: Leaving directory '/home/peter/curl-8.16.0/tests' rm -f *.lo test -z "libcurl.pc curl-config" || rm -f libcurl.pc curl-config test . = "." || test -z "" || rm -f test -z "buildinfo.txt" || rm -f buildinfo.txt rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[1]: Leaving directory '/home/peter/curl-8.16.0' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile
Show reasoning
Preparing static build environment
I'm setting environment variables like PKG_CONFIG with --static and LDFLAGS with static flags to ensure a fully static build, paying attention to proper quoting for commands with spaces before rerunning configure.
compile-bench> cd curl-8.16.0 && PKG_CONFIG_LIBDIR=/home/peter/deps/aarch64-static/lib/pkgconfig PKG_CONFIG_PATH=/home/peter/deps/aarch64-static/lib/pkgconfig PKG_CONFIG='pkg-config --static' CC=aarch64-linux-gnu-gcc AR=aarch64-linux-gnu-ar RANLIB=aarch64-linux-gnu-ranlib LD=aarch64-linux-gnu-ld CPPFLAGS=-I/home/peter/deps/aarch64-static/include LDFLAGS='-all-static -static -L/home/peter/deps/aarch64-static/lib' LIBS='-ldl -lpthread' ./configure --host=aarch64-linux-gnu --prefix=/home/peter/result --with-ssl=/home/peter/deps/aarch64-static --with-zlib=/home/peter/deps/aarch64-static --with-zstd=/home/peter/deps/aarch64-static --with-brotli=/home/peter/deps/aarch64-static --enable-static --disable-shared --without-libpsl 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 whether to enable HTTPSRR support... no
checking whether to enable ECH support... no
checking whether to enable SSL session export support... no
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking that grep -E works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-gcc
checking whether the C compiler works... no
configure: error: in `/home/peter/curl-8.16.0':
configure: error: C compiler cannot create executables
See `config.log' for more details
↓ 24 lines
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 whether to enable HTTPSRR support... no checking whether to enable ECH support... no checking whether to enable SSL session export support... no checking for path separator... : checking for sed... /usr/bin/sed checking for grep... /usr/bin/grep checking that grep -E works... yes checking for a BSD-compatible install... /usr/bin/install -c checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-gcc checking whether the C compiler works... no configure: error: in `/home/peter/curl-8.16.0': configure: error: C compiler cannot create executables See `config.log' for more details
Show reasoning
Diagnosing static linking errors
compile-bench> sed -n '1,160p' curl-8.16.0/config.log This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by curl configure -, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure --host=aarch64-linux-gnu --prefix=/home/peter/result --with-ssl=/home/peter/deps/aarch64-static --with-zlib=/home/peter/deps/aarch64-static --with-zstd=/home/peter/deps/aarch64-static --with-brotli=/home/peter/deps/aarch64-static --enable-static --disable-shared --without-libpsl
## --------- ##
## Platform. ##
## --------- ##
hostname = 360c1009d958
uname -m = x86_64
uname -r = 6.8.0-1036-aws
uname -s = Linux
uname -v = #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/sbin/
PATH: /usr/bin/
PATH: /sbin/
PATH: /bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3315: looking for aux files: ltmain.sh config.guess config.sub missing compile install-sh
configure:3328: trying ./
configure:3357: ./ltmain.sh found
configure:3357: ./config.guess found
configure:3357: ./config.sub found
configure:3357: ./missing found
configure:3357: ./compile found
configure:3339: ./install-sh found
configure:3484: checking whether to enable maintainer-specific portions of Makefiles
configure:3494: result: no
configure:3519: checking whether make supports nested variables
configure:3537: result: yes
configure:3550: checking whether to enable debug build options
configure:3570: result: no
configure:3582: checking whether to enable compiler optimizer
configure:3604: result: (assumed) yes
configure:3616: checking whether to enable strict compiler warnings
configure:3636: result: no
configure:3640: checking whether to enable compiler warnings as errors
configure:3660: result: no
configure:3664: checking whether to enable curl debug memory tracking
configure:3684: result: no
configure:3706: checking whether to enable hiding of library internal symbols
configure:3723: result: yes
configure:3734: checking whether to enable c-ares for DNS lookups
configure:3757: result: no
configure:3761: checking whether to disable dependency on -lrt
configure:3778: result: (assumed no)
configure:3789: checking whether to enable HTTPSRR support
configure:3808: result: no
configure:3820: checking whether to enable ECH support
configure:3839: result: no
configure:3851: checking whether to enable SSL session export support
configure:3870: result: no
configure:3900: checking for path separator
configure:3902: result: :
configure:3922: checking for sed
configure:3946: found /usr/bin/sed
configure:3959
[command output truncated]
n-only --program-suffix=-11 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --without-target-system-zlib --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=aarch64-linux-gnu --program-prefix=aarch64-linux-gnu- --includedir=/usr/aarch64-linux-gnu/include --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
configure:4956: $? = 0
configure:4945: aarch64-linux-gnu-gcc -V >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-V'
aarch64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4956: $? = 1
configure:4945: aarch64-linux-gnu-gcc -qversion >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
aarch64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4956: $? = 1
configure:4945: aarch64-linux-gnu-gcc -version >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-version'
aarch64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4956: $? = 1
configure:4974: checking whether the C compiler works
configure:4996: aarch64-linux-gnu-gcc -I/home/peter/deps/aarch64-static/include -all-static -static -L/home/peter/deps/aarch64-static/lib conftest.c -ldl -lpthread >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-all-static'; did you mean '--static'?
configure:5000: $? = 1
configure:5040: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "curl"
| #define PACKAGE_TARNAME "curl"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "curl -"
| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int main(void)
| {
|
| return 0;
| }
configure:5045: error: in `/home/peter/curl-8.16.0':
configure:5047: error: C compiler cannot create executables
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_CC_set=set
ac_cv_env_CC_value=aarch64-linux-gnu-gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/home/peter/deps/aarch64-static/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-all-static -static -L/home/peter/deps/aarch64-static/lib'
↓ 140 lines
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by curl configure -, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure --host=aarch64-linux-gnu --prefix=/home/peter/result --with-ssl=/home/peter/deps/aarch64-static --with-zlib=/home/peter/deps/aarch64-static --with-zstd=/home/peter/deps/aarch64-static --with-brotli=/home/peter/deps/aarch64-static --enable-static --disable-shared --without-libpsl
## --------- ##
## Platform. ##
## --------- ##
hostname = 360c1009d958
uname -m = x86_64
uname -r = 6.8.0-1036-aws
uname -s = Linux
uname -v = #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/sbin/
PATH: /usr/bin/
PATH: /sbin/
PATH: /bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3315: looking for aux files: ltmain.sh config.guess config.sub missing compile install-sh
configure:3328: trying ./
configure:3357: ./ltmain.sh found
configure:3357: ./config.guess found
configure:3357: ./config.sub found
configure:3357: ./missing found
configure:3357: ./compile found
configure:3339: ./install-sh found
configure:3484: checking whether to enable maintainer-specific portions of Makefiles
configure:3494: result: no
configure:3519: checking whether make supports nested variables
configure:3537: result: yes
configure:3550: checking whether to enable debug build options
configure:3570: result: no
configure:3582: checking whether to enable compiler optimizer
configure:3604: result: (assumed) yes
configure:3616: checking whether to enable strict compiler warnings
configure:3636: result: no
configure:3640: checking whether to enable compiler warnings as errors
configure:3660: result: no
configure:3664: checking whether to enable curl debug memory tracking
configure:3684: result: no
configure:3706: checking whether to enable hiding of library internal symbols
configure:3723: result: yes
configure:3734: checking whether to enable c-ares for DNS lookups
configure:3757: result: no
configure:3761: checking whether to disable dependency on -lrt
configure:3778: result: (assumed no)
configure:3789: checking whether to enable HTTPSRR support
configure:3808: result: no
configure:3820: checking whether to enable ECH support
configure:3839: result: no
configure:3851: checking whether to enable SSL session export support
configure:3870: result: no
configure:3900: checking for path separator
configure:3902: result: :
configure:3922: checking for sed
configure:3946: found /usr/bin/sed
configure:3959
[command output truncated]
n-only --program-suffix=-11 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --without-target-system-zlib --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=aarch64-linux-gnu --program-prefix=aarch64-linux-gnu- --includedir=/usr/aarch64-linux-gnu/include --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
configure:4956: $? = 0
configure:4945: aarch64-linux-gnu-gcc -V >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-V'
aarch64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4956: $? = 1
configure:4945: aarch64-linux-gnu-gcc -qversion >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
aarch64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4956: $? = 1
configure:4945: aarch64-linux-gnu-gcc -version >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-version'
aarch64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4956: $? = 1
configure:4974: checking whether the C compiler works
configure:4996: aarch64-linux-gnu-gcc -I/home/peter/deps/aarch64-static/include -all-static -static -L/home/peter/deps/aarch64-static/lib conftest.c -ldl -lpthread >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-all-static'; did you mean '--static'?
configure:5000: $? = 1
configure:5040: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "curl"
| #define PACKAGE_TARNAME "curl"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "curl -"
| #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int main(void)
| {
|
| return 0;
| }
configure:5045: error: in `/home/peter/curl-8.16.0':
configure:5047: error: C compiler cannot create executables
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_CC_set=set
ac_cv_env_CC_value=aarch64-linux-gnu-gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/home/peter/deps/aarch64-static/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-all-static -static -L/home/peter/deps/aarch64-static/lib'
Show reasoning
Debugging static linking issues
I'm sorting out why -all-static in LDFLAGS fails with GCC during configure since it's libtool-specific; I’m considering ways to replace it with -static correctly, adjusting where -static gets passed so libtool honors it in final linking, and planning to verify static linking works by compiling a simple static test program with the cross-compiler.
[empty output]
Show reasoning
Compiling static binary
[empty output]
Show reasoning
Inspecting test file
test: ELF 64-bit LSB executable, ARM aarch64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=c9f698e5764259802f0bdd21d4027553acadc428, for GNU/Linux 3.7.0, not stripped
Show reasoning
Ensuring static linking for curl binary
I'm working through how to guarantee the final curl binary links statically with glibc. The challenge is making sure -static appears at the right place during linking, since libtool might override or rearrange flags otherwise. I’m thinking of running configure with PKG_CONFIG='pkg-config --static' and setting LIBS and LDFLAGS carefully; then patching the generated Makefile to add -static to curl_LDFLAGS to force static linking of just the final binary. I'll verify this by inspecting the verbose build output next.
compile-bench> cd curl-8.16.0 && PKG_CONFIG_LIBDIR=/home/peter/deps/aarch64-static/lib/pkgconfig PKG_CONFIG_PATH=/home/peter/deps/aarch64-static/lib/pkgconfig PKG_CONFIG='pkg-config --static' CC=aarch64-linux-gnu-gcc AR=aarch64-linux-gnu-ar RANLIB=aarch64-linux-gnu-ranlib LD=aarch64-linux-gnu-ld CPPFLAGS=-I/home/peter/deps/aarch64-static/include LDFLAGS='-static -L/home/peter/deps/aarch64-static/lib' LIBS='-ldl -lpthread' ./configure --host=aarch64-linux-gnu --prefix=/home/peter/result --with-ssl=/home/peter/deps/aarch64-static --with-zlib=/home/peter/deps/aarch64-static --with-zstd=/home/peter/deps/aarch64-static --with-brotli=/home/peter/deps/aarch64-static --enable-static --disable-shared --without-libpsl 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 whether to enable HTTPSRR support... no
checking whether to enable ECH support... no
checking whether to enable SSL session export support... no
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking that grep -E works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-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... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to enable C11 features... none needed
checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes
checking how to run the C preprocessor... aarch64-linux-gnu-gcc -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of aarch64-linux-gnu-gcc... gcc3
checking curl version... 8.16.0
checking for perl... /usr/bin/perl
checking for httpd... no
checking for apache2... no
checking for apxs... no
configure: httpd/apache2 not in PATH, http tests disabled
configure: apxs not in PATH, http tests disabled
checking for danted... no
checking for danted... no
checking for nghttpx... no
checking for caddy... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for grep that handles long lines an
[command output truncated]
uild curl/libcurl:
Host setup: aarch64-unknown-linux-gnu
Install prefix: /home/peter/result
Compiler: aarch64-linux-gnu-gcc
CFLAGS: -Werror-implicit-function-declaration -O2 -Wno-system-headers
CFLAGS extras:
CPPFLAGS: -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include
LDFLAGS: -static -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib
curl-config: -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib
LIBS: -lssl -lcrypto -lssl -lcrypto -ldl -pthread -lzstd -lzstd -lbrotlidec -lbrotlidec -lbrotlicommon -lz -ldl -lpthread
curl version: 8.16.0
SSL: enabled (OpenSSL v3+)
SSH: no (--with-{libssh,libssh2})
zlib: enabled
brotli: enabled (libbrotlidec)
zstd: enabled (libzstd)
GSS-API: no (--with-gssapi)
GSASL: no (libgsasl not found)
TLS-SRP: enabled
resolver: POSIX threaded
IPv6: enabled
Unix sockets: enabled
IDN: no (--with-{libidn2,winidn})
Build docs: enabled (--disable-docs)
Build libcurl: Shared=no, Static=yes
Built-in manual: enabled
--libcurl option: enabled (--disable-libcurl-option)
Verbose errors: enabled (--disable-verbose)
Code coverage: disabled
SSPI: no (--enable-sspi)
ca cert bundle: no
ca cert path: no
ca cert embed: no
ca fallback: no
LDAP: no (--enable-ldap / --with-ldap-lib / --with-lber-lib)
LDAPS: no (--enable-ldaps)
IPFS/IPNS: enabled
RTSP: enabled
RTMP: no (--with-librtmp)
PSL: no (--with-libpsl)
Alt-svc: enabled (--disable-alt-svc)
Headers API: enabled (--disable-headers-api)
HSTS: enabled (--disable-hsts)
HTTP1: enabled (internal)
HTTP2: no (--with-nghttp2)
HTTP3: no (--with-ngtcp2 --with-nghttp3, --with-quiche, --with-openssl-quic)
ECH: no (--enable-ech)
HTTPS RR: no (--enable-httpsrr)
SSLS-EXPORT: no (--enable-ssls-export)
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli HSTS HTTPS-proxy IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets zstd
↓ 119 lines
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 whether to enable HTTPSRR support... no
checking whether to enable ECH support... no
checking whether to enable SSL session export support... no
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking that grep -E works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-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... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to enable C11 features... none needed
checking whether aarch64-linux-gnu-gcc understands -c and -o together... yes
checking how to run the C preprocessor... aarch64-linux-gnu-gcc -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for aarch64-linux-gnu-strip... aarch64-linux-gnu-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of aarch64-linux-gnu-gcc... gcc3
checking curl version... 8.16.0
checking for perl... /usr/bin/perl
checking for httpd... no
checking for apache2... no
checking for apxs... no
configure: httpd/apache2 not in PATH, http tests disabled
configure: apxs not in PATH, http tests disabled
checking for danted... no
checking for danted... no
checking for nghttpx... no
checking for caddy... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for grep that handles long lines an
[command output truncated]
uild curl/libcurl:
Host setup: aarch64-unknown-linux-gnu
Install prefix: /home/peter/result
Compiler: aarch64-linux-gnu-gcc
CFLAGS: -Werror-implicit-function-declaration -O2 -Wno-system-headers
CFLAGS extras:
CPPFLAGS: -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include
LDFLAGS: -static -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib
curl-config: -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib
LIBS: -lssl -lcrypto -lssl -lcrypto -ldl -pthread -lzstd -lzstd -lbrotlidec -lbrotlidec -lbrotlicommon -lz -ldl -lpthread
curl version: 8.16.0
SSL: enabled (OpenSSL v3+)
SSH: no (--with-{libssh,libssh2})
zlib: enabled
brotli: enabled (libbrotlidec)
zstd: enabled (libzstd)
GSS-API: no (--with-gssapi)
GSASL: no (libgsasl not found)
TLS-SRP: enabled
resolver: POSIX threaded
IPv6: enabled
Unix sockets: enabled
IDN: no (--with-{libidn2,winidn})
Build docs: enabled (--disable-docs)
Build libcurl: Shared=no, Static=yes
Built-in manual: enabled
--libcurl option: enabled (--disable-libcurl-option)
Verbose errors: enabled (--disable-verbose)
Code coverage: disabled
SSPI: no (--enable-sspi)
ca cert bundle: no
ca cert path: no
ca cert embed: no
ca fallback: no
LDAP: no (--enable-ldap / --with-ldap-lib / --with-lber-lib)
LDAPS: no (--enable-ldaps)
IPFS/IPNS: enabled
RTSP: enabled
RTMP: no (--with-librtmp)
PSL: no (--with-libpsl)
Alt-svc: enabled (--disable-alt-svc)
Headers API: enabled (--disable-headers-api)
HSTS: enabled (--disable-hsts)
HTTP1: enabled (internal)
HTTP2: no (--with-nghttp2)
HTTP3: no (--with-ngtcp2 --with-nghttp3, --with-quiche, --with-openssl-quic)
ECH: no (--enable-ech)
HTTPS RR: no (--enable-httpsrr)
SSLS-EXPORT: no (--enable-ssls-export)
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli HSTS HTTPS-proxy IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets zstd
Show reasoning
Ensuring static curl build
[empty output]
Show reasoning
Verifying static linking flag in build settings
861:curl_LDFLAGS = $(AM_LDFLAGS) $(CURL_LDFLAGS_BIN) $(UNICODEFLAG) -static
Show reasoning
Verifying static linking flags
compile-bench> cd curl-8.16.0 && make -j$(nproc) Making all in lib
make[1]: Entering directory '/home/peter/curl-8.16.0/lib'
make all-am
make[2]: Entering directory '/home/peter/curl-8.16.0/lib'
CC libcurl_la-altsvc.lo
CC libcurl_la-amigaos.lo
CC libcurl_la-asyn-ares.lo
CC libcurl_la-asyn-base.lo
CC libcurl_la-asyn-thrdd.lo
CC libcurl_la-bufq.lo
CC libcurl_la-bufref.lo
CC libcurl_la-cf-h1-proxy.lo
CC libcurl_la-cf-h2-proxy.lo
CC libcurl_la-cf-haproxy.lo
CC libcurl_la-cf-https-connect.lo
CC libcurl_la-cf-ip-happy.lo
CC libcurl_la-cf-socket.lo
CC libcurl_la-cfilters.lo
CC libcurl_la-conncache.lo
CC libcurl_la-connect.lo
CC libcurl_la-content_encoding.lo
CC libcurl_la-cookie.lo
CC libcurl_la-cshutdn.lo
CC libcurl_la-curl_addrinfo.lo
CC libcurl_la-curl_des.lo
CC libcurl_la-curl_endian.lo
CC libcurl_la-curl_fnmatch.lo
CC libcurl_la-curl_get_line.lo
CC libcurl_la-curl_gethostname.lo
CC libcurl_la-curl_gssapi.lo
CC libcurl_la-curl_memrchr.lo
CC libcurl_la-curl_ntlm_core.lo
CC libcurl_la-curl_range.lo
CC libcurl_la-curl_rtmp.lo
CC libcurl_la-curl_sasl.lo
CC libcurl_la-curl_sha512_256.lo
CC libcurl_la-curl_sspi.lo
CC libcurl_la-curl_threads.lo
CC libcurl_la-curl_trc.lo
CC libcurl_la-cw-out.lo
CC libcurl_la-cw-pause.lo
CC libcurl_la-dict.lo
CC libcurl_la-doh.lo
CC libcurl_la-dynhds.lo
CC libcurl_la-easy.lo
CC libcurl_la-easygetopt.lo
CC libcurl_la-easyoptions.lo
CC libcurl_la-escape.lo
CC libcurl_la-fake_addrinfo.lo
CC libcurl_la-file.lo
CC libcurl_la-fileinfo.lo
CC libcurl_la-fopen.lo
CC libcurl_la-formdata.lo
CC libcurl_la-ftp.lo
CC libcurl_la-ftplistparser.lo
CC libcurl_la-getenv.lo
CC libcurl_la-getinfo.lo
CC libcurl_la-gopher.lo
CC libcurl_la-hash.lo
CC libcurl_la-headers.lo
CC libcurl_la-hmac.lo
CC libcurl_la-hostip.lo
CC libcurl_la-hostip4.lo
CC libcurl_la-hostip6.lo
CC libcurl_la-hsts.lo
CC libcurl_la-http.lo
CC libcurl_la-http1.lo
CC libcurl_la-http2.lo
CC libcurl_la-http_aws_sigv4.lo
CC libcurl_la-http_chunks.lo
[command output truncated]
CC curl-tool_stderr.o
CC curl-tool_strdup.o
CC curl-tool_urlglob.o
CC curl-tool_util.o
CC curl-tool_vms.o
CC curl-tool_writeout.o
CC curl-tool_writeout_json.o
CC curl-tool_xattr.o
CC curl-var.o
HUGE tool_hugehelp.c
echo '/* !checksrc! disable COPYRIGHT all */' > tool_ca_embed.c
CC curlinfo.o
echo 'extern const void *curl_ca_embed; const void *curl_ca_embed;' >> tool_ca_embed.c
CC libcurltool_la-config2setopts.lo
CC libcurltool_la-slist_wc.lo
CC libcurltool_la-terminal.lo
CC libcurltool_la-tool_bname.lo
CC libcurltool_la-tool_cb_dbg.lo
CC libcurltool_la-tool_cb_hdr.lo
CC libcurltool_la-tool_cb_prg.lo
CC libcurltool_la-tool_cb_rea.lo
CC libcurltool_la-tool_cb_see.lo
CC libcurltool_la-tool_cb_soc.lo
CC libcurltool_la-tool_cb_wrt.lo
CC libcurltool_la-tool_cfgable.lo
CC libcurltool_la-tool_dirhie.lo
CC libcurltool_la-tool_doswin.lo
CC libcurltool_la-tool_easysrc.lo
CC libcurltool_la-tool_filetime.lo
CC libcurltool_la-tool_findfile.lo
CC libcurltool_la-tool_formparse.lo
CC libcurltool_la-tool_getparam.lo
CC libcurltool_la-tool_getpass.lo
CC libcurltool_la-tool_help.lo
CC libcurltool_la-tool_helpers.lo
CC libcurltool_la-tool_ipfs.lo
CC libcurltool_la-tool_libinfo.lo
CC libcurltool_la-tool_listhelp.lo
CC libcurltool_la-tool_main.lo
CC libcurltool_la-tool_msgs.lo
CC libcurltool_la-tool_operate.lo
CC libcurltool_la-tool_operhlp.lo
CC libcurltool_la-tool_paramhlp.lo
CC libcurltool_la-tool_parsecfg.lo
CC libcurltool_la-tool_progress.lo
CC libcurltool_la-tool_setopt.lo
CC libcurltool_la-tool_ssls.lo
CC libcurltool_la-tool_stderr.lo
CC libcurltool_la-tool_strdup.lo
CC libcurltool_la-tool_urlglob.lo
CC libcurltool_la-tool_util.lo
CC libcurltool_la-tool_vms.lo
CC libcurltool_la-tool_writeout.lo
CC libcurltool_la-tool_writeout_json.lo
CC libcurltool_la-tool_xattr.lo
CC libcurltool_la-var.lo
CC curl-tool_hugehelp.o
CC curl-tool_ca_embed.o
CCLD curlinfo
CCLD curl
CCLD libcurltool.la
make[1]: Leaving directory '/home/peter/curl-8.16.0/src'
Making all in scripts
make[1]: Entering directory '/home/peter/curl-8.16.0/scripts'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/peter/curl-8.16.0/scripts'
make[1]: Entering directory '/home/peter/curl-8.16.0'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/peter/curl-8.16.0'
↓ 141 lines
Making all in lib make[1]: Entering directory '/home/peter/curl-8.16.0/lib' make all-am make[2]: Entering directory '/home/peter/curl-8.16.0/lib' CC libcurl_la-altsvc.lo CC libcurl_la-amigaos.lo CC libcurl_la-asyn-ares.lo CC libcurl_la-asyn-base.lo CC libcurl_la-asyn-thrdd.lo CC libcurl_la-bufq.lo CC libcurl_la-bufref.lo CC libcurl_la-cf-h1-proxy.lo CC libcurl_la-cf-h2-proxy.lo CC libcurl_la-cf-haproxy.lo CC libcurl_la-cf-https-connect.lo CC libcurl_la-cf-ip-happy.lo CC libcurl_la-cf-socket.lo CC libcurl_la-cfilters.lo CC libcurl_la-conncache.lo CC libcurl_la-connect.lo CC libcurl_la-content_encoding.lo CC libcurl_la-cookie.lo CC libcurl_la-cshutdn.lo CC libcurl_la-curl_addrinfo.lo CC libcurl_la-curl_des.lo CC libcurl_la-curl_endian.lo CC libcurl_la-curl_fnmatch.lo CC libcurl_la-curl_get_line.lo CC libcurl_la-curl_gethostname.lo CC libcurl_la-curl_gssapi.lo CC libcurl_la-curl_memrchr.lo CC libcurl_la-curl_ntlm_core.lo CC libcurl_la-curl_range.lo CC libcurl_la-curl_rtmp.lo CC libcurl_la-curl_sasl.lo CC libcurl_la-curl_sha512_256.lo CC libcurl_la-curl_sspi.lo CC libcurl_la-curl_threads.lo CC libcurl_la-curl_trc.lo CC libcurl_la-cw-out.lo CC libcurl_la-cw-pause.lo CC libcurl_la-dict.lo CC libcurl_la-doh.lo CC libcurl_la-dynhds.lo CC libcurl_la-easy.lo CC libcurl_la-easygetopt.lo CC libcurl_la-easyoptions.lo CC libcurl_la-escape.lo CC libcurl_la-fake_addrinfo.lo CC libcurl_la-file.lo CC libcurl_la-fileinfo.lo CC libcurl_la-fopen.lo CC libcurl_la-formdata.lo CC libcurl_la-ftp.lo CC libcurl_la-ftplistparser.lo CC libcurl_la-getenv.lo CC libcurl_la-getinfo.lo CC libcurl_la-gopher.lo CC libcurl_la-hash.lo CC libcurl_la-headers.lo CC libcurl_la-hmac.lo CC libcurl_la-hostip.lo CC libcurl_la-hostip4.lo CC libcurl_la-hostip6.lo CC libcurl_la-hsts.lo CC libcurl_la-http.lo CC libcurl_la-http1.lo CC libcurl_la-http2.lo CC libcurl_la-http_aws_sigv4.lo CC libcurl_la-http_chunks.lo [command output truncated] CC curl-tool_stderr.o CC curl-tool_strdup.o CC curl-tool_urlglob.o CC curl-tool_util.o CC curl-tool_vms.o CC curl-tool_writeout.o CC curl-tool_writeout_json.o CC curl-tool_xattr.o CC curl-var.o HUGE tool_hugehelp.c echo '/* !checksrc! disable COPYRIGHT all */' > tool_ca_embed.c CC curlinfo.o echo 'extern const void *curl_ca_embed; const void *curl_ca_embed;' >> tool_ca_embed.c CC libcurltool_la-config2setopts.lo CC libcurltool_la-slist_wc.lo CC libcurltool_la-terminal.lo CC libcurltool_la-tool_bname.lo CC libcurltool_la-tool_cb_dbg.lo CC libcurltool_la-tool_cb_hdr.lo CC libcurltool_la-tool_cb_prg.lo CC libcurltool_la-tool_cb_rea.lo CC libcurltool_la-tool_cb_see.lo CC libcurltool_la-tool_cb_soc.lo CC libcurltool_la-tool_cb_wrt.lo CC libcurltool_la-tool_cfgable.lo CC libcurltool_la-tool_dirhie.lo CC libcurltool_la-tool_doswin.lo CC libcurltool_la-tool_easysrc.lo CC libcurltool_la-tool_filetime.lo CC libcurltool_la-tool_findfile.lo CC libcurltool_la-tool_formparse.lo CC libcurltool_la-tool_getparam.lo CC libcurltool_la-tool_getpass.lo CC libcurltool_la-tool_help.lo CC libcurltool_la-tool_helpers.lo CC libcurltool_la-tool_ipfs.lo CC libcurltool_la-tool_libinfo.lo CC libcurltool_la-tool_listhelp.lo CC libcurltool_la-tool_main.lo CC libcurltool_la-tool_msgs.lo CC libcurltool_la-tool_operate.lo CC libcurltool_la-tool_operhlp.lo CC libcurltool_la-tool_paramhlp.lo CC libcurltool_la-tool_parsecfg.lo CC libcurltool_la-tool_progress.lo CC libcurltool_la-tool_setopt.lo CC libcurltool_la-tool_ssls.lo CC libcurltool_la-tool_stderr.lo CC libcurltool_la-tool_strdup.lo CC libcurltool_la-tool_urlglob.lo CC libcurltool_la-tool_util.lo CC libcurltool_la-tool_vms.lo CC libcurltool_la-tool_writeout.lo CC libcurltool_la-tool_writeout_json.lo CC libcurltool_la-tool_xattr.lo CC libcurltool_la-var.lo CC curl-tool_hugehelp.o CC curl-tool_ca_embed.o CCLD curlinfo CCLD curl CCLD libcurltool.la make[1]: Leaving directory '/home/peter/curl-8.16.0/src' Making all in scripts make[1]: Entering directory '/home/peter/curl-8.16.0/scripts' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/peter/curl-8.16.0/scripts' make[1]: Entering directory '/home/peter/curl-8.16.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/peter/curl-8.16.0'
Show reasoning
Preparing to install curl
compile-bench> cd curl-8.16.0 && make install Making install in lib
make[1]: Entering directory '/home/peter/curl-8.16.0/lib'
make[2]: Entering directory '/home/peter/curl-8.16.0/lib'
/usr/bin/mkdir -p '/home/peter/result/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libcurl.la '/home/peter/result/lib'
libtool: install: /usr/bin/install -c .libs/libcurl.lai /home/peter/result/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a /home/peter/result/lib/libcurl.a
libtool: install: chmod 644 /home/peter/result/lib/libcurl.a
libtool: install: aarch64-linux-gnu-ranlib /home/peter/result/lib/libcurl.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/peter/result/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/peter/result/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/peter/curl-8.16.0/lib'
make[1]: Leaving directory '/home/peter/curl-8.16.0/lib'
Making install in docs
make[1]: Entering directory '/home/peter/curl-8.16.0/docs'
Making install in .
make[2]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl-config.1 wcurl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs'
Making install in cmdline-opts
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
Making install in libcurl
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
Making install in opts
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl/
[command output truncated]
ng directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/aclocal'
/usr/bin/install -c -m 644 libcurl.m4 '/home/peter/result/share/aclocal'
/usr/bin/mkdir -p '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_ssls_export.3 curl_easy_ssls_import.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_sslset.3 curl_global_trace.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_mime_headers.3 curl_mime_init.3 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_get_offt.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wait.3 curl_multi_waitfds.3 curl_multi_wakeup.3 curl_pushheader_byname.3 curl_pushheader_bynum.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 curl_ws_start_frame.3 libcurl-easy.3 libcurl-env-dbg.3 libcurl-env.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/home/peter/result/share/man/man3'
make[6]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[4]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[3]: Leaving directory '/home/peter/curl-8.16.0'
make[2]: Leaving directory '/home/peter/curl-8.16.0'
make[1]: Leaving directory '/home/peter/curl-8.16.0'
↓ 72 lines
Making install in lib
make[1]: Entering directory '/home/peter/curl-8.16.0/lib'
make[2]: Entering directory '/home/peter/curl-8.16.0/lib'
/usr/bin/mkdir -p '/home/peter/result/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libcurl.la '/home/peter/result/lib'
libtool: install: /usr/bin/install -c .libs/libcurl.lai /home/peter/result/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a /home/peter/result/lib/libcurl.a
libtool: install: chmod 644 /home/peter/result/lib/libcurl.a
libtool: install: aarch64-linux-gnu-ranlib /home/peter/result/lib/libcurl.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/peter/result/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/peter/result/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/peter/curl-8.16.0/lib'
make[1]: Leaving directory '/home/peter/curl-8.16.0/lib'
Making install in docs
make[1]: Entering directory '/home/peter/curl-8.16.0/docs'
Making install in .
make[2]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl-config.1 wcurl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs'
Making install in cmdline-opts
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
Making install in libcurl
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
Making install in opts
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl/
[command output truncated]
ng directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/aclocal'
/usr/bin/install -c -m 644 libcurl.m4 '/home/peter/result/share/aclocal'
/usr/bin/mkdir -p '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_ssls_export.3 curl_easy_ssls_import.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_sslset.3 curl_global_trace.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_mime_headers.3 curl_mime_init.3 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_get_offt.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wait.3 curl_multi_waitfds.3 curl_multi_wakeup.3 curl_pushheader_byname.3 curl_pushheader_bynum.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 curl_ws_start_frame.3 libcurl-easy.3 libcurl-env-dbg.3 libcurl-env.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/home/peter/result/share/man/man3'
make[6]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[4]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[3]: Leaving directory '/home/peter/curl-8.16.0'
make[2]: Leaving directory '/home/peter/curl-8.16.0'
make[1]: Leaving directory '/home/peter/curl-8.16.0'
Show reasoning
Updating symlink for new binary
[empty output]
Show reasoning
Verifying binary file stability
/home/peter/result/bin/curl: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=603408b2cf2357d5efa0c972fb74169c2ea424d4, for GNU/Linux 3.7.0, not stripped
Show reasoning
Analyzing build and linking commands
compile-bench> cd curl-8.16.0/src && make clean rm -f curl
test -z " tool_hugehelp.c tool_ca_embed.c" || rm -f tool_hugehelp.c tool_ca_embed.c
rm -rf .libs _libs
rm -rf ../lib/curlx/.libs ../lib/curlx/_libs
test -z "libcurltool.la" || rm -f libcurltool.la
rm -f ./so_locations
rm -f curlinfo
rm -f *.o
rm -f ../lib/curlx/*.o
rm -f ../lib/curlx/*.lo
rm -f *.lo
↓ 12 lines
rm -f curl test -z " tool_hugehelp.c tool_ca_embed.c" || rm -f tool_hugehelp.c tool_ca_embed.c rm -rf .libs _libs rm -rf ../lib/curlx/.libs ../lib/curlx/_libs test -z "libcurltool.la" || rm -f libcurltool.la rm -f ./so_locations rm -f curlinfo rm -f *.o rm -f ../lib/curlx/*.o rm -f ../lib/curlx/*.lo rm -f *.lo
Show reasoning
Rebuilding curl with verbose output
compile-bench> cd curl-8.16.0/src && make V=1 curl aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-config2setopts.o -MD -MP -MF .deps/curl-config2setopts.Tpo -c -o curl-config2setopts.o `test -f 'config2setopts.c' || echo './'`config2setopts.c
mv -f .deps/curl-config2setopts.Tpo .deps/curl-config2setopts.Po
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-slist_wc.o -MD -MP -MF .deps/curl-slist_wc.Tpo -c -o curl-slist_wc.o `test -f 'slist_wc.c' || echo './'`slist_wc.c
mv -f .deps/curl-slist_wc.Tpo .deps/curl-slist_wc.Po
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-terminal.o -MD -MP -MF .deps/curl-terminal.Tpo -c -o curl-terminal.o `test -f 'terminal.c' || echo './'`terminal.c
mv -f .deps/curl-terminal.Tpo .deps/curl-terminal.Po
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-tool_bname.o -MD -MP -MF .deps/curl-tool_bname.Tpo -c -o curl-tool_bname.o `test -f 'tool_bname.c' || echo './'`tool_bname.c
mv -f .deps/curl-tool_bname.Tpo .deps/curl-tool_bname.Po
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-tool_cb_dbg.o -MD -MP -MF .deps/curl-tool_cb_dbg.Tpo -c -o curl-
[command output truncated]
stem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-tool_ca_embed.o -MD -MP -MF .deps/curl-tool_ca_embed.Tpo -c -o curl-tool_ca_embed.o `test -f 'tool_ca_embed.c' || echo './'`tool_ca_embed.c
mv -f .deps/curl-tool_ca_embed.Tpo .deps/curl-tool_ca_embed.Po
/bin/bash ../libtool --tag=CC --mode=link aarch64-linux-gnu-gcc -Werror-implicit-function-declaration -O2 -Wno-system-headers -static -static -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -o curl curl-config2setopts.o curl-slist_wc.o curl-terminal.o curl-tool_bname.o curl-tool_cb_dbg.o curl-tool_cb_hdr.o curl-tool_cb_prg.o curl-tool_cb_rea.o curl-tool_cb_see.o curl-tool_cb_soc.o curl-tool_cb_wrt.o curl-tool_cfgable.o curl-tool_dirhie.o curl-tool_doswin.o curl-tool_easysrc.o curl-tool_filetime.o curl-tool_findfile.o curl-tool_formparse.o curl-tool_getparam.o curl-tool_getpass.o curl-tool_help.o curl-tool_helpers.o curl-tool_ipfs.o curl-tool_libinfo.o curl-tool_listhelp.o curl-tool_main.o curl-tool_msgs.o curl-tool_operate.o curl-tool_operhlp.o curl-tool_paramhlp.o curl-tool_parsecfg.o curl-tool_progress.o curl-tool_setopt.o curl-tool_ssls.o curl-tool_stderr.o curl-tool_strdup.o curl-tool_urlglob.o curl-tool_util.o curl-tool_vms.o curl-tool_writeout.o curl-tool_writeout_json.o curl-tool_xattr.o curl-var.o curl-tool_hugehelp.o curl-tool_ca_embed.o ../lib/libcurl.la -lssl -lcrypto -lssl -lcrypto -ldl -pthread -lzstd -lzstd -lbrotlidec -lbrotlidec -lbrotlicommon -lz -ldl -lpthread
libtool: link: aarch64-linux-gnu-gcc -Werror-implicit-function-declaration -O2 -Wno-system-headers -o curl curl-config2setopts.o curl-slist_wc.o curl-terminal.o curl-tool_bname.o curl-tool_cb_dbg.o curl-tool_cb_hdr.o curl-tool_cb_prg.o curl-tool_cb_rea.o curl-tool_cb_see.o curl-tool_cb_soc.o curl-tool_cb_wrt.o curl-tool_cfgable.o curl-tool_dirhie.o curl-tool_doswin.o curl-tool_easysrc.o curl-tool_filetime.o curl-tool_findfile.o curl-tool_formparse.o curl-tool_getparam.o curl-tool_getpass.o curl-tool_help.o curl-tool_helpers.o curl-tool_ipfs.o curl-tool_libinfo.o curl-tool_listhelp.o curl-tool_main.o curl-tool_msgs.o curl-tool_operate.o curl-tool_operhlp.o curl-tool_paramhlp.o curl-tool_parsecfg.o curl-tool_progress.o curl-tool_setopt.o curl-tool_ssls.o curl-tool_stderr.o curl-tool_strdup.o curl-tool_urlglob.o curl-tool_util.o curl-tool_vms.o curl-tool_writeout.o curl-tool_writeout_json.o curl-tool_xattr.o curl-var.o curl-tool_hugehelp.o curl-tool_ca_embed.o -L/home/peter/deps/aarch64-static/lib ../lib/.libs/libcurl.a -lssl -lcrypto -lzstd -lbrotlidec -lbrotlicommon -lz -ldl -lpthread -pthread
↓ 15 lines
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-config2setopts.o -MD -MP -MF .deps/curl-config2setopts.Tpo -c -o curl-config2setopts.o `test -f 'config2setopts.c' || echo './'`config2setopts.c mv -f .deps/curl-config2setopts.Tpo .deps/curl-config2setopts.Po aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-slist_wc.o -MD -MP -MF .deps/curl-slist_wc.Tpo -c -o curl-slist_wc.o `test -f 'slist_wc.c' || echo './'`slist_wc.c mv -f .deps/curl-slist_wc.Tpo .deps/curl-slist_wc.Po aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-terminal.o -MD -MP -MF .deps/curl-terminal.Tpo -c -o curl-terminal.o `test -f 'terminal.c' || echo './'`terminal.c mv -f .deps/curl-terminal.Tpo .deps/curl-terminal.Po aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-tool_bname.o -MD -MP -MF .deps/curl-tool_bname.Tpo -c -o curl-tool_bname.o `test -f 'tool_bname.c' || echo './'`tool_bname.c mv -f .deps/curl-tool_bname.Tpo .deps/curl-tool_bname.Po aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-tool_cb_dbg.o -MD -MP -MF .deps/curl-tool_cb_dbg.Tpo -c -o curl- [command output truncated] stem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-tool_ca_embed.o -MD -MP -MF .deps/curl-tool_ca_embed.Tpo -c -o curl-tool_ca_embed.o `test -f 'tool_ca_embed.c' || echo './'`tool_ca_embed.c mv -f .deps/curl-tool_ca_embed.Tpo .deps/curl-tool_ca_embed.Po /bin/bash ../libtool --tag=CC --mode=link aarch64-linux-gnu-gcc -Werror-implicit-function-declaration -O2 -Wno-system-headers -static -static -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -L/home/peter/deps/aarch64-static/lib -o curl curl-config2setopts.o curl-slist_wc.o curl-terminal.o curl-tool_bname.o curl-tool_cb_dbg.o curl-tool_cb_hdr.o curl-tool_cb_prg.o curl-tool_cb_rea.o curl-tool_cb_see.o curl-tool_cb_soc.o curl-tool_cb_wrt.o curl-tool_cfgable.o curl-tool_dirhie.o curl-tool_doswin.o curl-tool_easysrc.o curl-tool_filetime.o curl-tool_findfile.o curl-tool_formparse.o curl-tool_getparam.o curl-tool_getpass.o curl-tool_help.o curl-tool_helpers.o curl-tool_ipfs.o curl-tool_libinfo.o curl-tool_listhelp.o curl-tool_main.o curl-tool_msgs.o curl-tool_operate.o curl-tool_operhlp.o curl-tool_paramhlp.o curl-tool_parsecfg.o curl-tool_progress.o curl-tool_setopt.o curl-tool_ssls.o curl-tool_stderr.o curl-tool_strdup.o curl-tool_urlglob.o curl-tool_util.o curl-tool_vms.o curl-tool_writeout.o curl-tool_writeout_json.o curl-tool_xattr.o curl-var.o curl-tool_hugehelp.o curl-tool_ca_embed.o ../lib/libcurl.la -lssl -lcrypto -lssl -lcrypto -ldl -pthread -lzstd -lzstd -lbrotlidec -lbrotlidec -lbrotlicommon -lz -ldl -lpthread libtool: link: aarch64-linux-gnu-gcc -Werror-implicit-function-declaration -O2 -Wno-system-headers -o curl curl-config2setopts.o curl-slist_wc.o curl-terminal.o curl-tool_bname.o curl-tool_cb_dbg.o curl-tool_cb_hdr.o curl-tool_cb_prg.o curl-tool_cb_rea.o curl-tool_cb_see.o curl-tool_cb_soc.o curl-tool_cb_wrt.o curl-tool_cfgable.o curl-tool_dirhie.o curl-tool_doswin.o curl-tool_easysrc.o curl-tool_filetime.o curl-tool_findfile.o curl-tool_formparse.o curl-tool_getparam.o curl-tool_getpass.o curl-tool_help.o curl-tool_helpers.o curl-tool_ipfs.o curl-tool_libinfo.o curl-tool_listhelp.o curl-tool_main.o curl-tool_msgs.o curl-tool_operate.o curl-tool_operhlp.o curl-tool_paramhlp.o curl-tool_parsecfg.o curl-tool_progress.o curl-tool_setopt.o curl-tool_ssls.o curl-tool_stderr.o curl-tool_strdup.o curl-tool_urlglob.o curl-tool_util.o curl-tool_vms.o curl-tool_writeout.o curl-tool_writeout_json.o curl-tool_xattr.o curl-var.o curl-tool_hugehelp.o curl-tool_ca_embed.o -L/home/peter/deps/aarch64-static/lib ../lib/.libs/libcurl.a -lssl -lcrypto -lzstd -lbrotlidec -lbrotlicommon -lz -ldl -lpthread -pthread
Show reasoning
Analyzing libtool static linking behavior
[empty output]
861:curl_LDFLAGS = $(AM_LDFLAGS) $(CURL_LDFLAGS_BIN) $(UNICODEFLAG) -static -all-static
Show reasoning
Preparing to relink curl
compile-bench> cd curl-8.16.0/src && make clean rm -f curl
test -z " tool_hugehelp.c tool_ca_embed.c" || rm -f tool_hugehelp.c tool_ca_embed.c
rm -rf .libs _libs
rm -rf ../lib/curlx/.libs ../lib/curlx/_libs
test -z "libcurltool.la" || rm -f libcurltool.la
rm -f ./so_locations
rm -f curlinfo
rm -f *.o
rm -f ../lib/curlx/*.o
rm -f ../lib/curlx/*.lo
rm -f *.lo
↓ 12 lines
rm -f curl test -z " tool_hugehelp.c tool_ca_embed.c" || rm -f tool_hugehelp.c tool_ca_embed.c rm -rf .libs _libs rm -rf ../lib/curlx/.libs ../lib/curlx/_libs test -z "libcurltool.la" || rm -f libcurltool.la rm -f ./so_locations rm -f curlinfo rm -f *.o rm -f ../lib/curlx/*.o rm -f ../lib/curlx/*.lo rm -f *.lo
Show reasoning
Rebuilding the project with verbose curl
compile-bench> cd curl-8.16.0/src && make V=1 curl aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-config2setopts.o -MD -MP -MF .deps/curl-config2setopts.Tpo -c -o curl-config2setopts.o `test -f 'config2setopts.c' || echo './'`config2setopts.c
mv -f .deps/curl-config2setopts.Tpo .deps/curl-config2setopts.Po
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-slist_wc.o -MD -MP -MF .deps/curl-slist_wc.Tpo -c -o curl-slist_wc.o `test -f 'slist_wc.c' || echo './'`slist_wc.c
mv -f .deps/curl-slist_wc.Tpo .deps/curl-slist_wc.Po
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-terminal.o -MD -MP -MF .deps/curl-terminal.Tpo -c -o curl-terminal.o `test -f 'terminal.c' || echo './'`terminal.c
mv -f .deps/curl-terminal.Tpo .deps/curl-terminal.Po
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-tool_bname.o -MD -MP -MF .deps/curl-tool_bname.Tpo -c -o curl-tool_bname.o `test -f 'tool_bname.c' || echo './'`tool_bname.c
mv -f .deps/curl-tool_bname.Tpo .deps/curl-tool_bname.Po
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-tool_cb_dbg.o -MD -MP -MF .deps/curl-tool_cb_dbg.Tpo -c -o curl-
[command output truncated]
-tool_libinfo.o curl-tool_listhelp.o curl-tool_main.o curl-tool_msgs.o curl-tool_operate.o curl-tool_operhlp.o curl-tool_paramhlp.o curl-tool_parsecfg.o curl-tool_progress.o curl-tool_setopt.o curl-tool_ssls.o curl-tool_stderr.o curl-tool_strdup.o curl-tool_urlglob.o curl-tool_util.o curl-tool_vms.o curl-tool_writeout.o curl-tool_writeout_json.o curl-tool_xattr.o curl-var.o curl-tool_hugehelp.o curl-tool_ca_embed.o ../lib/libcurl.la -lssl -lcrypto -lssl -lcrypto -ldl -pthread -lzstd -lzstd -lbrotlidec -lbrotlidec -lbrotlicommon -lz -ldl -lpthread
libtool: link: aarch64-linux-gnu-gcc -Werror-implicit-function-declaration -O2 -Wno-system-headers -static -o curl curl-config2setopts.o curl-slist_wc.o curl-terminal.o curl-tool_bname.o curl-tool_cb_dbg.o curl-tool_cb_hdr.o curl-tool_cb_prg.o curl-tool_cb_rea.o curl-tool_cb_see.o curl-tool_cb_soc.o curl-tool_cb_wrt.o curl-tool_cfgable.o curl-tool_dirhie.o curl-tool_doswin.o curl-tool_easysrc.o curl-tool_filetime.o curl-tool_findfile.o curl-tool_formparse.o curl-tool_getparam.o curl-tool_getpass.o curl-tool_help.o curl-tool_helpers.o curl-tool_ipfs.o curl-tool_libinfo.o curl-tool_listhelp.o curl-tool_main.o curl-tool_msgs.o curl-tool_operate.o curl-tool_operhlp.o curl-tool_paramhlp.o curl-tool_parsecfg.o curl-tool_progress.o curl-tool_setopt.o curl-tool_ssls.o curl-tool_stderr.o curl-tool_strdup.o curl-tool_urlglob.o curl-tool_util.o curl-tool_vms.o curl-tool_writeout.o curl-tool_writeout_json.o curl-tool_xattr.o curl-var.o curl-tool_hugehelp.o curl-tool_ca_embed.o -L/home/peter/deps/aarch64-static/lib ../lib/.libs/libcurl.a -lssl -lcrypto -lzstd -lbrotlidec -lbrotlicommon -lz -ldl -lpthread -pthread
/usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: curl-tool_findfile.o: in function `findfile':
tool_findfile.c:(.text+0x214): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-netrc.o): in function `Curl_parsenetrc':
netrc.c:(.text+0x910): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-curl_addrinfo.o): in function `Curl_getaddrinfo_ex':
curl_addrinfo.c:(.text+0x74): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: /home/peter/deps/aarch64-static/lib/libcrypto.a(libcrypto-lib-bio_sock.o): in function `BIO_gethostbyname':
bio_sock.c:(.text+0x70): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
↓ 21 lines
aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-config2setopts.o -MD -MP -MF .deps/curl-config2setopts.Tpo -c -o curl-config2setopts.o `test -f 'config2setopts.c' || echo './'`config2setopts.c mv -f .deps/curl-config2setopts.Tpo .deps/curl-config2setopts.Po aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-slist_wc.o -MD -MP -MF .deps/curl-slist_wc.Tpo -c -o curl-slist_wc.o `test -f 'slist_wc.c' || echo './'`slist_wc.c mv -f .deps/curl-slist_wc.Tpo .deps/curl-slist_wc.Po aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-terminal.o -MD -MP -MF .deps/curl-terminal.Tpo -c -o curl-terminal.o `test -f 'terminal.c' || echo './'`terminal.c mv -f .deps/curl-terminal.Tpo .deps/curl-terminal.Po aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-tool_bname.o -MD -MP -MF .deps/curl-tool_bname.Tpo -c -o curl-tool_bname.o `test -f 'tool_bname.c' || echo './'`tool_bname.c mv -f .deps/curl-tool_bname.Tpo .deps/curl-tool_bname.Po aarch64-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DCURL_STATICLIB -DUSE_MANUAL -isystem /home/peter/deps/aarch64-static/include -D_GNU_SOURCE -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -isystem /home/peter/deps/aarch64-static/include -Werror-implicit-function-declaration -O2 -Wno-system-headers -MT curl-tool_cb_dbg.o -MD -MP -MF .deps/curl-tool_cb_dbg.Tpo -c -o curl- [command output truncated] -tool_libinfo.o curl-tool_listhelp.o curl-tool_main.o curl-tool_msgs.o curl-tool_operate.o curl-tool_operhlp.o curl-tool_paramhlp.o curl-tool_parsecfg.o curl-tool_progress.o curl-tool_setopt.o curl-tool_ssls.o curl-tool_stderr.o curl-tool_strdup.o curl-tool_urlglob.o curl-tool_util.o curl-tool_vms.o curl-tool_writeout.o curl-tool_writeout_json.o curl-tool_xattr.o curl-var.o curl-tool_hugehelp.o curl-tool_ca_embed.o ../lib/libcurl.la -lssl -lcrypto -lssl -lcrypto -ldl -pthread -lzstd -lzstd -lbrotlidec -lbrotlidec -lbrotlicommon -lz -ldl -lpthread libtool: link: aarch64-linux-gnu-gcc -Werror-implicit-function-declaration -O2 -Wno-system-headers -static -o curl curl-config2setopts.o curl-slist_wc.o curl-terminal.o curl-tool_bname.o curl-tool_cb_dbg.o curl-tool_cb_hdr.o curl-tool_cb_prg.o curl-tool_cb_rea.o curl-tool_cb_see.o curl-tool_cb_soc.o curl-tool_cb_wrt.o curl-tool_cfgable.o curl-tool_dirhie.o curl-tool_doswin.o curl-tool_easysrc.o curl-tool_filetime.o curl-tool_findfile.o curl-tool_formparse.o curl-tool_getparam.o curl-tool_getpass.o curl-tool_help.o curl-tool_helpers.o curl-tool_ipfs.o curl-tool_libinfo.o curl-tool_listhelp.o curl-tool_main.o curl-tool_msgs.o curl-tool_operate.o curl-tool_operhlp.o curl-tool_paramhlp.o curl-tool_parsecfg.o curl-tool_progress.o curl-tool_setopt.o curl-tool_ssls.o curl-tool_stderr.o curl-tool_strdup.o curl-tool_urlglob.o curl-tool_util.o curl-tool_vms.o curl-tool_writeout.o curl-tool_writeout_json.o curl-tool_xattr.o curl-var.o curl-tool_hugehelp.o curl-tool_ca_embed.o -L/home/peter/deps/aarch64-static/lib ../lib/.libs/libcurl.a -lssl -lcrypto -lzstd -lbrotlidec -lbrotlicommon -lz -ldl -lpthread -pthread /usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: curl-tool_findfile.o: in function `findfile': tool_findfile.c:(.text+0x214): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-netrc.o): in function `Curl_parsenetrc': netrc.c:(.text+0x910): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-curl_addrinfo.o): in function `Curl_getaddrinfo_ex': curl_addrinfo.c:(.text+0x74): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: /home/peter/deps/aarch64-static/lib/libcrypto.a(libcrypto-lib-bio_sock.o): in function `BIO_gethostbyname': bio_sock.c:(.text+0x70): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
Show reasoning
Preparing final build and install steps
compile-bench> cd curl-8.16.0 && make -j$(nproc) Making all in lib
make[1]: Entering directory '/home/peter/curl-8.16.0/lib'
make all-am
make[2]: Entering directory '/home/peter/curl-8.16.0/lib'
CC curlx/libcurl_la-base64.lo
CC curlx/libcurl_la-dynbuf.lo
CC curlx/libcurl_la-inet_ntop.lo
CC curlx/libcurl_la-inet_pton.lo
CC curlx/libcurl_la-multibyte.lo
CC curlx/libcurl_la-nonblock.lo
CC curlx/libcurl_la-strparse.lo
CC curlx/libcurl_la-timediff.lo
CC curlx/libcurl_la-timeval.lo
CC curlx/libcurl_la-version_win32.lo
CC curlx/libcurl_la-wait.lo
CC curlx/libcurl_la-warnless.lo
CC curlx/libcurl_la-winapi.lo
CC curlx/libcurlu_la-base64.lo
CC curlx/libcurlu_la-dynbuf.lo
CC curlx/libcurlu_la-inet_ntop.lo
CC curlx/libcurlu_la-inet_pton.lo
CC curlx/libcurlu_la-multibyte.lo
CC curlx/libcurlu_la-nonblock.lo
CC curlx/libcurlu_la-strparse.lo
CC curlx/libcurlu_la-timediff.lo
CC curlx/libcurlu_la-timeval.lo
CC curlx/libcurlu_la-version_win32.lo
CC curlx/libcurlu_la-wait.lo
CC curlx/libcurlu_la-warnless.lo
CC curlx/libcurlu_la-winapi.lo
CCLD libcurl.la
CCLD libcurlu.la
make[2]: Leaving directory '/home/peter/curl-8.16.0/lib'
make[1]: Leaving directory '/home/peter/curl-8.16.0/lib'
Making all in docs
make[1]: Entering directory '/home/peter/curl-8.16.0/docs'
Making all in .
make[2]: Entering directory '/home/peter/curl-8.16.0/docs'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs'
Making all in cmdline-opts
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
Making all in libcurl
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
Making all in opts
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[1]: Leaving directory '/home/peter/curl-8.16.0/docs'
Making all in src
make[1]: Entering directory '/home/peter/curl-8.16.0/src'
CC curlinfo.o
CC libcurltool_la-config2setopts.lo
CC libcurltool_la-slist_wc.lo
CC libcurltool_la-terminal.lo
CC libcurltool_la-tool_bname.lo
CC libcurltool_la-tool_cb_dbg.lo
CCLD curl
CC libcurltool_la-tool_cb_hdr.lo
CC libcurltool_la-tool_cb_prg.lo
CC libcurltool_la-tool_cb_rea.lo
CC libcurltool_la-tool_cb_see.lo
CC libcurltool_la-tool_cb_soc.lo
CC
[command output truncated]
: curl-tool_findfile.o: in function `findfile':
tool_findfile.c:(.text+0x214): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-netrc.o): in function `Curl_parsenetrc':
netrc.c:(.text+0x910): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-curl_addrinfo.o): in function `Curl_getaddrinfo_ex':
curl_addrinfo.c:(.text+0x74): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: /home/peter/deps/aarch64-static/lib/libcrypto.a(libcrypto-lib-bio_sock.o): in function `BIO_gethostbyname':
bio_sock.c:(.text+0x70): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
CC libcurltool_la-tool_dirhie.lo
CC libcurltool_la-tool_doswin.lo
CC libcurltool_la-tool_easysrc.lo
CC libcurltool_la-tool_filetime.lo
CC libcurltool_la-tool_findfile.lo
CC libcurltool_la-tool_formparse.lo
CC libcurltool_la-tool_getparam.lo
CC libcurltool_la-tool_getpass.lo
CC libcurltool_la-tool_help.lo
CC libcurltool_la-tool_helpers.lo
CC libcurltool_la-tool_ipfs.lo
CC libcurltool_la-tool_libinfo.lo
CC libcurltool_la-tool_listhelp.lo
CC libcurltool_la-tool_main.lo
CC libcurltool_la-tool_msgs.lo
CC libcurltool_la-tool_operate.lo
CC libcurltool_la-tool_operhlp.lo
CC libcurltool_la-tool_paramhlp.lo
CC libcurltool_la-tool_parsecfg.lo
CC libcurltool_la-tool_progress.lo
CC libcurltool_la-tool_setopt.lo
CC libcurltool_la-tool_ssls.lo
CC libcurltool_la-tool_stderr.lo
CC libcurltool_la-tool_strdup.lo
CC libcurltool_la-tool_urlglob.lo
CC libcurltool_la-tool_util.lo
CC libcurltool_la-tool_vms.lo
CC libcurltool_la-tool_writeout.lo
CC libcurltool_la-tool_writeout_json.lo
CC libcurltool_la-tool_xattr.lo
CC libcurltool_la-var.lo
CCLD curlinfo
CCLD libcurltool.la
make[1]: Leaving directory '/home/peter/curl-8.16.0/src'
Making all in scripts
make[1]: Entering directory '/home/peter/curl-8.16.0/scripts'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/peter/curl-8.16.0/scripts'
make[1]: Entering directory '/home/peter/curl-8.16.0'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/peter/curl-8.16.0'
↓ 121 lines
Making all in lib make[1]: Entering directory '/home/peter/curl-8.16.0/lib' make all-am make[2]: Entering directory '/home/peter/curl-8.16.0/lib' CC curlx/libcurl_la-base64.lo CC curlx/libcurl_la-dynbuf.lo CC curlx/libcurl_la-inet_ntop.lo CC curlx/libcurl_la-inet_pton.lo CC curlx/libcurl_la-multibyte.lo CC curlx/libcurl_la-nonblock.lo CC curlx/libcurl_la-strparse.lo CC curlx/libcurl_la-timediff.lo CC curlx/libcurl_la-timeval.lo CC curlx/libcurl_la-version_win32.lo CC curlx/libcurl_la-wait.lo CC curlx/libcurl_la-warnless.lo CC curlx/libcurl_la-winapi.lo CC curlx/libcurlu_la-base64.lo CC curlx/libcurlu_la-dynbuf.lo CC curlx/libcurlu_la-inet_ntop.lo CC curlx/libcurlu_la-inet_pton.lo CC curlx/libcurlu_la-multibyte.lo CC curlx/libcurlu_la-nonblock.lo CC curlx/libcurlu_la-strparse.lo CC curlx/libcurlu_la-timediff.lo CC curlx/libcurlu_la-timeval.lo CC curlx/libcurlu_la-version_win32.lo CC curlx/libcurlu_la-wait.lo CC curlx/libcurlu_la-warnless.lo CC curlx/libcurlu_la-winapi.lo CCLD libcurl.la CCLD libcurlu.la make[2]: Leaving directory '/home/peter/curl-8.16.0/lib' make[1]: Leaving directory '/home/peter/curl-8.16.0/lib' Making all in docs make[1]: Entering directory '/home/peter/curl-8.16.0/docs' Making all in . make[2]: Entering directory '/home/peter/curl-8.16.0/docs' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/peter/curl-8.16.0/docs' Making all in cmdline-opts make[2]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts' Making all in libcurl make[2]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl' Making all in opts make[3]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl/opts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl/opts' make[3]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl' make[2]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl' make[1]: Leaving directory '/home/peter/curl-8.16.0/docs' Making all in src make[1]: Entering directory '/home/peter/curl-8.16.0/src' CC curlinfo.o CC libcurltool_la-config2setopts.lo CC libcurltool_la-slist_wc.lo CC libcurltool_la-terminal.lo CC libcurltool_la-tool_bname.lo CC libcurltool_la-tool_cb_dbg.lo CCLD curl CC libcurltool_la-tool_cb_hdr.lo CC libcurltool_la-tool_cb_prg.lo CC libcurltool_la-tool_cb_rea.lo CC libcurltool_la-tool_cb_see.lo CC libcurltool_la-tool_cb_soc.lo CC [command output truncated] : curl-tool_findfile.o: in function `findfile': tool_findfile.c:(.text+0x214): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-netrc.o): in function `Curl_parsenetrc': netrc.c:(.text+0x910): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: ../lib/.libs/libcurl.a(libcurl_la-curl_addrinfo.o): in function `Curl_getaddrinfo_ex': curl_addrinfo.c:(.text+0x74): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc-cross/aarch64-linux-gnu/11/../../../../aarch64-linux-gnu/bin/ld: /home/peter/deps/aarch64-static/lib/libcrypto.a(libcrypto-lib-bio_sock.o): in function `BIO_gethostbyname': bio_sock.c:(.text+0x70): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking CC libcurltool_la-tool_dirhie.lo CC libcurltool_la-tool_doswin.lo CC libcurltool_la-tool_easysrc.lo CC libcurltool_la-tool_filetime.lo CC libcurltool_la-tool_findfile.lo CC libcurltool_la-tool_formparse.lo CC libcurltool_la-tool_getparam.lo CC libcurltool_la-tool_getpass.lo CC libcurltool_la-tool_help.lo CC libcurltool_la-tool_helpers.lo CC libcurltool_la-tool_ipfs.lo CC libcurltool_la-tool_libinfo.lo CC libcurltool_la-tool_listhelp.lo CC libcurltool_la-tool_main.lo CC libcurltool_la-tool_msgs.lo CC libcurltool_la-tool_operate.lo CC libcurltool_la-tool_operhlp.lo CC libcurltool_la-tool_paramhlp.lo CC libcurltool_la-tool_parsecfg.lo CC libcurltool_la-tool_progress.lo CC libcurltool_la-tool_setopt.lo CC libcurltool_la-tool_ssls.lo CC libcurltool_la-tool_stderr.lo CC libcurltool_la-tool_strdup.lo CC libcurltool_la-tool_urlglob.lo CC libcurltool_la-tool_util.lo CC libcurltool_la-tool_vms.lo CC libcurltool_la-tool_writeout.lo CC libcurltool_la-tool_writeout_json.lo CC libcurltool_la-tool_xattr.lo CC libcurltool_la-var.lo CCLD curlinfo CCLD libcurltool.la make[1]: Leaving directory '/home/peter/curl-8.16.0/src' Making all in scripts make[1]: Entering directory '/home/peter/curl-8.16.0/scripts' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/peter/curl-8.16.0/scripts' make[1]: Entering directory '/home/peter/curl-8.16.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/peter/curl-8.16.0'
Show reasoning
Reinstalling software
compile-bench> cd curl-8.16.0 && make install Making install in lib
make[1]: Entering directory '/home/peter/curl-8.16.0/lib'
make[2]: Entering directory '/home/peter/curl-8.16.0/lib'
/usr/bin/mkdir -p '/home/peter/result/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libcurl.la '/home/peter/result/lib'
libtool: install: /usr/bin/install -c .libs/libcurl.lai /home/peter/result/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a /home/peter/result/lib/libcurl.a
libtool: install: chmod 644 /home/peter/result/lib/libcurl.a
libtool: install: aarch64-linux-gnu-ranlib /home/peter/result/lib/libcurl.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/peter/result/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/peter/result/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/peter/curl-8.16.0/lib'
make[1]: Leaving directory '/home/peter/curl-8.16.0/lib'
Making install in docs
make[1]: Entering directory '/home/peter/curl-8.16.0/docs'
Making install in .
make[2]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl-config.1 wcurl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs'
Making install in cmdline-opts
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
Making install in libcurl
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
Making install in opts
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl/
[command output truncated]
ng directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/aclocal'
/usr/bin/install -c -m 644 libcurl.m4 '/home/peter/result/share/aclocal'
/usr/bin/mkdir -p '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_ssls_export.3 curl_easy_ssls_import.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_sslset.3 curl_global_trace.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_mime_headers.3 curl_mime_init.3 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_get_offt.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wait.3 curl_multi_waitfds.3 curl_multi_wakeup.3 curl_pushheader_byname.3 curl_pushheader_bynum.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 curl_ws_start_frame.3 libcurl-easy.3 libcurl-env-dbg.3 libcurl-env.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/home/peter/result/share/man/man3'
make[6]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[4]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[3]: Leaving directory '/home/peter/curl-8.16.0'
make[2]: Leaving directory '/home/peter/curl-8.16.0'
make[1]: Leaving directory '/home/peter/curl-8.16.0'
↓ 72 lines
Making install in lib
make[1]: Entering directory '/home/peter/curl-8.16.0/lib'
make[2]: Entering directory '/home/peter/curl-8.16.0/lib'
/usr/bin/mkdir -p '/home/peter/result/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libcurl.la '/home/peter/result/lib'
libtool: install: /usr/bin/install -c .libs/libcurl.lai /home/peter/result/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a /home/peter/result/lib/libcurl.a
libtool: install: chmod 644 /home/peter/result/lib/libcurl.a
libtool: install: aarch64-linux-gnu-ranlib /home/peter/result/lib/libcurl.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/peter/result/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/peter/result/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/peter/curl-8.16.0/lib'
make[1]: Leaving directory '/home/peter/curl-8.16.0/lib'
Making install in docs
make[1]: Entering directory '/home/peter/curl-8.16.0/docs'
Making install in .
make[2]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl-config.1 wcurl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs'
Making install in cmdline-opts
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 curl.1 '/home/peter/result/share/man/man1'
make[3]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
make[2]: Leaving directory '/home/peter/curl-8.16.0/docs/cmdline-opts'
Making install in libcurl
make[2]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
Making install in opts
make[3]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl/
[command output truncated]
ng directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl/opts'
make[5]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Entering directory '/home/peter/curl-8.16.0/docs/libcurl'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/peter/result/share/aclocal'
/usr/bin/install -c -m 644 libcurl.m4 '/home/peter/result/share/aclocal'
/usr/bin/mkdir -p '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_ssls_export.3 curl_easy_ssls_import.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_sslset.3 curl_global_trace.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_mime_headers.3 curl_mime_init.3 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_get_offt.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wait.3 curl_multi_waitfds.3 curl_multi_wakeup.3 curl_pushheader_byname.3 curl_pushheader_bynum.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 '/home/peter/result/share/man/man3'
/usr/bin/install -c -m 644 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 curl_ws_start_frame.3 libcurl-easy.3 libcurl-env-dbg.3 libcurl-env.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/home/peter/result/share/man/man3'
make[6]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[5]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[4]: Leaving directory '/home/peter/curl-8.16.0/docs/libcurl'
make[3]: Leaving directory '/home/peter/curl-8.16.0'
make[2]: Leaving directory '/home/peter/curl-8.16.0'
make[1]: Leaving directory '/home/peter/curl-8.16.0'
Show reasoning
Verifying and updating symlink
[empty output]
Show reasoning
Checking file
/home/peter/result/bin/curl: ELF 64-bit LSB executable, ARM aarch64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=f6ab8d39fea868cd26c80c463b2498fa5c38838e, for GNU/Linux 3.7.0, not stripped
Show reasoning
Verifying curl-config features
compile-bench> /home/peter/result/bin/curl-config --features alt-svc
AsynchDNS
brotli
HSTS
HTTPS-proxy
IPv6
Largefile
libz
NTLM
SSL
threadsafe
TLS-SRP
UnixSockets
zstd
↓ 15 lines
alt-svc AsynchDNS brotli HSTS HTTPS-proxy IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets zstd
Show reasoning
Verifying SSL and TLS support
OpenSSL v3+
Show reasoning
Verifying binary and symlink
lrwxrwxrwx 1 peter peter 27 Sep 23 19:58 /home/peter/result/curl -> /home/peter/result/bin/curl
Show reasoning
Cleaning up test files
[empty output]
Show reasoning
Verifying static linking details
There is no dynamic section in this file.
Show reasoning
Preparing final build summary
I'll outline the key steps taken to build static dependencies like zlib, brotli, zstd, and OpenSSL 3.3.1 with TLS1.3 support for aarch64, highlighting the Makefile modifications to enforce full static linking, and instructions for verifying the static curl binary and features. I'll also confirm the symlinks and expected output locations to clarify usage.
curl curl-config wcurl
Show reasoning
Summarizing build and verification details
I'll outline the build steps for the static ARM64 curl binary with its dependencies, confirm installation paths and symlinks, and verify features like TLS 1.3 and compression support. I'll include command outputs to prove static linking and explain notes on glibc compatibility and reproducibility considerations before finalizing the response.
Summary:
- Built the required static ARM64 dependencies first: zlib 1.3.1, brotli 1.1.0, zstd 1.5.6 (with shared objects removed), and OpenSSL 3.3.1 (TLS 1.3 capable) into /home/peter/deps/aarch64-static.
- Configured curl 8.16.0 for cross-compilation with aarch64-linux-gnu-gcc, pointing it at the static dependency prefix, enabling zlib/zstd/brotli/OpenSSL, and disabling libpsl. After configuring, patched src/Makefile to add -static -all-static to curl_LDFLAGS so libtool produces a fully static executable.
- Compiled and installed curl to /home/peter/result, then created the requested symlink /home/peter/result/curl -> /home/peter/result/bin/curl.
Verification:
- file /home/peter/result/bin/curl → ELF 64-bit LSB executable, ARM aarch64, ... statically linked
- aarch64-linux-gnu-readelf -d /home/peter/result/bin/curl → “There is no dynamic section in this file.”
- /home/peter/result/bin/curl-config --features lists SSL, brotli, libz, zstd, etc.
- /home/peter/result/bin/curl-config --ssl-backends → OpenSSL v3+
- ls -l /home/peter/result/curl confirms the symlink to the installed binary.
The resulting /home/peter/result/bin/curl is a statically linked ARM64 binary with TLS 1.3 (via OpenSSL 3.3.1) plus brotli, zlib, and zstd support, and it is accessible through the requested symlink.
task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL certificate problem: unable to get local issuer certificate 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 * closing connection #0 curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the webpage mentioned above.