[Buildroot] [PATCH] package/uclibc: bump to 1.0.47

Romain Naour romain.naour at smile.fr
Wed Apr 24 12:42:25 UTC 2024


Hello Waldemar, All,

Le 10/04/2024 à 21:41, Arnout Vandecappelle via buildroot a écrit :
> 
> 
> On 27/03/2024 14:17, Waldemar Brodkorb wrote:
>> Fixes riscv port. NPTL/TLS fixed. C++ applications now working.
>> Added explicit_bzero and reallocarray.
>>
>> Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>

It seems the last uclibc version bump trigger an issue on riscv64 nommu

    [    0.256403] Run /sbin/init as init process
    [    0.278349] init[1]: unhandled signal 11 code 0x2 at 0x8060013000000000
    [    0.278707] CPU: 0 PID: 1 Comm: init Not tainted 6.6.18 #1
    [    0.278937] Hardware name: riscv-virtio,qemu (DT)
...
    [    0.283631] Kernel panic - not syncing: Attempted to kill init!
exitcode=0x0000000b

https://gitlab.com/buildroot.org/buildroot/-/jobs/6655119961

Can you have a look ?

Best regards,
Romain


> 
>  Applied to master, thanks.
> 
>  Regards,
>  Arnout
> 
>> ---
>>   package/uclibc/uclibc.hash | 4 ++--
>>   package/uclibc/uclibc.mk   | 2 +-
>>   2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/package/uclibc/uclibc.hash b/package/uclibc/uclibc.hash
>> index ae1f3178d9..a10ceab54c 100644
>> --- a/package/uclibc/uclibc.hash
>> +++ b/package/uclibc/uclibc.hash
>> @@ -1,4 +1,4 @@
>> -# From
>> https://downloads.uclibc-ng.org/releases/1.0.44/uClibc-ng-1.0.45.tar.xz.sha256
>> -sha256  c2f4c6b6e19d7c9c226992a3746efd7ab932040463c15ee0bc8f4132b5777ac4 
>> uClibc-ng-1.0.45.tar.xz
>> +# From
>> https://downloads.uclibc-ng.org/releases/1.0.47/uClibc-ng-1.0.47.tar.xz.sha256
>> +sha256  29a4d684a06da344ee3ee09acc2ca7649d592ae3ff848f698145c46def05efcb 
>> uClibc-ng-1.0.47.tar.xz
>>   # Locally calculated
>>   sha256  6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 
>> COPYING.LIB
>> diff --git a/package/uclibc/uclibc.mk b/package/uclibc/uclibc.mk
>> index 88623840bf..a7b18133ff 100644
>> --- a/package/uclibc/uclibc.mk
>> +++ b/package/uclibc/uclibc.mk
>> @@ -4,7 +4,7 @@
>>   #
>>  
>> ################################################################################
>>   -UCLIBC_VERSION = 1.0.45
>> +UCLIBC_VERSION = 1.0.47
>>   UCLIBC_SOURCE = uClibc-ng-$(UCLIBC_VERSION).tar.xz
>>   UCLIBC_SITE = https://downloads.uclibc-ng.org/releases/$(UCLIBC_VERSION)
>>   UCLIBC_LICENSE = LGPL-2.1+
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot




More information about the buildroot mailing list