Georgi Valkov
Georgi Valkov
@Ansuel No, it's not merged yet, and I expect two patches: the one in this pull request, and another to enable CoW. But let's wait until they confirm everything is...
I found the underlaying issue: one way of creating sparse files is to map a file to memory view using `mmap`. Then we write to the memory view. Finally we...
> has anyone looked into whether coreutils can be configured this way instead of patching? @mpratt14 I'm still working with the `coreutils` team, you can check our discussion: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61386 They...
`coreutils-9.2` should be released in about 1.5 weeks. I'll make a PR when it is ready.
@Ansuel The fix is already on Savannah master, but `coreutils` is still on `v9.1`. `v9.2` has not been released yet. They were working on `split` and `tee` in the past...
@pixelb Thank you very much for all your work, Pádraig! I will send you the test results later. So far everything works well. I also installed and tested `coreutils-9.2` from...
@pixelb @Ansuel I need help. Updating to `coreutils-9.2` is easy, and it compiles correctly. However the fix in `gnulib` also modifies `m4` and there is no new release. The latest...
@mpratt14 macOS 14.4.1 Intel: - [x] `gnulib` builds fine - [ ] `elfutils` fails: ``` bash make tools/elfutils/{clean,compile} -j 1 V=s … /usr/bin/env bash ../libtool --tag=CC --mode=link /Volumes/test/m/openwrt/staging_dir/host/bin/gcc -std=gnu99 -Wall...
@mpratt14 ``` bash /usr/bin/env bash ../libtool --tag=CC --mode=link /Volumes/test/m/openwrt/staging_dir/host/bin/gcc -std=gnu99 -Wall -Wshadow -Wformat=2 -Wold-style-definition -Wstrict-prototypes -Wnull-dereference -Wimplicit-fallthrough -Werror -Wunused -Wextra -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/test/m/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -L/Volumes/test/m/openwrt/staging_dir/host/lib -o elflint...
@mpratt14 ``` bash /usr/bin/env bash ../libtool --tag=CC --mode=link /Volumes/test/m/openwrt/staging_dir/host/bin/gcc -std=gnu99 -Wall -Wshadow -Wformat=2 -Wold-style-definition -Wstrict-prototypes -Wnull-dereference -Wimplicit-fallthrough -Werror -Wunused -Wextra -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/test/m/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -L/Volumes/test/m/openwrt/staging_dir/host/lib -o unstrip...