Search Criteria
Package Details: anki 24.11-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/anki.git (read-only, click to copy) |
---|---|
Package Base: | anki |
Description: | Helps you remember facts (like words/phrases in a foreign language) efficiently |
Upstream URL: | https://apps.ankiweb.net/ |
Keywords: | anki languages learning vocabulary |
Licenses: | AGPL3 |
Conflicts: | anki-bin, anki-git, anki-qt5 |
Submitter: | demize |
Maintainer: | AlexBocken |
Last Packager: | AlexBocken |
Votes: | 180 |
Popularity: | 4.82 |
First Submitted: | 2021-09-17 22:31 (UTC) |
Last Updated: | 2024-12-23 08:04 (UTC) |
Dependencies (30)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-certifi
- python-decorator
- python-distro
- python-flask-cors
- python-jsonschema
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-protobuf (python-protobuf-gitAUR)
- python-pyqt6-webengine
- python-pysocks
- python-requests
- python-send2trash
- python-waitress
- qt6-multimedia
- qt6-svg
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
- Show 10 more dependencies...
Required by (2)
- kindle2anki-git
- subs2srs (optional)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 31 Next › Last »
jd72 commented on 2023-05-31 14:42 (UTC) (edited on 2023-05-31 14:44 (UTC) by jd72)
Before to write my previous message I have done following:
deleted anki build cache dir;
rustup update
makepkg -s
AlexBocken commented on 2023-05-31 14:16 (UTC)
Really not a lot of information. Can you retry by deleting the src folder and makepkg -s? It feels like you're working in a dirty directory. The module is a local module so it's not like this could be a dependency issue, at least not directly. Also please heed the previous comments about using a cargo which is provided by pacman (rustup or cargo).
jd72 commented on 2023-05-31 14:09 (UTC) (edited on 2023-05-31 14:17 (UTC) by jd72)
...
Traceback (most recent call last):
File "/mnt/MM/AUR_bld/anki/src/anki-2.1.64/pylib/tools/genbackend.py", line 22, in <module>
ModuleNotFoundError: No module named 'anki.image_occlusion_pb2'
...
Build failed.
==> ERROR: A failure occurred in build().
AlexBocken commented on 2023-05-31 07:59 (UTC) (edited on 2023-05-31 16:02 (UTC) by AlexBocken)
@OximOresi If you're using rustup as your cargo provider please install rustup via your system package manager. You should not be able to use
rustup update
as such errors are difficult to debug.Edit: Rustup installed via pacman should print this on
rustup update
:AvidSeeker commented on 2023-05-31 05:32 (UTC)
Thanks. Cleared cache and re-compiled again. It works with no problems now.
eclairevoyant commented on 2023-05-31 04:33 (UTC) (edited on 2023-05-31 04:35 (UTC) by eclairevoyant)
Try running
DISABLE_QT5_COMPAT=1 anki
? Also you might need to recompile anki or some dependency, it should be using qt6.AvidSeeker commented on 2023-05-31 04:14 (UTC) (edited on 2023-05-31 04:14 (UTC) by AvidSeeker)
Latest update seems to be missing some dep?
OximOresi commented on 2023-05-30 19:03 (UTC)
I got the same error as asdrubalivan using arch. After calling
rustup update
the problem went away for me.AlexBocken commented on 2023-05-29 18:07 (UTC)
@asdrubalivan Not at all familiar with how manjaro holds packages back compared to arch. Your build is currently failing at the cargo fetch step so I'm assuming your default stable is not
1.69.0
as on arch maybe?Could you delete line 95 in the PKGBUILD (
sed -i ... rust-toolchain.toml
) and let me know whether that allows you tomakepkg -o
? (I guess should all be in/var/tmp/pamac-build-asdru/anki
according to your log.Otherwise maybe someone else here is more familiar how Manjaro works and could comment.
asdrubalivan commented on 2023-05-29 13:31 (UTC)
Hello, I'm getting the following errors right now when trying to build Anki
Using
6.2.16-1-MANJARO
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 31 Next › Last »