bug#75405: gzip --synchronous doesn't work with musl

2025-01-08 Thread Paul Eggert
On 2025-01-07 10:22, Lasse Collin wrote: However, one thing that isn't an issue in musl is fchmod which is currently documented in Gnulib's doc/posix-headers/fcntl.texi. fchmod and a few others were fixed in 2013 by using /proc/self/fd.[1] Is that a full fix, though? /proc might not be mounted

bug#75405: gzip --synchronous doesn't work with musl

2025-01-08 Thread Lasse Collin
On 2025-01-08 Lasse Collin wrote: > On 2025-01-08 Paul Eggert wrote: > > On 2025-01-07 10:22, Lasse Collin wrote: > > > It could be useful to add a test for gzip --synchronous. > > > > Feel free > > Attached. It's based on z-suffix. Syncing is the same in compression and decompression

bug#75405: gzip --synchronous doesn't work with musl

2025-01-08 Thread Lasse Collin
On 2025-01-08 Paul Eggert wrote: > On 2025-01-07 10:22, Lasse Collin wrote: > > > However, one thing that isn't an issue in musl is fchmod which is > > currently documented in Gnulib's doc/posix-headers/fcntl.texi. > > fchmod and a few others were fixed in 2013 by using > > /proc/self/fd.[1] >