From owner-freebsd-ports@freebsd.org Wed Sep 23 16:39:48 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30692A065B1 for ; Wed, 23 Sep 2015 16:39:48 +0000 (UTC) (envelope-from leander.schaefer@netocean.de) Received: from netocean.de (netocean.de [109.193.255.134]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB5BE1F85 for ; Wed, 23 Sep 2015 16:39:47 +0000 (UTC) (envelope-from leander.schaefer@netocean.de) Received: by netocean.de (NetOcean MX, from userid 58) id 3228049A894; Wed, 23 Sep 2015 18:39:46 +0200 (CEST) Received: from MacBook-Pro.local (tmo-101-186.customers.d1-online.com [80.187.101.186]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by netocean.de (NetOcean MX) with ESMTPSA id 5DA7449A890 for ; Wed, 23 Sep 2015 18:39:39 +0200 (CEST) From: =?UTF-8?Q?Leander_Sch=c3=a4fer?= Subject: FreeBSD Lua Port seems broken To: freebsd-ports@freebsd.org Organization: NetOcean Message-ID: <5602D597.4080508@NetOcean.de> Date: Wed, 23 Sep 2015 18:38:47 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 16:39:48 -0000 Hi Please have a look at the broken lua port. Thank you very much root@FreeBSD [/usr/ports/editors/vim]$ make install clean ===> Found saved configuration for vim-7.4.873 ===> vim-7.4.873 depends on file: /usr/local/sbin/pkg - found => vim-vim-v7.4.873_GH0.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://codeload.github.com/vim/vim/tar.gz/v7.4.873?dummy=/vim-vim-v7.4.873_GH0.tar.bz2 vim-vim-v7.4.873_GH0.tar.bz2 100% of 11 MB 518 kBps 00m23s ===> Fetching all distfiles required by vim-7.4.873 for building ===> Extracting for vim-7.4.873 => SHA256 Checksum OK for vim-vim-v7.4.873_GH0.tar.bz2. ===> vim-7.4.873 depends on file: /usr/local/bin/ruby21 - found ===> Patching for vim-7.4.873 ===> vim-7.4.873 depends on file: /usr/local/bin/ruby21 - found ===> Applying FreeBSD patches for vim-7.4.873 ===> vim-7.4.873 depends on file: /usr/local/bin/ruby21 - found ===> vim-7.4.873 depends on package: libiconv>=1.14_8 - found ===> vim-7.4.873 depends on executable: pkgconf - found ===> vim-7.4.873 depends on executable: msgfmt - found ===> vim-7.4.873 depends on file: /usr/local/bin/python2.7 - found ===> vim-7.4.873 depends on package: perl5>=5.20<5.21 - found ===> vim-7.4.873 depends on shared library: liblua-5.2.so - not found ===> lua52-5.2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua52-5.2.4 for building ===> Extracting for lua52-5.2.4 => SHA256 Checksum OK for lua-5.2.4.tar.gz. ===> Patching for lua52-5.2.4 ===> Applying FreeBSD patches for lua52-5.2.4 ===> lua52-5.2.4 depends on shared library: libedit.so.0 - found (/usr/local/lib/libedit.so.0) ===> Configuring for lua52-5.2.4 ===> Building for lua52-5.2.4 make[3]: "/nonexistent" line 1: Need an operator make[3]: Fatal errors encountered -- cannot continue make[3]: stopped in /usr/ports/lang/lua52/work/lua-5.2.4/src ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[2]: stopped in /usr/ports/lang/lua52 *** Error code 1 Stop. make[1]: stopped in /usr/ports/editors/vim *** Error code 1 Stop. make: stopped in /usr/ports/editors/vim