Hello,

As reported by Carlos Santos on the Buildroot mailing list [1], the current
busybox release trigger some build issues with glibc 2.31 and musl 1.2.0.

Recent change in busybox fixes those issues:
- for glibc 2.31:
        Remove stime() function calls [2]
- for musl 1.2.0: date:
        Use 64 prefix syscall if we have to [3]
        time: Use 64 prefix syscall if we have to [4]
        runsv: Use 64 prefix syscall if we have to [5]
        Remove syscall wrappers around clock_gettime, closes 12091 [6]

It would be great if a new busybox release can be done to address those issues,
either 1.31.2 or 1.32.

Best regards,
Romain

[1] http://patchwork.ozlabs.org/patch/1254987/
[2]
https://git.busybox.net/busybox/commit/?id=d3539be8f27b8cbfdfee460fe08299158f08bcd9
[3]
https://git.busybox.net/busybox/commit/?id=b7b7452f292f03eefafa6fd1da9bcfc933dee15a
[4]
https://git.busybox.net/busybox/commit/?id=902d3992922fc8db8495d5fb30a4581711b60c62
[5]
https://git.busybox.net/busybox/commit/?id=ad27d44ebe950335616f37e36863469dc181b455
[6]
https://git.busybox.net/busybox/commit/?id=be5a505d771a77c640acc35ceaa470c80e62f954
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to