You are not logged in.

#1 2026-03-28 01:05:38

imitoy
Member
Registered: 2026-03-28
Posts: 2

Solution to luarocks issue #6

Issue link: https://gitlab.archlinux.org/archlinux/ … rk_items/6

Pacman would give an error message when install luarocks. Here's my solution:

diff --git a/PKGBUILD b/PKGBUILD
index 716f0cc..f60acb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,7 +61,7 @@ build() {
package_luarocks() {
   depends+=(lua-luarocks)
   backup=(etc/luarocks/config-5.{1,2,3,4,5}.lua)
-  depends=(coreutils # need chmod, md5sum
+  depends+=(coreutils # need chmod, md5sum
            curl # need one of curl or wget
            lua
            unzip # need unzip and zip or lua-zlib

However, I still don't have an account of archlinux gitlab. Please report to them if you have any time.

Offline

#2 2026-03-28 07:23:55

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,432

Re: Solution to luarocks issue #6

Thanks for the heads up, but

However, I still don't have an account of archlinux gitlab. Please report to them if you have any time.

https://gitlab.archlinux.org/archlinux/ … ote_439402 I'm fairly sure the problem and solution is understood by the package maintainer as well wink
It's a matter of "when", not "how"

Offline

#3 2026-03-28 10:56:02

imitoy
Member
Registered: 2026-03-28
Posts: 2

Re: Solution to luarocks issue #6

Sorry, I didn't notice that big_smile

Offline

Board footer

Powered by FluxBB