-
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
-
### Checklist
- [X] I added a descriptive title.
- [X] I searched through [existing issues](https://github.com/ContinuumIO/anaconda-issues/issues) and couldn't find a solution or duplicate issue.
- […
-
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…
-
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…
-
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…
-
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)
…
-
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…
-
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)
```