Re: [OE-core] pseudo FTBFS with recent glibc

2022-01-03 Thread Andrej Shadura
On 03/01/2022 20:04, Andrej Shadura wrote: Hi, On 03/01/2022 14:47, Richard Purdie wrote: On Fri, 2021-12-31 at 21:40 +0100, Andrew Shadura wrote: pseudo started failing to build from the source apparently after a glibc update [1] we had in Debian: In file included from pseudo_wrappers.c:46

Re: [OE-core] pseudo FTBFS with recent glibc

2022-01-03 Thread Andrej Shadura
Hi, On 03/01/2022 14:47, Richard Purdie wrote: On Fri, 2021-12-31 at 21:40 +0100, Andrew Shadura wrote: pseudo started failing to build from the source apparently after a glibc update [1] we had in Debian: In file included from pseudo_wrappers.c:46: ports/unix/guts/symlinkat.c: In function

[OE-core] pseudo gets confused by tar and aborts

2022-01-17 Thread Andrej Shadura
Hi, Helmut Grohne reported a bug in pseudo, which, upon further investigation, happens when tar (at least v1.34) is extracting a file. My initial reproducer was this: $ cd /tmp $ PSEUDO_PREFIX=/usr PSEUDO_LOCALSTATEDIR=/tmp/state pseudo /bin/bash # mkdir -p foobar # tar -C /lib -c -f - . |

Re: [OE-core] pseudo gets confused by tar and aborts

2022-01-17 Thread Andrej Shadura
On 17/01/2022 21:25, Andrej Shadura wrote: Hi, Helmut Grohne reported a bug in pseudo, which, upon further investigation, happens when tar (at least v1.34) is extracting a file. ... # tar -C /lib -c -f /tmp/test.tar . # tar -C /tmp/foobar -xv -f /tmp/test.tar ./ ... ./linux-sound-base