[Bug 243430] Mk/Scripts/qa.sh: Stage-QA fails to detect USES=lua
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 08:40:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243430
Alexey Dokuchaev <danfe@FreeBSD.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |danfe@FreeBSD.org
--- Comment #1 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
I observe this as well with e.g. `x11-fm/worker' port:
$ make showconfig | grep LUA 
     LUA=on: Lua scripting language support
$ grep LUA_USES Makefile
LUA_USES=       lua
$ make stage-qa
====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/worker is linked to /usr/local/lib/liblua-5.1.so from
lang/lua51 but it is not declared as a dependency
Warning: you need USES+=lua
$ _
-- 
You are receiving this mail because:
You are on the CC list for the bug.