#45159: daq 2.0.2: error: tokdefs.h: No such file or directory ---------------------------+-------------------- Reporter: ryandesign@… | Owner: jann@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: daq | ---------------------------+-------------------- Comment (by ryandesign@…): The issue is easy to reproduce if the following patch is applied and `autoreconf` is run: {{{ --- sfbpf/Makefile.am.orig 2011-08-01 08:25:41.000000000 -0500 +++ sfbpf/Makefile.am 2014-09-25 19:44:05.000000000 -0500 @@ -48,6 +48,7 @@ ${srcdir}/runlex.sh $(V_LEX) -osf_scanner.c ${srcdir}/scanner.l ${builddir}/tokdefs.h ${builddir}/sf_grammar.c: ${srcdir}/grammar.y + sleep 5 @rm -f ${builddir}/sf_grammar.c ${builddir}/tokdefs.h $(V_YACC) -d ${srcdir}/grammar.y mv y.tab.c sf_grammar.c }}} -- Ticket URL: <https://trac.macports.org/ticket/45159#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X