Package Details: anki 24.06.3-2

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: 175
Popularity: 7.51
First Submitted: 2021-09-17 22:31 (UTC)
Last Updated: 2024-08-02 10:08 (UTC)

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 30 Next › Last »

AlexBocken commented on 2022-04-20 20:02 (UTC)

Nvmd maybe reading the documentation would help. 2.1.50 probably coming soon

AlexBocken commented on 2022-04-20 18:45 (UTC)

yes those two. The issue with 2.1.50 is that it doesn't create a folder like bazel-bin anymore. The .whl files still get created which can be seen if one looks into ~/.cache/bazel/... but theres no link to the srcdir anymore. There has been a change in the main BUILD.bazel from 2.1.49 to 2.1.50, noticably the removal of

    package_dir = "bazel-dist",

in pkg_tar(). Manually readding something similar does not create a directory as I would have hoped when building via bazel build -c opt wheels

Nocifer commented on 2022-04-20 14:18 (UTC)

Which files specifically? While building 2.1.49 (building 2.1.50 requires updating patches and what not so I couldn't be bothered) all I could find are these two:

{srcdir}/anki-2.1.49/bazel-bin/pylib/anki/anki-2.1.49-cp38-abi3-manylinux2014_x86_64.whl

and

{srcdir}/anki-2.1.49/bazel-bin/qt/aqt/aqt-2.1.49-py3-none-any.whl

Is it them you were looking for?

AlexBocken commented on 2022-04-20 11:44 (UTC)

The build process is giving me issues with 2.1.50. If anyone has a reliable technique to find the required .whl files which get created in ~/.cache/bazel help is always appreciated.

AlexBocken commented on 2022-04-07 16:46 (UTC)

@iSpicyCurry thanks for the confirmation of @Pave's and @kingkhan94's issue. I've readded python-pip as a makedependency (no pkgrel update as it is only relevant as a makedepend as of my knowledge)

iSpicyCurry commented on 2022-04-07 16:32 (UTC)

I was getting the same bazel errors as @MacroController even after building python-stringcase. I don't know if this was the solution, but deleting .cache/bazel and then opening a new terminal instance allowed me to get to the stage that it failed on pip. I installed python-pip and was able to get anki installed. I was using makepkg -sirc.

AlexBocken commented on 2022-03-31 13:41 (UTC)

@tsubaki Thanks for your recommendation. patch is in the base-devel group and thus should not be listed as a make dependency according to https://wiki.archlinux.org/title/PKGBUILD#makedepends I strongly recommend you to install this package group.

@Pave looking into that, still not sure whether bazel downloads it's own version there or not.

tsubaki commented on 2022-03-31 13:36 (UTC)

Please add patch as a build dependency. The first time I tried to install this, it failed in the prepare phase because patch wasn't installed.

Pave commented on 2022-03-26 16:56 (UTC)

Please add python-pip as a dependency.

AlexBocken commented on 2022-03-23 11:31 (UTC)

Thanks @Goetz for the recommendations. I've added those changes.