bug#70411: [bug] install(1) fails to read /dev/stdin on Darwin

2024-04-18 Thread Alejandro Colomar
Hi Sergei, On Thu, Apr 18, 2024 at 10:52:32PM +0100, Sergei Trofimovich wrote: > > The system I have locally is this one: > > > > $ uname -a > > Darwin tests-iMac.local 18.7.0 Darwin Kernel Version 18.7.0: Tue Jun 22 > > 19:37:08 PDT 2021; root:xnu-4903.278.70~1/RELEASE_X86_64 x86_64 >

bug#70411: [bug] install(1) fails to read /dev/stdin on Darwin

2024-04-16 Thread Alejandro Colomar
Hi, On Tue, Apr 16, 2024 at 08:44:06PM +0100, Pádraig Brady wrote: > I agree if it's older Darwin only, we can ignore. > The version I tested on is 3 years old now though, > so I'm not sure whether the issue is on newer or older. > > Note we had similar issue on Solaris, > where we used an fstat(

bug#70411: [bug] install(1) fails to read /dev/stdin on Darwin

2024-04-16 Thread Alejandro Colomar
Hi Pádraig, On Tue, Apr 16, 2024 at 03:25:22PM +0100, Pádraig Brady wrote: > > What version of darwin is this? I can't repro on Darwin 21.6.0 (MacOSX > > 12.6). > > The issue seems to be that /dev/stdin returns a varying inode which > > install(1) doesn't like currently I don't know. The repor

bug#70411: [bug] install(1) fails to read /dev/stdin on Darwin

2024-04-15 Thread Alejandro Colomar
e '/dev/stdin', as it was replaced while being copied install: skipping file '/dev/stdin', as it was replaced while being copied ... I don't see why install(1) should fail to read /dev/stdin under any POSIX system. Reported-by: Mario Rodas <https://github.com/marsam>