jls-grok 0.1.2821 → 0.1.2823
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/Grok.so +0 -0
- data/ext/mkmf.log +54 -0
- data/ext/ruby_grok.o +0 -0
- data/ext/ruby_grokdiscover.o +0 -0
- data/ext/ruby_grokmatch.o +0 -0
- metadata +6 -1
data/ext/Grok.so
ADDED
|
Binary file
|
data/ext/mkmf.log
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
find_header: checking for tcutil.h in /usr/local/include... -------------------- yes
|
|
2
|
+
|
|
3
|
+
"gcc -E -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -o conftest.i"
|
|
4
|
+
checked program was:
|
|
5
|
+
/* begin */
|
|
6
|
+
1: #include <tcutil.h>
|
|
7
|
+
/* end */
|
|
8
|
+
|
|
9
|
+
--------------------
|
|
10
|
+
|
|
11
|
+
find_header: checking for pcre.h in /usr/local/include... -------------------- yes
|
|
12
|
+
|
|
13
|
+
"gcc -E -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -o conftest.i"
|
|
14
|
+
checked program was:
|
|
15
|
+
/* begin */
|
|
16
|
+
1: #include <pcre.h>
|
|
17
|
+
/* end */
|
|
18
|
+
|
|
19
|
+
--------------------
|
|
20
|
+
|
|
21
|
+
find_header: checking for grok.h in /usr/local/include,../../... -------------------- yes
|
|
22
|
+
|
|
23
|
+
"gcc -E -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -o conftest.i"
|
|
24
|
+
checked program was:
|
|
25
|
+
/* begin */
|
|
26
|
+
1: #include <grok.h>
|
|
27
|
+
/* end */
|
|
28
|
+
|
|
29
|
+
--------------------
|
|
30
|
+
|
|
31
|
+
find_library: checking for grok_init() in -lgrok... -------------------- yes
|
|
32
|
+
|
|
33
|
+
"gcc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L. -L/usr/lib -L. -Wl,-Bsymbolic-functions -rdynamic -Wl,-export-dynamic -lruby1.8-static -lgrok -lpthread -lrt -ldl -lcrypt -lm -lc"
|
|
34
|
+
conftest.c: In function 't':
|
|
35
|
+
conftest.c:3: error: 'grok_init' undeclared (first use in this function)
|
|
36
|
+
conftest.c:3: error: (Each undeclared identifier is reported only once
|
|
37
|
+
conftest.c:3: error: for each function it appears in.)
|
|
38
|
+
checked program was:
|
|
39
|
+
/* begin */
|
|
40
|
+
1: /*top*/
|
|
41
|
+
2: int main() { return 0; }
|
|
42
|
+
3: int t() { void ((*volatile p)()); p = (void ((*)()))grok_init; return 0; }
|
|
43
|
+
/* end */
|
|
44
|
+
|
|
45
|
+
"gcc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L. -L/usr/lib -L. -Wl,-Bsymbolic-functions -rdynamic -Wl,-export-dynamic -lruby1.8-static -lgrok -lpthread -lrt -ldl -lcrypt -lm -lc"
|
|
46
|
+
checked program was:
|
|
47
|
+
/* begin */
|
|
48
|
+
1: /*top*/
|
|
49
|
+
2: int main() { return 0; }
|
|
50
|
+
3: int t() { grok_init(); return 0; }
|
|
51
|
+
/* end */
|
|
52
|
+
|
|
53
|
+
--------------------
|
|
54
|
+
|
data/ext/ruby_grok.o
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jls-grok
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2823
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jordan Sissel
|
|
@@ -25,12 +25,17 @@ files:
|
|
|
25
25
|
- sample.rb
|
|
26
26
|
- INSTALL
|
|
27
27
|
- ext/ruby_grok.c
|
|
28
|
+
- ext/mkmf.log
|
|
28
29
|
- ext/Makefile
|
|
29
30
|
- ext/rgrok.h
|
|
30
31
|
- ext/ruby_grokmatch.c
|
|
31
32
|
- ext/ruby_grokmatch.h
|
|
32
33
|
- ext/extconf.rb
|
|
34
|
+
- ext/ruby_grok.o
|
|
33
35
|
- ext/ruby_grokdiscover.c
|
|
36
|
+
- ext/ruby_grokdiscover.o
|
|
37
|
+
- ext/Grok.so
|
|
38
|
+
- ext/ruby_grokmatch.o
|
|
34
39
|
- test/general/basic_test.rb
|
|
35
40
|
- test/general/captures_test.rb
|
|
36
41
|
- test/Makefile
|