Search Criteria
Package Details: ack-git dev.r0.gd43c7bd00-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ack-git.git (read-only, click to copy) |
---|---|
Package Base: | ack-git |
Description: | The Amsterdam Compiler Kit |
Upstream URL: | http://tack.sourceforge.net/ |
Keywords: | compiler |
Licenses: | BSD |
Submitter: | mutoso |
Maintainer: | andreas_baumann |
Last Packager: | andreas_baumann |
Votes: | 3 |
Popularity: | 0.050206 |
First Submitted: | 2016-08-17 01:18 (UTC) |
Last Updated: | 2024-06-28 06:38 (UTC) |
Dependencies (6)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- ed (make)
- flex (flex-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lua (make)
Latest Comments
andreas_baumann commented on 2024-06-28 06:37 (UTC)
make in build has to set the FINAL PREFIX=/usr, so that the installed compiler can find it's subcommands and data. Otherwise you just get this when invoking it:
andreas_baumann commented on 2024-06-27 11:08 (UTC)
Here are my doings :-)
http://git.andreasbaumann.cc/cgit/arch/tree/adapted/ack-git
andreas_baumann commented on 2024-06-27 10:45 (UTC) (edited on 2024-06-27 10:56 (UTC) by andreas_baumann)
Adding util/amisc+aslod-pkg to ack/plat/cpm/build-pkg.lua in installable helped, could be totally wrong.
Taking ack from git directly works, no clue really what goes wrong here.
andreas_baumann commented on 2024-06-27 10:44 (UTC)
Setting CFLAGS="" in make in build helps. Most likely something to do with too much optimization or fortfication.
andreas_baumann commented on 2024-06-27 10:18 (UTC)
There is a makedepends lua reqired now.
abougouffa commented on 2022-03-17 18:18 (UTC)
Hello,
The package is not working, you need to update the repo to use https (git+https://) like this
source=("git+https://github.com/davidgiven/ack.git")
as Github changed its defaults https://github.blog/2021-09-01-improving-git-protocol-security-github/