Search Criteria
Package Details: icon 951-6
Git Clone URL: | https://aur.archlinux.org/icon.git (read-only, click to copy) |
---|---|
Package Base: | icon |
Description: | The Icon programming language |
Upstream URL: | http://www2.cs.arizona.edu/icon/ |
Licenses: | |
Submitter: | haawda |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 33 |
Popularity: | 0.004042 |
First Submitted: | 2007-12-27 18:24 |
Last Updated: | 2019-09-07 07:42 |
Dependencies (3)
- libx11 (libx11-git, libx11-threadsafe)
- sh (bash-devel-git, dashbinsh, bash-devel-static-git, bash)
- libxt (make)
Required by (4)
- noweb (make)
- quine-relay
- teximpatient (make)
- teximpatient-git (make)
Latest Comments
crvs commented on 2019-09-06 23:20
I see the "upstream" url was fixed the "source" url still uses the old https://www.cs.arizona.edu/... instead of https://www2.cs.arizona.edu/...
crvs commented on 2019-09-06 07:23
It seems that the upstream url has moved, it worked by changing http://www.cs.arizona.edu/icon/ to http://www2.cs.arizona.edu/icon/
adsun commented on 2018-02-11 20:47
This is missing libxt as a depends. Without libxt the build fails due to a missing /usr/include/X11/Intrinsic.h.
haawda commented on 2010-09-05 03:38
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
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.