-
running `cargo test --features "df" --no-default-features` on my machine (Fedora 39) fails with:
```
test test_df::test_type_option ... ok
test test_df::test_type_option_with_file ... FAILED
f…
-
This is done here:
https://github.com/uutils/coreutils/blob/main/.github/workflows/GnuTests.yml
and
https://github.com/uutils/coreutils/blob/main/.github/workflows/GnuComment.yml
we are publishi…
-
ios wants to send a new kind of connection:
- regular connection:
- `CLinkCnx-53: PairStart, PairVerifyClient, 0xC < System PerDevice >`
```
Jun 21 12:47:18 rapportd(CoreUtils)[94] : CLinkC…
-
Currently there's a bit of Nix complexity in the flake. It would be pretty crass to copy/paste this into nixpkgs.
So better extracted from the flake, suitable for direct consumption.
@jaredmont…
-
from https://openwrt.org/toh/friendlyarm/nanopi_r2s, there is a version avail of 23.05.03, but the below error comes out when using the stock friendlyelec firmware (which is also sort of 23.05.03)
…
-
I'm seeing that the `who` coreutils sample is lifting but the recovered binary is segfaulting because `realloc` is failing:
```
realloc(): invalid pointer
Aborted (core dumped)
```
-
Today I discovered a server crashing every few minutes. We `kill -9` the server on OutOfMemoryErrors.
Changing it to `kill -3` gave us some more details.
Turns out the http-kit client does not l…
-
I'm trying to build coreutils 0.0.15 on a x86_64-pc-linux-musl host using the full LLVM toolchain and see the following build error:
```
Running `rustc --crate-name libstdbuf --edition=2021 src…
marv updated
4 months ago
-
I've twice in the past two weeks had the case where it seems like the pkgx environment loses track of a dependency. I've captured the output below, for this issue note I pull in Erlang and gnu utils:
…
-
The current version of coreutils is 8.29, but the version of ls.c provided in this repo is from 8 months ago - coreutils 8.2.
This could potentially cause a lot of problems and potentially make the p…