Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 19:34:26 GMT
From:      Axel Gonzalez <loox@e-shell.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186049: databases/luasql-sqlite3 doesn't honor LUA_VER/WITH_LUA_VER flags
Message-ID:  <201401231934.s0NJYQlI062391@oldred.freebsd.org>
Resent-Message-ID: <201401231940.s0NJe1Al001089@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186049
>Category:       ports
>Synopsis:       databases/luasql-sqlite3 doesn't honor LUA_VER/WITH_LUA_VER flags
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 23 19:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Axel Gonzalez
>Release:        9.2-RELEASE
>Organization:
>Environment:
FreeBSD moonlight.e-shell.tk 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r256134: Tue Oct  8 02:31:24 CDT 2013     toor@moonlight:/usr/obj/usr/src/sys/LXCORE91  amd64
>Description:

databases/luasql-sqlite3 doesn't honor LUA_VER/WITH_LUA_VER flags

I have this in make.conf:


WITH_LUA_VER=5.1
LUA_VER=5.1



[root@b0x /usr/ports/databases/luasql-sqlite3]# make
===>  License MIT accepted by the user
===> Fetching all distfiles required by luasql-sqlite3-2.3.0 for building
===>  Extracting for luasql-sqlite3-2.3.0
=> SHA256 Checksum OK for luasql-2.3.0.tar.gz.
===>  Patching for luasql-sqlite3-2.3.0
===>   luasql-sqlite3-2.3.0 depends on executable: gmake - found
===>   luasql-sqlite3-2.3.0 depends on shared library: liblua-5.2.so - not found
===>    Verifying for liblua-5.2.so in /usr/ports/lang/lua52


IF I add to make.conf

LUA_DEFAULT=5.1

it builds the wanted 5.1 version.



>How-To-Repeat:

add to make.conf

WITH_LUA_VER=5.1
LUA_VER=5.1


cd  /usr/ports/databases/luasql-sqlite3 && make

>Fix:
-

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401231934.s0NJYQlI062391>