Re: buildworld failure: main-n284554-1aecb32021ce -> main-n284582-33345b883485

From: Enji Cooper (yaneurabeya) <yaneurabeya_at_gmail.com>
Date: Sat, 21 Mar 2026 03:49:26 UTC
> On Mar 20, 2026, at 7:52 AM, Wismos@proton.me wrote:
> 
> i was facing the same issue,buildworld was failing with
> 
> ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC
>>>> defined in params_idx.pico
>>>> referenced by params_idx.c:24 (/usr/src/crypto/openssl/crypto/params_idx.c:24)
>>>>              params_idx.pico:(ossl_param_find_pidx)
> 
> ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC
>>>> defined in params_idx.pico
>>>> referenced by params_idx.c:28 (/usr/src/crypto/openssl/crypto/params_idx.c:28)
>>>>              params_idx.pico:(ossl_param_find_pidx)
> 
> ld: error: relocation R_X86_64_32 cannot be used against local symbol; recompile with -fPIC
>>>> defined in params_idx.pico
>>>> referenced by params_idx.c:32 (/usr/src/crypto/openssl/crypto/params_idx.c:32)
>>>>              params_idx.pico:(ossl_param_find_pidx)
> 
> ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC
>>>> defined in params_idx.pico
>>>> referenced by params_idx.c:2117 (/usr/src/crypto/openssl/crypto/params_idx.c:2117)
>>>>              params_idx.pico:(ossl_param_find_pidx)
> 
> and so on and can confirm that reverting that fixed the issue

I reverted the commit via 67b918e03. I’m testing out another one which hopefully will work properly.
Thank you,
-Enji