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

Required by (2)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 30 Next › Last »

n4r3n commented on 2022-12-16 22:45 (UTC)

desktop and icon file missing from package:

pacman -Qi anki | grep 'Version'; pacman -Ql anki | grep -e pixmaps -e desktop
Version         : 2.1.54-2
anki /usr/share/applications/anki.desktop
anki /usr/share/pixmaps/
anki /usr/share/pixmaps/anki.png
pacman -Si anki | grep 'Version'; pacman -Fl anki | grep -e pixmaps -e desktop
Version         : 2.1.55-3

jtai commented on 2022-12-16 22:20 (UTC)

I'm getting this error. Full log: https://pastebin.com/y2373b44

<ref *1> Error: spawnSync /usr/bin/esbuild ENOENT
    at Object.spawnSync (node:internal/child_process:1117:20)
    at spawnSync (node:child_process:871:24)
    at Object.execFileSync (node:child_process:914:15)
    at Object.<anonymous> (/home/jtai/.cache/paru/clone/anki/src/anki-2.1.55/out/node_modules/esbuild/bin/esbuild:2:26)
    at Module._compile (node:internal/modules/cjs/loader:1218:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1272:10)
    at Module.load (node:internal/modules/cjs/loader:1081:32)
    at Module._load (node:internal/modules/cjs/loader:922:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12)
    at node:internal/main/run_main_module:23:47 {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawnSync /usr/bin/esbuild',
  path: '/usr/bin/esbuild',
  spawnargs: [ '--version' ],
  error: [Circular *1],
  status: null,
  signal: null,
  output: null,
  pid: 0,
  stdout: null,
  stderr: null
}

AlexBocken commented on 2022-12-16 18:07 (UTC)

@pipep okay that's straightup stupid to forget. apologies. Added rustup in -3. Thanks for posting the error

pipep commented on 2022-12-16 17:25 (UTC) (edited on 2022-12-16 17:26 (UTC) by pipep)

Error in -2:
==> Starting build()...
./ninja: line 14: cargo: command not found
==> ERROR: A failure occurred in build().
Aborting...
-> error making: anki

AlexBocken commented on 2022-12-16 16:53 (UTC) (edited on 2022-12-16 16:54 (UTC) by AlexBocken)

Good catch, thx for the quick heads up. added libxcrypt-compat to the makedepends in -2.

slav commented on 2022-12-16 16:19 (UTC)

unfortunately missing libs to complete build

slav commented on 2022-12-16 16:18 (UTC)

home/slav/.cache/yay/anki/src/anki-2.1.55/out/rust/debug/runner pyenv /home/slav/.cache/yay/anki/src/anki-2.1.55/out/extracted/python/bin/python3 /home/slav/.cache/yay/anki/src/anki-2.1.55/out/pyenv python/requirements.base.txt python/requirements.dev.txt python/requirements.qt6_4.txt Command failed:

/home/slav/.cache/yay/anki/src/anki-2.1.55/out/extracted/python/bin/python3: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

[15/73; 1 active; 127.691s] rslib/i18n ninja: build stopped: subcommand failed.

Build failed. ==> ERROR: A failure occurred in build(). Aborting... -> error making: anki

AlexBocken commented on 2022-12-16 15:34 (UTC)

2.1.55 has been released and we're finally rid off bazel! Because of this the build process has changed quite a bit. Please report any errors you come across here or shoot me an email.

AlexBocken commented on 2022-10-11 15:47 (UTC)

@saltedcoffii Good catch, added to the depends. Thanks!

saltedcoffii commented on 2022-10-10 17:21 (UTC)

the "Record Own Voice" feature is broken: qt6-multimedia isn't a dependency of this package.