@poorman
This shouldn't be happening. Have you been editing your makepkg.conf?
Search Criteria
Package Details: tomb 2.11-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/tomb.git (read-only, click to copy) |
---|---|
Package Base: | tomb |
Description: | Crypto Undertaker, a simple tool to manage encrypted storage |
Upstream URL: | https://www.dyne.org/software/tomb/ |
Licenses: | GPL3 |
Submitter: | None |
Maintainer: | parazyd (roddhjav) |
Last Packager: | roddhjav |
Votes: | 53 |
Popularity: | 0.034521 |
First Submitted: | 2011-04-15 15:20 (UTC) |
Last Updated: | 2024-07-12 17:24 (UTC) |
Dependencies (14)
- cryptsetup (cryptsetup-gitAUR)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR)
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR)
- pinentry (pinentry-gitAUR, pinentry-dmenuAUR, pinentry-bemenu-gitAUR, pinentry-bemenu)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR)
- zsh (zsh-gitAUR)
- argon2 (argon2-gitAUR) (optional) – support for argon2 KDF
- dcflddAUR (optional) – show nice progress during massive I/O
- lsof (lsof-gitAUR) (optional) – allows the operation slam
- plocate (plocate-gitAUR) (optional) – fast search file names
- qrencode (qrencode-gitAUR) (optional) – for paper backups of keys
- recoll (optional) – fast search file contents
- steghideAUR (optional) – steganography
Required by (5)
- mausoleum
- mausoleum-git
- pass-tomb
- prs (optional)
- prs-git (optional)
Sources (4)
parazyd commented on 2016-02-05 00:00 (UTC)
poorman commented on 2016-02-04 23:45 (UTC)
In case anyone else gets this error (and the install fails):
error: '/home/poorman/builds/tomb/tomb-2.2-3-x86_64.pkg.tar.xz': could not find or read package
the fix that worked for me was to edit line 51 in PKGBUILD:
change "arch='any'" to "arch='x84_64'" (or whatever is your actual arch).
This one may be obvious to experienced AUR users but I still thought I'd share (this is my first comment in AUR).
JP-Ellis commented on 2016-01-15 12:48 (UTC)
Yup, having ${pkgbase} works:
build() {
cd ${srcdir}/${pkgbase}-${pkgver}/extras/kdf-keys
make
}
parazyd commented on 2016-01-14 08:25 (UTC)
Okay, edit line 32 (the build function) to use pkgbase instead of pkgname and try this way.
Let me know if it works, then I will update the package.
JP-Ellis commented on 2016-01-14 07:46 (UTC)
I have not modified the PKGBUILD file in any way, it just runs through yaourt.
The problem arises because yaourt is trying to install tomb-kdf and the `build()` function has `cd ${srcdir}/${pkgname}-${pkgver}/extras/kdf-keys`. In the case of building tomb-kdf, this expands to `${srcdir}/tomb-kdf-2.2/extras/kdf-keys`; however, the source is actually located in `${srcdir}/tomb-2.2/extras/kdf-keys`, hence the error.
parazyd commented on 2016-01-10 16:22 (UTC) (edited on 2016-01-10 16:23 (UTC) by parazyd)
Have you edited the PKGBUILD?
I can install just fine.
You have to install both tomb and tomb-kdf though. The -kdf is just additions to tomb, not standalone.
JP-Ellis commented on 2016-01-10 11:16 (UTC)
This fails to compile for me due to the following error:
```
./PKGBUILD: line 32: cd: /tmp/makepkg/tomb/src/tomb-kdf-2.2/extras/kdf-keys: No such file or directory
```
parazyd commented on 2016-01-01 13:33 (UTC)
Fixed now.
Happy new year to you as well!
TrialnError commented on 2016-01-01 12:57 (UTC)
Happy New Year !
One small point to nitpick on.
gtomb is not a proper optdepends.
Installing it doesn't extend the functionality of the tomb command.
It's a program that uses tomb.
Different would be the story if you would add the build of the gtomb files that jaromil included with the tomb repo.
Then you would add zenity as optdepend to make the the additional binary/script included in the tomb package working
dolphinziyo commented on 2015-12-07 19:22 (UTC)
I tried it before commenting here but didn't work, maybe i did anything wrong. I finally installed it manually from their files. Thank you very much.
Pinned Comments
roddhjav commented on 2020-05-24 12:13 (UTC) (edited on 2020-05-24 12:16 (UTC) by roddhjav)
To install the package first import jaromil PGP key:
Alternatively add
keyserver-options auto-key-retrieve
to your~/.gnupg/gpg.conf
.This key can also be found on https://keybase.io/jaromil