Search Criteria
Package Details: gtypist-git 2.10.1-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/gtypist-git.git (read-only, click to copy) |
---|---|
Package Base: | gtypist-git |
Description: | universal typing tutor |
Upstream URL: | http://www.gnu.org/software/gtypist/gtypist.html |
Licenses: | GPL3 |
Conflicts: | gtypist |
Provides: | gtypist |
Submitter: | mctom |
Maintainer: | mctom |
Last Packager: | mctom |
Votes: | 2 |
Popularity: | 0.92 |
First Submitted: | 2024-08-05 19:35 (UTC) |
Last Updated: | 2025-03-30 14:38 (UTC) |
Dependencies (5)
- ncurses (ncurses-gitAUR)
- perl (perl-gitAUR)
- gengetopt (gengetopt-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
Latest Comments
m040601 commented on 2025-03-29 12:28 (UTC) (edited on 2025-03-29 12:29 (UTC) by m040601)
Yeah, big mistake on my part. Lesson learned, see also my comments, https://aur.archlinux.org/packages/gtypist
mctom commented on 2025-03-29 12:03 (UTC)
Okay, I removed it then. :) No worries, I appreciate your input anyway.
I was aware of the base-devel metapackage but forgot about it just like you did.
Happy typing!
m040601 commented on 2025-03-29 11:56 (UTC) (edited on 2025-03-29 11:57 (UTC) by m040601)
Please dont.
It should not explicityly be needed nor stated as a dependency. I made a mistaken assumption. Sorry for the trouble.
"Which" is one tool, part of the meta-package "base-devel".
$ pacman -Si base-devel
Actually Archlinux does "assume" that if you use AUR PKGBUILDS you should have this meta-package installed and all its members, https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started
So any member of that group should be implicitly assumed to exist. And not needed to be stated explicitly as dependency.
mctom commented on 2025-03-29 11:44 (UTC)
@m040601, I believe the issue is resolved. Thanks again for your report.
mctom commented on 2025-03-29 11:28 (UTC)
Hello @m040601,
Thanks for the report. I'm not the most qualified person to maintain a package, so your explanation of the problem is appreciated. I'll add "which" to build dependencies soon. Even though I heard your comment about "which" being considered deprecated, if the git source uses it, I feel there's not much we can do about it other than add it as a dependency.
m040601 commented on 2025-03-29 11:18 (UTC)
grep -n -C 3 which autogen.sh
m040601 commented on 2025-03-29 10:47 (UTC) (edited on 2025-03-29 11:22 (UTC) by m040601)
This PKGBUILD is missing one dependency, the tool "which" needed by "autogen.sh"
Whithout that this is what happens,
Yeah, I dont have "which" anymore on my system. It has been considered deprecated by many.
If I install "which" first then the PKGBUILD works.
pacman -Si which
mctom commented on 2025-03-09 08:06 (UTC) (edited on 2025-03-09 11:02 (UTC) by mctom)
Hi @Scaramouche, Weird, none of my systems has
gengetopt
installed and yet this AUR package used to work. I'll investigate later today, right now it seems that GNU savannah is down.EDIT: You were absolutely right, I bumped version and included dependency. Thanks very much for your input!
Scaramouche commented on 2025-03-08 10:00 (UTC)
Hi mctom,
there's a missing dependency on gengetopt, please add it to PKGBUILD.