pkgsrc-Users archive

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

Re: sqlite3 editline/readline on osx



> .include "../../mk/readline.buildlink3.mk"
> 
> ERROR: editline is not an acceptable readline type for sqlite3-3.7.17.
> 
> I am getting this on sqlite3 in osx.  I don't have a readline/editline
> prefrence set anywhere.
> 
> I don't think readline is definitely necessary for sqlite, so maybe
> there's an issue in mk/readline.buildlink3.mk?
> It looks like the FAIL was set explicitly if I didn't give a
> preference, but maybe I wasn't following it exactly right.
> 
> Thanks,
> Matt

This change should be reverted:

-----
< # $NetBSD: Makefile,v 1.66 2013/05/20 19:17:15 adam Exp $
---
> # $NetBSD: Makefile,v 1.67 2013/07/15 02:02:20 ryoon Exp $
46c46
< .include "../../devel/readline/buildlink3.mk"
---
> .include "../../mk/readline.buildlink3.mk"
-----

I had the same issue with mysql (on OS X and NetBSD).

Kind regards,
Adam


Home | Main Index | Thread Index | Old Index