Package Details: icon 1:9.5.25a-2

Git Clone URL: https://aur.archlinux.org/icon.git (read-only, click to copy)
Package Base: icon
Description: The Icon programming language
Upstream URL: https://github.com/gtownsend/icon
Licenses: custom:PublicDomain
Submitter: haawda
Maintainer: aksr
Last Packager: aksr
Votes: 31
Popularity: 0.000000
First Submitted: 2007-12-27 18:24 (UTC)
Last Updated: 2025-10-23 07:03 (UTC)

Dependencies (3)

Required by (3)

Sources (2)

Latest Comments

« First ‹ Previous 1 2

haawda commented on 2010-09-05 03:38 (UTC)

This can only happen with customized makepkg.conf-files. But changing the make line does not harm, so I did so.

bernarcher commented on 2010-09-04 13:38 (UTC)

There can be issues with the asynchronous make. It failed here because some parallel running job tried to remove one of the computed .c files in src/runtime twice in a row. Changing the "make" line in the PKGBUILD to "make -j 1" helped.