-
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
-
So that I can see which environment variables are defined. This is useful for figuring out what variables to put into my `.shellrc` to make MSVC work.
`printenv` is already in coreutils, so we just…
-
I noticed that artifact `com.github.java-json-tools:jackson-coreutils:2.0` doesn't have the same content in maven central and jitpack.io repository :
- maven central : https://repo1.maven.org/maven2…
-
-T lists the tag:
```
ls -T a.txt
t ISO8859-1 T=on a.txt
```
-
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…
-
#### Operating system and version:
Ubuntu server 24.04.1, x86-64, clean install, removed snapd and unattended-updates
#### `nvm debug` output:
```sh
nvm debug
nvm --version: v0.40.1
$SHELL: /bin/ba…
-
Trying to compile with 1.70 (= our MSRV, according to the README) and all features fails, despite the MSRV CI succeeding:
```console
$ cargo +1.70.0 build --all-features
warning: /home/user/works…
-
### What happened, and what did you expect to happen?
When trying to use the `clear` command, I am faced with the following exception:
```Exception: exec: "clear": executable file not found in %PATH…
-
I'm pretty sure that nobody would expect the file contents to be deleted when copying to the same file. This also seems to affect compatibility with node.
Here I print the size of the copied file b…
-
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)
```