Ubuntu Pastebin

Paste from linocisco at Thu, 28 Dec 2017 12:46:20 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Build AFPacket DAQ module.. : yes
Build Dump DAQ module...... : yes
Build IPFW DAQ module...... : yes
Build IPQ DAQ module....... : no
Build NFQ DAQ module....... : no
Build PCAP DAQ module...... : yes
Build netmap DAQ module.... : no

make  all-recursive
make[1]: Entering directory '/home/tommy/Downloads/daq-2.0.6'
Making all in api
make[2]: Entering directory '/home/tommy/Downloads/daq-2.0.6/api'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/tommy/Downloads/daq-2.0.6/api'
Making all in sfbpf
make[2]: Entering directory '/home/tommy/Downloads/daq-2.0.6/sfbpf'
bison -y -p sfbpf_ -d ./grammar.y
Makefile:787: recipe for target 'sf_grammar.c' failed
make[2]: *** [sf_grammar.c] Broken pipe
make[2]: Leaving directory '/home/tommy/Downloads/daq-2.0.6/sfbpf'
Makefile:406: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/tommy/Downloads/daq-2.0.6'
Makefile:338: recipe for target 'all' failed
make: *** [all] Error 2
Download as text