summary refs log tree commit diff
path: root/pkgs/tools/misc/findutils
Commit message (Collapse)AuthorAge
* findutils: set the meta.mainProgram (#250746)Jonas Chevalier2023-08-23
|
* findutils: Fix the build on Android by disabling hardeningJean-Paul Calderone2022-11-22
| | | | | | | | This fixes many instances of: ``` error: use of undeclared identifier '__USE_FORTIFY_LEVEL' ```
* findutils: move {locate,updatedb} to a separate $locate outputArtturin2022-03-26
| | | | https://github.com/NixOS/nixpkgs/issues/53925
* findutils: fix build w/glibc-2.34Maximilian Bosch2022-02-27
| | | | | | | | | | | | | | | | | | | | This "-D__nonnull\\(params\\)=" leads to a compilation failure in e.g. the configure phase: configure:21131: gcc -c -D__nonnull\(params\)= conftest.c >&5 <command-line>: warning: ISO C99 requires whitespace after the macro name <command-line>: error: stray '\' in program <command-line>: error: expected ',' or ';' before '(' token <command-line>: error: stray '\' in program According to the commit this isn't even needed on Linux. I confirmed that this is an (expectable) glibc-2.34 thing by checking that * the issue doesn't occur with gcc 10/11 on a recent glibc-2.33 staging. * the issue DOES occur in a docker container with Fedora rawhide (which has glibc 2.34 and gcc 11).
* findutils: 4.8.0 -> 4.9.0Lancelot SIX2022-02-05
| | | | | See https://mail.gnu.org/archive/html/info-gnu/2022-02/msg00003.html for release information.
* findutils: remove upstreamed patchBen Wolsieffer2021-07-31
| | | | | The patch for 32-bit ARM was included in 4.8.0, and therefore needs to be removed.
* findutils: fix darwin buildmidchildan2021-03-12
|
* Revert "Revert "findutils: 4.7.0 -> 4.8.0""midchildan2021-03-12
| | | | This reverts commit 4acf7fd6bc131f0d36ab2353db0a8c9fccc00855.
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* findutils: fix build on 32-bit ARMBen Wolsieffer2020-11-15
| | | | | Add an upstream patch to fix failing tests. The patch actually affects gnulib, which is included as a vendored dependency.
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-07-31
| | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
* findutils: fix undeclared xargs dep on echoTravis A. Everett2020-06-14
| | | | | When invoked without a command parameter, xargs runs echo from PATH. This change patches xargs to use a specific Nix-built echo.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* findutils: 4.6.0 -> 4.7.0 (#67753)Lancelot SIX2019-08-31
| | | | See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00009.html for release information
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* findutils: specify on which kernel version the test failJörg Thalheim2018-09-15
|
* findutils: disable a bogus testDmitry Kalinkin2018-09-14
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
|
* findutils: disable tests w/muslWill Dietz2018-02-13
|
* findutils: Manually specify sort's locationJohn Ericson2017-08-16
| | | | | | | | Run-time deps aren't necessarily on the PATH, so we cannot rely on configure finding it. N.B. on cross `-z` support is assumed missing, which is an incorrect assumption.
* findutils: modernize and fix crossRoss MacLeod2017-06-22
|
* Merge branch 'master' into stagingVladimír Čunát2017-02-27
|\
| * findutils: Fix cross compilationTuomas Tynkkynen2017-02-27
| | | | | | | | | | Yes, setting crossAttrs.propagatedBuildInputs is the correct value to set to override a buildInputs from the native drv!
* | findutils: add the forgotten file (I'm sorry)Vladimír Čunát2017-02-26
| | | | | | | | /cc #23152.
* | findutils: fixup sandboxed build after #23152Vladimír Čunát2017-02-26
| |
* | findutils: updatedb now uses writable database outside of /nix/store by defaultMogria2017-02-24
|/ | | | | | | updatedb could only be run by providing the --output parameter, because it would use a path inside the nix store as it's database. The default for --output is now /var/cache/locatedb (the same as in the NixOS locate service)
* Re-revert "Merge: glibc: 2.24 -> 2.25"Vladimír Čunát2017-02-20
| | | | | This reverts commit 55cc7700e968001c9ac79190fbcf25ed3620680a. I hope most problems have been solved. /cc #22874.
* findutils: plug a memory leak (close #22857)Vladimír Čunát2017-02-16
| | | | | | Using the upstream patch directly. It's copied in nixpkgs, because: - fetchpatch isn't usable at this point in bootstrapping, - the upstream patch creates collisions in NEWS.
* Revert "Merge: glibc: 2.24 -> 2.25"Vladimír Čunát2017-02-16
| | | | | | | | | This reverts commit 1daf2e26d221712dfbe72f9f6d2f73ef230cc43c, reversing changes made to c0c50dfcb70d48e5b79c4ae9f1aa9d339af860b4. It seems this is what has been causing all the reliability problems on Hydra. I'm currently unable to find why it happens, so I'm forced to revert the update for now. Discussion: #22874.
* findutils: disable tests on i686-linuxVladimír Čunát2017-02-13
| | | | They won't work since glibc-2.25, and I don't like to spend more time on that.
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\ | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * findutils: Disable tests on DarwinEelco Dolstra2016-03-01
| | | | | | | | | | | | | | | | | | | | | | The strftime test fails with: NZST-12NZDT,M9.5.0,M4.1.0/3: expected "1970-01-01 13:00:00 +1300 (NZDT)", got "1970-01-01 12:00:00 +1200 (NZST)" The source in fact marks this test as "ahistorical", so the result on Darwin might not be incorrect. http://hydra.nixos.org/build/32578562/nixlog/1/raw
| * findutils: 4.4.2 -> 4.6.0Eelco Dolstra2016-02-27
| | | | | | | | | | | | The first findutils update in six years! Changes: https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00014.html
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * findutils: disable test_canonicalize (close #8324)Robert Scott2015-06-22
| | | | | | | | It fails when user doesn't have permission to list all TMPDIR's parent directories.
| * cygwin: findutils fpending and coreutils patchMarko Durkovic2015-05-28
| |
* | Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
|\| | | | | | | | | | | | | | | - there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
| * Set some meta.platformsEelco Dolstra2015-03-20
| | | | | | | | Also fix meta.platform -> meta.platforms in a few places.
* | mutiout: make it builtinVladimír Čunát2014-08-30
| |
* | WIP: getting goodVladimír Čunát2014-08-27
|/
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | Plus a small number of obsolete packages (like old versions of qemu).
* Remove findutils 4.2.27Eelco Dolstra2012-11-29
| | | | | We only used this version on Darwin, but the regular findutils seems to build fine.
* Assorted GNU updates.Ludovic Courtès2010-04-13
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=21047
* Making a bunch of basic programs cross-buildable.Lluís Batlle i Rossell2010-04-04
| | | | | | | After this, the 'bootstrap-tools' can be cross-built. svn path=/nixpkgs/branches/stdenv-updates/; revision=20945
* GNU Find Utilities 4.4.1.Ludovic Courtès2009-04-22
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15242
* * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| | | | svn path=/nixpkgs/trunk/; revision=13299
* * Updated coreutils and findutils.Eelco Dolstra2008-04-22
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11685