-
findutils is doing way too many argument management by hand.
It should be delegate to clap
for example
https://github.com/uutils/findutils/blob/ac576f50b0acedf59a7d64144787fa3129c635bd/src/find/mod…
-
I'm trying to decrease my Docker image size by cleaning the cache files after installing the requirements but the build fails due to a missing `find` command. This is my `Dockerfile`:
```
FROM pub…
-
This issue was discovered during an attempt to build a container image for [Coq Platform 2022.04.1](https://github.com/coq/platform/releases/tag/2022.04.1) with Alpine 3.16 as the base image.
I've …
-
#### Description
Summary:
The latest coreutils, findutils, and other GNU utitilities fail to build from source on OS X 10.11 GM (15A282b) using the Xcode 7 GM (7A218). The problem occurs when the con…
-
I am building an image by assembling it from parts using COPY.
The final assembly is simply a list of `COPY --link --from=...` statements like
```Dockerfile
FROM ironforge.sh/stage1:$tag AS pre…
-
As an example:
```
$ zopen install findutilsport
- Querying remote repo for latest package information
Installing package: findutilsport
***ERROR: Could not get all releases for findutilsport
…
-
**Issue by [ficristo](https://github.com/ficristo)**
_Saturday Dec 26, 2015 at 19:22 GMT_
_Originally opened as https://github.com/adobe/brackets/pull/12027_
----
The functions weren't exactly the …
-
### Steps to reproduce
```console
$ # install some package
$ spack install findutils%gcc@9.4.0
[...]
$ spack find -ldv
-- linux-ubuntu20.04-x86_64_v3 / gcc@9.4.0 ----------------------
akqxr5c …
-
The fs:largeFiles check (https://drutiny.github.io/2.3.x/audits/DrutinyAuditFilesystem/#largefiles)
uses a variant of the find command that is not natively supported on busybox (it requires https:/…
-
Some busybox applets will not compile with -D_GNU_SOURCE due to missing headers.
Using Busybox-1.21.1 and Musl-0.9.12, start with a allyesconfig, with selinux and rpc disabled. As an applet fails de…
kanj updated
11 years ago