-
Notifications
You must be signed in to change notification settings - Fork 1
/
BuildLog
340 lines (283 loc) · 17.6 KB
/
BuildLog
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
------------------------------------------------------------------------------------------------------------
2008-06-05 Build 12 - /* SUCCESSFUL BUILD */
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c node.c bootstrap.c procfs_dir.c -lnetfs -lfshelp -liohelp -lports
procfs.c: In function 'parse_procfs_opt':
procfs.c:96: warning: control reaches end of non-void function
procfs_dir.c: In function 'procfs_dir_create':
procfs_dir.c:40: error: 'INIT_HTABLE_LEN' undeclared (first use in this function)
procfs_dir.c:40: error: (Each undeclared identifier is reported only once
procfs_dir.c:40: error: for each function it appears in.)
procfs_dir.c: In function 'procfs_dir_remove':
procfs_dir.c:85: warning: 'return' with a value, in function returning void
make: *** [procfs] Error 1
------------------------------------------------------------------------------------------------------------
2008-06-05 Build 11
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c node.c bootstrap.c procfs_dir.c -lnetfs -lfshelp -liohelp -lports
procfs.c: In function 'parse_procfs_opt':
procfs.c:96: warning: control reaches end of non-void function
procfs_dir.c: In function 'procfs_dir_create':
procfs_dir.c:40: error: 'INIT_HTABLE_LEN' undeclared (first use in this function)
procfs_dir.c:40: error: (Each undeclared identifier is reported only once
procfs_dir.c:40: error: for each function it appears in.)
procfs_dir.c: In function 'procfs_dir_remove':
procfs_dir.c:85: warning: 'return' with a value, in function returning void
make: *** [procfs] Error 1
------------------------------------------------------------------------------------------------------------
2008-06-05 Build 10
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c node.c bootstrap.c procfs_dir.c -lnetfs -lfshelp -liohelp -lports
procfs.c: In function 'parse_procfs_opt':
procfs.c:96: warning: control reaches end of non-void function
procfs_dir.c: In function 'procfs_dir_create':
procfs_dir.c:39: error: 'INIT_HTABLE_LEN' undeclared (first use in this function)
procfs_dir.c:39: error: (Each undeclared identifier is reported only once
procfs_dir.c:39: error: for each function it appears in.)
procfs_dir.c: In function 'procfs_dir_remove':
procfs_dir.c:84: warning: 'return' with a value, in function returning void
make: *** [procfs] Error 1
------------------------------------------------------------------------------------------------------------
2008-06-05 Build 9
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c node.c bootstrap.c -lnetfs -lfshelp -liohelp -lports
procfs.c: In function 'parse_procfs_opt':
procfs.c:96: warning: control reaches end of non-void function
/tmp/ccPsqUIR.o: In function `procfs_create':
/root/gsoc/procfs/src/bootstrap.c:73: undefined reference to `procfs_dir_create'
collect2: ld returned 1 exit status
make: *** [procfs] Error 1
------------------------------------------------------------------------------------------------------------
2008-06-05 Build 8
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c node.c bootstrap.c -lnetfs -lfshelp -liohelp -lports
procfs.c: In function 'parse_procfs_opt':
procfs.c:96: warning: control reaches end of non-void function
In file included from bootstrap.c:26:
procfs.h:48: error: field 'stat' has incomplete type
bootstrap.c: In function 'procfs_create':
bootstrap.c:61: warning: implicit declaration of function 'offsetof'
bootstrap.c:61: error: expected expression before 'struct'
bootstrap.c:64: warning: implicit declaration of function 'netfs_make_node'
bootstrap.c:64: warning: assignment makes pointer from integer without a cast
make: *** [procfs] Error 1
------------------------------------------------------------------------------------------------------------
2008-06-05 Build 7
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c node.c bootstrap.c -lnetfs -lfshelp -liohelp -lports
procfs.c: In function 'parse_procfs_opt':
procfs.c:96: warning: control reaches end of non-void function
procfs.c: In function 'main':
procfs.c:128: error: 'procfs_root' undeclared (first use in this function)
procfs.c:128: error: (Each undeclared identifier is reported only once
procfs.c:128: error: for each function it appears in.)
In file included from bootstrap.c:26:
procfs.h:47: error: field 'stat' has incomplete type
procfs.h:152: error: expected specifier-qualifier-list before 'spin_lock_t'
bootstrap.c:31: error: conflicting types for 'procfs_init'
procfs.h:164: error: previous declaration of 'procfs_init' was here
bootstrap.c: In function 'procfs_create':
bootstrap.c:60: warning: implicit declaration of function 'offsetof'
bootstrap.c:60: error: expected expression before 'struct'
bootstrap.c:61: warning: implicit declaration of function 'spin_lock_init'
bootstrap.c:61: error: 'struct procfs' has no member named 'inode_mappings_lock'
bootstrap.c:63: warning: implicit declaration of function 'netfs_make_node'
bootstrap.c:63: warning: assignment makes pointer from integer without a cast
bootstrap.c:73: error: expected expression before '}' token
make: *** [procfs] Error 1
------------------------------------------------------------------------------------------------------------
2008-06-04 Build 6 - /* SUCCESSFUL BUILD */
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c node.c bootstrap.c -lnetfs -lfshelp -liohelp -lports
procfs.c: In function 'parse_procfs_opt':
procfs.c:93: warning: control reaches end of non-void function
procfs.c: In function 'main':
procfs.c:108: warning: implicit declaration of function 'procfs_init'
procfs.c:99: warning: unused variable 'err'
------------------------------------------------------------------------------------------------------------
2008-06-03 Build 5
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c node.c netfs.c -lnetfs -lfshelp -liohelp -lports
procfs.c: In function 'parse_procfs_opt':
procfs.c:93: warning: control reaches end of non-void function
procfs.c: In function 'main':
procfs.c:108: warning: implicit declaration of function 'procfs_init'
procfs.c:99: warning: unused variable 'err'
/tmp/ccyreI6k.o: In function `netfs_validate_stat':
/root/gsoc/procfs/src/netfs.c:38: multiple definition of `netfs_validate_stat'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:38: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_sync':
/root/gsoc/procfs/src/netfs.c:46: multiple definition of `netfs_attempt_sync'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:46: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_mkdir':
/root/gsoc/procfs/src/netfs.c:54: multiple definition of `netfs_attempt_mkdir'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:54: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_rmdir':
/root/gsoc/procfs/src/netfs.c:61: multiple definition of `netfs_attempt_rmdir'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:61: first defined here
/tmp/ccyreI6k.o: In function `netfs_set_translator':
/root/gsoc/procfs/src/netfs.c:69: multiple definition of `netfs_set_translator'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:69: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_create_file':
/root/gsoc/procfs/src/netfs.c:79: multiple definition of `netfs_attempt_create_file'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:79: first defined here
/tmp/ccyreI6k.o: In function `netfs_check_open_permissions':
/root/gsoc/procfs/src/netfs.c:91: multiple definition of `netfs_check_open_permissions'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:91: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_utimes':
/root/gsoc/procfs/src/netfs.c:107: multiple definition of `netfs_attempt_utimes'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:107: first defined here
/tmp/ccyreI6k.o: In function `netfs_report_access':
/root/gsoc/procfs/src/netfs.c:136: multiple definition of `netfs_report_access'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:136: first defined here
/tmp/ccyreI6k.o: In function `netfs_get_dirents':
/root/gsoc/procfs/src/netfs.c:175: multiple definition of `netfs_get_dirents'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:175: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_lookup':
/root/gsoc/procfs/src/netfs.c:188: multiple definition of `netfs_attempt_lookup'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:188: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_unlink':
/root/gsoc/procfs/src/netfs.c:201: multiple definition of `netfs_attempt_unlink'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:201: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_rename':
/root/gsoc/procfs/src/netfs.c:209: multiple definition of `netfs_attempt_rename'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:209: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_chown':
/root/gsoc/procfs/src/netfs.c:217: multiple definition of `netfs_attempt_chown'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:217: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_chauthor':
/root/gsoc/procfs/src/netfs.c:225: multiple definition of `netfs_attempt_chauthor'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:225: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_chmod':
/root/gsoc/procfs/src/netfs.c:236: multiple definition of `netfs_attempt_chmod'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:236: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_mksymlink':
/root/gsoc/procfs/src/netfs.c:243: multiple definition of `netfs_attempt_mksymlink'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:243: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_mkdev':
/root/gsoc/procfs/src/netfs.c:251: multiple definition of `netfs_attempt_mkdev'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:251: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_chflags':
/root/gsoc/procfs/src/netfs.c:260: multiple definition of `netfs_attempt_chflags'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:260: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_set_size':
/root/gsoc/procfs/src/netfs.c:268: multiple definition of `netfs_attempt_set_size'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:268: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_statfs':
/root/gsoc/procfs/src/netfs.c:277: multiple definition of `netfs_attempt_statfs'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:277: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_syncfs':
/root/gsoc/procfs/src/netfs.c:287: multiple definition of `netfs_attempt_syncfs'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:287: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_link':
/root/gsoc/procfs/src/netfs.c:296: multiple definition of `netfs_attempt_link'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:296: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_mkfile':
/root/gsoc/procfs/src/netfs.c:304: multiple definition of `netfs_attempt_mkfile'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:304: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_readlink':
/root/gsoc/procfs/src/netfs.c:312: multiple definition of `netfs_attempt_readlink'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:312: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_read':
/root/gsoc/procfs/src/netfs.c:324: multiple definition of `netfs_attempt_read'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:324: first defined here
/tmp/ccyreI6k.o: In function `netfs_attempt_write':
/root/gsoc/procfs/src/netfs.c:337: multiple definition of `netfs_attempt_write'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:337: first defined here
/tmp/ccyreI6k.o: In function `netfs_node_norefs':
/root/gsoc/procfs/src/netfs.c:346: multiple definition of `netfs_node_norefs'
/tmp/cc57pDTn.o:/root/gsoc/procfs/src/netfs.c:346: first defined here
/tmp/cchTU6Qa.o: In function `main':
/root/gsoc/procfs/src/procfs.c:108: undefined reference to `procfs_init'
collect2: ld returned 1 exit status
make: *** [procfs] Error 1
------------------------------------------------------------------------------------------------------------
2008-06-03 Build 4
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c -lnetfs -lfshelp -liohelp -lports
netfs.c: In function 'netfs_node_norefs':
netfs.c:350: warning: implicit declaration of function 'free_node'
procfs.c: In function 'parse_procfs_opt':
procfs.c:93: warning: control reaches end of non-void function
procfs.c: In function 'main':
procfs.c:108: warning: implicit declaration of function 'procfs_init'
procfs.c:99: warning: unused variable 'err'
/tmp/ccQw8WQO.o: In function `netfs_validate_stat':
/root/gsoc/procfs/src/netfs.c:39: undefined reference to `procfs_refresh_node'
/tmp/ccQw8WQO.o: In function `netfs_check_open_permissions':
/root/gsoc/procfs/src/netfs.c:92: undefined reference to `procfs_refresh_node'
/tmp/ccQw8WQO.o: In function `netfs_attempt_utimes':
/root/gsoc/procfs/src/netfs.c:108: undefined reference to `procfs_refresh_node'
/tmp/ccQw8WQO.o: In function `netfs_report_access':
/root/gsoc/procfs/src/netfs.c:137: undefined reference to `procfs_refresh_node'
/tmp/ccQw8WQO.o: In function `netfs_attempt_lookup':
/root/gsoc/procfs/src/netfs.c:189: undefined reference to `procfs_refresh_node'
/tmp/ccQw8WQO.o: In function `netfs_node_norefs':
/root/gsoc/procfs/src/netfs.c:350: undefined reference to `free_node'
/tmp/cc95fSPM.o: In function `main':
/root/gsoc/procfs/src/procfs.c:108: undefined reference to `procfs_init'
collect2: ld returned 1 exit status
make: *** [procfs] Error 1
------------------------------------------------------------------------------------------------------------
2008-06-03 Build 3
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c -lnetfs -lfshelp -liohelp -lports
netfs.c: In function 'netfs_attempt_utimes':
netfs.c:118: error: 'io_statbuf_t' has no member named 'st_atime_usec'
netfs.c:119: error: expected expression before 'else'
netfs.c:124: error: 'io_statbuf_t' has no member named 'st_mtime_usec'
netfs.c:125: error: expected expression before 'else'
netfs.c: In function 'netfs_node_norefs':
netfs.c:352: warning: implicit declaration of function 'free_node'
procfs.c: In function 'parse_procfs_opt':
procfs.c:93: warning: control reaches end of non-void function
procfs.c: In function 'main':
procfs.c:108: warning: implicit declaration of function 'procfs_init'
procfs.c:99: warning: unused variable 'err'
make: *** [procfs] Error 1
------------------------------------------------------------------------------------------------------------
2008-06-01 Build 2
gcc -Wall -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c -lnetfs -lfshelp -liohelp -lports
procfs.c: In function 'parse_procfs_opt':
procfs.c:92: warning: control reaches end of non-void function
procfs.c: In function 'main':
procfs.c:107: warning: implicit declaration of function 'procfs_init'
procfs.c:98: warning: unused variable 'err'
/tmp/ccXB6Vvy.o: In function `netfs_validate_stat':
/root/gsoc/procfs/src/netfs.c:39: undefined reference to `procfs_refresh_node'
/tmp/ccNjxQuw.o: In function `main':
/root/gsoc/procfs/src/procfs.c:107: undefined reference to `procfs_init'
/lib/libnetfs.so: undefined reference to `netfs_check_open_permissions'
/lib/libnetfs.so: undefined reference to `netfs_attempt_readlink'
/lib/libnetfs.so: undefined reference to `netfs_attempt_chown'
/lib/libnetfs.so: undefined reference to `netfs_attempt_utimes'
/lib/libnetfs.so: undefined reference to `netfs_attempt_unlink'
/lib/libnetfs.so: undefined reference to `netfs_attempt_write'
/lib/libnetfs.so: undefined reference to `netfs_attempt_syncfs'
/lib/libnetfs.so: undefined reference to `netfs_attempt_chauthor'
/lib/libnetfs.so: undefined reference to `netfs_attempt_chmod'
/lib/libnetfs.so: undefined reference to `netfs_attempt_rename'
/lib/libnetfs.so: undefined reference to `netfs_attempt_lookup'
/lib/libnetfs.so: undefined reference to `netfs_attempt_set_size'
/lib/libnetfs.so: undefined reference to `netfs_report_access'
/lib/libnetfs.so: undefined reference to `netfs_attempt_statfs'
/lib/libnetfs.so: undefined reference to `netfs_attempt_read'
/lib/libnetfs.so: undefined reference to `netfs_get_dirents'
/lib/libnetfs.so: undefined reference to `netfs_attempt_link'
/lib/libnetfs.so: undefined reference to `netfs_attempt_mkfile'
/lib/libnetfs.so: undefined reference to `netfs_attempt_mkdev'
/lib/libnetfs.so: undefined reference to `netfs_attempt_create_file'
/lib/libnetfs.so: undefined reference to `netfs_attempt_chflags'
/lib/libnetfs.so: undefined reference to `netfs_attempt_mksymlink'
/lib/libnetfs.so: undefined reference to `netfs_node_norefs'
collect2: ld returned 1 exit status
make: *** [procfs] Error 1
------------------------------------------------------------------------------------------------------------
2008-06-01 Build 1
gcc -Wall -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o procfs netfs.c procfs.c -lnetfs -lfshelp -liohelp -lports
In file included from netfs.c:30:
procfs.h:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
In file included from procfs.c:36:
procfs.h:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
procfs.c:46: error: expected '}' before '{' token
procfs.c:50: error: expected ',' or ';' before 'PACKAGE'
procfs.c: In function 'parse_procfs_opt':
procfs.c:90: error: 'ARGP_ERROR_UNKNOWN' undeclared (first use in this function)
procfs.c:90: error: (Each undeclared identifier is reported only once
procfs.c:90: error: for each function it appears in.)
procfs.c:90: error: incompatible types in return
procfs.c:92: warning: control reaches end of non-void function
procfs.c: In function 'main':
procfs.c:107: warning: implicit declaration of function 'procfs_init'
procfs.c:98: warning: unused variable 'err'
make: *** [procfs] Error 1