Package Details: cwc-git r269.8f44ca9-1

Git Clone URL: https://aur.archlinux.org/cwc-git.git (read-only, click to copy)
Package Base: cwc-git
Description: Extensible Wayland compositor with dynamic window management
Upstream URL: https://github.com/Cudiph/cwcwm
Keywords: compositor wayland wlroots wm
Licenses: GPL-3.0-or-later
Conflicts: cwc
Provides: cwc, wayland-compositor
Submitter: cudiph
Maintainer: cudiph (matthewq337)
Last Packager: cudiph
Votes: 0
Popularity: 0.000000
First Submitted: 2025-01-16 04:17 (UTC)
Last Updated: 2026-05-10 13:52 (UTC)

Latest Comments

cudiph commented on 2026-05-10 14:05 (UTC)

@smlxdesign Thanks! I have disabling the docs build for now and would reenable it when ldoc support for Lua 5.5 or patches is released.

smlxdesign commented on 2026-05-10 11:16 (UTC)

Hello, I am getting the following error when trying to build this package (cwc-git):

/usr/bin/lua5.5: /usr/share/lua/5.5/luarocks/loader.lua:133: error loading module 'ldoc.html' from file '/usr/share/lua/5.5/ldoc/html.lua':
    /usr/share/lua/5.5/ldoc/html.lua:49: attempt to assign to const variable 'tag'
stack traceback:
    [C]: in local 'a_loader'
    /usr/share/lua/5.5/luarocks/loader.lua:133: in function </usr/share/lua/5.5/luarocks/loader.lua:130>
    (...tail calls...)
    [C]: in global 'require'
    /usr/lib/luarocks/rocks-5.5/ldoc/1.5.0-1/bin/ldoc:896: in main chunk
    [C]: in ?

I think this thread1 and patch2 from the awesome-luajit-git might be helpful. But I noticed that just removing the line make docs in the PKGBUILD also works :)