From owner-freebsd-ports@FreeBSD.ORG Mon May 4 07:51:12 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6212A94B for ; Mon, 4 May 2015 07:51:12 +0000 (UTC) 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 C6CBB1AAD for ; Mon, 4 May 2015 07:51:11 +0000 (UTC) Received: by netocean.de (NetOcean MX, from userid 58) id D11AF4977DC; Mon, 4 May 2015 09:51:09 +0200 (CEST) Received: from MacBook-Pro.local (pD9FF4951.dip0.t-ipconnect.de [217.255.73.81]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by netocean.de (NetOcean MX) with ESMTPSA id 89DF94977DA for ; Mon, 4 May 2015 09:51:09 +0200 (CEST) Message-ID: <554724F4.5060404@netocean.de> Date: Mon, 04 May 2015 09:51:16 +0200 From: =?UTF-8?B?TGVhbmRlciBTY2jDpGZlcg==?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: ports@FreeBSD.org Subject: lang/lua52 on FreeBSD 10.1-RELEASE (amd64) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Mon, 04 May 2015 07:51:12 -0000 Hi lang/lua52 seems to have trouble and eventually fails. I thought I would let you know, so you have a chance to fix it when you have a chance. Thanks & best regards Leander Installing patch-2.7.5... ===> Returning to build of vim-7.4.691 ===> vim-7.4.691 depends on file: /usr/local/bin/ruby21 - found ===> Applying distribution patches for vim-7.4.691 ===> Applying FreeBSD patches for vim-7.4.691 ===> vim-7.4.691 depends on file: /usr/local/bin/ruby21 - found ===> vim-7.4.691 depends on package: libiconv>=1.14_8 - found ===> vim-7.4.691 depends on executable: pkgconf - found ===> vim-7.4.691 depends on executable: msgfmt - found ===> vim-7.4.691 depends on file: /usr/local/bin/python2.7 - found ===> vim-7.4.691 depends on file: /usr/local/bin/perl5.18.4 - found ===> vim-7.4.691 depends on shared library: liblua-5.2.so - not found ===> Verifying for liblua-5.2.so in /usr/ports/lang/lua52 ===> lua52-5.2.4 depends on file: /usr/local/sbin/pkg - found => lua-5.2.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://www.lua.org/ftp/lua-5.2.4.tar.gz lua-5.2.4.tar.gz 0 B 0 Bps ===> 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[2]: "/nonexistent" line 1: Need an operator make[2]: Fatal errors encountered -- cannot continue make[2]: 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[1]: stopped in /usr/ports/lang/lua52 *** Error code 1 Stop. make: stopped in /usr/ports/editors/vim # # ======== And here the chekup on the single port itself ======== # # root@FreeBSD [/usr/ports/lang/lua52]$ env BATCH=YES make install clean ===> 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[1]: "/nonexistent" line 1: Need an operator make[1]: Fatal errors encountered -- cannot continue make[1]: 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: stopped in /usr/ports/lang/lua52 root@FreeBSD [/usr/ports/lang/lua52]$ FILE=/etc/make.conf root@FreeBSD [/usr/ports/lang/lua52]$ RESULT="$( cat ${FILE} | sed -E '/MAKE_JOBS_UNSAFE=.*/d' )" root@FreeBSD [/usr/ports/lang/lua52]$ [[ ! -z "${RESULT}" ]] && echo "${RESULT}" > "${FILE}" root@FreeBSD [/usr/ports/lang/lua52]$ echo 'MAKE_JOBS_UNSAFE=yes' >> ${FILE} root@FreeBSD [/usr/ports/lang/lua52]$ env BATCH=YES make install clean ===> Building for lua52-5.2.4 make[1]: "/nonexistent" line 1: Need an operator make[1]: Fatal errors encountered -- cannot continue make[1]: stopped in /usr/ports/lang/lua52/work/lua-5.2.4/src *** Error code 1 Stop. make: stopped in /usr/ports/lang/lua52