Package Details: ack-git dev.r0.gd43c7bd00-3

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.55
First Submitted: 2016-08-17 01:18 (UTC)
Last Updated: 2024-06-28 06:38 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

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:

ack: Cannot find description for fe

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)

sh: line 1: /data/INSTALL/ack-git/src/ack-build/staging/bin/aslod: No such file or directory

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)

/data/INSTALL/ack-git/src/ack-build/staging/bin/ack: /data/INSTALL/ack-git/src/ack-build/staging/lib/ack/linuxppc/top 

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)

/bin/sh: line 1: lua: command not found
make: *** [Makefile:114: /data/INSTALL/ack-git/src/ack-build/build.ninja] Error 127

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/