Search Criteria
Package Details: clx-git r377.5db3a0d-1
Git Clone URL: | https://aur.archlinux.org/clx-git.git (read-only, click to copy) |
---|---|
Package Base: | clx-git |
Description: | An X11 client for Common Lisp |
Upstream URL: | https://github.com/sharplispers/clx |
Keywords: | lisp |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | benjamin-james |
Maintainer: | tirrevip |
Last Packager: | tirrevip |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-09 23:09 |
Last Updated: | 2019-12-29 15:12 |
Dependencies (4)
- sbcl
- xorg-server (xorg-server1.12, xorg-server-hwcursor-gamma, xorg-server1.19-git, xorg-server-notty, xorg-server-dev, xf86-input-evdev-git-surfacepen3, xf86-input-evdev-git, xorg-server-sd_notify, xorg-server-git, xorg-server-bug865, xorg-server-rootless-nosystemd-minimal, xorg-server-rootless-nosystemd-minimal-git, xorg-server-noudev)
- git (git-git) (make)
- texinfo (texinfo-git) (make)
Required by (2)
- stumpwm (make)
- stumpwm-git (make)
Latest Comments
hemite commented on 2017-09-21 05:42
This is *still* failing to install. Can the package maintainer please update the package build?
haawda commented on 2017-08-03 21:33
The directory test vanished from upstream's git repo. Simply remove all lines referencing it from the package function.
giodamelio commented on 2017-08-03 19:03
This is failing to install for me.
==> Starting package()...
install: cannot stat 'test/*.lisp': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
The build failed.
haawda commented on 2017-02-12 22:08
My patch was applied upstream.
haawda commented on 2017-02-12 09:39
see http://ix.io/1Tac for a complete PKGBUILD.
haawda commented on 2017-02-12 09:29
Not all info files are installed by this package, this can be fixed by replacing
install -m 644 -t ${pkgdir}/usr/share/info manual/${_clname}.info
by
install -m 644 -t ${pkgdir}/usr/share/info manual/${_clname}.info*
I also have a patch for the error messages seenxu has. I am trying to get this into sharplisper's master, but for the time being you can get it from http://ix.io/1Ta8
seyn6gk commented on 2016-09-27 15:10
build failure
...
==> Updated version: clx-git r262.1c62774-1
==> Starting build()...
clx.texinfo:7657: warning: @table has text but no @item
clx.texinfo:7778: warning: @table has text but no @item
clx.texinfo:11073: @pxref reference to nonexistent node `:mapping-notify'
clx.texinfo:11075: @pxref reference to nonexistent node `mapping-notify'
==> ERROR: A failure occurred in build().
...
benjamin-james commented on 2016-08-18 23:41
Fixed the missing extensions folder
wangjiezhe commented on 2016-08-18 02:24
The folder `extensions` should also be installed, otherwise the compilation in the install file would fail.