On Sun, Jan 4, 2026 at 6:50 AM Dmitry Baryshkov via
lists.yoctoproject.org
<[email protected]> wrote:
>
> On ARMv7 building of nerdctl fails with:
>
> ERROR: QA Issue: nerdctl: ELF binary /usr/bin/nerdctl has relocations in 
> .text [textrel]
>
> Add "textrel" to the skip list.
>
> Signed-off-by: Dmitry Baryshkov <[email protected]>
> ---
>  recipes-containers/nerdctl/nerdctl_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/nerdctl/nerdctl_git.bb 
> b/recipes-containers/nerdctl/nerdctl_git.bb
> index 8dc209b2d0e8..08a42aa3ff00 100644
> --- a/recipes-containers/nerdctl/nerdctl_git.bb
> +++ b/recipes-containers/nerdctl/nerdctl_git.bb
> @@ -85,5 +85,5 @@ do_install() {
>  }
>
>  INHIBIT_PACKAGE_STRIP = "1"
> -INSANE_SKIP:${PN} += "ldflags already-stripped"
> +INSANE_SKIP:${PN} += "ldflags already-stripped textrel"

This needs to be architecture specific, otherwise, we'll never figure
out the root cause
or know if it pops up in other architectures.

Cheers,

Bruce

>
> --
> 2.47.3
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9516): 
https://lists.yoctoproject.org/g/meta-virtualization/message/9516
Mute This Topic: https://lists.yoctoproject.org/mt/117069038/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to