Etienne

Results 47 comments of Etienne

I have added a very similar test for sleep and SIGSEGV. You can probably write a very similar test.

Should they be statically linked? With libstdbuf.so static linking can't really work. The fallback of injecting libstdbuf.so into the binary and writing it to /tmp at runtime is a hack...

> we could disable libstdbuf for this platform Where does the requirement to static-link everything come from? Will something break with dynamic linking on musl? Musl does support dynamic linking...

> Something is wrong... > > ``` > $ ldd coreutils > ./coreutils: error while loading shared libraries: /lib64/libc.so: invalid ELF header > ``` ldd doesn't work with binaries compiled...

The tests are succeeding when I run them manually on my MacBook Pro with MacOS 15.7. (some empty lines were added in the process of copy/pasting the logs to my...

@sylvestre the branch should be ready for review. There is some intermittent issue with the CI jobs not related to the branch, but everything except cargo-deny was green before my...

Note that "Cargo install" is limited, by design. It does not support installing .so files (needed for libstdbuf.so).

Yes, I think it would be good that "make install" should install libstdbuf.so when feat_external_libstdbuf is enabled.

@oech3 I've sent https://github.com/uutils/coreutils/pull/8238 to cover this use-case.

This is fixed by 35634b46a0acfc9028743bf023c133a4d0135f13 and should be closed.