From owner-freebsd-current@freebsd.org Sat Oct 27 21:48:44 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0BF810D5148 for ; Sat, 27 Oct 2018 21:48:44 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [96.73.9.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E0307D0CC; Sat, 27 Oct 2018 21:48:43 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id E3802E8087; Sat, 27 Oct 2018 15:49:15 -0600 (MDT) Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 4yB4jkIrsGDs; Sat, 27 Oct 2018 15:49:15 -0600 (MDT) Received: from cube.int.bluestop.org (gw.bluestop.org [96.73.9.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Sat, 27 Oct 2018 15:49:15 -0600 (MDT) Subject: Re: 13-CURRENT lua loader complains dynamic libs not supported To: Kyle Evans Cc: FreeBSD Current References: From: Rebecca Cran Message-ID: <0094cff7-02c2-bca1-3cdc-190c1ad08a59@bluestop.org> Date: Sat, 27 Oct 2018 15:48:36 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2018 21:48:44 -0000 On 10/27/18 10:34 AM, Kyle Evans wrote: > > Hmm... something's definitely amiss here- there's no reason this > should be munging through /usr/local/... at all- it's not in the > LUA_PATH. I'd be interested in knowing if there's anything funky about > your build or run setup- I have lua53 installed, but I don't seem to > have any odd interactions. I don't even have lua installed: /usr/local/lib/lua doesn't exist! I just updated to b9d1ddaf9ff163befda062c8c272fc91b176ac0a from github and verified that "git diff master..upstream/master" doesn't show any changes. "strings /boot/loader_lua" shows "/usr/local/lib/lua/5.3/?.so;/usr/local/lib/lua/5.3/loadall.so;./?.so" grepping for "usr/local" in the source tree (stand/) shows: ./liblua/luaconf.h:205:#define LUA_ROOT    "/usr/local/" -- Rebecca