--- lua-4.0.ebuild.old Wed May 8 17:23:28 2002 +++ lua-4.0.ebuild Wed May 8 17:23:07 2002 @@ -3,7 +3,7 @@ # Maintainer: Larry Cow <larrycow@free.fr> # /space/gentoo/cvsroot/gentoo-x86/dev-lang/lua/lua-4.0.ebuild,v 1.2 2002/04/27 10:23:20 seemant Exp -S=${WORKDIR}/${P} +S=${WORKDIR}/lua DESCRIPTION="A powerful light-weight programming language designed for extending applications." SRC_URI="http://www.lua.org/ftp/${PN}.tar.gz" HOMEPAGE="http://www.lua.org/" @@ -11,6 +11,7 @@ SLOT="0" src_compile() { + cd ${S} patch < ${FILESDIR}/lua-4.0-config.patch emake || die
I can confirm this one--I tried emerging enigma this morning, which uses LUA, and got the same error.
The patch attached to be bug fixes the problem. (Thanks)
Looks like it's already fixed in the ebuild. I emerged lua a few days ago and it worked fine. Marking FIXED. Please let me know if the current version of the ebuild does NOT work, and I'll look at it.