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.
![]() |
VOOZH | about |
| 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) |
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.
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
}