Fixed: i removed mandb
execution from PKGBUILD file. Thx for the feedback @nebiki.
Search Criteria
Package Details: iso-commander 6.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/iso-commander.git (read-only, click to copy) |
---|---|
Package Base: | iso-commander |
Description: | The Fastest ISO Manager on the Planet, written in C++ |
Upstream URL: | https://github.com/siyia2/iso-commander |
Licenses: | GPL3 |
Submitter: | siyia |
Maintainer: | siyia |
Last Packager: | siyia |
Votes: | 2 |
Popularity: | 0.000542 |
First Submitted: | 2024-04-27 19:10 (UTC) |
Last Updated: | 2025-06-15 08:26 (UTC) |
Dependencies (6)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR, coreutils-uutils-selinuxAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- readline (readline-gitAUR)
- util-linux (util-linux-aesAUR, util-linux-selinuxAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- make (make-gitAUR) (make)
Required by (0)
Sources (1)
Latest Comments
siyia commented on 2025-06-08 04:50 (UTC) (edited on 2025-06-08 04:56 (UTC) by siyia)
siyia commented on 2025-06-07 19:03 (UTC) (edited on 2025-06-07 19:18 (UTC) by siyia)
@nebiki did you have a brand new archlinux installation? mandb handles the manpages database. If you run man isocmd in a terminal the isocmd manpage will pop-up.
nebiki commented on 2025-06-07 12:50 (UTC) (edited on 2025-06-07 13:03 (UTC) by nebiki)
emmm.. what is mandb?
==> Entering fakeroot environment...
==> Starting package()...
/home/el/.cache/yay/iso-commander/PKGBUILD: line 25: mandb: command not found
==> ERROR: A failure occurred in package().
Aborting...
-> error making: iso-commander-exit status 4
-> Failed to install the following packages. Manual intervention is required:
iso-commander - exit status 4
edit: yeah.. I didn't have man-db for some reason and that was why
edit 2 : ummm... WHAT!
Processing manual pages under /usr/share/man... mandb: warning: cannot create catdir /var/cache/man/cat1 mandb: warning: cannot create catdir /var/cache/man/cat2 mandb: warning: cannot create catdir /var/cache/man/cat3 mandb: warning: cannot create catdir /var/cache/man/cat4 mandb: warning: cannot create catdir /var/cache/man/cat5 mandb: warning: cannot create catdir /var/cache/man/cat6 mandb: warning: cannot create catdir /var/cache/man/cat7 mandb: warning: cannot create catdir /var/cache/man/cat8 Processing manual pages under /usr/share/man/de... mandb: warning: cannot create catdir /var/cache/man/de mandb: can't create index cache /var/cache/man/de/47040: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: iso-commander-exit status 4 -> Failed to install the following packages. Manual intervention is required: iso-commander - exit status 4
edit 3: FINALLY , apparently I needed mandb --create
so , yeah... kinda.. weird but ok.. I understand the logic though, it's just it took a while for me to understand...leaving it here in case someone else stumbles upon such thing
siyia commented on 2024-06-07 11:52 (UTC)
Done.
FabioLolix commented on 2024-06-06 19:55 (UTC)
Hello, please rename source to be unique with $pkgname-$pkgver.tar.gz::
before https://
Pinned Comments
siyia commented on 2025-06-08 04:50 (UTC) (edited on 2025-06-08 04:56 (UTC) by siyia)
Fixed: i removed
mandb
execution from PKGBUILD file. Thx for the feedback @nebiki.nebiki commented on 2025-06-07 12:50 (UTC) (edited on 2025-06-07 13:03 (UTC) by nebiki)
emmm.. what is mandb?
==> Entering fakeroot environment... ==> Starting package()... /home/el/.cache/yay/iso-commander/PKGBUILD: line 25: mandb: command not found ==> ERROR: A failure occurred in package(). Aborting... -> error making: iso-commander-exit status 4 -> Failed to install the following packages. Manual intervention is required: iso-commander - exit status 4
edit: yeah.. I didn't have man-db for some reason and that was why
edit 2 : ummm... WHAT!
edit 3: FINALLY , apparently I needed
mandb --create
so , yeah... kinda.. weird but ok.. I understand the logic though, it's just it took a while for me to understand...leaving it here in case someone else stumbles upon such thing