Search Criteria
Package Details: vmtouch 1.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vmtouch.git (read-only, click to copy) |
---|---|
Package Base: | vmtouch |
Description: | Portable file system cache diagnostics and control |
Upstream URL: | https://github.com/hoytech/vmtouch |
Licenses: | BSD |
Submitter: | shomodj |
Maintainer: | weltall |
Last Packager: | weltall |
Votes: | 40 |
Popularity: | 0.058893 |
First Submitted: | 2012-07-23 09:32 (UTC) |
Last Updated: | 2019-01-30 17:41 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- perl (perl-gitAUR) (make)
Latest Comments
weltall commented on 2023-10-17 07:20 (UTC)
I gave it a try by both using pkgctl build basing it on extra, and also making a new clean chroot manually as per wiki instructions and i couldn't replicate the problem.
In theory pod2man should be in the PATH as per perl install (see https://wiki.archlinux.org/title/Perl_Policy#Binaries_and_scripts), the pod2man package (which seems to be in aur) seems to only put a symlink in /usr/bin to the pod2man in /usr/bin/core_perl, which shouldn't be necessary per se.
barnabedikartola commented on 2023-10-16 18:20 (UTC)
I tried to build in a clean chroot, it failed with the message "/build/PKGBUILD: line 18: pod2man: command not found". I added pod2man to makedepends=
IncredibleLaser commented on 2018-10-27 21:17 (UTC)
Setting the arch to 'any' is wrong because the field not only refers to the source, but also to the compiled package. That means that if you build this package on x86_64, the resulting package will be marked as compatible for ARMv7h, for example, which it isn't. For packages containing binaries, all arches must be explicitly listed, e.g. ('x86_84' 'armv7h' 'armv8') or whatever the syntax is.
'any' is for stuff like documentation and interpreted scripts.
jakethedog commented on 2016-12-08 10:58 (UTC)
uffe commented on 2015-10-23 08:39 (UTC)
weltall commented on 2014-02-17 12:02 (UTC)
jstjohn commented on 2014-02-13 04:14 (UTC)