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: | 178 |
Popularity: | 4.84 |
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 .. 20 21 22 23 24 25 26 27 28 29 30 31 Next › Last »
J5lx commented on 2022-01-06 06:53 (UTC)
AlexBocken, thanks for clarifying!
Neko-san, my comment about overwriting the default toolchain was actually just in regard to the export lines in the PKGBUILD which AlexBocken has now removed, not in regard to your comment :)
Neko-san commented on 2022-01-05 17:48 (UTC)
@J5lx Aside from already being in the PKGBUILD, yes, I do in fact already have it in my global
makepkg.conf
; I just prefer Clang over GCCAlexBocken commented on 2022-01-05 15:12 (UTC)
@J5lx
The toolchain overwrite is just legacy from previous packagers. From my side there are no reasons to continue overwriting as I don't believe it to be actually necessary. I will remove this.
Thanks for the patch idea to increase the timeout time! Definitely a good addition.
J5lx commented on 2022-01-05 14:55 (UTC) (edited on 2022-01-05 14:59 (UTC) by J5lx)
I got the same error as Neko-san. In order to fix it, I had to add
export LDSHARED="/usr/bin/clang -shared"
next to the other exports in the PKGBUILD. Is there even a particular reason you're overwriting the default toolchain? If so, it would be nice if you could add a comment to the PKGBUILD for documentation. If not, that sort of configuration should probably be placed in a personal makepkg.conf instead.Other than that, I also had issue where the PyQt download would time out since my current internet connection is not that fast. I had to patch pip/pyqt5/defs.bzl to increase the timeout (I used 6000s here which is ten times the default value).
Neko-san commented on 2021-12-31 06:10 (UTC) (edited on 2021-12-31 06:11 (UTC) by Neko-san)
The compilation fails for me in a chroot because it tries to use gcc and link it to clang objects with ld.
Below, I'm including my makepkg.conf configuration and a log of the compilation via pastebin.
Log: https://pastebin.com/if98UdPJ
/etc/makepkg.conf
:AlexBocken commented on 2021-12-25 13:38 (UTC)
@simpleauthority The PKGBUILD should set the correct java version for installation (version 11). You really shouldn't have to set it manually as it also works for me with version 17 being my default on my system. nonetheless maybe try that?
archlinux-java set java-11-openjdk
. Let me know if that works for some reason. Then something is wrong with the PKGBUILD.simpleauthority commented on 2021-12-23 19:49 (UTC) (edited on 2021-12-23 19:49 (UTC) by simpleauthority)
@AlexBocken Yep I have jre11-openjdk installed (also jre-openjdk (17) and jre8-openjdk.) Looks like 17 is set as default via archlinux-java. Do I need to set it to 11 for this or somehow make Bazel use 11? Thanks for the reply.
AlexBocken commented on 2021-12-23 13:46 (UTC) (edited on 2021-12-23 13:58 (UTC) by AlexBocken)
@simpleauthority Ah i just noticed that the build requires Java version 11 to be installed. Can you see wether you have
jre11-openjdk
installed? (pacman -Qs jre11-openjdk
) I might have messed something up with build-depts otherwise. Edit: nvmd, it should be installed as a dependency of bazel.simpleauthority commented on 2021-12-23 12:20 (UTC)
I tried the pinned solution for failing compilation, but no dice. I am getting a Java exception: https://paste.gg/p/anonymous/06c38b383841449ea01830e58d0926b2
Is this due to my local Java install or something else?
AlexBocken commented on 2021-12-22 12:40 (UTC)
@flavio92ux really not giving me a lot of information to go off on here. The package builds on my side without any issues.Have you tried the commands listed in the stickied comment? Most compilations fail due to partially downloaded dependencies. These commands usually fix that by forcing a redownload.
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 31 Next › Last »