Search Criteria
Package Details: anki 25.09.2-3
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: | 228 |
| Popularity: | 8.39 |
| First Submitted: | 2021-09-17 22:31 (UTC) |
| Last Updated: | 2026-01-12 08:20 (UTC) |
Dependencies (31)
- python
- 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-protobuf-21AUR)
- python-pyqt6-webengine
- python-pysocks
- python-requests
- python-send2trash
- python-waitress
- qt6-multimedia
- qt6-svg
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR, mold-x86-gitAUR) (make)
- Show 11 more dependencies...
Required by (3)
- anki-snapshot (optional)
- kindle2anki-git
- subs2srs (optional)
Latest Comments
1 2 3 4 5 6 .. 36 Next › Last »
Vamp898 commented on 2026-01-12 23:46 (UTC)
The error message tells you exactly what went wrong. You enabled LTO during compile time but forgot it in the linking step.
I don't use clang but it's error message usually are very clear so when he says, you forgot the LTO flat during linking, he is probably right.
That probably happened when you switched from GCC to Clang.
And please use the forum for user support
neXyon commented on 2026-01-12 17:52 (UTC)
I'm getting
when trying to build this package. An online search doesn't result in anything useful with this error. Any ideas what could go wrong or how to fix it?
Nocifer commented on 2026-01-11 18:52 (UTC) (edited on 2026-01-12 09:12 (UTC) by Nocifer)
Hello again. Is there any chance that the previous proposal about changing
/usr/man/man1/anki.1to/usr/share/man/man1/anki.1will be implemented? I don't mean to sound pushy, but it's become mighty annoying forgetting about this little issue between updates and then having to manually edit the PKGBUILD and rebuild the package due to the file conflicts (I have/usr/manlinked to/usr/share/man).Cheers, and happy new year!
EDIT: Wow, I didn't expect such a quick fix. Thanks!
johnsmythe commented on 2025-09-14 03:05 (UTC) (edited on 2025-09-14 03:12 (UTC) by johnsmythe)
@AlexBocken The following output is displayed before crash. The addon itself does not crash Anki on startup. It's only when a controller is connected, that the crash happens.
Starting Anki 25.09... 2025-09-14 08:01:01,285:INFO:aqt.mediasrv: Serving on http://127.0.0.1:36183 [] [] [] Starting main loop... pci id for fd 88: 10de:1b06, driver (null) pci id for fd 90: 10de:1b06, driver (null) libEGL warning: pci id for fd 88: 10de:1b06, driver (null)
pci id for fd 90: 10de:1b06, driver (null) pci id for fd 91: 10de:1b06, driver (null) libEGL warning: egl: failed to create dri2 screen pci id for fd 90: 10de:1b06, driver (null) pci id for fd 91: 10de:1b06, driver (null) libEGL warning: egl: failed to create dri2 screen JS error :1 Uncaught ReferenceError: get_controller_info is not defined /usr/include/c++/15.2.1/bits/stl_bvector.h:1158: constexpr std::vector<bool, _Alloc>::reference std::vector<bool, _Alloc>::operator [with _Alloc = std::allocator<bool>; reference = std::vector<bool>::reference; size_type = long unsigned int]: Assertion '__n < this->size()' failed. fish: Job 1, 'anki' terminated by signal SIGABRT (Abort)
AlexBocken commented on 2025-09-13 19:21 (UTC)
@johnsmythe I require more information to triage this. Any console output before anki crashes? I installed the add-on and didn't have any issues on my side, but i could not get a controller working.
johnsmythe commented on 2025-09-13 19:13 (UTC)
Utilizing Contanki with this build causes Anki to crash while it works fine with the official installer. What could the issue be?
bruno.unna commented on 2025-09-03 09:21 (UTC)
@avantbored
Where (which directory) is the anki repository in your local machine (in which directory is the
PKGBUILDfile)?Where (which directory) did you put @jadedpasta patch in?
What's your current directory when you ran the
patchcommand?Your answer to there three questions will determine what's the correct value for the
-pparameter ofpatch.avantbored commented on 2025-08-29 13:59 (UTC)
Thank you for your reply!
In the middle of applying the patch, I was presented with this output:
1 2 3 4 5 6 .. 36 Next › Last »