BuntiRehs
Anmeldungsdatum: 1. April 2014
Beiträge: 194
|
Hallo Forum! Neulich ist es mir dank der Hilfe von seahawk gelungen, Cheese zu bauen. Siehe http://forum.ubuntuusers.de/topic/probleme-beim-bauen-von-cheese/.
Nun möchte ich Jitsi bauen.
Ich habe die gleichen Befehle eingegeben, wie bei Cheese; aber es hat leider nicht geklappt: ☹
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 | jitsi2@rehs-Lenovo-B50-45:~$ cd jitsi-2.4.4997/
jitsi2@rehs-Lenovo-B50-45:~/jitsi-2.4.4997$ dpkg-buildpackage -b -us -tc -uc
dpkg-buildpackage: Quellpaket jitsi
dpkg-buildpackage: Quellversion 2.4.4997-1ubuntu1
dpkg-buildpackage: Quelldistribution trusty
dpkg-buildpackage: Quellen geändert durch Andreas Moog <andreas.moog@warperbbs.de>
dpkg-buildpackage: Host-Architektur amd64
dpkg-source --before-build jitsi-2.4.4997
dpkg-checkbuilddeps: Nicht erfüllte Bauabhängigkeiten: javahelper default-jdk ant-contrib-cpptasks ant-contrib maven libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libvpx-dev libhttpmime-java libhttpclient-java libdbus-java libxv-dev libmp3lame-dev yasm libx264-dev libopus-dev libspeexdsp-dev libspeex-dev libunbound-dev libxss-dev libgtk2.0-dev libguava-java glassfish-activation glassfish-mail libbcpkix-java
dpkg-buildpackage: Warnung: Bauabhängigkeiten/-konflikte nicht erfüllt; Abbruch
dpkg-buildpackage: Warnung: (Verwenden Sie -d, um sich darüber hinwegzusetzen.)
jitsi2@rehs-Lenovo-B50-45:~/jitsi-2.4.4997$ dpkg-buildpackage -b -us -tc -uc -d
dpkg-buildpackage: Quellpaket jitsi
dpkg-buildpackage: Quellversion 2.4.4997-1ubuntu1
dpkg-buildpackage: Quelldistribution trusty
dpkg-buildpackage: Quellen geändert durch Andreas Moog <andreas.moog@warperbbs.de>
dpkg-buildpackage: Host-Architektur amd64
dpkg-source --before-build jitsi-2.4.4997
fakeroot debian/rules clean
dh clean --with javahelper
dh: unable to load addon javahelper: Can't locate Debian/Debhelper/Sequence/javahelper.pm in @INC (you may need to install the Debian::Debhelper::Sequence::javahelper module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at (eval 13) line 2.
BEGIN failed--compilation aborted at (eval 13) line 2.
make: *** [clean] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von fakeroot debian/rules clean war 2
jitsi2@rehs-Lenovo-B50-45:~/jitsi-2.4.4997$
|
Hat jemand eine Idee? Gruß & Dank,
BuntiRehs
Moderiert von redknight: Ins korrekte Forum verschoben.
|
BuntiRehs
(Themenstarter)
Anmeldungsdatum: 1. April 2014
Beiträge: 194
|
Danke, für Deine Antwort, djcj! Er läuft jetzt auf den nächsten Fehler: Es wird wohl kein Java-Compiler gefunden, obwohl (oder weil?) ich einen frisch von Oracle installiert habe.
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 | jitsi2@rehs-Lenovo-B50-45:~$ cd jitsi-2.4.4997/
jitsi2@rehs-Lenovo-B50-45:~/jitsi-2.4.4997$ dpkg-buildpackage -b -us -tc -uc -d
dpkg-buildpackage: Quellpaket jitsi
dpkg-buildpackage: Quellversion 2.4.4997-1ubuntu1
dpkg-buildpackage: Quelldistribution trusty
dpkg-buildpackage: Quellen geändert durch Andreas Moog <andreas.moog@warperbbs.de>
dpkg-buildpackage: Host-Architektur amd64
dpkg-source --before-build jitsi-2.4.4997
fakeroot debian/rules clean
dh clean --with javahelper
dh_testdir
debian/rules override_dh_auto_clean
make[1]: Betrete Verzeichnis '/home/jitsi2/jitsi-2.4.4997'
dh_auto_clean -- clean-debuild
ant clean clean-debuild
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
Buildfile: /home/jitsi2/jitsi-2.4.4997/build.xml
[taskdef] Could not load definitions from resource cpptasks.tasks. It could not be found.
clean-bundle-repositories:
clean-test-reports:
clean-macosx:
clean:
load-properties:
clean-debuild:
clean:
clean:
clean:
[delete] Deleting directory /home/jitsi2/jitsi-2.4.4997/lib/src/sdes4j/build
cleanlogs:
clean:
clean:
init:
clean-build:
clean-dist:
clean:
[taskdef] Could not load definitions from resource cpptasks.tasks. It could not be found.
clean:
clean:
[exec] Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
[exec] Buildfile: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/build.xml
[exec]
[exec] clean:
[exec]
[exec] clean:
[exec]
[exec] clean:
[exec]
[exec] -init:
[exec]
[exec] clean:
[exec]
[exec] BUILD FAILED
[exec] /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/build.xml:59: The following error occurred while executing this line:
[exec] /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/client/build.xml:47: Directory does not exist: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/dist
[exec]
[exec] Total time: 1 second
[exec] Result: 1
[exec] Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
[exec] Buildfile: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/build/build.xml
[exec] [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
[exec]
[exec] BUILD FAILED
[exec] /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/build/build.xml:33: Problem: failed to create task or type if
[exec] Cause: The name is undefined.
[exec] Action: Check the spelling.
[exec] Action: Check that any custom tasks/types have been declared.
[exec] Action: Check that any <presetdef>/<macrodef> declarations have taken place.
[exec]
[exec]
[exec] Total time: 1 second
[exec] Result: 1
init:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/misc/dist/linux
[echo] ++++++++++++++++++++++++++++++++++++++++++++++++++++
[echo] + JDIC API build version 0.1 release release
[echo] + The distribution directory is: ./dist/linux/
[echo] ++++++++++++++++++++++++++++++++++++++++++++++++++++
clean:
clean:
clean.appsforyourdomain:
template.clean.service:
clean.analytics:
template.clean.service:
clean.blogger:
template.clean.service:
clean.books:
template.clean.service:
clean.calendar:
template.clean.service:
clean.codesearch:
template.clean.service:
clean.contacts:
template.clean.service:
clean.docs:
template.clean.service:
clean.finance:
template.clean.service:
clean.gbase:
clean.gtt:
template.clean.service:
clean.health:
template.clean.service:
clean.maps:
template.clean.service:
clean.photos:
template.clean.service:
clean.projecthosting:
template.clean.service:
clean.sidewiki:
template.clean.service:
clean.sites:
template.clean.service:
clean.spreadsheet:
template.clean.service:
clean.youtube:
template.clean.service:
clean.webmastertools:
template.clean.service:
clean:
BUILD SUCCESSFUL
Total time: 10 seconds
make[1]: Verlasse Verzeichnis '/home/jitsi2/jitsi-2.4.4997'
jh_clean
rm -fr debian/.eclipse-build
rm -f debian/orbitdeps.debhelper
dh_clean
rm -f debian/jitsi.substvars
rm -f debian/jitsi.*.debhelper
rm -rf debian/jitsi/
rm -f debian/libjitsi-jni.substvars
rm -f debian/libjitsi-jni.*.debhelper
rm -rf debian/libjitsi-jni/
rm -f debian/*.debhelper.log
rm -f debian/files
find . \( \( -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
rm -f *-stamp
debian/rules build
dh build --with javahelper
dh_testdir
dh_auto_configure
jh_linkjars
debian/rules override_dh_auto_build
make[1]: Betrete Verzeichnis '/home/jitsi2/jitsi-2.4.4997'
dh_auto_build -- init deb-src-rebuild
ant init deb-src-rebuild
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
Buildfile: /home/jitsi2/jitsi-2.4.4997/build.xml
[taskdef] Could not load definitions from resource cpptasks.tasks. It could not be found.
init:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/classes
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/doc/api
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/sc-bundles
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/sc-bundles/os-specific
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/sc-bundles/os-specific/macosx
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/sc-bundles/os-specific/linux
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/sc-bundles/os-specific/windows
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/sc-bundles/os-specific/freebsd
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/sc-bundles/os-specific/solaris
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/sc-bundles/os-specific/android
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/test-reports
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/test-reports/html
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/release
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/log
init:
load-properties:
deb-src-build-libjitsi:
compile:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/weupnp/classes
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/weupnp/build.xml:25: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 7 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/weupnp/classes
jar:
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/weupnp/weupnp.jar
compile:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/sdes4j/build/classes
BUILD FAILED
/home/jitsi2/jitsi-2.4.4997/resources/install/build.xml:2653: The following error occurred while executing this line:
/home/jitsi2/jitsi-2.4.4997/lib/src/sdes4j/build.xml:56: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-7-openjdk-amd64/jre"
Total time: 4 seconds
dh_auto_build: ant init deb-src-rebuild returned exit code 1
make[1]: *** [override_dh_auto_build] Fehler 2
make[1]: Verlasse Verzeichnis '/home/jitsi2/jitsi-2.4.4997'
make: *** [build] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
jitsi2@rehs-Lenovo-B50-45:~/jitsi-2.4.4997$ javac
Usage: javac <options> <source files>
where possible options include:
-g Generate all debugging info
-g:none Generate no debugging info
-g:{lines,vars,source} Generate only some debugging info
-nowarn Generate no warnings
-verbose Output messages about what the compiler is doing
-deprecation Output source locations where deprecated APIs are used
-classpath <path> Specify where to find user class files and annotation processors
-cp <path> Specify where to find user class files and annotation processors
-sourcepath <path> Specify where to find input source files
-bootclasspath <path> Override location of bootstrap class files
-extdirs <dirs> Override location of installed extensions
-endorseddirs <dirs> Override location of endorsed standards path
-proc:{none,only} Control whether annotation processing and/or compilation is done.
-processor <class1>[,<class2>,<class3>...]Names of the annotation processors to run; bypasses default discovery process
-processorpath <path> Specify where to find annotation processors
-d <directory> Specify where to place generated class files
-s <directory> Specify where to place generated source files
-implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files
-encoding <encoding> Specify character encoding used by source files
-source <release> Provide source compatibility with specified release
-target <release> Generate class files for specific VM version
-version Version information
-help Print a synopsis of standard options
-Akey[=value] Options to pass to annotation processors
-X Print a synopsis of nonstandard options
-J<flag> Pass <flag> directly to the runtime system
-Werror Terminate compilation if warnings occur
jitsi2@rehs-Lenovo-B50-45:~/jitsi-2.4.4997$
|
Hat jemand eine Idee? Gruß & Dank, BuntiRehs
|
BuntiRehs
(Themenstarter)
Anmeldungsdatum: 1. April 2014
Beiträge: 194
|
BuntiRehs schrieb: Er läuft jetzt auf den nächsten Fehler: Es wird wohl kein Java-Compiler gefunden, obwohl (oder weil?) ich einen frisch von Oracle installiert habe.
Die Lösung habe ich zufällig im Internet gefunden:
| sudo apt-get install openjdk-7-jdk
|
Jetzt läuft's auf das nächste Problem ...
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465 | [javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AcceptHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/MaxForwardsHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/MaxForwardsHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/SubscriptionStateHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/SubscriptionStateHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AllowEventsHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AllowEventsHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/Header.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/Header.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/OptionTag.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/OptionTag.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AuthorizationHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AuthorizationHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AcceptEncodingHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AcceptEncodingHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ProxyAuthorizationHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ProxyAuthorizationHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ContentLengthHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ContentLengthHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/UserAgentHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/UserAgentHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RAckHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RAckHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/PriorityHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/PriorityHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/CallInfoHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/CallInfoHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RouteHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RouteHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ProxyAuthenticateHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ProxyAuthenticateHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AuthenticationInfoHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AuthenticationInfoHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ContactHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ContactHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/HeaderFactory.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/HeaderFactory.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/SIPETagHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/SIPETagHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/WWWAuthenticateHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/WWWAuthenticateHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/SupportedHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/SupportedHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/SIPIfMatchHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/SIPIfMatchHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/TimeStampHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/TimeStampHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ReasonHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ReasonHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AllowHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AllowHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RequireHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RequireHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/WarningHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/WarningHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ReferToHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ReferToHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/HeaderAddress.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/HeaderAddress.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ServerHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ServerHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AlertInfoHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AlertInfoHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ErrorInfoHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ErrorInfoHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RetryAfterHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RetryAfterHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RecordRouteHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RecordRouteHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/MediaType.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/MediaType.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ViaHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ViaHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ExpiresHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ExpiresHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ToHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ToHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/TooManyHopsException.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/TooManyHopsException.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/EventHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/EventHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/Parameters.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/Parameters.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RSeqHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/RSeqHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] Loading source files for package javax.sip.message...
[javadoc] 202 errors
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/CallIdHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/CallIdHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AcceptLanguageHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/AcceptLanguageHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/MinExpiresHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/MinExpiresHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ContentEncodingHeader.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/header/ContentEncodingHeader.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/message/Message.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/message/Message.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/message/Request.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/message/Request.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/message/MessageFactory.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/message/MessageFactory.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/message/Response.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2003 Sun Microsystems, Inc. All rights reserved.
[javadoc] ^
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/src/javax/sip/message/Response.java:5: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 BEA Systems, Inc. All rights reserved.
[javadoc] ^
javadoctar:
[tar] Nothing to do: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/jain-sip-javadoc-1.2.159.tar.gz is up to date.
alltar:
[tar] Nothing to do: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/jain-sip-1.2.159.tar.gz is up to date.
srctar:
[tar] Nothing to do: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/jain-sip-src-1.2.159.tar.gz is up to date.
dist:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sdp
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-javadoc
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-sdp
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-api
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-ri
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-tck
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-src
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-all
[copy] Copying 1 file to /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-api
[copy] Copying 1 file to /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-ri
[copy] Copying 1 file to /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-sdp
[copy] Copying 1 file to /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sdp
[copy] Copying 1 file to /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist/jain-sip-tck
[copy] Copying 1 file to /home/jitsi2/jitsi-2.4.4997/lib/src/jsip/dist
init:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/ice4j/classes
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/ice4j/junit-reports
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/ice4j/junit-reports/html
compile:
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/ice4j/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 162 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/ice4j/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
jar:
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/ice4j/ice4j.jar
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/bccontrib/target/classes
[javac] /home/jitsi2/jitsi-2.4.4997/resources/install/build.xml:2703: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 7 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/bccontrib/target/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/bccontrib/target/bccontrib-1.0-SNAPSHOT.jar
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/fmj/build/classes
[javac] /home/jitsi2/jitsi-2.4.4997/resources/install/build.xml:2743: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 630 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/fmj/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/fmj/src/org/rubycoder/gsm/PlayGSM.java:58: warning: AudioPlayer is internal proprietary API and may be removed in a future release
[javac] AudioPlayer.player.start(auStream);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 warnings
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/fmj/fmj.jar
init:
prepare:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/zrtp4j/classes
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/zrtp4j/dist
compile:
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/zrtp4j/build.xml:110: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 118 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/zrtp4j/classes
[javac]
[javac] WARNING
[javac]
[javac] The -source switch defaults to 1.7 in JDK 1.7.
[javac] If you specify -target 1.5 you now must also specify -source 1.5.
[javac] Ant will implicitly add -source 1.5 for you. Please change your build file.
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
jar:
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/zrtp4j/dist/zrtp4j-full-3.2.0.jar
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/zrtp4j/dist/zrtp4j-3.2.0.jar
[copy] Copying 1 file to /home/jitsi2/jitsi-2.4.4997/lib/src/zrtp4j/dist
[taskdef] Could not load definitions from resource cpptasks.tasks. It could not be found.
compile:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/classes
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 556 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:18: error: package org.bouncycastle.cert does not exist
[javac] import org.bouncycastle.cert.*;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:24: error: package org.bouncycastle.operator does not exist
[javac] import org.bouncycastle.operator.*;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:25: error: package org.bouncycastle.operator.bc does not exist
[javac] import org.bouncycastle.operator.bc.*;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:209: error: cannot find symbol
[javac] = new DefaultDigestAlgorithmIdentifierFinder().find(
[javac] ^
[javac] symbol: class DefaultDigestAlgorithmIdentifierFinder
[javac] location: class DtlsControlImpl
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:211: error: package BcDefaultDigestProvider does not exist
[javac] Digest digest = BcDefaultDigestProvider.INSTANCE.get(digAlgId);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:324: error: cannot find symbol
[javac] X509v3CertificateBuilder builder
[javac] ^
[javac] symbol: class X509v3CertificateBuilder
[javac] location: class DtlsControlImpl
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:325: error: cannot find symbol
[javac] = new X509v3CertificateBuilder(
[javac] ^
[javac] symbol: class X509v3CertificateBuilder
[javac] location: class DtlsControlImpl
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:336: error: cannot find symbol
[javac] = new DefaultSignatureAlgorithmIdentifierFinder()
[javac] ^
[javac] symbol: class DefaultSignatureAlgorithmIdentifierFinder
[javac] location: class DtlsControlImpl
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:339: error: cannot find symbol
[javac] = new DefaultDigestAlgorithmIdentifierFinder().find(sigAlgId);
[javac] ^
[javac] symbol: class DefaultDigestAlgorithmIdentifierFinder
[javac] location: class DtlsControlImpl
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:340: error: cannot find symbol
[javac] ContentSigner signer
[javac] ^
[javac] symbol: class ContentSigner
[javac] location: class DtlsControlImpl
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:341: error: cannot find symbol
[javac] = new BcRSAContentSignerBuilder(sigAlgId, digAlgId)
[javac] ^
[javac] symbol: class BcRSAContentSignerBuilder
[javac] location: class DtlsControlImpl
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:399: error: cannot find symbol
[javac] = new DefaultDigestAlgorithmIdentifierFinder().find(sigAlgId);
[javac] ^
[javac] symbol: class DefaultDigestAlgorithmIdentifierFinder
[javac] location: class DtlsControlImpl
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:402: error: package BcDefaultDigestProvider does not exist
[javac] BcDefaultDigestProvider.INSTANCE
[javac] ^
[javac] 13 errors
[javac] 1 warning
BUILD FAILED
/home/jitsi2/jitsi-2.4.4997/resources/install/build.xml:2825: The following error occurred while executing this line:
/home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/build.xml:47: Compile failed; see the compiler error output for details.
Total time: 1 minute 5 seconds
dh_auto_build: ant init deb-src-rebuild returned exit code 1
make[1]: *** [override_dh_auto_build] Fehler 2
make[1]: Verlasse Verzeichnis '/home/jitsi2/jitsi-2.4.4997'
make: *** [build] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
jitsi2@rehs-Lenovo-B50-45:~/jitsi-2.4.4997$
|
Bitte um Hilfe ☺
|
Sh4kal
Anmeldungsdatum: 18. August 2011
Beiträge: 343
|
Naja, hast du selbst keine Idee was den Fehler verursacht? Das Log ist was die Fehler angeht eigentlich relativ klar. Zum einen gibt es in zahlreichen Dateien ein nicht in UTF-8 kodiertes Zeichen (die Meldungen gehen von Zeile 1 bis 307). Da hat offenbar wer ein Copyright Zeichen (o.Ä.) reingesetzt das falsch kodiert ist. Das Problem musst du lösen. Dann kommen später die Meldungen
| [javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:18: error: package org.bouncycastle.cert does not exist
[javac] import org.bouncycastle.cert.*;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:24: error: package org.bouncycastle.operator does not exist
[javac] import org.bouncycastle.operator.*;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:25: error: package org.bouncycastle.operator.bc does not exist
[javac] import org.bouncycastle.operator.bc.*;
|
Da fehlt offenbar eine entsprechende Java lib. Nach dem Namen würde ich vermuten dass es sich um das Paket "libbcprov-java" handelt, das dir fehlt. Die Meldungen danach ergeben sich vermutlich weil der Quelltext auf Funktionen aus der fehlenden Java lib zugreifen will.
|
BuntiRehs
(Themenstarter)
Anmeldungsdatum: 1. April 2014
Beiträge: 194
|
Danke für Deine schnelle Hilfe, Sh4kal!
Zum einen gibt es in zahlreichenDateien ein nicht in UTF-8 kodiertes Zeichen (die Meldungen gehen von Zeile 1 bis 307). Da hat offenbar wer ein Copyright Zeichen (o.Ä.) reingesetzt das falsch kodiert ist. Das Problem musst du lösen.
Da handelt es sich sicherlich "nur" um Warnungen. Ich habe die Sourcen mit
geholt. Sie sollten also baubar sein.
Dann kommen später die Meldungen
| [javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:18: error: package org.bouncycastle.cert does not exist
[javac] import org.bouncycastle.cert.*;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:24: error: package org.bouncycastle.operator does not exist
[javac] import org.bouncycastle.operator.*;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DtlsControlImpl.java:25: error: package org.bouncycastle.operator.bc does not exist
[javac] import org.bouncycastle.operator.bc.*;
|
Ja, auch ich habe gesehen, dass es ein Problem mit bouncycastle gibt. Aber ich habe nicht gewusst, wo ich schauen muss, um es zu lösen! Ich mache so etwas zu ersten Mal.
Da fehlt offenbar eine entsprechende Java lib. Nach dem Namen würde ich vermuten dass es sich um das Paket "libbcprov-java" handelt, das dir fehlt. Die Meldungen danach ergeben sich vermutlich weil der Quelltext auf Funktionen aus der fehlenden Java lib zugreifen will.
Ich habe alle Pakete aus Deinem Link installiert und nun läuft der Build weiter. 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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426 | [javac] 1 warning
jar:
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/zrtp4j/dist/zrtp4j-full-3.2.0.jar
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/zrtp4j/dist/zrtp4j-3.2.0.jar
[copy] Copying 1 file to /home/jitsi2/jitsi-2.4.4997/lib/src/zrtp4j/dist
[taskdef] Could not load definitions from resource cpptasks.tasks. It could not be found.
compile:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/classes
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 556 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] 1 warning
jar:
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/libjitsi/libjitsi.jar
-pre-version:
version:
[javac] Compiling 3 source files to /home/jitsi2/jitsi-2.4.4997/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] 1 warning
[echo] Jitsi version 2.4.4997
deb-src-rebuild:
clean:
init:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/build
compile:
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/build.xml:36: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 3 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/build
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/src/java/org/jdesktop/swingworker/SwingPropertyChangeSupport.java:4: warning: unmappable character for encoding UTF8
[javac] * Copyright � 2005 Sun Microsystems, Inc. All rights
[javac] ^
[javac] 2 warnings
init-dist:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/dist
javadoc:
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Creating destination directory: "/home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/dist/javadoc/"
[javadoc] Loading source files for package org.jdesktop.swingworker...
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/src/java/org/jdesktop/swingworker/SwingPropertyChangeSupport.java:4: error: unmappable character for encoding UTF8
[javadoc] * Copyright � 2005 Sun Microsystems, Inc. All rights
[javadoc] ^
[javadoc] 1 error
bundles:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/dist/bundles
[zip] Building zip: /home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/dist/bundles/swing-worker-src.zip
[zip] Warning: skipping zip archive /home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/dist/bundles/swing-worker-doc.zip because no files were included.
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/swingworker/dist/bundles/swing-worker.jar
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jsocks/classes
[javac] /home/jitsi2/jitsi-2.4.4997/resources/install/build.xml:2857: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 2 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/jsocks/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/jsocks/SocksEcho.java:603: warning: [deprecation] show() in Window has been deprecated
[javac] socksecho.show();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/jsocks/socks/SocksDialog.java:121: warning: [deprecation] show() in Dialog has been deprecated
[javac] show();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/jsocks/socks/SocksDialog.java:137: warning: [deprecation] show() in Dialog has been deprecated
[javac] show();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/jsocks/socks/SocksDialog.java:400: warning: [deprecation] show() in Dialog has been deprecated
[javac] warning_dialog.show();
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 5 warnings
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/jsocks/jsocks.jar
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/lib/annotations/classes
[javac] /home/jitsi2/jitsi-2.4.4997/resources/install/build.xml:2874: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 2 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/lib/annotations/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/lib/annotations.jar
jars:
compile:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/common/classes
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/common/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 15 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/common/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] Note: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/common/src/net/kano/joscar/CopyOnWriteArrayList.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning
jar:
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/dist/joscar-common.jar
compile:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/protocol/classes
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/protocol/build.xml:45: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 386 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/protocol/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] Note: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/protocol/src/net/kano/joscar/snaccmd/icq/MetaFullInfoSetCmd.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning
jar:
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/dist/joscar-protocol.jar
-init:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/client/classes
compile:
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/client/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 424 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/client/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/client/src/net/kano/joustsim/oscar/proxy/HttpProxiedSocketFactory.java:4: warning: BASE64Encoder is internal proprietary API and may be removed in a future release
[javac] import sun.misc.BASE64Encoder;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/client/src/net/kano/joustsim/oscar/proxy/HttpProxiedSocketFactory.java:5: warning: HttpURLConnection is internal proprietary API and may be removed in a future release
[javac] import sun.net.www.protocol.http.HttpURLConnection;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/client/src/net/kano/joustsim/oscar/proxy/HttpProxiedSocketFactory.java:78: warning: BASE64Encoder is internal proprietary API and may be removed in a future release
[javac] + new BASE64Encoder().encode((username + ":"
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/client/src/net/kano/joustsim/oscar/proxy/HttpProxiedSocketFactory.java:131: warning: HttpURLConnection is internal proprietary API and may be removed in a future release
[javac] if (code != HttpURLConnection.HTTP_OK) throw new HttpProxyException();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 5 warnings
jar:
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/joscar/dist/joscar-client.jar
compile:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/classes
[javac] Compiling 380 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/classes/jingle/extension
jar:
[copy] Copying 1 file to /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/classes/META-INF
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/smack.jar
[jar] Updating jar: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/smack.jar
[copy] Copying 1 file to /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/classes/META-INF
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/smackx.jar
[jar] Updating jar: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/smackx.jar
[copy] Copying 10 files to /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/classes/images
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/smackx-debug.jar
[jar] Updating jar: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/smackx-debug.jar
[delete] Deleting: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/classes/META-INF/smack-config.xml
[delete] Deleting: /home/jitsi2/jitsi-2.4.4997/lib/src/smack_src_3_2_2/target/classes/META-INF/smack.providers
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/jnsapi/classes
[javac] /home/jitsi2/jitsi-2.4.4997/resources/install/build.xml:2945: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 12 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/jnsapi/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/jnsapi/jnsapi.jar
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/classes
[javac] /home/jitsi2/jitsi-2.4.4997/resources/install/build.xml:2977: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 237 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:59: warning: [deprecation] DefaultHttpClientConnection in org.apache.http.impl has been deprecated
[javac] import org.apache.http.impl.DefaultHttpClientConnection;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:61: warning: [deprecation] BasicHttpParams in org.apache.http.params has been deprecated
[javac] import org.apache.http.params.BasicHttpParams;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:62: warning: [deprecation] HttpParams in org.apache.http.params has been deprecated
[javac] import org.apache.http.params.HttpParams;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:63: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] import org.apache.http.params.HttpProtocolParams;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:65: warning: [deprecation] BasicHttpProcessor in org.apache.http.protocol has been deprecated
[javac] import org.apache.http.protocol.BasicHttpProcessor;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:66: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] import org.apache.http.protocol.ExecutionContext;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/util/StringUtils.java:18: warning: GetPropertyAction is internal proprietary API and may be removed in a future release
[javac] import sun.security.action.GetPropertyAction;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/MsnSession.java:26: warning: [deprecation] DefaultHttpClientConnection in org.apache.http.impl has been deprecated
[javac] import net.sf.jml.impl.AbstractMessenger;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/MsnSession.java:28: warning: [deprecation] BasicHttpParams in org.apache.http.params has been deprecated
[javac] import net.sf.jml.protocol.incoming.IncomingQNG;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/MsnSession.java:30: warning: [deprecation] HttpParams in org.apache.http.params has been deprecated
[javac] import org.apache.commons.logging.Log;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/MsnSession.java:31: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] import org.apache.commons.logging.LogFactory;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/MsnSession.java:62: warning: [deprecation] DefaultHttpClientConnection in org.apache.http.impl has been deprecated
[javac] session.setSocketAddress(address);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/MsnSession.java:67: warning: [deprecation] BasicHttpParams in org.apache.http.params has been deprecated
[javac] this.messenger = switchboard.getMessenger();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/MsnSession.java:68: warning: [deprecation] HttpParams in org.apache.http.params has been deprecated
[javac] this.switchboard = switchboard;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/MsnSession.java:69: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] session.setSocketAddress(address);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/MsnSession.java:74: warning: [deprecation] BasicHttpProcessor in org.apache.http.protocol has been deprecated
[javac] session.setAttachment(this);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/MsnSession.java:75: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] session.setMessageRecognizer(MsnMessageRecognizer.getInstance());
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:195: warning: [deprecation] DefaultHttpClientConnection in org.apache.http.impl has been deprecated
[javac] DefaultHttpClientConnection conn = new DefaultHttpClientConnection();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:195: warning: [deprecation] DefaultHttpClientConnection in org.apache.http.impl has been deprecated
[javac] DefaultHttpClientConnection conn = new DefaultHttpClientConnection();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:196: warning: [deprecation] HttpParams in org.apache.http.params has been deprecated
[javac] HttpParams params = null;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:197: warning: [deprecation] BasicHttpProcessor in org.apache.http.protocol has been deprecated
[javac] BasicHttpProcessor httpproc = null;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:199: warning: [deprecation] BasicHttpParams in org.apache.http.params has been deprecated
[javac] params = new BasicHttpParams();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:200: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] HttpProtocolParams.setVersion(params, HttpVersion.HTTP_1_1);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:201: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] HttpProtocolParams.setContentCharset(params, "UTF-8");
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:202: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] HttpProtocolParams.setUserAgent(params, "MSN Explorer/9.0 (MSN 8.0; TmstmpExt)");
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:203: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] HttpProtocolParams.setUseExpectContinue(params, false);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:205: warning: [deprecation] BasicHttpProcessor in org.apache.http.protocol has been deprecated
[javac] httpproc = new BasicHttpProcessor();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:212: warning: [deprecation] RequestExpectContinue() in RequestExpectContinue has been deprecated
[javac] httpproc.addInterceptor(new RequestExpectContinue());
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:220: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] context.setAttribute(ExecutionContext.HTTP_CONNECTION, conn);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:221: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] context.setAttribute(ExecutionContext.HTTP_TARGET_HOST, host);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:234: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] context.setAttribute(ExecutionContext.HTTP_REQUEST, request);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/SSO.java:235: warning: [deprecation] setParams(HttpParams) in AbstractHttpMessage has been deprecated
[javac] request.setParams(params);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:163: warning: [deprecation] DefaultHttpClientConnection in org.apache.http.impl has been deprecated
[javac] DefaultHttpClientConnection conn = new DefaultHttpClientConnection();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:163: warning: [deprecation] DefaultHttpClientConnection in org.apache.http.impl has been deprecated
[javac] DefaultHttpClientConnection conn = new DefaultHttpClientConnection();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:164: warning: [deprecation] HttpParams in org.apache.http.params has been deprecated
[javac] HttpParams params = null;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:165: warning: [deprecation] BasicHttpProcessor in org.apache.http.protocol has been deprecated
[javac] BasicHttpProcessor httpproc = null;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:176: warning: [deprecation] BasicHttpParams in org.apache.http.params has been deprecated
[javac] params = new BasicHttpParams();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:177: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] HttpProtocolParams.setVersion(params, HttpVersion.HTTP_1_1);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:178: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] HttpProtocolParams.setContentCharset(params, "UTF-8");
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:181: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] HttpProtocolParams.setUseExpectContinue(params, false);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:183: warning: [deprecation] BasicHttpProcessor in org.apache.http.protocol has been deprecated
[javac] httpproc = new BasicHttpProcessor();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:190: warning: [deprecation] RequestExpectContinue() in RequestExpectContinue has been deprecated
[javac] httpproc.addInterceptor(new RequestExpectContinue());
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:199: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] context.setAttribute(ExecutionContext.HTTP_CONNECTION, conn);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:200: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] context.setAttribute(ExecutionContext.HTTP_TARGET_HOST, host);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:223: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] context.setAttribute(ExecutionContext.HTTP_REQUEST, request);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/ContactList.java:224: warning: [deprecation] setParams(HttpParams) in AbstractHttpMessage has been deprecated
[javac] request.setParams(params);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:756: warning: [deprecation] DefaultHttpClientConnection in org.apache.http.impl has been deprecated
[javac] DefaultHttpClientConnection conn = new DefaultHttpClientConnection();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:756: warning: [deprecation] DefaultHttpClientConnection in org.apache.http.impl has been deprecated
[javac] DefaultHttpClientConnection conn = new DefaultHttpClientConnection();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:757: warning: [deprecation] HttpParams in org.apache.http.params has been deprecated
[javac] HttpParams params = null;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:758: warning: [deprecation] BasicHttpProcessor in org.apache.http.protocol has been deprecated
[javac] BasicHttpProcessor httpproc = null;
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:771: warning: [deprecation] BasicHttpParams in org.apache.http.params has been deprecated
[javac] params = new BasicHttpParams();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:772: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] HttpProtocolParams.setVersion(params, HttpVersion.HTTP_1_1);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:773: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] HttpProtocolParams.setContentCharset(params, "UTF-8");
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:775: warning: [deprecation] HttpProtocolParams in org.apache.http.params has been deprecated
[javac] HttpProtocolParams.setUseExpectContinue(params, false);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:777: warning: [deprecation] BasicHttpProcessor in org.apache.http.protocol has been deprecated
[javac] httpproc = new BasicHttpProcessor();
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:784: warning: [deprecation] RequestExpectContinue() in RequestExpectContinue has been deprecated
[javac] httpproc.addInterceptor(new RequestExpectContinue());
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:795: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] context.setAttribute(ExecutionContext.HTTP_CONNECTION, conn);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:796: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] context.setAttribute(ExecutionContext.HTTP_TARGET_HOST, host);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:816: warning: [deprecation] ExecutionContext in org.apache.http.protocol has been deprecated
[javac] context.setAttribute(ExecutionContext.HTTP_REQUEST, request);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/protocol/soap/OIM.java:817: warning: [deprecation] setParams(HttpParams) in AbstractHttpMessage has been deprecated
[javac] request.setParams(params);
[javac] ^
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/src/net/sf/jml/util/StringUtils.java:59: warning: GetPropertyAction is internal proprietary API and may be removed in a future release
[javac] new GetPropertyAction("file.encoding")
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 62 warnings
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/java-jml/java-jml.jar
buildall:
init:
[mkdir] Created dir: /home/jitsi2/jitsi-2.4.4997/lib/src/misc/dist/linux
[echo] ++++++++++++++++++++++++++++++++++++++++++++++++++++
[echo] + JDIC API build version 0.1 release release
[echo] + The distribution directory is: ./dist/linux/
[echo] ++++++++++++++++++++++++++++++++++++++++++++++++++++
buildunixjar:
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/misc/build.xml:240: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 12 source files to /home/jitsi2/jitsi-2.4.4997/lib/src/misc/dist/linux
[javac]
[javac] WARNING
[javac]
[javac] The -source switch defaults to 1.7 in JDK 1.7.
[javac] If you specify -target 1.4 you now must also specify -source 1.4.
[javac] Ant will implicitly add -source 1.4 for you. Please change your build file.
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
[javac] /home/jitsi2/jitsi-2.4.4997/lib/src/misc/src/linux/classes/org/jdesktop/jdic/misc/impl/LinuxAlerter.java:30: warning: unmappable character for encoding UTF8
[javac] * @author F�bio Castilho Martins (fcmartins@bol.com.br)
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 2 warnings
[jar] Building jar: /home/jitsi2/jitsi-2.4.4997/lib/src/misc/dist/linux/jdic_misc.jar
javadoc:
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Creating destination directory: "/home/jitsi2/jitsi-2.4.4997/lib/src/misc/dist/linux/javadoc/"
[javadoc] Loading source files for package org.jdesktop.jdic.misc...
[javadoc] Constructing Javadoc information...
[javadoc] Standard Doclet version 1.7.0_65
[javadoc] Building tree for all the packages and classes...
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/misc/src/share/classes/org/jdesktop/jdic/misc/Alerter.java:44: warning - @created is an unknown tag.
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/misc/src/share/classes/org/jdesktop/jdic/misc/DockMenu.java:52: warning - @created is an unknown tag.
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/misc/src/share/classes/org/jdesktop/jdic/misc/MusicPlayer.java:31: warning - @created is an unknown tag.
[javadoc] /home/jitsi2/jitsi-2.4.4997/lib/src/misc/src/share/classes/org/jdesktop/jdic/misc/Volume.java:72: warning - @created is an unknown tag.
[javadoc] Building index for all the packages and classes...
[javadoc] Building index for all classes...
[javadoc] Generating /home/jitsi2/jitsi-2.4.4997/lib/src/misc/dist/linux/javadoc/help-doc.html...
[javadoc] 4 warnings
buildunixjni:
[exec] make[2]: Betrete Verzeichnis '/home/jitsi2/jitsi-2.4.4997/lib/src/misc/src/linux/native/jni'
[exec] cc -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -Wl,-z,relro -shared -fPIC -ldl -lrt -lpthread -ljawt -lXv -L/usr/lib/jvm/default-java/jre/lib/amd64 -ldl -L -lXt -lX11 alerter.c -o libjdic_misc-64.so
[exec] make[2]: Verlasse Verzeichnis '/home/jitsi2/jitsi-2.4.4997/lib/src/misc/src/linux/native/jni'
[exec] /usr/bin/ld: cannot find -lXv
[exec] collect2: error: ld returned 1 exit status
[exec] make[2]: *** [libjdic_misc.so] Fehler 1
BUILD FAILED
/home/jitsi2/jitsi-2.4.4997/resources/install/build.xml:2997: The following error occurred while executing this line:
/home/jitsi2/jitsi-2.4.4997/lib/src/misc/build.xml:144: The following error occurred while executing this line:
/home/jitsi2/jitsi-2.4.4997/lib/src/misc/build.xml:263: exec returned: 2
Total time: 1 minute 46 seconds
dh_auto_build: ant init deb-src-rebuild returned exit code 1
make[1]: *** [override_dh_auto_build] Fehler 2
make[1]: Verlasse Verzeichnis '/home/jitsi2/jitsi-2.4.4997'
make: *** [build] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
jitsi2@rehs-Lenovo-B50-45:~/jitsi-2.4.4997$
|
Jetzt weiß ich leider wieder nicht weiter. 😢
|
BuntiRehs
(Themenstarter)
Anmeldungsdatum: 1. April 2014
Beiträge: 194
|
barcc schrieb: Suche in der Datei debian/control nach "Build-Depends:". Da sind alle Pakete aufgelistet, die du installieren musst.
Danke für Deine Hilfe barcc!
Aber ich wundere mich etwas, dass es keinen Befehl gibt, der mir das abnimmt.
|
BuntiRehs
(Themenstarter)
Anmeldungsdatum: 1. April 2014
Beiträge: 194
|
So, ich habe jetzt unter einem neuen user nochmal "apt-get source jitsi" ablaufen lassen, dann alle in "debian/control" verzeichneten Build-abhängigen Pakete installiert. "dpkg-buildpackage -b -us -tc -uc -d" läuft jetzt bis "BUILD SUCCESSFUL". Nun müsste ich die fertige Anwendung noch installieren und testen bzw. erst einmal finden. Wie könnte das gehen?
|
barcc
Anmeldungsdatum: 13. Juli 2007
Beiträge: 696
|
In dem Verzeichnis in dem du "apt-get source jitsi" ausgeführt hast, sind die ".deb"-Pakete, die du mit
sudo dpkg -i PAKETNAME
installieren kannst. Und dann startest du die Anwendung genauso als hättest du sie z.B. über das Softwarecenter installiert. Ich habe gerade gesehen, dass du immer bei dpkg-buildpackage den Parameter -d verwendest. Den solltest du weglassen, dann bekommst du bei fehlenden Bauabhängigkeiten auch sinnvollere Fehlermeldungen (die Paketnamen). Den Parameter -tc brauchst du auch nicht.
|