Re: devel/coccinelle failing

2016-02-14 Thread Stuart Henderson
On 2016/02/13 19:49, Michael McConville wrote: > IIUC, we use a bundled version of Menhir in Coccinelle. It exists as the > tarball bundles/menhirLib/menhir-20120123.tar.gz in the Coccinelle > codebase. > > Here's the relevant Makefile line: > > > CONFIGURE_ARGS += --disable-menhirLib #

Re: devel/coccinelle failing

2016-02-14 Thread Christian Weisgerber
On 2016-02-14, Michael McConville wrote: > However, the build fails for me because it can't find the module > MenhirLib.IncrementalEngine. > > Has anyone else run into this? There is no such problem in the amd64 package builds. -- Christian "naddy" Weisgerber

devel/coccinelle failing

2016-02-13 Thread Michael McConville
IIUC, we use a bundled version of Menhir in Coccinelle. It exists as the tarball bundles/menhirLib/menhir-20120123.tar.gz in the Coccinelle codebase. Here's the relevant Makefile line: > CONFIGURE_ARGS += --disable-menhirLib # version in ports is too new However, the build fails for me