pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/lua52 Sorry, but this package doesn't work with e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20ee65d0fe20
branches:  trunk
changeset: 635547:20ee65d0fe20
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Jun 08 19:05:00 2014 +0000

description:
Sorry, but this package doesn't work with editline, at least when
PREFER_PKGSRC is set. Buildlink devel/readline instead.

libtool: link: cc -o luac5.2 .libs/luac.o -Wl,-E  ./.libs/liblua5.2.a -L/usr/pkgsrc/dev/lang/lua52/work/.buildlink/lib -lm -lreadline -lhistory
ld: cannot find -lreadline
ld: cannot find -lhistory
ld: cannot find -lreadline
ld: cannot find -lhistory
Makefile:66: recipe for target 'lua5.2' failed
gmake[2]: *** [lua5.2] Error 1
gmake[2]: *** Waiting for unfinished jobs....
Makefile:69: recipe for target 'luac5.2' failed
gmake[2]: *** [luac5.2] Error 1
gmake[2]: Leaving directory '/usr/pkgsrc/dev/lang/lua52/work/lua-5.2.3/src'
Makefile:101: recipe for target 'bsd' failed
gmake[1]: *** [bsd] Error 2
gmake[1]: Leaving directory '/usr/pkgsrc/dev/lang/lua52/work/lua-5.2.3/src'
Makefile:55: recipe for target 'bsd' failed

diffstat:

 lang/lua52/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 2a42777cd777 -r 20ee65d0fe20 lang/lua52/Makefile
--- a/lang/lua52/Makefile       Sun Jun 08 17:18:03 2014 +0000
+++ b/lang/lua52/Makefile       Sun Jun 08 19:05:00 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/05/04 06:10:41 alnsn Exp $
+# $NetBSD: Makefile,v 1.4 2014/06/08 19:05:00 rodent Exp $
 
 DISTNAME=      lua-${LUA_VERSION}
 PKGNAME=       lua52-${LUA_VERSION}
@@ -60,6 +60,6 @@
        ${INSTALL_DATA} ${WRKSRC}/lua.pc \
            ${DESTDIR}${PREFIX}/lib/pkgconfig/lua-5.2.pc
 
-.include "../../mk/readline.buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index