Re: skalibs: issue with strnlen() when statically linking with uclibc-ng

2018-01-15 Thread Laurent Bercot
Thanks! skalibs-2.6.3.1 released. -- Laurent

Re: skalibs: issue with strnlen() when statically linking with uclibc-ng

2018-01-14 Thread Eric Le Bihan
On 2018-01-13 21:09, Laurent Bercot wrote: > > > What is the reason for clearing _POSIX_C_SOURCE from trystrnlen.c? > > The set of functions made visible by a libc is generally bigger when > you do *not* define any POSIX or XOPEN macro: systems don't feel like > they have to respect a particular n

Re: skalibs: issue with strnlen() when statically linking with uclibc-ng

2018-01-13 Thread Laurent Bercot
> Would this difference explains why there is no redefinition linking > error with musl, or am I missing something? I don't know. I will ask people who know. It is strange indeed; I didn't even notice that the strnlen sysdep was "no" with musl, else I would have fixed it... What is the reaso

skalibs: issue with strnlen() when statically linking with uclibc-ng

2018-01-13 Thread Eric Le Bihan
Hi! The autobuilder system of the Buildroot project (which rebuilds packages for multiple architectures and toolchains) reported an issue when building s6-rc 0.0.4.0 for ARM using uclibc-ng statically [1]. The build ends as follows: ``` /accts/mlweber1/instance-2/output/host/arm-buildroot-linux-u