Skip to content

Conversation

@kenhys
Copy link
Contributor

@kenhys kenhys commented Dec 16, 2025

Closes: #455

Patch by Shizuo Fujita fujita@clear-code.com

The armhf build was failing with an execve error (exit code 127) during apk add curl.
Seems it is compatibility issues between recent Alpine Linux versions (time64 syscalls) and QEMU emulation.

Similar with https://gitlab.alpinelinux.org/alpine/aports/-/issues/17775

The failure was occurred in builder stage.
For file downloads, we can use the same architecture as the host.

Closes: #455

Patch by Shizuo Fujita <fujita@clear-code.com>

The armhf build was failing with an execve error (exit code 127) during apk add curl.
Seems it is compatibility issues between recent Alpine Linux versions (time64 syscalls) and QEMU emulation.

Similar with https://gitlab.alpinelinux.org/alpine/aports/-/issues/17775

The failure was occurred in builder stage.
For file downloads, we can use the same architecture as the host.

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
@kenhys kenhys requested a review from Watson1978 December 16, 2025 02:43
Copy link
Contributor

@Watson1978 Watson1978 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@kenhys kenhys merged commit f1cc6c3 into v1.16 Dec 16, 2025
11 checks passed
@kenhys kenhys deleted the fix-ftbfs-armhf branch December 16, 2025 05:16
@Watson1978
Copy link
Contributor

Seems it need similar changes for the master branch too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants