In trying to build net/wireshark I get the following error during make:
It appears grammar.c is not being made by the lemon tool.
Anyone got a suggestion here??
It appears grammar.c is not being made by the lemon tool.
Anyone got a suggestion here??
Code:
Making all in dfilter
gmake[5]: Entering directory '/usr/ports/net/wireshark/work/wireshark-2.0.3/epan/dfilter'
LEMON grammar.c
Illegal instruction (core dumped)
Makefile:1101: recipe for target 'grammar.c' failed
gmake[5]: *** [grammar.c] Error 1
==>> make -d A, debug info
Examining Makefile...modified 20:18:43 Jun 09, 2016...up-to-date.
../../tools/lemon/lemon:< = ../../tools/lemon/lemon.c
Examining ../../tools/lemon/lemon.c...modified 10:13:01 Apr 22, 2016...up-to-date.
Examining ../../tools/lemon/lemon...modified 20:19:24 Jun 09, 2016...up-to-date.
Examining ./../../tools/lemon/lempar.c...modified 10:13:01 Apr 22, 2016...up-to-date.
Examining ./grammar.lemon...modified 10:12:55 Apr 22, 2016...up-to-date.
Examining grammar.c...suffix is ".c"...Searching for grammar.c ...
failed.
Found 'grammar.c' as '(not found)'
non-existent...modified before source ../../tools/lemon/lemon...out-of-date.
grammar.c:> = ../../tools/lemon/lemon
grammar.c:? = ../../tools/lemon/lemon
grammar.c:> = ../../tools/lemon/lemon ./../../tools/lemon/lempar.c
grammar.c:? = ../../tools/lemon/lemon ./../../tools/lemon/lempar.c
grammar.c:> = ../../tools/lemon/lemon ./../../tools/lemon/lempar.c ./grammar.lemon
grammar.c:? = ../../tools/lemon/lemon ./../../tools/lemon/lempar.c ./grammar.lemon
echo " LEMON " grammar.c;../../tools/lemon/lemon T=./../../tools/lemon/lempar.c ./grammar.lemon || (rm -f grammar.c grammar.h ; false)
Execute: 'echo " LEMON " grammar.c;../../tools/lemon/lemon T=./../../tools/lemon/lempar.c ./grammar.lemon || (rm -f grammar.c grammar.h ; false)'
+ echo ' LEMON ' grammar.c
LEMON grammar.c
+ ../../tools/lemon/lemon T=./../../tools/lemon/lempar.c ./grammar.lemon
Illegal instruction (core dumped)
+ rm -f grammar.c grammar.h
+ false
*** Failed target: grammar.c
*** Failed command: echo " LEMON " grammar.c;../../tools/lemon/lemon T=./../../tools/lemon/lempar.c ./grammar.lemon || (rm -f grammar.c grammar.h ; false)
*** Error code 1
Stop.
make: stopped in /usr/ports/net/wireshark/work/wireshark-2.0.3/epan/dfilter