@alexandre-mbm
Thanks but it doesn't directly depend on python3-memoizedb. It depends on python3-xcpf, which depends on python3-memoizedb. The dependency tree is complete. If there is something missing on your system then either you or your AUR helper missed a dependency.
Search Criteria
Package Details: pbget 2017.5.30-1
| Git Clone URL: | https://aur.archlinux.org/pbget.git (read-only) |
|---|---|
| Package Base: | pbget |
| Description: | Retrieve PKGBUILDs and local source files from Git, ABS and the AUR for makepkg. |
| Upstream URL: | http://xyne.archlinux.ca/projects/pbget |
| Keywords: | arch_linux aur pacman |
| Licenses: | |
| Submitter: | Xyne |
| Maintainer: | Xyne |
| Last Packager: | Xyne |
| Votes: | 66 |
| Popularity: | 3.637840 |
| First Submitted: | 2009-02-13 07:16 |
| Last Updated: | 2017-05-30 14:13 |
Dependencies (6)
- git (git-git)
- pm2ml
- python3 (python30, python)
- python3-aur
- python3-xcgf
- python3-xcpf
Sources (2)
Latest Comments
Xyne commented on 2017-05-23 04:30
alexandre-mbm commented on 2017-05-19 18:54
Patch sent to your email.
alexandre-mbm commented on 2017-05-19 18:39
Fix:
$ yaourt -S python3-memoizedb
alexandre-mbm commented on 2017-05-19 18:37
$ pbget -h
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/lib/python3.6/site-packages/pbget.py", line 32, in <module>
import AUR.RPC
File "/usr/lib/python3.6/site-packages/AUR/RPC.py", line 53, in <module>
import MemoizeDB
ModuleNotFoundError: No module named 'MemoizeDB'
alfredo.ardito commented on 2017-05-16 13:25
Great. Successfully built. thx
Xyne commented on 2017-05-16 12:57
@alfredo.ardito
It should be fixed now.
alfredo.ardito commented on 2017-05-16 08:02
Managed to setup the right signatures but then after I got the following error:
==> Making package: pbget 2016.4.4.1-3 (mar 16 mag 2017, 09.56.21, CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading pbget-2016.4.4.1.tar.xz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading http://xyne.archlinux.ca/projects/pbget/src/pbget-2016.4.4.1.tar.xz
Aborting...
==> ERROR: Makepkg was unable to build .
==> Restart building pbget ? [y/N]
==> ------------------------------
Xyne commented on 2017-05-13 02:28
@alfredo.ardito
The signatures are correct. You need to import the key into your user's keyring to verify the signature with makepkg.
For details, see e.g. https://aur.archlinux.org/packages/python3-aur/
alfredo.ardito commented on 2017-05-11 08:06
Failed building with the following error:
==> Validating source files with md5sums...
python3-xcgf-2017.3.tar.xz ... Passed
python3-xcgf-2017.3.tar.xz.sig ... Passed
==> Validating source files with sha512sums...
python3-xcgf-2017.3.tar.xz ... Passed
python3-xcgf-2017.3.tar.xz.sig ... Passed
==> Verifying source file signatures with gpg...
python3-xcgf-2017.3.tar.xz ... FAILED
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: Makepkg was unable to build python3-xcgf.
==> Restart building python3-xcgf ? [y/N]
==> -------------------------------------
Xyne commented on 2017-05-01 19:14
@notuxius
python3-memoizedb is a dependency of python3-xcpf, which is a dependency of this package. Your local dependency tree is broken.