Search Criteria
Package Details: anki 24.06.3-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: | 173 |
Popularity: | 5.88 |
First Submitted: | 2021-09-17 22:31 (UTC) |
Last Updated: | 2024-08-02 10:08 (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, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- lame (lame-svnAUR, lame-altivecAUR) (optional) – record sound
- mplayer (mplayer-vaapiAUR, mplayer-gui-svnAUR) (optional) – play sound
- mpv (mpv-light-pulseAUR, mpv-vapoursynth-gitAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR, mpv-build-gitAUR) (optional) – play sound. prefered over mplayer
- texlive-most (optional) – render LaTex in cards
Required by (2)
- kindle2anki-git
- subs2srs (optional)
Latest Comments
« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 Next › Last »
Nocifer commented on 2021-10-27 10:18 (UTC)
I can't say for certain about the lot of them but in the case of the two I have used in recent years, yay & paru, the default is to just ask you if you want to do a clean build, and if you don't explicitly say so then they keep the build dir intact as cache for future builds (this can also be evidenced by @pawgerr's log). Perhaps a more sure-fire solution would be to proactively look for and delete the ts/node_modules folder in prepare().
AlexBocken commented on 2021-10-26 22:04 (UTC)
Ah awesome, thanks for that info. So can this only occur if one has a previously messed up build and forgot to add
-C
tomakepkg
? I seriously doubt that the most common AUR helpers do not usemakepkg -C
, right?pawggers commented on 2021-10-26 21:39 (UTC)
Here's the build output of mine as requested
https://pastebin.com/2C3zvhCK
I haven't found a solution yet
Nocifer commented on 2021-10-26 21:05 (UTC)
Nevermind, I just tried to update and failed, saw the error output and remembered the solution: you need to delete the src/anki-x.x.xx/ts/node_modules folder. That's where the problem actually resides (node_modules is generally a pain in the a$$) but Bazel links to src/anki-x.x.xx from within its labyrinthine cache folder, and so it seems as if the problem is inside .cache/bazel when it's really not.
AlexBocken commented on 2021-10-26 20:40 (UTC)
Ah I should've saved the outputs during the failing builds. I can't reproduce it now. I'll sticky my other comment with the request to post the error message here if encountered.
Nocifer commented on 2021-10-26 20:22 (UTC)
I encountered this issue a couple of months ago and solved it, but I can't remember exactly how. Can you post the error message?
AlexBocken commented on 2021-10-26 19:53 (UTC) (edited on 2021-10-26 20:41 (UTC) by AlexBocken)
If you have issues with compiling anki (There seems to be this "missing modules" error for some typescript stuff) and can find a method of fixing it that does not involve doing
sudo rm -rf ~/.cache/bazel
and trying to reinstall multiple times let me know how you fixed it. Bazel really is a mystery to me at times.If you have this error, please post the build output here, even if you haven't found a solution yourself
groctel commented on 2021-10-18 11:16 (UTC)
Your package is installing dependencies with pip. Please maintain them as standalong AUR packages as relying on external package managers for dependencies is harmful for users.
zerophase commented on 2021-10-06 09:38 (UTC)
I have rust installed from the Arch repo, and get this error while building.
https://pastebin.com/zEExzDyv
lysergia commented on 2021-10-03 18:45 (UTC)
I needed
rustup component add rustfmt
inbuild()
for compilation to succeed« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 Next › Last »