Package Details: findutils-git 4.9.0.r22.gfc47dade-1

Git Clone URL: https://aur.archlinux.org/findutils-git.git (read-only, click to copy)
Package Base: findutils-git
Description: Basic directory searching utilities of the GNU operating system
Upstream URL: https://www.gnu.org/software/findutils/
Licenses: GPL3
Conflicts: findutils
Provides: findutils
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 1
Popularity: 0.000000
First Submitted: 2017-08-21 17:19 (UTC)
Last Updated: 2023-04-10 13:49 (UTC)

Required by (847)

Sources (1)

Latest Comments

Chocobo1 commented on 2019-07-18 18:00 (UTC)

make[2]: *** No rule to make target '../locate/dblocation.texi', needed by 'dblocation.texi'. Stop. Please ues this patch to fix the error:

Thank you, fixed.

navigaid commented on 2019-07-18 17:17 (UTC) (edited on 2019-07-18 17:18 (UTC) by navigaid)

Making all in doc
make[2]: Entering directory '/tmp/yaourt-tmp-aaron/aur-findutils-git/src/findutils/doc'
make[2]: *** No rule to make target '../locate/dblocation.texi', needed by 'dblocation.texi'. Stop.

Please ues this patch to fix the error:

diff --git a/PKGBUILD b/PKGBUILD
index c2c51bc..b557abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,8 @@ build() {

   sed -i '/^SUBDIRS/s/locate//' Makefile.in
   ./configure --prefix="/usr"
+  # don't build locate, but the docs want a file in there.
+  make -C locate dblocation.texi
   make
 }