Search Criteria
Package Details: caps-log-bin 1.2.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/caps-log-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | caps-log-bin |
| Description: | A small, terminal-based journaling tool |
| Upstream URL: | https://github.com/NikolaDucak/caps-log |
| Keywords: | journal tui |
| Licenses: | MIT |
| Conflicts: | caps-log |
| Provides: | caps-log |
| Submitter: | vitaliikuzhdin |
| Maintainer: | vitaliikuzhdin |
| Last Packager: | vitaliikuzhdin |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-06-10 17:48 (UTC) |
| Last Updated: | 2024-11-29 20:02 (UTC) |
Dependencies (5)
- boost174-libsAUR
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgit2 (libgit2-gitAUR)
- patchelf (patchelf-gitAUR) (make)
Latest Comments
blueingreen68 commented on 2024-12-02 10:50 (UTC)
@vitaliikuzhdin, thank you, it really works.
vitaliikuzhdin commented on 2024-11-29 20:03 (UTC)
@blueingreen68, the issue was finally resolved in upstream, please update to fix the package.
blueingreen68 commented on 2024-07-31 13:54 (UTC)
@vitaliikuzhdin, I've already created it, but the author and I haven't gotten anywhere
vitaliikuzhdin commented on 2024-07-31 13:21 (UTC) (edited on 2024-08-04 14:57 (UTC) by vitaliikuzhdin)
@blueingreen68 I have updated the package to patch the required libraries, but the bug with the black screen persists. I will try to build the package myself and publish the PKGBUILD here on AUR. However, if the error persists, I suggest you open an issue on GitHub.
edit: I have just uploaded AUR packages to build caps-log from sources, but unfortunately, they are affected by this bug as well.
blueingreen68 commented on 2024-07-31 12:52 (UTC) (edited on 2024-07-31 12:54 (UTC) by blueingreen68)
I got two erros, the first was:
I fixed it by installing the boost174-libs package.
The second error was related to the
libgitpackage:I fixed it by creating a symbolic link:
After that I was able to run the program, but a black screen with a blinking terminal cursor awaited me.
I noticed this application on GitHub a long time ago and tried to build it myself. When building it myself, I encountered the same black screen problem.