View difference between Paste ID: MBp00bUh and 4AR8EwH6
SHOW: | | - or go back to the newest paste.
1
mrwizrd@home-desktop: ~ % yaourt -S amarok1
2
3
==> Downloading amarok1 PKGBUILD from AUR...
4
x ruby19_rstring.patch
5
x PKGBUILD
6
x ruby19_configure2.patch
7
x amarok_addaspodcast.desktop
8
x amarok.install
9
x libmtp.patch
10
x amarok-1.4.10.coverfetcher.diff
11
x _gem_commands.rb
12
x wikipedia.patch
13
14
Comment by: juanmah on Thu, 26 Jan 2012 04:35:13 +0000
15
I tested a minimal package with a hidden file in a tar.gz and it was perfectly decompressed.
16
17
Also I commented all build section in amarok1 PKGBUILD and the hidden file is not decompressed.	
18
19
Comment by: piojo on Thu, 26 Jan 2012 04:49:51 +0000
20
I noticed in the archive, the file is gem_commands.rb: it's not hidden. I'm at work now, but I'd like to know where ._gem_commands is supposed to come from--is it supposed to be generated?	
21
22
Comment by: juanmah on Thu, 26 Jan 2012 06:13:38 +0000
23
There are two files: gem_commands.rb and ._gem_commands.rb in tar.gz at src/mediadevice/daap/mongrel/lib/rubygems
24
25
If you decompress manually tar.gz you can compile amarok1 without problems.	
26
27
Comment by: piojo on Thu, 26 Jan 2012 06:50:13 +0000
28
I extracted the archive on OSX and ._gem_commands.rb is definitely not present among the extracted files, though tar -tf | grep gem_commands does find the file. I found this particularly interesting:
29
30
% tar -xf amarok-1.4.10.tar.bz2 -v '*gem_commands*'
31
x amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rubygems/._gem_commands.rb
32
x amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rubygems/gem_commands.rb
33
34
% ls -a amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rubygems/             
35
.  ..  gem_commands.rb
36
37
I think something is wrong with this archive.	
38
39
Comment by: juanmah on Thu, 26 Jan 2012 09:42:21 +0000
40
== ERROR: ._gem_commands.rb was not found in the build directory and is not a URL.
41
42
What happens with this file????	
43
44
Comment by: piojo on Thu, 26 Jan 2012 13:45:03 +0000
45
Makepkg uses bsdtar, but bsdtar does not extract this file. The more common gnu tar does see and extract this file. This seems like a serious problem.
46
We can work around it by extracting the file manually in the pkgbuild:
47
48
cd $srcdir  tar -xvf ../${_origname}-${pkgver}.tar.bz2 --wildcards '*/._gem_commands.rb'
49
50
For this workaround tar should be in MAKEDEPENDS.	
51
52
First Submitted: Mon, 20 Apr 2009 08:38:35 +0000	
53
amarok1 1.4.10-13 
54
( Unsupported package: Potentially dangerous ! )
55
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
56
==> ------------------------------------
57
==> n
58
59
==> amarok1 dependencies:
60
 - xine-lib>=1.1.3 (already installed)
61
 - libmysqlclient>=5.0.45 (already installed)
62
 - libnjb>=2.2.5 (already installed)
63
 - postgresql-libs>=8.2.4 (already installed)
64
 - ruby (already installed)
65
 - tunepimp>=0.5.3 (already installed)
66
 - kdelibs3>=3.5.7 (already installed)
67
 - libgpod>=0.6.0 (already installed)
68
 - libifp>=1.0.0.2 (already installed)
69
 - libvisual>=0.4.0 (already installed)
70
 - libmtp (already installed)
71
 - kdelibs3 (already installed)
72
 - libmtp>=0.2.6.1 (already installed)
73
 - xine-lib>=1.1.8 (already installed)
74
 - sdl>=1.2.12 (already installed)
75
 - gcc43 (already installed)
76
77
78
==> Edit amarok.install ? [Y/n] ("A" to abort)
79
==> ------------------------------------------
80
==> n
81
82
==> Continue building amarok1 ? [Y/n]
83
==> ---------------------------------
84
==> y
85
86
==> Building and installing package
87
==> Making package: amarok1 1.4.10-13 (Mon Apr  9 23:26:36 BST 2012)
88
==> Checking runtime dependencies...
89
==> Checking buildtime dependencies...
90
==> Retrieving Sources...
91
  -> Downloading amarok-1.4.10.tar.bz2...
92
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
93
                                 Dload  Upload   Total   Spent    Left  Speed
94
100 12.2M  100 12.2M    0     0   624k      0  0:00:20  0:00:20 --:--:--  709k
95
  -> Found amarok_addaspodcast.desktop
96
  -> Found wikipedia.patch
97
  -> Found libmtp.patch
98
  -> Found amarok-1.4.10.coverfetcher.diff
99
  -> Found ruby19_configure2.patch
100
  -> Found ruby19_rstring.patch
101
  -> Found _gem_commands.rb
102
==> Validating source files with md5sums...
103
    amarok-1.4.10.tar.bz2 ... Passed
104
    amarok_addaspodcast.desktop ... Passed
105
    wikipedia.patch ... Passed
106
    libmtp.patch ... Passed
107
    amarok-1.4.10.coverfetcher.diff ... Passed
108
    ruby19_configure2.patch ... Passed
109
    ruby19_rstring.patch ... Passed
110
    _gem_commands.rb ... Passed
111
==> Extracting Sources...
112
  -> Extracting amarok-1.4.10.tar.bz2 with bsdtar
113
==> Starting build()...
114
patching file amarok-1.4.10/amarok/src/Makefile.am
115
patching file amarok-1.4.10/amarok/src/Makefile.in
116
patching file amarok-1.4.10/amarok/src/app.cpp
117
patching file amarok-1.4.10/amarok/src/collectionbrowser.cpp
118
patching file amarok-1.4.10/amarok/src/collectiondb.cpp
119
patching file amarok-1.4.10/amarok/src/collectiondb.h
120
patching file amarok-1.4.10/amarok/src/contextbrowser.cpp
121
patching file amarok-1.4.10/amarok/src/coverfetcher.cpp
122
patching file amarok-1.4.10/amarok/src/coverfetcher.h
123
patching file amarok-1.4.10/amarok/src/covermanager.cpp
124
patching file amarok-1.4.10/amarok/src/covermanager.h
125
patching file amarok-1.4.10/amarok/src/refreshimages.cpp
126
patching file amarok-1.4.10/amarok/src/refreshimages.h
127
patching file amarok-1.4.10/amarok/src/mediadevice/mtp/mtpmediadevice.cpp
128
patching file amarok-1.4.10/configure
129
patching file amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/http11/http11.c
130
patching file amarok-1.4.10/amarok/src/contextbrowser.cpp
131
Hunk #1 succeeded at 4170 (offset -19 lines).
132
checking build system type... x86_64-unknown-linux-gnu
133
checking host system type... x86_64-unknown-linux-gnu
134
checking target system type... x86_64-unknown-linux-gnu
135
checking for a BSD-compatible install... /usr/bin/install -c
136
checking for -p flag to install... yes
137
checking whether build environment is sane... yes
138
checking for a thread-safe mkdir -p... /bin/mkdir -p
139
checking for gawk... gawk
140
checking whether make sets $(MAKE)... yes
141
checking for kde-config... /opt/kde/bin/kde-config
142
checking where to install... /opt/kde (as requested)
143
checking for style of include used by make... GNU
144
checking for gcc... gcc-4.3
145
checking for C compiler default output file name... a.out
146
checking whether the C compiler works... yes
147
checking whether we are cross compiling... no
148
checking for suffix of executables... 
149
checking for suffix of object files... o
150
checking whether we are using the GNU C compiler... yes
151
checking whether gcc-4.3 accepts -g... yes
152
checking for gcc-4.3 option to accept ISO C89... none needed
153
checking dependency style of gcc-4.3... gcc3
154
checking how to run the C preprocessor... gcc-4.3 -E
155
checking whether we are using the GNU C++ compiler... yes
156
checking whether g++-4.3 accepts -g... yes
157
checking dependency style of g++-4.3... gcc3
158
checking whether gcc-4.3 is blacklisted... no
159
checking whether g++-4.3 supports -Wmissing-format-attribute... yes
160
checking whether gcc-4.3 supports -Wmissing-format-attribute... yes
161
checking whether g++-4.3 supports -Wundef... yes
162
checking whether g++-4.3 supports -Wno-long-long... yes
163
checking whether g++-4.3 supports -Wno-non-virtual-dtor... yes
164
checking whether g++-4.3 supports -fno-reorder-blocks... yes
165
checking whether g++-4.3 supports -fno-exceptions... yes
166
checking whether g++-4.3 supports -fno-check-new... yes
167
checking whether g++-4.3 supports -fno-common... yes
168
checking whether g++-4.3 supports -fexceptions... yes
169
checking whether system headers can cope with -O2 -fno-inline... irrelevant
170
checking how to run the C++ preprocessor... g++-4.3 -E
171
checking whether g++-4.3 supports -O0... yes
172
checking whether g++-4.3 supports -Wl,--no-undefined... yes
173
checking whether g++-4.3 supports -Wl,--allow-shlib-undefined... yes
174
not using lib directory suffix
175
checking for a sed that does not truncate output... /bin/sed
176
checking for grep that handles long lines and -e... /usr/bin/grep
177
checking for egrep... /usr/bin/grep -E
178
checking for ld used by gcc-4.3... /usr/bin/ld
179
checking if the linker (/usr/bin/ld) is GNU ld... yes
180
checking for /usr/bin/ld option to reload object files... -r
181
checking for BSD-compatible nm... /usr/bin/nm -B
182
checking whether ln -s works... yes
183
checking how to recognise dependent libraries... pass_all
184
checking for ANSI C header files... yes
185
checking for sys/types.h... yes
186
checking for sys/stat.h... yes
187
checking for stdlib.h... yes
188
checking for string.h... yes
189
checking for memory.h... yes
190
checking for strings.h... yes
191
checking for inttypes.h... yes
192
checking for stdint.h... yes
193
checking for unistd.h... yes
194
checking dlfcn.h usability... yes
195
checking dlfcn.h presence... yes
196
checking for dlfcn.h... yes
197
checking for g77... no
198
checking for xlf... no
199
checking for f77... no
200
checking for frt... no
201
checking for pgf77... no
202
checking for cf77... no
203
checking for fort77... no
204
checking for fl32... no
205
checking for af77... no
206
checking for xlf90... no
207
checking for f90... no
208
checking for pgf90... no
209
checking for pghpf... no
210
checking for epcf90... no
211
checking for gfortran... no
212
checking for g95... no
213
checking for xlf95... no
214
checking for f95... no
215
checking for fort... no
216
checking for ifort... no
217
checking for ifc... no
218
checking for efc... no
219
checking for pgf95... no
220
checking for lf95... no
221
checking for ftn... no
222
checking whether we are using the GNU Fortran 77 compiler... no
223
checking whether  accepts -g... no
224
checking the maximum length of command line arguments... 32768
225
checking command to parse /usr/bin/nm -B output from gcc-4.3 object... ok
226
checking for objdir... .libs
227
checking for ar... ar
228
checking for ranlib... ranlib
229
checking for strip... strip
230
checking if gcc-4.3 static flag  works... yes
231
checking if gcc-4.3 supports -fno-rtti -fno-exceptions... no
232
checking for gcc-4.3 option to produce PIC... -fPIC
233
checking if gcc-4.3 PIC flag -fPIC works... yes
234
checking if gcc-4.3 supports -c -o file.o... yes
235
checking whether the gcc-4.3 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
236
checking whether -lc should be explicitly linked in... no
237
checking dynamic linker characteristics... GNU/Linux ld.so
238
checking how to hardcode library paths into programs... immediate
239
checking whether stripping libraries is possible... yes
240
checking for shl_load... no
241
checking for shl_load in -ldld... no
242
checking for dlopen... no
243
checking for dlopen in -ldl... yes
244
checking whether a program can dlopen itself... yes
245
checking whether a statically linked program can dlopen itself... yes
246
checking if libtool supports shared libraries... yes
247
checking whether to build shared libraries... yes
248
checking whether to build static libraries... no
249
configure: creating libtool
250
appending configuration tag "CXX" to libtool
251
checking for ld used by g++-4.3... /usr/bin/ld -m elf_x86_64
252
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
253
checking whether the g++-4.3 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
254
checking for g++-4.3 option to produce PIC... -fPIC
255
checking if g++-4.3 PIC flag -fPIC works... yes
256
checking if g++-4.3 supports -c -o file.o... yes
257
checking whether the g++-4.3 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
258
checking dynamic linker characteristics... GNU/Linux ld.so
259
checking how to hardcode library paths into programs... immediate
260
checking whether stripping libraries is possible... yes
261
checking for shl_load... (cached) no
262
checking for shl_load in -ldld... (cached) no
263
checking for dlopen... (cached) no
264
checking for dlopen in -ldl... (cached) yes
265
checking whether a program can dlopen itself... (cached) yes
266
checking whether a statically linked program can dlopen itself... (cached) yes
267
appending configuration tag "F77" to libtool
268
checking for msgfmt... /usr/bin/msgfmt
269
checking for gmsgfmt... /usr/bin/msgfmt
270
checking for xgettext... /usr/bin/xgettext
271
checking for pkg-config... /usr/bin/pkg-config
272
checking if C++ programs can be compiled... yes
273
checking for strlcat... no
274
checking if strlcat needs custom prototype... yes - in libkdefakes
275
checking for strlcpy... no
276
checking if strlcpy needs custom prototype... yes - in libkdefakes
277
checking for main in -lutil... yes
278
checking for main in -lcompat... no
279
checking for crypt in -lcrypt... yes
280
checking for socklen_t... yes
281
checking for dnet_ntoa in -ldnet... no
282
checking for dnet_ntoa in -ldnet_stub... no
283
checking for inet_ntoa... yes
284
checking for connect... yes
285
checking for remove... yes
286
checking for shmat... yes
287
checking for sys/types.h... (cached) yes
288
checking for stdint.h... (cached) yes
289
checking sys/bitypes.h usability... yes
290
checking sys/bitypes.h presence... yes
291
checking for sys/bitypes.h... yes
292
checking for poll in -lpoll... no
293
checking Carbon/Carbon.h usability... no
294
checking Carbon/Carbon.h presence... no
295
checking for Carbon/Carbon.h... no
296
checking CoreAudio/CoreAudio.h usability... no
297
checking CoreAudio/CoreAudio.h presence... no
298
checking for CoreAudio/CoreAudio.h... no
299
checking if res_init needs -lresolv... yes
300
checking for res_init... yes
301
checking if res_init needs custom prototype... no
302
checking for killpg in -lucb... no
303
checking for int... yes
304
checking size of int... 4
305
checking for short... yes
306
checking size of short... 2
307
checking for long... yes
308
checking size of long... 8
309
checking for char *... yes
310
checking size of char *... 8
311
checking for dlopen in -ldl... (cached) yes
312
checking for shl_unload in -ldld... no
313
checking for size_t... yes
314
checking size of size_t... 8
315
checking for unsigned long... yes
316
checking size of unsigned long... 8
317
checking sizeof size_t == sizeof unsigned long... yes
318
checking for PIE support... yes
319
checking if enabling -pie/fPIE support... yes
320
checking crt_externs.h usability... no
321
checking crt_externs.h presence... no
322
checking for crt_externs.h... no
323
checking for _NSGetEnviron... no
324
checking for vsnprintf... yes
325
checking for snprintf... yes
326
checking for X... libraries /usr/lib, headers .
327
checking for IceConnectionNumber in -lICE... yes
328
checking for libXext... yes
329
checking for pthread_create in -lpthread... yes
330
checking for extra includes... no
331
checking for extra libs... no
332
checking for libz... -lz
333
checking for libpng... -lpng -lz -lm
334
checking for libjpeg6b... no
335
checking for libjpeg... -ljpeg
336
checking for perl... /usr/bin/perl
337
checking for Qt... libraries /opt/qt/lib, headers /opt/qt/include using -mt
338
checking for moc... /opt/qt/bin/moc
339
checking for uic... /opt/qt/bin/uic
340
checking whether uic supports -L ... yes
341
checking whether uic supports -nounload ... yes
342
checking if Qt needs -ljpeg... no
343
checking for rpath... yes
344
checking for KDE... libraries /opt/kde/lib, headers /opt/kde/include
345
checking if UIC has KDE plugins available... yes
346
checking for KDE paths... defaults
347
checking for dcopidl... /opt/kde/bin/dcopidl
348
checking for dcopidl2cpp... /opt/kde/bin/dcopidl2cpp
349
checking for meinproc... /opt/kde/bin/meinproc
350
checking for kconfig_compiler... /opt/kde/bin/kconfig_compiler
351
checking for dcopidlng... /opt/kde/bin/dcopidlng
352
checking for makekdewidgets... /opt/kde/bin/makekdewidgets
353
checking for xmllint... /usr/bin/xmllint
354
checking for Qt docs... NO
355
checking for dot... not found
356
checking for doxygen... /usr/bin/doxygen
357
checking for pkg-config... yes
358
checking for taglib >= 1.5... yes
359
checking TAGLIB_CFLAGS... -I/usr/include/taglib  
360
checking TAGLIB_LIBS... -ltag  
361
checking for libxine >= 1.0.2... yes
362
checking XINE_CFLAGS...  
363
checking XINE_LIBS... -lxine  
364
checking for stdint.h... (cached) yes
365
checking whether fabsf is declared... yes
366
checking linux/inotify.h usability... yes
367
checking linux/inotify.h presence... yes
368
checking for linux/inotify.h... yes
369
checking for Qt with OpenGL support... yes
370
checking for int... (cached) yes
371
checking size of int... (cached) 4
372
checking for short... (cached) yes
373
checking size of short... (cached) 2
374
checking for long... (cached) yes
375
checking size of long... (cached) 8
376
checking for char *... (cached) yes
377
checking size of char *... (cached) 8
378
checking for mysql_config... yes
379
checking for pg_config... yes
380
checking for sdl-config... yes
381
checking for libvisual-0.4 >= 0.4.0... yes
382
checking LIBVISUAL_CFLAGS... -I/usr/include/libvisual-0.4  
383
checking LIBVISUAL_LIBS... -lpthread -lm -ldl -lvisual-0.4  
384
checking tunepimp-0.5/tp_c.h usability... yes
385
checking tunepimp-0.5/tp_c.h presence... yes
386
checking for tunepimp-0.5/tp_c.h... yes
387
checking for tr_GetPUID in -ltunepimp... yes
388
checking if sched_setaffinity should be enabled... yes
389
checking konqsidebarplugin.h usability... no
390
checking konqsidebarplugin.h presence... no
391
checking for konqsidebarplugin.h... no
392
checking for _init in -lkonqsidebarplugin... no
393
checking for libnjb... yes
394
checking LIBNJB_CFLAGS...  
395
checking LIBNJB_LIBS... -lnjb -lusb  
396
checking for libmtp >= 0.1.1... yes
397
checking LIBMTP_CFLAGS...  
398
checking LIBMTP_LIBS... -lmtp -lusb  
399
checking libkarma/lkarma.h usability... no
400
checking libkarma/lkarma.h presence... no
401
checking for libkarma/lkarma.h... no
402
checking usb.h usability... yes
403
checking usb.h presence... yes
404
checking for usb.h... yes
405
406
checking ifp.h usability... no
407
checking ifp.h presence... yes
408
configure: WARNING: ifp.h: present but cannot be compiled
409
configure: WARNING: ifp.h:     check for missing prerequisite headers?
410
configure: WARNING: ifp.h: see the Autoconf documentation
411
configure: WARNING: ifp.h:     section "Present But Cannot Be Compiled"
412
configure: WARNING: ifp.h: proceeding with the preprocessor's result
413
configure: WARNING: ifp.h: in the future, the compiler will take precedence
414
checking for ifp.h... yes
415
checking for usb.h... (cached) yes
416
checking for libgpod-1.0... yes
417
checking LIBGPOD_CFLAGS... -pthread -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng15 -I/usr/include/libxml2 -I/usr/include/p11-kit-1  
418
checking LIBGPOD_LIBS... -pthread -lgpod -lgdk_pixbuf-2.0 -limobiledevice -lgobject-2.0 -lplist -lusbmuxd -lgthread-2.0 -lrt -lgnutls -ltasn1 -lglib-2.0  
419
checking for itdb_track_set_thumbnails... yes
420
checking for itdb_get_mountpoint... yes
421
checking for itdb_device_get_ipod_info... yes
422
checking for struct _Itdb_Track.movie_flag... yes
423
checking for struct _Itdb_Track.skip_when_shuffling... yes
424
checking for struct _Itdb_Track.mark_unplayed... yes
425
checking for struct _Itdb_Track.mediatype... yes
426
checking whether ITDB_IPOD_MODEL_TOUCH_BLACK is declared... no
427
checking for statvfs... yes
428
checking systems.h usability... no
429
checking systems.h presence... no
430
checking for systems.h... no
431
checking for mp4.h... no
432
checking for MP4Read in -lmp4v2... yes
433
checking if KDE is at least 3.4 for DAAP support... yes
434
checking for uint8_t... yes
435
checking for u_int8_t... yes
436
checking for uint16_t... yes
437
checking for u_int16_t... yes
438
checking for uint32_t... yes
439
checking for u_int32_t... yes
440
checking for uint64_t... yes
441
checking for u_int64_t... yes
442
checking for ruby... /usr/bin/ruby
443
-e:1: Use RbConfig instead of obsolete and deprecated Config.
444
-e:1: Use RbConfig instead of obsolete and deprecated Config.
445
-e:1: Use RbConfig instead of obsolete and deprecated Config.
446
checking ruby.h usability... yes
447
checking ruby.h presence... yes
448
checking for ruby.h... yes
449
checking if amarok should be compiled... yes
450
checking if doc should be compiled... yes
451
checking if po should be compiled... yes
452
configure: creating ./config.status
453
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1542.
454
config.status: creating Makefile
455
config.status: creating amarok/Makefile
456
config.status: creating amarok/src/Makefile
457
config.status: creating amarok/src/amarokcore/Makefile
458
config.status: creating amarok/src/analyzers/Makefile
459
config.status: creating amarok/src/collectionscanner/Makefile
460
config.status: creating amarok/src/data/Makefile
461
config.status: creating amarok/src/device/Makefile
462
config.status: creating amarok/src/device/massstorage/Makefile
463
config.status: creating amarok/src/device/nfs/Makefile
464
config.status: creating amarok/src/device/smb/Makefile
465
config.status: creating amarok/src/engine/Makefile
466
config.status: creating amarok/src/engine/akode/Makefile
467
config.status: creating amarok/src/engine/helix/Makefile
468
config.status: creating amarok/src/engine/helix/config/Makefile
469
config.status: creating amarok/src/engine/helix/helix-sp/Makefile
470
config.status: creating amarok/src/engine/kdemm/Makefile
471
config.status: creating amarok/src/engine/mas/Makefile
472
config.status: creating amarok/src/engine/nmm/Makefile
473
config.status: creating amarok/src/engine/nmm/icons/Makefile
474
config.status: creating amarok/src/engine/void/Makefile
475
config.status: creating amarok/src/engine/xine/Makefile
476
config.status: creating amarok/src/engine/yauap/Makefile
477
config.status: creating amarok/src/images/Makefile
478
config.status: creating amarok/src/images/icons/Makefile
479
config.status: creating amarok/src/konquisidebar/Makefile
480
config.status: creating amarok/src/loader/Makefile
481
config.status: creating amarok/src/magnatunebrowser/Makefile
482
config.status: creating amarok/src/mediadevice/Makefile
483
config.status: creating amarok/src/mediadevice/daap/Makefile
484
config.status: creating amarok/src/mediadevice/daap/daapreader/Makefile
485
config.status: creating amarok/src/mediadevice/daap/daapreader/authentication/Makefile
486
config.status: creating amarok/src/mediadevice/daap/mongrel/Makefile
487
config.status: creating amarok/src/mediadevice/daap/mongrel/http11/Makefile
488
config.status: creating amarok/src/mediadevice/daap/mongrel/lib/Makefile
489
config.status: creating amarok/src/mediadevice/daap/mongrel/lib/mongrel/Makefile
490
config.status: creating amarok/src/mediadevice/daap/mongrel/lib/rbconfig/Makefile
491
config.status: creating amarok/src/mediadevice/daap/mongrel/lib/rubygems/Makefile
492
config.status: creating amarok/src/mediadevice/generic/Makefile
493
config.status: creating amarok/src/mediadevice/ifp/Makefile
494
config.status: creating amarok/src/mediadevice/ipod/Makefile
495
config.status: creating amarok/src/mediadevice/mtp/Makefile
496
config.status: creating amarok/src/mediadevice/njb/Makefile
497
config.status: creating amarok/src/mediadevice/riokarma/Makefile
498
config.status: creating amarok/src/metadata/Makefile
499
config.status: creating amarok/src/metadata/aac/Makefile
500
config.status: creating amarok/src/metadata/asf/Makefile
501
config.status: creating amarok/src/metadata/audible/Makefile
502
config.status: creating amarok/src/metadata/m4a/Makefile
503
config.status: creating amarok/src/metadata/mp4/Makefile
504
config.status: creating amarok/src/metadata/rmff/Makefile
505
config.status: creating amarok/src/metadata/speex/Makefile
506
config.status: creating amarok/src/metadata/trueaudio/Makefile
507
config.status: creating amarok/src/metadata/wav/Makefile
508
config.status: creating amarok/src/metadata/wavpack/Makefile
509
config.status: creating amarok/src/plugin/Makefile
510
config.status: creating amarok/src/scripts/Makefile
511
config.status: creating amarok/src/scripts/common/Makefile
512
config.status: creating amarok/src/scripts/graphequalizer/Makefile
513
config.status: creating amarok/src/scripts/lyrics_astraweb/Makefile
514
config.status: creating amarok/src/scripts/lyrics_lyrc/Makefile
515
config.status: creating amarok/src/scripts/playlist2html/Makefile
516
config.status: creating amarok/src/scripts/ruby_debug/Makefile
517
config.status: creating amarok/src/scripts/score_default/Makefile
518
config.status: creating amarok/src/scripts/score_impulsive/Makefile
519
config.status: creating amarok/src/scripts/templates/Makefile
520
config.status: creating amarok/src/scripts/webcontrol/Makefile
521
config.status: creating amarok/src/sqlite/Makefile
522
config.status: creating amarok/src/statusbar/Makefile
523
config.status: creating amarok/src/themes/Makefile
524
config.status: creating amarok/src/themes/example/Makefile
525
config.status: creating amarok/src/themes/reinhardt/Makefile
526
config.status: creating amarok/src/themes/reinhardt/images/Makefile
527
config.status: creating amarok/src/vis/Makefile
528
config.status: creating amarok/src/vis/libvisual/Makefile
529
config.status: creating doc/Makefile
530
config.status: creating doc/amarok/Makefile
531
config.status: creating doc/da/Makefile
532
config.status: creating doc/de/Makefile
533
config.status: creating doc/es/Makefile
534
config.status: creating doc/et/Makefile
535
config.status: creating doc/fr/Makefile
536
config.status: creating doc/it/Makefile
537
config.status: creating doc/nl/Makefile
538
config.status: creating doc/pl/Makefile
539
config.status: creating doc/pt/Makefile
540
config.status: creating doc/pt_BR/Makefile
541
config.status: creating doc/ru/Makefile
542
config.status: creating doc/sv/Makefile
543
config.status: creating po/Makefile
544
config.status: creating po/af/Makefile
545
config.status: creating po/ar/Makefile
546
config.status: creating po/az/Makefile
547
config.status: creating po/be/Makefile
548
config.status: creating po/bg/Makefile
549
config.status: creating po/bn/Makefile
550
config.status: creating po/br/Makefile
551
config.status: creating po/ca/Makefile
552
config.status: creating po/cs/Makefile
553
config.status: creating po/cy/Makefile
554
config.status: creating po/da/Makefile
555
config.status: creating po/de/Makefile
556
config.status: creating po/el/Makefile
557
config.status: creating po/en_GB/Makefile
558
config.status: creating po/eo/Makefile
559
config.status: creating po/es/Makefile
560
config.status: creating po/et/Makefile
561
config.status: creating po/eu/Makefile
562
config.status: creating po/fa/Makefile
563
config.status: creating po/fi/Makefile
564
config.status: creating po/fr/Makefile
565
config.status: creating po/ga/Makefile
566
config.status: creating po/gl/Makefile
567
config.status: creating po/he/Makefile
568
config.status: creating po/hi/Makefile
569
config.status: creating po/hu/Makefile
570
config.status: creating po/id/Makefile
571
config.status: creating po/is/Makefile
572
config.status: creating po/it/Makefile
573
config.status: creating po/ja/Makefile
574
config.status: creating po/ka/Makefile
575
config.status: creating po/km/Makefile
576
config.status: creating po/ko/Makefile
577
config.status: creating po/ku/Makefile
578
config.status: creating po/lo/Makefile
579
config.status: creating po/lt/Makefile
580
config.status: creating po/mk/Makefile
581
config.status: creating po/ms/Makefile
582
config.status: creating po/nb/Makefile
583
config.status: creating po/nds/Makefile
584
config.status: creating po/ne/Makefile
585
config.status: creating po/nl/Makefile
586
config.status: creating po/nn/Makefile
587
config.status: creating po/pa/Makefile
588
config.status: creating po/pl/Makefile
589
config.status: creating po/pt/Makefile
590
config.status: creating po/pt_BR/Makefile
591
config.status: creating po/ro/Makefile
592
config.status: creating po/ru/Makefile
593
config.status: creating po/rw/Makefile
594
config.status: creating po/se/Makefile
595
config.status: creating po/sk/Makefile
596
config.status: creating po/sl/Makefile
597
config.status: creating po/sq/Makefile
598
config.status: creating po/sr/Makefile
599
config.status: creating po/sr@Latn/Makefile
600
config.status: creating po/ss/Makefile
601
config.status: creating po/sv/Makefile
602
config.status: creating po/ta/Makefile
603
config.status: creating po/tg/Makefile
604
config.status: creating po/th/Makefile
605
config.status: creating po/tr/Makefile
606
config.status: creating po/uk/Makefile
607
config.status: creating po/uz/Makefile
608
config.status: creating po/uz@cyrillic/Makefile
609
config.status: creating po/zh_CN/Makefile
610
config.status: creating po/zh_TW/Makefile
611
config.status: creating config.h
612
config.status: executing depfiles commands
613
614
 ==========================
615
 ===  Amarok - PLUGINS  ========================================================
616
 ==========================
617
 =
618
 = The following extra functionality will NOT be included:
619
 =   - NMM-engine
620
 =   - Helix-engine
621
 =   - yauap-engine
622
 =   - Konqueror Sidebar
623
 =   - MP4/AAC Tag Write Support
624
 =   - Rio Karma Support
625
 =
626
 = The following extra functionality will be included:
627
 =   + xine-engine
628
 =   + libvisual Support
629
 =   + MySql Support
630
 =   + Postgresql Support
631
 =   + MusicBrainz Support
632
 =   + iPod Support
633
 =   + iRiver iFP Support
634
 =   + Creative Nomad Jukebox Support
635
 =   + MTP Device Support
636
 =   + DAAP Music Sharing Support
637
 =
638
 ===============================================================================
639
640
Good - your configure finished. Start make now
641
642
make  all-recursive
643
make[1]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10'
644
Making all in amarok
645
make[2]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok'
646
Making all in src
647
make[3]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src'
648
Making all in amarokcore
649
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/amarokcore'
650
/opt/kde/bin/kconfig_compiler ./amarok.kcfg ./amarokconfig.kcfgc; ret=$?; \
651
if test "$ret" != 0; then rm -f amarokconfig.h ; exit $ret ;  fi
652
/opt/qt/bin/moc ./amarokdcophandler.h -o amarokdcophandler.moc
653
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src/statusbar -I../../../amarok/src/mediadevice -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT amarokdcophandler.lo -MD -MP -MF .deps/amarokdcophandler.Tpo -c -o amarokdcophandler.lo amarokdcophandler.cpp
654
In file included from ../../../amarok/src/collectiondb.h:17,
655
                 from amarokdcophandler.cpp:27:
656
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
657
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
658
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
659
In file included from ../../../amarok/src/collectiondb.h:23,
660
                 from amarokdcophandler.cpp:27:
661
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
662
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
663
In file included from ../../../amarok/src/playlistbrowser.h:14,
664
                 from amarokdcophandler.cpp:38:
665
../../../amarok/src/playlistbrowseritem.h: At global scope:
666
../../../amarok/src/playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
667
../../../amarok/src/playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
668
../../../amarok/src/playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
669
../../../amarok/src/playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
670
../../../amarok/src/playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
671
../../../amarok/src/playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
672
../../../amarok/src/playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
673
../../../amarok/src/playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
674
../../../amarok/src/playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
675
../../../amarok/src/playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
676
../../../amarok/src/playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
677
../../../amarok/src/playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
678
../../../amarok/src/playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
679
mv -f .deps/amarokdcophandler.Tpo .deps/amarokdcophandler.Plo
680
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src/statusbar -I../../../amarok/src/mediadevice -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT crashhandler.lo -MD -MP -MF .deps/crashhandler.Tpo -c -o crashhandler.lo crashhandler.cpp
681
crashhandler.cpp: In static member function ‘static void Amarok::Crash::crashHandler(int)’:
682
crashhandler.cpp:156: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
683
mv -f .deps/crashhandler.Tpo .deps/crashhandler.Plo
684
/opt/kde/bin/dcopidl ./amarokdcopiface.h > amarokdcopiface.kidl || ( rm -f amarokdcopiface.kidl ; false )
685
/opt/kde/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub amarokdcopiface.kidl
686
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src/statusbar -I../../../amarok/src/mediadevice -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT amarokdcopiface_skel.lo -MD -MP -MF .deps/amarokdcopiface_skel.Tpo -c -o amarokdcopiface_skel.lo amarokdcopiface_skel.cpp
687
mv -f .deps/amarokdcopiface_skel.Tpo .deps/amarokdcopiface_skel.Plo
688
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src/statusbar -I../../../amarok/src/mediadevice -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT amarokconfig.lo -MD -MP -MF .deps/amarokconfig.Tpo -c -o amarokconfig.lo amarokconfig.cpp
689
mv -f .deps/amarokconfig.Tpo .deps/amarokconfig.Plo
690
/bin/sh ../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libamarokcore.la  amarokdcophandler.lo crashhandler.lo amarokdcopiface_skel.lo amarokconfig.lo  
691
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/amarokcore'
692
Making all in magnatunebrowser
693
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/magnatunebrowser'
694
rm -rf magnatunedownloaddialogbase.h;
695
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./magnatunedownloaddialogbase.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> magnatunedownloaddialogbase.h ;
696
rm -rf magnatunepurchasedialogbase.h;
697
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./magnatunepurchasedialogbase.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> magnatunepurchasedialogbase.h ;
698
rm -rf magnatuneredownloaddialogbase.h;
699
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./magnatuneredownloaddialogbase.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> magnatuneredownloaddialogbase.h ;
700
/opt/qt/bin/moc ./magnatuneartistinfobox.h -o magnatuneartistinfobox.moc
701
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatuneartistinfobox.lo -MD -MP -MF .deps/magnatuneartistinfobox.Tpo -c -o magnatuneartistinfobox.lo magnatuneartistinfobox.cpp
702
In file included from ../../../amarok/src/collectiondb.h:17,
703
                 from magnatunedatabasehandler.h:23,
704
                 from magnatuneartistinfobox.cpp:22:
705
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
706
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
707
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
708
In file included from ../../../amarok/src/collectiondb.h:23,
709
                 from magnatunedatabasehandler.h:23,
710
                 from magnatuneartistinfobox.cpp:22:
711
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
712
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
713
mv -f .deps/magnatuneartistinfobox.Tpo .deps/magnatuneartistinfobox.Plo
714
/opt/qt/bin/moc ./magnatunebrowser.h -o magnatunebrowser.moc
715
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunebrowser.lo -MD -MP -MF .deps/magnatunebrowser.Tpo -c -o magnatunebrowser.lo magnatunebrowser.cpp
716
In file included from ../../../amarok/src/collectiondb.h:17,
717
                 from magnatunedatabasehandler.h:23,
718
                 from magnatunelistviewitems.h:24,
719
                 from magnatunelistview.h:23,
720
                 from magnatunebrowser.h:26,
721
                 from magnatunebrowser.cpp:22:
722
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
723
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
724
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
725
In file included from ../../../amarok/src/collectiondb.h:23,
726
                 from magnatunedatabasehandler.h:23,
727
                 from magnatunelistviewitems.h:24,
728
                 from magnatunelistview.h:23,
729
                 from magnatunebrowser.h:26,
730
                 from magnatunebrowser.cpp:22:
731
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
732
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
733
mv -f .deps/magnatunebrowser.Tpo .deps/magnatunebrowser.Plo
734
/opt/qt/bin/moc ./magnatunedownloaddialog.h -o magnatunedownloaddialog.moc
735
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunedownloaddialog.lo -MD -MP -MF .deps/magnatunedownloaddialog.Tpo -c -o magnatunedownloaddialog.lo magnatunedownloaddialog.cpp
736
mv -f .deps/magnatunedownloaddialog.Tpo .deps/magnatunedownloaddialog.Plo
737
/opt/qt/bin/moc ./magnatunepurchasedialog.h -o magnatunepurchasedialog.moc
738
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunepurchasedialog.lo -MD -MP -MF .deps/magnatunepurchasedialog.Tpo -c -o magnatunepurchasedialog.lo magnatunepurchasedialog.cpp
739
In file included from ../../../amarok/src/collectiondb.h:17,
740
                 from magnatunedatabasehandler.h:23,
741
                 from magnatunepurchasedialog.cpp:21:
742
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
743
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
744
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
745
In file included from ../../../amarok/src/collectiondb.h:23,
746
                 from magnatunedatabasehandler.h:23,
747
                 from magnatunepurchasedialog.cpp:21:
748
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
749
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
750
mv -f .deps/magnatunepurchasedialog.Tpo .deps/magnatunepurchasedialog.Plo
751
/opt/qt/bin/moc ./magnatunepurchasehandler.h -o magnatunepurchasehandler.moc
752
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunepurchasehandler.lo -MD -MP -MF .deps/magnatunepurchasehandler.Tpo -c -o magnatunepurchasehandler.lo magnatunepurchasehandler.cpp
753
In file included from ../../../amarok/src/collectiondb.h:17,
754
                 from magnatunedatabasehandler.h:23,
755
                 from magnatunepurchasehandler.cpp:22:
756
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
757
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
758
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
759
In file included from ../../../amarok/src/collectiondb.h:23,
760
                 from magnatunedatabasehandler.h:23,
761
                 from magnatunepurchasehandler.cpp:22:
762
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
763
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
764
mv -f .deps/magnatunepurchasehandler.Tpo .deps/magnatunepurchasehandler.Plo
765
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunetypes.lo -MD -MP -MF .deps/magnatunetypes.Tpo -c -o magnatunetypes.lo magnatunetypes.cpp
766
mv -f .deps/magnatunetypes.Tpo .deps/magnatunetypes.Plo
767
/opt/qt/bin/moc ./magnatunexmlparser.h -o magnatunexmlparser.moc
768
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunexmlparser.lo -MD -MP -MF .deps/magnatunexmlparser.Tpo -c -o magnatunexmlparser.lo magnatunexmlparser.cpp
769
In file included from ../../../amarok/src/collectiondb.h:17,
770
                 from magnatunedatabasehandler.h:23,
771
                 from magnatunexmlparser.cpp:22:
772
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
773
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
774
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
775
In file included from ../../../amarok/src/collectiondb.h:23,
776
                 from magnatunedatabasehandler.h:23,
777
                 from magnatunexmlparser.cpp:22:
778
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
779
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
780
mv -f .deps/magnatunexmlparser.Tpo .deps/magnatunexmlparser.Plo
781
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunedatabasehandler.lo -MD -MP -MF .deps/magnatunedatabasehandler.Tpo -c -o magnatunedatabasehandler.lo magnatunedatabasehandler.cpp
782
In file included from ../../../amarok/src/collectiondb.h:17,
783
                 from magnatunedatabasehandler.h:23,
784
                 from magnatunedatabasehandler.cpp:20:
785
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
786
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
787
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
788
In file included from ../../../amarok/src/collectiondb.h:23,
789
                 from magnatunedatabasehandler.h:23,
790
                 from magnatunedatabasehandler.cpp:20:
791
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
792
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
793
mv -f .deps/magnatunedatabasehandler.Tpo .deps/magnatunedatabasehandler.Plo
794
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunelistviewitems.lo -MD -MP -MF .deps/magnatunelistviewitems.Tpo -c -o magnatunelistviewitems.lo magnatunelistviewitems.cpp
795
In file included from ../../../amarok/src/collectiondb.h:17,
796
                 from magnatunedatabasehandler.h:23,
797
                 from magnatunelistviewitems.h:24,
798
                 from magnatunelistviewitems.cpp:21:
799
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
800
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
801
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
802
In file included from ../../../amarok/src/collectiondb.h:23,
803
                 from magnatunedatabasehandler.h:23,
804
                 from magnatunelistviewitems.h:24,
805
                 from magnatunelistviewitems.cpp:21:
806
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
807
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
808
mv -f .deps/magnatunelistviewitems.Tpo .deps/magnatunelistviewitems.Plo
809
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunelistview.lo -MD -MP -MF .deps/magnatunelistview.Tpo -c -o magnatunelistview.lo magnatunelistview.cpp
810
In file included from ../../../amarok/src/collectiondb.h:17,
811
                 from magnatunedatabasehandler.h:23,
812
                 from magnatunelistview.cpp:21:
813
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
814
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
815
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
816
In file included from ../../../amarok/src/collectiondb.h:23,
817
                 from magnatunedatabasehandler.h:23,
818
                 from magnatunelistview.cpp:21:
819
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
820
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
821
mv -f .deps/magnatunelistview.Tpo .deps/magnatunelistview.Plo
822
/opt/qt/bin/moc ./magnatuneredownloaddialog.h -o magnatuneredownloaddialog.moc
823
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatuneredownloaddialog.lo -MD -MP -MF .deps/magnatuneredownloaddialog.Tpo -c -o magnatuneredownloaddialog.lo magnatuneredownloaddialog.cpp
824
mv -f .deps/magnatuneredownloaddialog.Tpo .deps/magnatuneredownloaddialog.Plo
825
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatuneredownloadhandler.lo -MD -MP -MF .deps/magnatuneredownloadhandler.Tpo -c -o magnatuneredownloadhandler.lo magnatuneredownloadhandler.cpp
826
mv -f .deps/magnatuneredownloadhandler.Tpo .deps/magnatuneredownloadhandler.Plo
827
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunedownloadinfo.lo -MD -MP -MF .deps/magnatunedownloadinfo.Tpo -c -o magnatunedownloadinfo.lo magnatunedownloadinfo.cpp
828
mv -f .deps/magnatunedownloadinfo.Tpo .deps/magnatunedownloadinfo.Plo
829
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunealbumdownloader.lo -MD -MP -MF .deps/magnatunealbumdownloader.Tpo -c -o magnatunealbumdownloader.lo magnatunealbumdownloader.cpp
830
In file included from ../../../amarok/src/collectiondb.h:17,
831
                 from magnatunedatabasehandler.h:23,
832
                 from magnatunealbumdownloader.cpp:23:
833
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
834
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
835
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
836
In file included from ../../../amarok/src/collectiondb.h:23,
837
                 from magnatunedatabasehandler.h:23,
838
                 from magnatunealbumdownloader.cpp:23:
839
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
840
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
841
magnatunealbumdownloader.cpp: In member function ‘void MagnatuneAlbumDownloader::albumDownloadComplete(KIO::Job*)’:
842
magnatunealbumdownloader.cpp:97: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result
843
mv -f .deps/magnatunealbumdownloader.Tpo .deps/magnatunealbumdownloader.Plo
844
/opt/qt/bin/moc magnatunedownloaddialogbase.h -o magnatunedownloaddialogbase.moc
845
rm -f magnatunedownloaddialogbase.cpp
846
echo '#include <kdialog.h>' > magnatunedownloaddialogbase.cpp
847
echo '#include <klocale.h>' >> magnatunedownloaddialogbase.cpp
848
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i magnatunedownloaddialogbase.h ./magnatunedownloaddialogbase.ui > magnatunedownloaddialogbase.cpp.temp ; ret=$?; \
849
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" magnatunedownloaddialogbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_magnatunedownloaddialogbase,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> magnatunedownloaddialogbase.cpp ;\
850
rm -f magnatunedownloaddialogbase.cpp.temp ;\
851
if test "$ret" = 0; then echo '#include "magnatunedownloaddialogbase.moc"' >> magnatunedownloaddialogbase.cpp; else rm -f magnatunedownloaddialogbase.cpp ; exit $ret ; fi
852
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunedownloaddialogbase.lo -MD -MP -MF .deps/magnatunedownloaddialogbase.Tpo -c -o magnatunedownloaddialogbase.lo magnatunedownloaddialogbase.cpp
853
mv -f .deps/magnatunedownloaddialogbase.Tpo .deps/magnatunedownloaddialogbase.Plo
854
/opt/qt/bin/moc magnatunepurchasedialogbase.h -o magnatunepurchasedialogbase.moc
855
rm -f magnatunepurchasedialogbase.cpp
856
echo '#include <kdialog.h>' > magnatunepurchasedialogbase.cpp
857
echo '#include <klocale.h>' >> magnatunepurchasedialogbase.cpp
858
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i magnatunepurchasedialogbase.h ./magnatunepurchasedialogbase.ui > magnatunepurchasedialogbase.cpp.temp ; ret=$?; \
859
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" magnatunepurchasedialogbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_magnatunepurchasedialogbase,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> magnatunepurchasedialogbase.cpp ;\
860
rm -f magnatunepurchasedialogbase.cpp.temp ;\
861
if test "$ret" = 0; then echo '#include "magnatunepurchasedialogbase.moc"' >> magnatunepurchasedialogbase.cpp; else rm -f magnatunepurchasedialogbase.cpp ; exit $ret ; fi
862
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunepurchasedialogbase.lo -MD -MP -MF .deps/magnatunepurchasedialogbase.Tpo -c -o magnatunepurchasedialogbase.lo magnatunepurchasedialogbase.cpp
863
In file included from magnatunepurchasedialogbase.cpp:22:
864
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
865
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
866
mv -f .deps/magnatunepurchasedialogbase.Tpo .deps/magnatunepurchasedialogbase.Plo
867
/opt/qt/bin/moc magnatuneredownloaddialogbase.h -o magnatuneredownloaddialogbase.moc
868
rm -f magnatuneredownloaddialogbase.cpp
869
echo '#include <kdialog.h>' > magnatuneredownloaddialogbase.cpp
870
echo '#include <klocale.h>' >> magnatuneredownloaddialogbase.cpp
871
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i magnatuneredownloaddialogbase.h ./magnatuneredownloaddialogbase.ui > magnatuneredownloaddialogbase.cpp.temp ; ret=$?; \
872
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" magnatuneredownloaddialogbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_magnatuneredownloaddialogbase,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> magnatuneredownloaddialogbase.cpp ;\
873
rm -f magnatuneredownloaddialogbase.cpp.temp ;\
874
if test "$ret" = 0; then echo '#include "magnatuneredownloaddialogbase.moc"' >> magnatuneredownloaddialogbase.cpp; else rm -f magnatuneredownloaddialogbase.cpp ; exit $ret ; fi
875
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatuneredownloaddialogbase.lo -MD -MP -MF .deps/magnatuneredownloaddialogbase.Tpo -c -o magnatuneredownloaddialogbase.lo magnatuneredownloaddialogbase.cpp
876
mv -f .deps/magnatuneredownloaddialogbase.Tpo .deps/magnatuneredownloaddialogbase.Plo
877
/opt/qt/bin/moc ./magnatuneredownloadhandler.h -o magnatuneredownloadhandler.moc.cpp
878
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatuneredownloadhandler.moc.lo -MD -MP -MF .deps/magnatuneredownloadhandler.moc.Tpo -c -o magnatuneredownloadhandler.moc.lo magnatuneredownloadhandler.moc.cpp
879
mv -f .deps/magnatuneredownloadhandler.moc.Tpo .deps/magnatuneredownloadhandler.moc.Plo
880
/opt/qt/bin/moc ./magnatunealbumdownloader.h -o magnatunealbumdownloader.moc.cpp
881
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore     -I../../../amarok/src/amarokcore     -I../../../amarok/src/analyzers     -I../../../amarok/src/plugin     -I../../../amarok/src/statusbar     -I../../../amarok/src/mediadevice     -I../../../amarok/src/device     -I../../../amarok/src     -I/opt/kde/include/arts     -I/usr/include/taglib            -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g     -I/usr/include          -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT magnatunealbumdownloader.moc.lo -MD -MP -MF .deps/magnatunealbumdownloader.moc.Tpo -c -o magnatunealbumdownloader.moc.lo magnatunealbumdownloader.moc.cpp
882
mv -f .deps/magnatunealbumdownloader.moc.Tpo .deps/magnatunealbumdownloader.moc.Plo
883
/bin/sh ../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libmagnatunebrowser.la  magnatuneartistinfobox.lo magnatunebrowser.lo magnatunedownloaddialog.lo magnatunepurchasedialog.lo magnatunepurchasehandler.lo magnatunetypes.lo magnatunexmlparser.lo magnatunedatabasehandler.lo magnatunelistviewitems.lo magnatunelistview.lo magnatuneredownloaddialog.lo magnatuneredownloadhandler.lo magnatunedownloadinfo.lo magnatunealbumdownloader.lo magnatunedownloaddialogbase.lo magnatunepurchasedialogbase.lo magnatuneredownloaddialogbase.lo magnatuneredownloadhandler.moc.lo magnatunealbumdownloader.moc.lo   
884
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/magnatunebrowser'
885
Making all in sqlite
886
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/sqlite'
887
/bin/sh ../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../..   -DQT_THREAD_SUPPORT  -D_REENTRANT -I/opt/kde/include -I/opt/qt/include -I.  -DTHREADSAFE=1 -DHAVE_USLEEP=1 -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT libsqlite_la-sqlite3.lo -MD -MP -MF .deps/libsqlite_la-sqlite3.Tpo -c -o libsqlite_la-sqlite3.lo `test -f 'sqlite3.c' || echo './'`sqlite3.c
888
sqlite3.c: In function ‘parseModifier’:
889
sqlite3.c:6795: warning: comparison between signed and unsigned
890
sqlite3.c: In function ‘ctimeFunc’:
891
sqlite3.c:7217: warning: unused parameter ‘argc’
892
sqlite3.c:7218: warning: unused parameter ‘argv’
893
sqlite3.c: In function ‘cdateFunc’:
894
sqlite3.c:7235: warning: unused parameter ‘argc’
895
sqlite3.c:7236: warning: unused parameter ‘argv’
896
sqlite3.c: In function ‘ctimestampFunc’:
897
sqlite3.c:7253: warning: unused parameter ‘argc’
898
sqlite3.c:7254: warning: unused parameter ‘argv’
899
sqlite3.c: In function ‘sqlite3RegisterDateTimeFunctions’:
900
sqlite3.c:7328: warning: initialization discards qualifiers from pointer target type
901
sqlite3.c:7329: warning: initialization discards qualifiers from pointer target type
902
sqlite3.c:7330: warning: initialization discards qualifiers from pointer target type
903
sqlite3.c:7331: warning: initialization discards qualifiers from pointer target type
904
sqlite3.c:7332: warning: initialization discards qualifiers from pointer target type
905
sqlite3.c:7333: warning: initialization discards qualifiers from pointer target type
906
sqlite3.c:7334: warning: initialization discards qualifiers from pointer target type
907
sqlite3.c:7335: warning: initialization discards qualifiers from pointer target type
908
sqlite3.c:7339: warning: comparison between signed and unsigned
909
sqlite3.c: In function ‘vxprintf’:
910
sqlite3.c:8533: warning: declaration of ‘exp’ shadows a global declaration
911
/usr/include/bits/mathcalls.h:101: warning: shadowed declaration is here
912
sqlite3.c:8625: warning: comparison between signed and unsigned
913
sqlite3.c:8751: warning: assignment discards qualifiers from pointer target type
914
sqlite3.c:8763: warning: assignment discards qualifiers from pointer target type
915
sqlite3.c:8765: warning: assignment discards qualifiers from pointer target type
916
sqlite3.c:8767: warning: assignment discards qualifiers from pointer target type
917
sqlite3.c:8899: warning: assignment discards qualifiers from pointer target type
918
sqlite3.c:8914: warning: assignment discards qualifiers from pointer target type
919
sqlite3.c:8971: warning: comparison between signed and unsigned
920
sqlite3.c:8987: warning: comparison between signed and unsigned
921
sqlite3.c: In function ‘sqlite3SafetyCheck’:
922
sqlite3.c:10707: warning: comparison between signed and unsigned
923
sqlite3.c:10708: warning: comparison between signed and unsigned
924
sqlite3.c:10709: warning: comparison between signed and unsigned
925
sqlite3.c: In function ‘sqlite3SafetyOn’:
926
sqlite3.c:10931: warning: comparison between signed and unsigned
927
sqlite3.c:10934: warning: comparison between signed and unsigned
928
sqlite3.c: In function ‘sqlite3SafetyOff’:
929
sqlite3.c:10947: warning: comparison between signed and unsigned
930
sqlite3.c: In function ‘sqlite3ThreadDataReadOnly’:
931
sqlite3.c:10974: warning: missing initializer
932
sqlite3.c:10974: warning: (near initialization for ‘zeroData.useSharedData’)
933
sqlite3.c: In function ‘sqlite3GenericAllocationSize’:
934
sqlite3.c:13077: warning: unused parameter ‘p’
935
sqlite3.c: In function ‘sqlite3UnixTempFileName’:
936
sqlite3.c:13923: warning: comparison between signed and unsigned
937
sqlite3.c: In function ‘full_fsync’:
938
sqlite3.c:14112: warning: unused parameter ‘fullSync’
939
sqlite3.c: In function ‘unixSectorSize’:
940
sqlite3.c:15317: warning: unused parameter ‘id’
941
sqlite3.c: In function ‘sqlite3UnixRandomSeed’:
942
sqlite3.c:15641: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result
943
sqlite3.c: In function ‘sqlite3UnixThreadSpecificData’:
944
sqlite3.c:15801: warning: missing initializer
945
sqlite3.c:15801: warning: (near initialization for ‘zeroData.useSharedData’)
946
sqlite3.c: In function ‘readMasterJournal’:
947
sqlite3.c:18525: warning: comparison between signed and unsigned
948
sqlite3.c: In function ‘pager_playback_one_page’:
949
sqlite3.c:18993: warning: comparison between signed and unsigned
950
sqlite3.c: In function ‘pager_playback’:
951
sqlite3.c:19332: warning: comparison between signed and unsigned
952
sqlite3.c: In function ‘sqlite3PagerSetSafetyLevel’:
953
sqlite3.c:19520: warning: declaration of ‘full_fsync’ shadows a global declaration
954
sqlite3.c:14112: warning: shadowed declaration is here
955
sqlite3.c: In function ‘pager_truncate_cache’:
956
sqlite3.c:19976: warning: comparison between signed and unsigned
957
sqlite3.c: In function ‘pager_write_pagelist’:
958
sqlite3.c:20405: warning: comparison between signed and unsigned
959
sqlite3.c: In function ‘sqlite3PagerAcquire’:
960
sqlite3.c:20958: warning: comparison between signed and unsigned
961
sqlite3.c: In function ‘sqlite3PagerWrite’:
962
sqlite3.c:21563: warning: comparison between signed and unsigned
963
sqlite3.c:21565: warning: comparison between signed and unsigned
964
sqlite3.c: In function ‘sqlite3PagerCommitPhaseOne’:
965
sqlite3.c:21781: warning: comparison between signed and unsigned
966
sqlite3.c:21782: warning: comparison between signed and unsigned
967
sqlite3.c: In function ‘defragmentPage’:
968
sqlite3.c:23518: warning: declaration of ‘brk’ shadows a global declaration
969
/usr/include/unistd.h:1061: warning: shadowed declaration is here
970
sqlite3.c: In function ‘pageDestructor’:
971
sqlite3.c:23906: warning: unused parameter ‘pageSize’
972
sqlite3.c: In function ‘pageReinit’:
973
sqlite3.c:23926: warning: unused parameter ‘pageSize’
974
sqlite3.c: In function ‘incrVacuumStep’:
975
sqlite3.c:24781: warning: comparison between signed and unsigned
976
sqlite3.c:24855: warning: comparison between signed and unsigned
977
sqlite3.c: In function ‘autoVacuumCommit’:
978
sqlite3.c:24909: warning: comparison between signed and unsigned
979
sqlite3.c:24915: warning: comparison between signed and unsigned
980
sqlite3.c:24915: warning: comparison between signed and unsigned
981
sqlite3.c:24918: warning: comparison between signed and unsigned
982
sqlite3.c: In function ‘dfltCompare’:
983
sqlite3.c:25224: warning: unused parameter ‘NotUsed’
984
sqlite3.c: In function ‘getOverflowPage’:
985
sqlite3.c:25522: warning: comparison between signed and unsigned
986
sqlite3.c:25526: warning: comparison between signed and unsigned
987
sqlite3.c: In function ‘accessPayload’:
988
sqlite3.c:25647: warning: comparison between signed and unsigned
989
sqlite3.c: In function ‘fetchPayload’:
990
sqlite3.c:25842: warning: comparison between signed and unsigned
991
sqlite3.c: In function ‘allocateBtreePage’:
992
sqlite3.c:26392: warning: comparison between signed and unsigned
993
sqlite3.c:26528: warning: comparison between signed and unsigned
994
sqlite3.c:26565: warning: comparison between signed and unsigned
995
sqlite3.c: In function ‘clearCell’:
996
sqlite3.c:26704: warning: comparison between signed and unsigned
997
sqlite3.c: In function ‘fillInCell’:
998
sqlite3.c:26792: warning: comparison between signed and unsigned
999
sqlite3.c: In function ‘balance_deeper’:
1000
sqlite3.c:27911: warning: declaration of ‘brk’ shadows a global declaration
1001
/usr/include/unistd.h:1061: warning: shadowed declaration is here
1002
sqlite3.c: In function ‘sqlite3BtreeCreateTable’:
1003
sqlite3.c:28266: warning: comparison between signed and unsigned
1004
sqlite3.c: In function ‘clearDatabasePage’:
1005
sqlite3.c:28368: warning: comparison between signed and unsigned
1006
sqlite3.c: In function ‘sqlite3BtreeDropTable’:
1007
sqlite3.c:28488: warning: comparison between signed and unsigned
1008
sqlite3.c:28531: warning: comparison between signed and unsigned
1009
sqlite3.c: In function ‘checkAppendMsg’:
1010
sqlite3.c:28663: warning: assignment discards qualifiers from pointer target type
1011
sqlite3.c: In function ‘sqlite3BtreeIntegrityCheck’:
1012
sqlite3.c:29024: warning: passing argument 5 of ‘checkList’ discards qualifiers from pointer target type
1013
sqlite3.c:29035: warning: passing argument 4 of ‘checkTreePage’ discards qualifiers from pointer target type
1014
sqlite3.c:29050: warning: comparison between signed and unsigned
1015
sqlite3.c:29054: warning: comparison between signed and unsigned
1016
sqlite3.c: In function ‘sqlite3VdbeMemMakeWriteable’:
1017
sqlite3.c:29539: warning: comparison between signed and unsigned
1018
sqlite3.c: In function ‘sqlite3ValueText’:
1019
sqlite3.c:30258: warning: cast from pointer to integer of different size
1020
sqlite3.c: In function ‘resizeOpArray’:
1021
sqlite3.c:30504: warning: comparison between signed and unsigned
1022
sqlite3.c: In function ‘displayP3’:
1023
sqlite3.c:31040: warning: assignment discards qualifiers from pointer target type
1024
sqlite3.c: In function ‘sqlite3VdbeList’:
1025
sqlite3.c:31093: warning: comparison between signed and unsigned
1026
sqlite3.c: In function ‘vdbeCommit’:
1027
sqlite3.c:31527: warning: declaration of ‘random’ shadows a global declaration
1028
/usr/include/stdlib.h:327: warning: shadowed declaration is here
1029
sqlite3.c: In function ‘sqlite3AbortOtherActiveVdbes’:
1030
sqlite3.c:31686: warning: comparison between signed and unsigned
1031
sqlite3.c: In function ‘sqlite3VdbeHalt’:
1032
sqlite3.c:31743: warning: comparison between signed and unsigned
1033
sqlite3.c: In function ‘sqlite3VdbeFinalize’:
1034
sqlite3.c:32006: warning: comparison between signed and unsigned
1035
sqlite3.c: In function ‘sqlite3VdbeRecordCompare’:
1036
sqlite3.c:32445: warning: comparison between signed and unsigned
1037
sqlite3.c:32447: warning: comparison between signed and unsigned
1038
sqlite3.c:32472: warning: comparison between signed and unsigned
1039
sqlite3.c:32474: warning: comparison between signed and unsigned
1040
sqlite3.c: In function ‘sqlite3Step’:
1041
sqlite3.c:32786: warning: comparison between signed and unsigned
1042
sqlite3.c: In function ‘sqlite3InvalidFunction’:
1043
sqlite3.c:32936: warning: unused parameter ‘argc’
1044
sqlite3.c:32937: warning: unused parameter ‘argv’
1045
sqlite3.c: In function ‘columnMem’:
1046
sqlite3.c:33064: warning: initialization discards qualifiers from pointer target type
1047
sqlite3.c:33064: warning: missing initializer
1048
sqlite3.c:33064: warning: (near initialization for ‘nullMem.enc’)
1049
sqlite3.c: In function ‘vdbeUnbind’:
1050
sqlite3.c:33300: warning: comparison between signed and unsigned
1051
sqlite3.c: In function ‘sqlite3_transfer_bindings’:
1052
sqlite3.c:33496: warning: comparison between signed and unsigned
1053
sqlite3.c:33497: warning: comparison between signed and unsigned
1054
sqlite3.c: In function ‘sqlite3VdbeExec’:
1055
sqlite3.c:33985: warning: comparison between signed and unsigned
1056
sqlite3.c:34344: warning: assignment discards qualifiers from pointer target type
1057
sqlite3.c:35607: warning: comparison between signed and unsigned
1058
sqlite3.c:35625: warning: comparison between signed and unsigned
1059
sqlite3.c:35640: warning: comparison between signed and unsigned
1060
sqlite3.c:36890: warning: comparison between signed and unsigned
1061
sqlite3.c:37568: warning: comparison between signed and unsigned
1062
sqlite3.c:38735: warning: comparison between signed and unsigned
1063
sqlite3.c: In function ‘lookupName’:
1064
sqlite3.c:40249: warning: assignment discards qualifiers from pointer target type
1065
sqlite3.c:40270: warning: comparison between signed and unsigned
1066
sqlite3.c: In function ‘renameTableFunc’:
1067
sqlite3.c:41679: warning: unused parameter ‘argc’
1068
sqlite3.c: In function ‘renameTriggerFunc’:
1069
sqlite3.c:41732: warning: unused parameter ‘argc’
1070
sqlite3.c: In function ‘sqlite3AlterFunctions’:
1071
sqlite3.c:41805: warning: initialization discards qualifiers from pointer target type
1072
sqlite3.c:41807: warning: initialization discards qualifiers from pointer target type
1073
sqlite3.c:41812: warning: comparison between signed and unsigned
1074
sqlite3.c: In function ‘analysisLoader’:
1075
sqlite3.c:42596: warning: unused parameter ‘argc’
1076
sqlite3.c:42596: warning: unused parameter ‘azNotUsed’
1077
sqlite3.c: In function ‘attachFunc’:
1078
sqlite3.c:42727: warning: unused parameter ‘argc’
1079
sqlite3.c: In function ‘detachFunc’:
1080
sqlite3.c:42890: warning: unused parameter ‘argc’
1081
sqlite3.c: In function ‘sqlite3FindDb’:
1082
sqlite3.c:44025: warning: comparison between signed and unsigned
1083
sqlite3.c: In function ‘createTableStmt’:
1084
sqlite3.c:44732: warning: assignment discards qualifiers from pointer target type
1085
sqlite3.c:44733: warning: assignment discards qualifiers from pointer target type
1086
sqlite3.c:44734: warning: assignment discards qualifiers from pointer target type
1087
sqlite3.c:44736: warning: assignment discards qualifiers from pointer target type
1088
sqlite3.c:44737: warning: assignment discards qualifiers from pointer target type
1089
sqlite3.c:44738: warning: assignment discards qualifiers from pointer target type
1090
sqlite3.c: In function ‘sqlite3EndTable’:
1091
sqlite3.c:44861: warning: assignment discards qualifiers from pointer target type
1092
sqlite3.c:44862: warning: assignment discards qualifiers from pointer target type
1093
sqlite3.c:44866: warning: assignment discards qualifiers from pointer target type
1094
sqlite3.c:44867: warning: assignment discards qualifiers from pointer target type
1095
sqlite3.c: In function ‘sqlite3DropTable’:
1096
sqlite3.c:45376: warning: declaration of ‘v’ shadows a previous local
1097
sqlite3.c:45290: warning: shadowed declaration is here
1098
sqlite3.c: In function ‘sqlite3GenerateRowDelete’:
1099
sqlite3.c:47809: warning: unused parameter ‘db’
1100
sqlite3.c: In function ‘typeofFunc’:
1101
sqlite3.c:47950: warning: unused parameter ‘argc’
1102
sqlite3.c: In function ‘lengthFunc’:
1103
sqlite3.c:47970: warning: unused parameter ‘argc’
1104
sqlite3.c: In function ‘absFunc’:
1105
sqlite3.c:48004: warning: unused parameter ‘argc’
1106
sqlite3.c: In function ‘substrFunc’:
1107
sqlite3.c:48044: warning: unused parameter ‘argc’
1108
sqlite3.c: In function ‘randomFunc’:
1109
sqlite3.c:48186: warning: unused parameter ‘argc’
1110
sqlite3.c:48187: warning: unused parameter ‘argv’
1111
sqlite3.c: In function ‘randomBlob’:
1112
sqlite3.c:48202: warning: unused parameter ‘argc’
1113
sqlite3.c: In function ‘last_insert_rowid’:
1114
sqlite3.c:48229: warning: unused parameter ‘arg’
1115
sqlite3.c:48230: warning: unused parameter ‘argv’
1116
sqlite3.c: In function ‘changes’:
1117
sqlite3.c:48242: warning: unused parameter ‘arg’
1118
sqlite3.c:48243: warning: unused parameter ‘argv’
1119
sqlite3.c: In function ‘total_changes’:
1120
sqlite3.c:48255: warning: unused parameter ‘arg’
1121
sqlite3.c:48256: warning: unused parameter ‘argv’
1122
sqlite3.c: In function ‘patternCompare’:
1123
sqlite3.c:48342: warning: comparison between signed and unsigned
1124
sqlite3.c:48403: warning: comparison between signed and unsigned
1125
sqlite3.c: In function ‘nullifFunc’:
1126
sqlite3.c:48492: warning: unused parameter ‘argc’
1127
sqlite3.c: In function ‘versionFunc’:
1128
sqlite3.c:48507: warning: unused parameter ‘argc’
1129
sqlite3.c:48508: warning: unused parameter ‘argv’
1130
sqlite3.c: In function ‘hexFunc’:
1131
sqlite3.c:48606: warning: unused parameter ‘argc’
1132
sqlite3.c: In function ‘zeroblobFunc’:
1133
sqlite3.c:48636: warning: unused parameter ‘argc’
1134
sqlite3.c: In function ‘replaceFunc’:
1135
sqlite3.c:48657: warning: unused parameter ‘argc’
1136
sqlite3.c: In function ‘trimFunc’:
1137
sqlite3.c:48771: warning: cast from pointer to integer of different size
1138
sqlite3.c: In function ‘sumStep’:
1139
sqlite3.c:49056: warning: unused parameter ‘argc’
1140
sqlite3.c: In function ‘minmaxStep’:
1141
sqlite3.c:49135: warning: unused parameter ‘argc’
1142
sqlite3.c: In function ‘sqlite3RegisterBuiltinFunctions’:
1143
sqlite3.c:49190: warning: initialization discards qualifiers from pointer target type
1144
sqlite3.c:49191: warning: initialization discards qualifiers from pointer target type
1145
sqlite3.c:49192: warning: initialization discards qualifiers from pointer target type
1146
sqlite3.c:49193: warning: initialization discards qualifiers from pointer target type
1147
sqlite3.c:49194: warning: initialization discards qualifiers from pointer target type
1148
sqlite3.c:49195: warning: initialization discards qualifiers from pointer target type
1149
sqlite3.c:49196: warning: initialization discards qualifiers from pointer target type
1150
sqlite3.c:49197: warning: initialization discards qualifiers from pointer target type
1151
sqlite3.c:49198: warning: initialization discards qualifiers from pointer target type
1152
sqlite3.c:49199: warning: initialization discards qualifiers from pointer target type
1153
sqlite3.c:49200: warning: initialization discards qualifiers from pointer target type
1154
sqlite3.c:49201: warning: initialization discards qualifiers from pointer target type
1155
sqlite3.c:49202: warning: initialization discards qualifiers from pointer target type
1156
sqlite3.c:49203: warning: initialization discards qualifiers from pointer target type
1157
sqlite3.c:49204: warning: initialization discards qualifiers from pointer target type
1158
sqlite3.c:49205: warning: initialization discards qualifiers from pointer target type
1159
sqlite3.c:49206: warning: initialization discards qualifiers from pointer target type
1160
sqlite3.c:49207: warning: initialization discards qualifiers from pointer target type
1161
sqlite3.c:49208: warning: initialization discards qualifiers from pointer target type
1162
sqlite3.c:49209: warning: initialization discards qualifiers from pointer target type
1163
sqlite3.c:49210: warning: initialization discards qualifiers from pointer target type
1164
sqlite3.c:49211: warning: initialization discards qualifiers from pointer target type
1165
sqlite3.c:49212: warning: initialization discards qualifiers from pointer target type
1166
sqlite3.c:49213: warning: initialization discards qualifiers from pointer target type
1167
sqlite3.c:49214: warning: initialization discards qualifiers from pointer target type
1168
sqlite3.c:49215: warning: initialization discards qualifiers from pointer target type
1169
sqlite3.c:49216: warning: initialization discards qualifiers from pointer target type
1170
sqlite3.c:49217: warning: initialization discards qualifiers from pointer target type
1171
sqlite3.c:49218: warning: initialization discards qualifiers from pointer target type
1172
sqlite3.c:49219: warning: initialization discards qualifiers from pointer target type
1173
sqlite3.c:49220: warning: initialization discards qualifiers from pointer target type
1174
sqlite3.c:49221: warning: initialization discards qualifiers from pointer target type
1175
sqlite3.c:49222: warning: initialization discards qualifiers from pointer target type
1176
sqlite3.c:49227: warning: initialization discards qualifiers from pointer target type
1177
sqlite3.c:49228: warning: initialization discards qualifiers from pointer target type
1178
sqlite3.c:49246: warning: initialization discards qualifiers from pointer target type
1179
sqlite3.c:49247: warning: initialization discards qualifiers from pointer target type
1180
sqlite3.c:49248: warning: initialization discards qualifiers from pointer target type
1181
sqlite3.c:49249: warning: initialization discards qualifiers from pointer target type
1182
sqlite3.c:49250: warning: initialization discards qualifiers from pointer target type
1183
sqlite3.c:49251: warning: initialization discards qualifiers from pointer target type
1184
sqlite3.c:49252: warning: initialization discards qualifiers from pointer target type
1185
sqlite3.c:49256: warning: comparison between signed and unsigned
1186
sqlite3.c:49262: warning: cast to pointer from integer of different size
1187
sqlite3.c:49280: warning: comparison between signed and unsigned
1188
sqlite3.c:49281: warning: cast to pointer from integer of different size
1189
sqlite3.c: In function ‘sqlite3GenerateConstraintChecks’:
1190
sqlite3.c:50522: warning: comparison between signed and unsigned
1191
sqlite3.c:50529: warning: comparison between signed and unsigned
1192
sqlite3.c: In function ‘getSafetyLevel’:
1193
sqlite3.c:51899: warning: comparison between signed and unsigned
1194
sqlite3.c: In function ‘flagPragma’:
1195
sqlite3.c:52048: warning: comparison between signed and unsigned
1196
sqlite3.c: In function ‘sqlite3Pragma’:
1197
sqlite3.c:52667: warning: initialization discards qualifiers from pointer target type
1198
sqlite3.c:52742: warning: initialization discards qualifiers from pointer target type
1199
sqlite3.c:52744: warning: initialization discards qualifiers from pointer target type
1200
sqlite3.c:52767: warning: initialization discards qualifiers from pointer target type
1201
sqlite3.c:52820: warning: initialization discards qualifiers from pointer target type
1202
sqlite3.c:52821: warning: initialization discards qualifiers from pointer target type
1203
sqlite3.c:52822: warning: initialization discards qualifiers from pointer target type
1204
sqlite3.c:52823: warning: initialization discards qualifiers from pointer target type
1205
sqlite3.c:52824: warning: initialization discards qualifiers from pointer target type
1206
sqlite3.c:52825: warning: initialization discards qualifiers from pointer target type
1207
sqlite3.c:52826: warning: initialization discards qualifiers from pointer target type
1208
sqlite3.c:52827: warning: initialization discards qualifiers from pointer target type
1209
sqlite3.c: In function ‘sqlite3InitCallback’:
1210
sqlite3.c:53075: warning: unused parameter ‘argc’
1211
sqlite3.c:53075: warning: unused parameter ‘azColName’
1212
sqlite3.c: In function ‘sqlite3InitOne’:
1213
sqlite3.c:53255: warning: comparison between signed and unsigned
1214
sqlite3.c: In function ‘sqlite3JoinType’:
1215
sqlite3.c:53864: warning: comparison between signed and unsigned
1216
sqlite3.c:53871: warning: comparison between signed and unsigned
1217
sqlite3.c: In function ‘generateSortTail’:
1218
sqlite3.c:54453: warning: declaration of ‘brk’ shadows a global declaration
1219
/usr/include/unistd.h:1061: warning: shadowed declaration is here
1220
sqlite3.c: In function ‘generateColumnNames’:
1221
sqlite3.c:54747: warning: assignment discards qualifiers from pointer target type
1222
sqlite3.c: In function ‘selectOpName’:
1223
sqlite3.c:54784: warning: assignment discards qualifiers from pointer target type
1224
sqlite3.c:54785: warning: assignment discards qualifiers from pointer target type
1225
sqlite3.c:54786: warning: assignment discards qualifiers from pointer target type
1226
sqlite3.c:54787: warning: assignment discards qualifiers from pointer target type
1227
sqlite3.c: In function ‘simpleMinMaxQuery’:
1228
sqlite3.c:56144: warning: declaration of ‘brk’ shadows a global declaration
1229
/usr/include/unistd.h:1061: warning: shadowed declaration is here
1230
sqlite3.c: In function ‘sqlite3_get_table’:
1231
sqlite3.c:57381: warning: cast to pointer from integer of different size
1232
sqlite3.c: In function ‘sqlite3_free_table’:
1233
sqlite3.c:57426: warning: cast from pointer to integer of different size
1234
sqlite3.c: In function ‘sqlite3FinishTrigger’:
1235
sqlite3.c:57666: warning: initialization discards qualifiers from pointer target type
1236
sqlite3.c:57670: warning: initialization discards qualifiers from pointer target type
1237
sqlite3.c:57673: warning: initialization discards qualifiers from pointer target type
1238
sqlite3.c: In function ‘sqlite3DropTriggerPtr’:
1239
sqlite3.c:57966: warning: initialization discards qualifiers from pointer target type
1240
sqlite3.c: In function ‘sqlite3TriggersExist’:
1241
sqlite3.c:58040: warning: unused parameter ‘pParse’
1242
sqlite3.c: In function ‘sqlite3RunVacuum’:
1243
sqlite3.c:58998: warning: assignment discards qualifiers from pointer target type
1244
sqlite3.c:59114: warning: comparison between signed and unsigned
1245
sqlite3.c: In function ‘sqlite3VtabUnlock’:
1246
sqlite3.c:59247: warning: comparison between signed and unsigned
1247
sqlite3.c: In function ‘sqlite3VtabRollback’:
1248
sqlite3.c:59808: warning: cast from pointer to integer of different size
1249
sqlite3.c: In function ‘sqlite3VtabCommit’:
1250
sqlite3.c:59817: warning: cast from pointer to integer of different size
1251
sqlite3.c: In function ‘bestVirtualIndex’:
1252
sqlite3.c:61157: warning: declaration of ‘pTerm’ shadows a previous local
1253
sqlite3.c:61146: warning: shadowed declaration is here
1254
sqlite3.c: In function ‘bestIndex’:
1255
sqlite3.c:61540: warning: comparison between signed and unsigned
1256
sqlite3.c: In function ‘sqlite3WhereBegin’:
1257
sqlite3.c:61889: warning: declaration of ‘brk’ shadows a global declaration
1258
/usr/include/unistd.h:1061: warning: shadowed declaration is here
1259
sqlite3.c:61902: warning: comparison between signed and unsigned
1260
sqlite3.c:62109: warning: comparison between signed and unsigned
1261
sqlite3.c:62187: warning: declaration of ‘j’ shadows a previous local
1262
sqlite3.c:62143: warning: shadowed declaration is here
1263
sqlite3.c: In function ‘yyStackOverflow’:
1264
sqlite3.c:64157: warning: unused parameter ‘yypMinor’
1265
sqlite3.c: In function ‘yy_syntax_error’:
1266
sqlite3.c:65610: warning: unused parameter ‘yymajor’
1267
sqlite3.c: In function ‘binCollFunc’:
1268
sqlite3.c:66484: warning: unused parameter ‘NotUsed’
1269
sqlite3.c: In function ‘nocaseCollatingFunc’:
1270
sqlite3.c:66507: warning: unused parameter ‘NotUsed’
1271
sqlite3.c: In function ‘sqlite3_close’:
1272
sqlite3.c:66588: warning: comparison between signed and unsigned
1273
sqlite3.c: In function ‘sqliteDefaultBusyCallback’:
1274
sqlite3.c:66741: warning: comparison between signed and unsigned
1275
sqlite3.c: In function ‘sqlite3_interrupt’:
1276
sqlite3.c:66849: warning: comparison between signed and unsigned
1277
sqlite3.c:66849: warning: comparison between signed and unsigned
1278
sqlite3.c: In function ‘openDatabase’:
1279
sqlite3.c:67416: warning: assignment discards qualifiers from pointer target type
1280
sqlite3.c:67419: warning: assignment discards qualifiers from pointer target type
1281
sqlite3.c: At top level:
1282
sqlite3.c:13077: warning: ‘sqlite3GenericAllocationSize’ defined but not used
1283
sqlite3.c:6225: warning: ‘sqlite3Utf16Substr’ declared ‘static’ but never defined
1284
sqlite3.c:6344: warning: ‘sqlite3Get2byte’ declared ‘static’ but never defined
1285
sqlite3.c:6346: warning: ‘sqlite3Put2byte’ declared ‘static’ but never defined
1286
sqlite3.c:23342: warning: ‘sqlite3BtreeFindCell’ defined but not used
1287
sqlite3.c: In function ‘sqlite3Update’:
1288
sqlite3.c:58368: warning: ‘sContext.zAuthContext’ may be used uninitialized in this function
1289
sqlite3.c: In function ‘sqlite3DeleteFrom’:
1290
sqlite3.c:47522: warning: ‘sContext.zAuthContext’ may be used uninitialized in this function
1291
sqlite3.c: In function ‘sqlite3VdbeExec’:
1292
sqlite3.c:37812: warning: ‘nErr’ may be used uninitialized in this function
1293
sqlite3.c:37562: warning: ‘iMoved’ may be used uninitialized in this function
1294
sqlite3.c:37290: warning: ‘res’ may be used uninitialized in this function
1295
mv -f .deps/libsqlite_la-sqlite3.Tpo .deps/libsqlite_la-sqlite3.Plo
1296
/bin/sh ../../../libtool --silent --tag=CC   --mode=link gcc-4.3 -I/opt/kde/include -I/opt/qt/include -I.  -DTHREADSAFE=1 -DHAVE_USLEEP=1 -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -lpthread -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libsqlite.la  libsqlite_la-sqlite3.lo  
1297
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/sqlite'
1298
Making all in analyzers
1299
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/analyzers'
1300
/opt/qt/bin/moc ./analyzerbase.h -o analyzerbase.moc
1301
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT analyzerbase.lo -MD -MP -MF .deps/analyzerbase.Tpo -c -o analyzerbase.lo analyzerbase.cpp
1302
mv -f .deps/analyzerbase.Tpo .deps/analyzerbase.Plo
1303
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT analyzerfactory.lo -MD -MP -MF .deps/analyzerfactory.Tpo -c -o analyzerfactory.lo analyzerfactory.cpp
1304
In file included from analyzerfactory.cpp:27:
1305
blockanalyzer.h:44: warning: type qualifiers ignored on function return type
1306
mv -f .deps/analyzerfactory.Tpo .deps/analyzerfactory.Plo
1307
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT baranalyzer.lo -MD -MP -MF .deps/baranalyzer.Tpo -c -o baranalyzer.lo baranalyzer.cpp
1308
mv -f .deps/baranalyzer.Tpo .deps/baranalyzer.Plo
1309
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT blockanalyzer.lo -MD -MP -MF .deps/blockanalyzer.Tpo -c -o blockanalyzer.lo blockanalyzer.cpp
1310
In file included from ../../../amarok/src/prettypopupmenu.h:27,
1311
                 from ../../../amarok/src/actionclasses.h:11,
1312
                 from blockanalyzer.cpp:10:
1313
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1314
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1315
In file included from blockanalyzer.cpp:12:
1316
blockanalyzer.h: At global scope:
1317
blockanalyzer.h:44: warning: type qualifiers ignored on function return type
1318
mv -f .deps/blockanalyzer.Tpo .deps/blockanalyzer.Plo
1319
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT glanalyzer.lo -MD -MP -MF .deps/glanalyzer.Tpo -c -o glanalyzer.lo glanalyzer.cpp
1320
mv -f .deps/glanalyzer.Tpo .deps/glanalyzer.Plo
1321
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT glanalyzer2.lo -MD -MP -MF .deps/glanalyzer2.Tpo -c -o glanalyzer2.lo glanalyzer2.cpp
1322
In file included from glanalyzer2.cpp:27:
1323
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1324
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1325
mv -f .deps/glanalyzer2.Tpo .deps/glanalyzer2.Plo
1326
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT glanalyzer3.lo -MD -MP -MF .deps/glanalyzer3.Tpo -c -o glanalyzer3.lo glanalyzer3.cpp
1327
In file included from glanalyzer3.cpp:27:
1328
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1329
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1330
mv -f .deps/glanalyzer3.Tpo .deps/glanalyzer3.Plo
1331
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT sonogram.lo -MD -MP -MF .deps/sonogram.Tpo -c -o sonogram.lo sonogram.cpp
1332
mv -f .deps/sonogram.Tpo .deps/sonogram.Plo
1333
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT turbine.lo -MD -MP -MF .deps/turbine.Tpo -c -o turbine.lo turbine.cpp
1334
mv -f .deps/turbine.Tpo .deps/turbine.Plo
1335
/opt/qt/bin/moc ./boomanalyzer.h -o boomanalyzer.moc
1336
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT boomanalyzer.lo -MD -MP -MF .deps/boomanalyzer.Tpo -c -o boomanalyzer.lo boomanalyzer.cpp
1337
mv -f .deps/boomanalyzer.Tpo .deps/boomanalyzer.Plo
1338
/bin/sh ../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libanalyzers.la  analyzerbase.lo analyzerfactory.lo baranalyzer.lo blockanalyzer.lo glanalyzer.lo glanalyzer2.lo glanalyzer3.lo sonogram.lo turbine.lo boomanalyzer.lo  
1339
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/analyzers'
1340
Making all in data
1341
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/data'
1342
make[4]: Nothing to be done for `all'.
1343
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/data'
1344
Making all in plugin
1345
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/plugin'
1346
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.cpp
1347
mv -f .deps/plugin.Tpo .deps/plugin.Plo
1348
/opt/qt/bin/moc ./pluginconfig.h -o pluginconfig.moc.cpp
1349
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT pluginconfig.moc.lo -MD -MP -MF .deps/pluginconfig.moc.Tpo -c -o pluginconfig.moc.lo pluginconfig.moc.cpp
1350
mv -f .deps/pluginconfig.moc.Tpo .deps/pluginconfig.moc.Plo
1351
/bin/sh ../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libplugin.la  plugin.lo pluginconfig.moc.lo   
1352
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/plugin'
1353
Making all in images
1354
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images'
1355
Making all in icons
1356
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images/icons'
1357
make[5]: Nothing to be done for `all'.
1358
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images/icons'
1359
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images'
1360
make[5]: Nothing to be done for `all-am'.
1361
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images'
1362
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images'
1363
Making all in loader
1364
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/loader'
1365
g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT loader.o -MD -MP -MF .deps/loader.Tpo -c -o loader.o loader.cpp
1366
mv -f .deps/loader.Tpo .deps/loader.Po
1367
/bin/sh ../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o amarok loader.o -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread -lkdeui 
1368
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/loader'
1369
Making all in scripts
1370
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts'
1371
Making all in common
1372
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/common'
1373
make[5]: Nothing to be done for `all'.
1374
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/common'
1375
Making all in lyrics_astraweb
1376
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/lyrics_astraweb'
1377
make[5]: Nothing to be done for `all'.
1378
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/lyrics_astraweb'
1379
Making all in lyrics_lyrc
1380
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/lyrics_lyrc'
1381
make[5]: Nothing to be done for `all'.
1382
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/lyrics_lyrc'
1383
Making all in playlist2html
1384
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/playlist2html'
1385
make[5]: Nothing to be done for `all'.
1386
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/playlist2html'
1387
Making all in ruby_debug
1388
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/ruby_debug'
1389
make[5]: Nothing to be done for `all'.
1390
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/ruby_debug'
1391
Making all in score_default
1392
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/score_default'
1393
make[5]: Nothing to be done for `all'.
1394
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/score_default'
1395
Making all in score_impulsive
1396
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/score_impulsive'
1397
make[5]: Nothing to be done for `all'.
1398
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/score_impulsive'
1399
Making all in templates
1400
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/templates'
1401
make[5]: Nothing to be done for `all'.
1402
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/templates'
1403
Making all in webcontrol
1404
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/webcontrol'
1405
make[5]: Nothing to be done for `all'.
1406
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/webcontrol'
1407
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts'
1408
make[5]: Nothing to be done for `all-am'.
1409
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts'
1410
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts'
1411
Making all in themes
1412
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes'
1413
Making all in example
1414
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/example'
1415
make[5]: Nothing to be done for `all'.
1416
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/example'
1417
Making all in reinhardt
1418
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt'
1419
Making all in images
1420
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt/images'
1421
make[6]: Nothing to be done for `all'.
1422
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt/images'
1423
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt'
1424
make[6]: Nothing to be done for `all-am'.
1425
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt'
1426
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt'
1427
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes'
1428
make[5]: Nothing to be done for `all-am'.
1429
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes'
1430
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes'
1431
Making all in vis
1432
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis'
1433
Making all in libvisual
1434
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis/libvisual'
1435
g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/usr/include/libvisual-0.4   -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT libvisual.o -MD -MP -MF .deps/libvisual.Tpo -c -o libvisual.o libvisual.cpp
1436
In file included from /usr/include/libvisual-0.4/libvisual/libvisual.h:30,
1437
                 from libvisual.h:16,
1438
                 from libvisual.cpp:22:
1439
/usr/include/libvisual-0.4/libvisual/lv_time.h:104: warning: unused parameter ‘lo’
1440
/usr/include/libvisual-0.4/libvisual/lv_time.h:104: warning: unused parameter ‘hi’
1441
mv -f .deps/libvisual.Tpo .deps/libvisual.Po
1442
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -lpthread -lm -ldl -lvisual-0.4   -L/usr/lib -lSDL -lpthread -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o amarok_libvisual libvisual.o  
1443
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis/libvisual'
1444
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis'
1445
make[5]: Nothing to be done for `all-am'.
1446
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis'
1447
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis'
1448
Making all in metadata
1449
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata'
1450
Making all in asf
1451
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/asf'
1452
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/asf'
1453
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT asfattribute.lo -MD -MP -MF .deps/asfattribute.Tpo -c -o asfattribute.lo asfattribute.cpp
1454
mv -f .deps/asfattribute.Tpo .deps/asfattribute.Plo
1455
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT asfproperties.lo -MD -MP -MF .deps/asfproperties.Tpo -c -o asfproperties.lo asfproperties.cpp
1456
mv -f .deps/asfproperties.Tpo .deps/asfproperties.Plo
1457
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT asftag.lo -MD -MP -MF .deps/asftag.Tpo -c -o asftag.lo asftag.cpp
1458
mv -f .deps/asftag.Tpo .deps/asftag.Plo
1459
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT asffile.lo -MD -MP -MF .deps/asffile.Tpo -c -o asffile.lo asffile.cpp
1460
mv -f .deps/asffile.Tpo .deps/asffile.Plo
1461
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT taglib_asffiletyperesolver.lo -MD -MP -MF .deps/taglib_asffiletyperesolver.Tpo -c -o taglib_asffiletyperesolver.lo taglib_asffiletyperesolver.cpp
1462
mv -f .deps/taglib_asffiletyperesolver.Tpo .deps/taglib_asffiletyperesolver.Plo
1463
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libtagasf.la  asfattribute.lo asfproperties.lo asftag.lo asffile.lo taglib_asffiletyperesolver.lo  
1464
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/asf'
1465
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/asf'
1466
Making all in audible
1467
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/audible'
1468
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/audible'
1469
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT audibleproperties.lo -MD -MP -MF .deps/audibleproperties.Tpo -c -o audibleproperties.lo audibleproperties.cpp
1470
audibleproperties.cpp: In member function ‘void TagLib::Audible::Properties::readAudibleProperties(FILE*, int)’:
1471
audibleproperties.cpp:78: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
1472
mv -f .deps/audibleproperties.Tpo .deps/audibleproperties.Plo
1473
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT audibletag.lo -MD -MP -MF .deps/audibletag.Tpo -c -o audibletag.lo audibletag.cpp
1474
audibletag.cpp: In member function ‘void TagLib::Audible::Tag::readTags(FILE*)’:
1475
audibletag.cpp:74: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
1476
audibletag.cpp: In member function ‘bool TagLib::Audible::Tag::readTag(FILE*, char**, char**)’:
1477
audibletag.cpp:134: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
1478
audibletag.cpp:141: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
1479
audibletag.cpp:147: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
1480
audibletag.cpp:148: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
1481
audibletag.cpp:150: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
1482
mv -f .deps/audibletag.Tpo .deps/audibletag.Plo
1483
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT taglib_audiblefile.lo -MD -MP -MF .deps/taglib_audiblefile.Tpo -c -o taglib_audiblefile.lo taglib_audiblefile.cpp
1484
mv -f .deps/taglib_audiblefile.Tpo .deps/taglib_audiblefile.Plo
1485
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT taglib_audiblefiletyperesolver.lo -MD -MP -MF .deps/taglib_audiblefiletyperesolver.Tpo -c -o taglib_audiblefiletyperesolver.lo taglib_audiblefiletyperesolver.cpp
1486
mv -f .deps/taglib_audiblefiletyperesolver.Tpo .deps/taglib_audiblefiletyperesolver.Plo
1487
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libtagaudible.la  audibleproperties.lo audibletag.lo taglib_audiblefile.lo taglib_audiblefiletyperesolver.lo  
1488
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/audible'
1489
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/audible'
1490
Making all in rmff
1491
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/rmff'
1492
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/rmff'
1493
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT rmff.lo -MD -MP -MF .deps/rmff.Tpo -c -o rmff.lo rmff.cpp
1494
In file included from rmff.cpp:43:
1495
rmff.h:281: warning: declaration ‘class TagLib::AudioProperties’ does not declare anything
1496
mv -f .deps/rmff.Tpo .deps/rmff.Plo
1497
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT taglib_realmediafile.lo -MD -MP -MF .deps/taglib_realmediafile.Tpo -c -o taglib_realmediafile.lo taglib_realmediafile.cpp
1498
In file included from taglib_realmediafile.cpp:37:
1499
rmff.h:281: warning: declaration ‘class TagLib::AudioProperties’ does not declare anything
1500
taglib_realmediafile.cpp: In member function ‘void TagLib::RealMedia::Tag::duplicate(const TagLib::RealMedia::Tag*, TagLib::RealMedia::Tag*, bool)’:
1501
taglib_realmediafile.cpp:146: warning: suggest explicit braces to avoid ambiguous ‘else’
1502
mv -f .deps/taglib_realmediafile.Tpo .deps/taglib_realmediafile.Plo
1503
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT taglib_realmediafiletyperesolver.lo -MD -MP -MF .deps/taglib_realmediafiletyperesolver.Tpo -c -o taglib_realmediafiletyperesolver.lo taglib_realmediafiletyperesolver.cpp
1504
In file included from taglib_realmediafiletyperesolver.cpp:31:
1505
rmff.h:281: warning: declaration ‘class TagLib::AudioProperties’ does not declare anything
1506
mv -f .deps/taglib_realmediafiletyperesolver.Tpo .deps/taglib_realmediafiletyperesolver.Plo
1507
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libtagrealmedia.la  rmff.lo taglib_realmediafile.lo taglib_realmediafiletyperesolver.lo  
1508
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/rmff'
1509
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/rmff'
1510
Making all in m4a
1511
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/m4a'
1512
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/m4a'
1513
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT taglib_mp4filetyperesolver.lo -MD -MP -MF .deps/taglib_mp4filetyperesolver.Tpo -c -o taglib_mp4filetyperesolver.lo taglib_mp4filetyperesolver.cpp
1514
mv -f .deps/taglib_mp4filetyperesolver.Tpo .deps/taglib_mp4filetyperesolver.Plo
1515
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4file.lo -MD -MP -MF .deps/mp4file.Tpo -c -o mp4file.lo mp4file.cpp
1516
mv -f .deps/mp4file.Tpo .deps/mp4file.Plo
1517
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4itunestag.lo -MD -MP -MF .deps/mp4itunestag.Tpo -c -o mp4itunestag.lo mp4itunestag.cpp
1518
mv -f .deps/mp4itunestag.Tpo .deps/mp4itunestag.Plo
1519
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4isobox.lo -MD -MP -MF .deps/mp4isobox.Tpo -c -o mp4isobox.lo mp4isobox.cpp
1520
mv -f .deps/mp4isobox.Tpo .deps/mp4isobox.Plo
1521
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4isofullbox.lo -MD -MP -MF .deps/mp4isofullbox.Tpo -c -o mp4isofullbox.lo mp4isofullbox.cpp
1522
mv -f .deps/mp4isofullbox.Tpo .deps/mp4isofullbox.Plo
1523
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4skipbox.lo -MD -MP -MF .deps/mp4skipbox.Tpo -c -o mp4skipbox.lo mp4skipbox.cpp
1524
mv -f .deps/mp4skipbox.Tpo .deps/mp4skipbox.Plo
1525
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4moovbox.lo -MD -MP -MF .deps/mp4moovbox.Tpo -c -o mp4moovbox.lo mp4moovbox.cpp
1526
mv -f .deps/mp4moovbox.Tpo .deps/mp4moovbox.Plo
1527
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4mvhdbox.lo -MD -MP -MF .deps/mp4mvhdbox.Tpo -c -o mp4mvhdbox.lo mp4mvhdbox.cpp
1528
mv -f .deps/mp4mvhdbox.Tpo .deps/mp4mvhdbox.Plo
1529
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4ilstbox.lo -MD -MP -MF .deps/mp4ilstbox.Tpo -c -o mp4ilstbox.lo mp4ilstbox.cpp
1530
mv -f .deps/mp4ilstbox.Tpo .deps/mp4ilstbox.Plo
1531
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT boxfactory.lo -MD -MP -MF .deps/boxfactory.Tpo -c -o boxfactory.lo boxfactory.cpp
1532
mv -f .deps/boxfactory.Tpo .deps/boxfactory.Plo
1533
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4fourcc.lo -MD -MP -MF .deps/mp4fourcc.Tpo -c -o mp4fourcc.lo mp4fourcc.cpp
1534
mv -f .deps/mp4fourcc.Tpo .deps/mp4fourcc.Plo
1535
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4udtabox.lo -MD -MP -MF .deps/mp4udtabox.Tpo -c -o mp4udtabox.lo mp4udtabox.cpp
1536
mv -f .deps/mp4udtabox.Tpo .deps/mp4udtabox.Plo
1537
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4metabox.lo -MD -MP -MF .deps/mp4metabox.Tpo -c -o mp4metabox.lo mp4metabox.cpp
1538
mv -f .deps/mp4metabox.Tpo .deps/mp4metabox.Plo
1539
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4tagsproxy.lo -MD -MP -MF .deps/mp4tagsproxy.Tpo -c -o mp4tagsproxy.lo mp4tagsproxy.cpp
1540
mv -f .deps/mp4tagsproxy.Tpo .deps/mp4tagsproxy.Plo
1541
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4mdiabox.lo -MD -MP -MF .deps/mp4mdiabox.Tpo -c -o mp4mdiabox.lo mp4mdiabox.cpp
1542
mv -f .deps/mp4mdiabox.Tpo .deps/mp4mdiabox.Plo
1543
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4minfbox.lo -MD -MP -MF .deps/mp4minfbox.Tpo -c -o mp4minfbox.lo mp4minfbox.cpp
1544
mv -f .deps/mp4minfbox.Tpo .deps/mp4minfbox.Plo
1545
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4audioproperties.lo -MD -MP -MF .deps/mp4audioproperties.Tpo -c -o mp4audioproperties.lo mp4audioproperties.cpp
1546
mv -f .deps/mp4audioproperties.Tpo .deps/mp4audioproperties.Plo
1547
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4hdlrbox.lo -MD -MP -MF .deps/mp4hdlrbox.Tpo -c -o mp4hdlrbox.lo mp4hdlrbox.cpp
1548
mv -f .deps/mp4hdlrbox.Tpo .deps/mp4hdlrbox.Plo
1549
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4stblbox.lo -MD -MP -MF .deps/mp4stblbox.Tpo -c -o mp4stblbox.lo mp4stblbox.cpp
1550
mv -f .deps/mp4stblbox.Tpo .deps/mp4stblbox.Plo
1551
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4audiosampleentry.lo -MD -MP -MF .deps/mp4audiosampleentry.Tpo -c -o mp4audiosampleentry.lo mp4audiosampleentry.cpp
1552
mv -f .deps/mp4audiosampleentry.Tpo .deps/mp4audiosampleentry.Plo
1553
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4stsdbox.lo -MD -MP -MF .deps/mp4stsdbox.Tpo -c -o mp4stsdbox.lo mp4stsdbox.cpp
1554
mv -f .deps/mp4stsdbox.Tpo .deps/mp4stsdbox.Plo
1555
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4sampleentry.lo -MD -MP -MF .deps/mp4sampleentry.Tpo -c -o mp4sampleentry.lo mp4sampleentry.cpp
1556
mv -f .deps/mp4sampleentry.Tpo .deps/mp4sampleentry.Plo
1557
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4trakbox.lo -MD -MP -MF .deps/mp4trakbox.Tpo -c -o mp4trakbox.lo mp4trakbox.cpp
1558
mv -f .deps/mp4trakbox.Tpo .deps/mp4trakbox.Plo
1559
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mp4propsproxy.lo -MD -MP -MF .deps/mp4propsproxy.Tpo -c -o mp4propsproxy.lo mp4propsproxy.cpp
1560
mv -f .deps/mp4propsproxy.Tpo .deps/mp4propsproxy.Plo
1561
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunesnambox.lo -MD -MP -MF .deps/itunesnambox.Tpo -c -o itunesnambox.lo itunesnambox.cpp
1562
mv -f .deps/itunesnambox.Tpo .deps/itunesnambox.Plo
1563
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunesartbox.lo -MD -MP -MF .deps/itunesartbox.Tpo -c -o itunesartbox.lo itunesartbox.cpp
1564
mv -f .deps/itunesartbox.Tpo .deps/itunesartbox.Plo
1565
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunesalbbox.lo -MD -MP -MF .deps/itunesalbbox.Tpo -c -o itunesalbbox.lo itunesalbbox.cpp
1566
mv -f .deps/itunesalbbox.Tpo .deps/itunesalbbox.Plo
1567
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunescvrbox.lo -MD -MP -MF .deps/itunescvrbox.Tpo -c -o itunescvrbox.lo itunescvrbox.cpp
1568
mv -f .deps/itunescvrbox.Tpo .deps/itunescvrbox.Plo
1569
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunesgenbox.lo -MD -MP -MF .deps/itunesgenbox.Tpo -c -o itunesgenbox.lo itunesgenbox.cpp
1570
mv -f .deps/itunesgenbox.Tpo .deps/itunesgenbox.Plo
1571
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunestrknbox.lo -MD -MP -MF .deps/itunestrknbox.Tpo -c -o itunestrknbox.lo itunestrknbox.cpp
1572
mv -f .deps/itunestrknbox.Tpo .deps/itunestrknbox.Plo
1573
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunesdaybox.lo -MD -MP -MF .deps/itunesdaybox.Tpo -c -o itunesdaybox.lo itunesdaybox.cpp
1574
mv -f .deps/itunesdaybox.Tpo .deps/itunesdaybox.Plo
1575
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunescmtbox.lo -MD -MP -MF .deps/itunescmtbox.Tpo -c -o itunescmtbox.lo itunescmtbox.cpp
1576
mv -f .deps/itunescmtbox.Tpo .deps/itunescmtbox.Plo
1577
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunesgrpbox.lo -MD -MP -MF .deps/itunesgrpbox.Tpo -c -o itunesgrpbox.lo itunesgrpbox.cpp
1578
mv -f .deps/itunesgrpbox.Tpo .deps/itunesgrpbox.Plo
1579
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT ituneswrtbox.lo -MD -MP -MF .deps/ituneswrtbox.Tpo -c -o ituneswrtbox.lo ituneswrtbox.cpp
1580
mv -f .deps/ituneswrtbox.Tpo .deps/ituneswrtbox.Plo
1581
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunesdiskbox.lo -MD -MP -MF .deps/itunesdiskbox.Tpo -c -o itunesdiskbox.lo itunesdiskbox.cpp
1582
mv -f .deps/itunesdiskbox.Tpo .deps/itunesdiskbox.Plo
1583
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunestmpobox.lo -MD -MP -MF .deps/itunestmpobox.Tpo -c -o itunestmpobox.lo itunestmpobox.cpp
1584
mv -f .deps/itunestmpobox.Tpo .deps/itunestmpobox.Plo
1585
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT itunesdatabox.lo -MD -MP -MF .deps/itunesdatabox.Tpo -c -o itunesdatabox.lo itunesdatabox.cpp
1586
mv -f .deps/itunesdatabox.Tpo .deps/itunesdatabox.Plo
1587
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libtagm4a.la  taglib_mp4filetyperesolver.lo mp4file.lo mp4itunestag.lo mp4isobox.lo mp4isofullbox.lo mp4skipbox.lo mp4moovbox.lo mp4mvhdbox.lo mp4ilstbox.lo boxfactory.lo mp4fourcc.lo mp4udtabox.lo mp4metabox.lo mp4tagsproxy.lo mp4mdiabox.lo mp4minfbox.lo mp4audioproperties.lo mp4hdlrbox.lo mp4stblbox.lo mp4audiosampleentry.lo mp4stsdbox.lo mp4sampleentry.lo mp4trakbox.lo mp4propsproxy.lo itunesnambox.lo itunesartbox.lo itunesalbbox.lo itunescvrbox.lo itunesgenbox.lo itunestrknbox.lo itunesdaybox.lo itunescmtbox.lo itunesgrpbox.lo ituneswrtbox.lo itunesdiskbox.lo itunestmpobox.lo itunesdatabox.lo  
1588
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/m4a'
1589
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/m4a'
1590
Making all in aac
1591
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/aac'
1592
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/aac'
1593
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT aacfiletyperesolver.lo -MD -MP -MF .deps/aacfiletyperesolver.Tpo -c -o aacfiletyperesolver.lo aacfiletyperesolver.cpp
1594
mv -f .deps/aacfiletyperesolver.Tpo .deps/aacfiletyperesolver.Plo
1595
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libtagaac.la  aacfiletyperesolver.lo  
1596
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/aac'
1597
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/aac'
1598
Making all in wav
1599
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/wav'
1600
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/wav'
1601
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT wavproperties.lo -MD -MP -MF .deps/wavproperties.Tpo -c -o wavproperties.lo wavproperties.cpp
1602
mv -f .deps/wavproperties.Tpo .deps/wavproperties.Plo
1603
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT wavfile.lo -MD -MP -MF .deps/wavfile.Tpo -c -o wavfile.lo wavfile.cpp
1604
mv -f .deps/wavfile.Tpo .deps/wavfile.Plo
1605
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT wavfiletyperesolver.lo -MD -MP -MF .deps/wavfiletyperesolver.Tpo -c -o wavfiletyperesolver.lo wavfiletyperesolver.cpp
1606
mv -f .deps/wavfiletyperesolver.Tpo .deps/wavfiletyperesolver.Plo
1607
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libtagwav.la  wavproperties.lo wavfile.lo wavfiletyperesolver.lo  
1608
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/wav'
1609
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/wav'
1610
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata'
1611
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/taglib    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT tplugins.lo -MD -MP -MF .deps/tplugins.Tpo -c -o tplugins.lo tplugins.cpp
1612
mv -f .deps/tplugins.Tpo .deps/tplugins.Plo
1613
/bin/sh ../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libmetadata.la  tplugins.lo  asf/libtagasf.la wav/libtagwav.la rmff/libtagrealmedia.la m4a/libtagm4a.la aac/libtagaac.la audible/libtagaudible.la 
1614
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata'
1615
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata'
1616
Making all in statusbar
1617
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/statusbar'
1618
/opt/qt/bin/moc ./statusBarBase.h -o statusBarBase.moc
1619
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/ -I../../../amarok/src/amarokcore -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/ -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT statusBarBase.lo -MD -MP -MF .deps/statusBarBase.Tpo -c -o statusBarBase.lo statusBarBase.cpp
1620
In file included from statusBarBase.cpp:27:
1621
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
1622
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
1623
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
1624
mv -f .deps/statusBarBase.Tpo .deps/statusBarBase.Plo
1625
/opt/qt/bin/moc ./selectLabel.h -o selectLabel.moc
1626
/opt/qt/bin/moc ./statusbar.h -o statusbar.moc
1627
/opt/qt/bin/moc ./toggleLabel.h -o toggleLabel.moc
1628
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/ -I../../../amarok/src/amarokcore -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/ -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT statusbar.lo -MD -MP -MF .deps/statusbar.Tpo -c -o statusbar.lo statusbar.cpp
1629
In file included from ../../../amarok/src/prettypopupmenu.h:27,
1630
                 from ../../../amarok/src/actionclasses.h:11,
1631
                 from selectLabel.h:27,
1632
                 from statusbar.cpp:43:
1633
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1634
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1635
mv -f .deps/statusbar.Tpo .deps/statusbar.Plo
1636
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/ -I../../../amarok/src/amarokcore -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/ -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT overlayWidget.lo -MD -MP -MF .deps/overlayWidget.Tpo -c -o overlayWidget.lo overlayWidget.cpp
1637
mv -f .deps/overlayWidget.Tpo .deps/overlayWidget.Plo
1638
/opt/qt/bin/moc ./popupMessage.h -o popupMessage.moc
1639
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/ -I../../../amarok/src/amarokcore -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/ -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT popupMessage.lo -MD -MP -MF .deps/popupMessage.Tpo -c -o popupMessage.lo popupMessage.cpp
1640
mv -f .deps/popupMessage.Tpo .deps/popupMessage.Plo
1641
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/ -I../../../amarok/src/amarokcore -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/ -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT progressBar.lo -MD -MP -MF .deps/progressBar.Tpo -c -o progressBar.lo progressBar.cpp
1642
mv -f .deps/progressBar.Tpo .deps/progressBar.Plo
1643
/opt/qt/bin/moc ./squeezedtextlabel.h -o squeezedtextlabel.moc
1644
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/ -I../../../amarok/src/amarokcore -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/ -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT squeezedtextlabel.lo -MD -MP -MF .deps/squeezedtextlabel.Tpo -c -o squeezedtextlabel.lo squeezedtextlabel.cpp
1645
mv -f .deps/squeezedtextlabel.Tpo .deps/squeezedtextlabel.Plo
1646
/opt/qt/bin/moc ./queueLabel.h -o queueLabel.moc
1647
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../.. -I../../../amarok/src/ -I../../../amarok/src/amarokcore -I../../../amarok/src/amarokcore -I../../../amarok/src/engine -I../../../amarok/src/ -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT queueLabel.lo -MD -MP -MF .deps/queueLabel.Tpo -c -o queueLabel.lo queueLabel.cpp
1648
In file included from ../../../amarok/src/collectiondb.h:17,
1649
                 from queueLabel.cpp:21:
1650
../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
1651
../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
1652
../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
1653
In file included from ../../../amarok/src/collectiondb.h:23,
1654
                 from queueLabel.cpp:21:
1655
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1656
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1657
mv -f .deps/queueLabel.Tpo .deps/queueLabel.Plo
1658
/bin/sh ../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION   -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libstatusbar.la  statusBarBase.lo statusbar.lo overlayWidget.lo popupMessage.lo progressBar.lo squeezedtextlabel.lo queueLabel.lo -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread 
1659
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/statusbar'
1660
Making all in .
1661
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src'
1662
rm -rf Options1.h;
1663
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./Options1.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> Options1.h ;
1664
rm -rf Options2.h;
1665
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./Options2.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> Options2.h ;
1666
rm -rf Options4.h;
1667
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./Options4.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> Options4.h ;
1668
rm -rf Options5.h;
1669
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./Options5.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> Options5.h ;
1670
rm -rf Options7.h;
1671
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./Options7.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> Options7.h ;
1672
rm -rf Options8.h;
1673
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./Options8.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> Options8.h ;
1674
rm -rf dbsetup.h;
1675
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./dbsetup.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> dbsetup.h ;
1676
rm -rf deletedialogbase.h;
1677
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./deletedialogbase.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> deletedialogbase.h ;
1678
rm -rf firstrunwizard.h;
1679
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./firstrunwizard.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> firstrunwizard.h ;
1680
rm -rf newdynamic.h;
1681
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./newdynamic.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> newdynamic.h ;
1682
rm -rf organizecollectiondialog.h;
1683
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./organizecollectiondialog.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> organizecollectiondialog.h ;
1684
rm -rf podcastsettingsbase.h;
1685
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./podcastsettingsbase.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> podcastsettingsbase.h ;
1686
rm -rf scriptmanagerbase.h;
1687
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./scriptmanagerbase.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> scriptmanagerbase.h ;
1688
rm -rf tagdialogbase.h;
1689
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./tagdialogbase.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> tagdialogbase.h ;
1690
rm -rf tagguesserconfigdialog.h;
1691
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./tagguesserconfigdialog.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> tagguesserconfigdialog.h ;
1692
rm -rf trackpickerdialogbase.h;
1693
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./trackpickerdialogbase.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> trackpickerdialogbase.h ;
1694
/opt/qt/bin/moc ./actionclasses.h -o actionclasses.moc
1695
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT actionclasses.lo -MD -MP -MF .deps/actionclasses.Tpo -c -o actionclasses.lo actionclasses.cpp
1696
In file included from prettypopupmenu.h:27,
1697
                 from actionclasses.h:11,
1698
                 from actionclasses.cpp:6:
1699
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1700
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1701
In file included from collectiondb.h:17,
1702
                 from actionclasses.cpp:11:
1703
threadmanager.h: At global scope:
1704
threadmanager.h:100: warning: type qualifiers ignored on function return type
1705
threadmanager.h:196: warning: type qualifiers ignored on function return type
1706
threadmanager.h:417: warning: type qualifiers ignored on function return type
1707
mv -f .deps/actionclasses.Tpo .deps/actionclasses.Plo
1708
/opt/qt/bin/moc ./app.h -o app.moc
1709
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT app.lo -MD -MP -MF .deps/app.Tpo -c -o app.lo app.cpp
1710
In file included from collectiondb.h:17,
1711
                 from collectionbrowser.h:21,
1712
                 from app.cpp:26:
1713
threadmanager.h:100: warning: type qualifiers ignored on function return type
1714
threadmanager.h:196: warning: type qualifiers ignored on function return type
1715
threadmanager.h:417: warning: type qualifiers ignored on function return type
1716
In file included from collectiondb.h:23,
1717
                 from collectionbrowser.h:21,
1718
                 from app.cpp:26:
1719
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1720
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1721
In file included from playlistbrowser.h:14,
1722
                 from app.cpp:41:
1723
playlistbrowseritem.h: At global scope:
1724
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
1725
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
1726
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
1727
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
1728
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
1729
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
1730
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
1731
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
1732
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
1733
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
1734
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
1735
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
1736
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
1737
In file included from app.cpp:57:
1738
/opt/kde/include/kedittoolbar.h:271: warning: ‘KEditToolbarWidget’ has a field ‘KEditToolbarWidget::m_inactiveList’ whose type uses the anonymous namespace
1739
/opt/kde/include/kedittoolbar.h:271: warning: ‘KEditToolbarWidget’ has a field ‘KEditToolbarWidget::m_activeList’ whose type uses the anonymous namespace
1740
mv -f .deps/app.Tpo .deps/app.Plo
1741
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT atomicstring.lo -MD -MP -MF .deps/atomicstring.Tpo -c -o atomicstring.lo atomicstring.cpp
1742
mv -f .deps/atomicstring.Tpo .deps/atomicstring.Plo
1743
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT atomicurl.lo -MD -MP -MF .deps/atomicurl.Tpo -c -o atomicurl.lo atomicurl.cpp
1744
mv -f .deps/atomicurl.Tpo .deps/atomicurl.Plo
1745
/opt/qt/bin/moc ./browserbar.h -o browserbar.moc
1746
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT browserbar.lo -MD -MP -MF .deps/browserbar.Tpo -c -o browserbar.lo browserbar.cpp
1747
mv -f .deps/browserbar.Tpo .deps/browserbar.Plo
1748
/opt/qt/bin/moc ./clicklineedit.h -o clicklineedit.moc
1749
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT clicklineedit.lo -MD -MP -MF .deps/clicklineedit.Tpo -c -o clicklineedit.lo clicklineedit.cpp
1750
mv -f .deps/clicklineedit.Tpo .deps/clicklineedit.Plo
1751
/opt/qt/bin/moc ./collectionbrowser.h -o collectionbrowser.moc
1752
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT collectionbrowser.lo -MD -MP -MF .deps/collectionbrowser.Tpo -c -o collectionbrowser.lo collectionbrowser.cpp
1753
In file included from collectiondb.h:17,
1754
                 from collectionbrowser.h:21,
1755
                 from collectionbrowser.cpp:16:
1756
threadmanager.h:100: warning: type qualifiers ignored on function return type
1757
threadmanager.h:196: warning: type qualifiers ignored on function return type
1758
threadmanager.h:417: warning: type qualifiers ignored on function return type
1759
In file included from collectiondb.h:23,
1760
                 from collectionbrowser.h:21,
1761
                 from collectionbrowser.cpp:16:
1762
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1763
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1764
In file included from /opt/kde/include/kfileitem.h:31,
1765
                 from /opt/kde/include/kdirlister.h:24,
1766
                 from directorylist.h:26,
1767
                 from collectionbrowser.cpp:21:
1768
/opt/kde/include/kfilemetainfo.h: At global scope:
1769
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
1770
In file included from playlistbrowser.h:14,
1771
                 from collectionbrowser.cpp:29:
1772
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
1773
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
1774
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
1775
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
1776
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
1777
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
1778
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
1779
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
1780
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
1781
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
1782
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
1783
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
1784
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
1785
collectionbrowser.cpp: In member function ‘virtual void CollectionView::contentsDropEvent(QDropEvent*)’:
1786
collectionbrowser.cpp:1949: warning: suggest explicit braces to avoid ambiguous ‘else’
1787
mv -f .deps/collectionbrowser.Tpo .deps/collectionbrowser.Plo
1788
/opt/qt/bin/moc ./collectiondb.h -o collectiondb.moc
1789
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT collectiondb.lo -MD -MP -MF .deps/collectiondb.Tpo -c -o collectiondb.lo collectiondb.cpp
1790
In file included from collectiondb.h:17,
1791
                 from collectionbrowser.h:21,
1792
                 from collectiondb.cpp:21:
1793
threadmanager.h:100: warning: type qualifiers ignored on function return type
1794
threadmanager.h:196: warning: type qualifiers ignored on function return type
1795
threadmanager.h:417: warning: type qualifiers ignored on function return type
1796
In file included from collectiondb.h:23,
1797
                 from collectionbrowser.h:21,
1798
                 from collectiondb.cpp:21:
1799
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1800
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1801
In file included from playlistbrowser.h:14,
1802
                 from collectiondb.cpp:32:
1803
playlistbrowseritem.h: At global scope:
1804
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
1805
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
1806
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
1807
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
1808
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
1809
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
1810
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
1811
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
1812
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
1813
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
1814
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
1815
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
1816
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
1817
mv -f .deps/collectiondb.Tpo .deps/collectiondb.Plo
1818
/opt/qt/bin/moc ./columnlist.h -o columnlist.moc
1819
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT columnlist.lo -MD -MP -MF .deps/columnlist.Tpo -c -o columnlist.lo columnlist.cpp
1820
mv -f .deps/columnlist.Tpo .deps/columnlist.Plo
1821
/opt/qt/bin/moc ./configdialog.h -o configdialog.moc
1822
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT configdialog.lo -MD -MP -MF .deps/configdialog.Tpo -c -o configdialog.lo configdialog.cpp
1823
In file included from collectiondb.h:17,
1824
                 from configdialog.cpp:19:
1825
threadmanager.h:100: warning: type qualifiers ignored on function return type
1826
threadmanager.h:196: warning: type qualifiers ignored on function return type
1827
threadmanager.h:417: warning: type qualifiers ignored on function return type
1828
In file included from collectiondb.h:23,
1829
                 from configdialog.cpp:19:
1830
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1831
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1832
In file included from /opt/kde/include/kfileitem.h:31,
1833
                 from /opt/kde/include/kdirlister.h:24,
1834
                 from directorylist.h:26,
1835
                 from configdialog.cpp:25:
1836
/opt/kde/include/kfilemetainfo.h: At global scope:
1837
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
1838
configdialog.cpp: In member function ‘virtual bool AmarokConfigDialog::hasChanged()’:
1839
configdialog.cpp:361: warning: suggest parentheses around && within ||
1840
configdialog.cpp:365: warning: suggest parentheses around && within ||
1841
configdialog.cpp:366: warning: suggest parentheses around && within ||
1842
mv -f .deps/configdialog.Tpo .deps/configdialog.Plo
1843
/opt/qt/bin/moc ./contextbrowser.h -o contextbrowser.moc
1844
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT contextbrowser.lo -MD -MP -MF .deps/contextbrowser.Tpo -c -o contextbrowser.lo contextbrowser.cpp
1845
In file included from collectiondb.h:17,
1846
                 from contextbrowser.cpp:18:
1847
threadmanager.h:100: warning: type qualifiers ignored on function return type
1848
threadmanager.h:196: warning: type qualifiers ignored on function return type
1849
threadmanager.h:417: warning: type qualifiers ignored on function return type
1850
In file included from collectiondb.h:23,
1851
                 from contextbrowser.cpp:18:
1852
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1853
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1854
In file included from contextbrowser.cpp:24:
1855
cuefile.h: At global scope:
1856
cuefile.h:38: warning: type qualifiers ignored on function return type
1857
cuefile.h:39: warning: type qualifiers ignored on function return type
1858
cuefile.h:40: warning: type qualifiers ignored on function return type
1859
contextbrowser.cpp: In member function ‘virtual void ContextBrowser::engineStateChanged(Engine::State, Engine::State)’:
1860
contextbrowser.cpp:725: warning: suggest parentheses around && within ||
1861
mv -f .deps/contextbrowser.Tpo .deps/contextbrowser.Plo
1862
/opt/qt/bin/moc ./coverfetcher.h -o coverfetcher.moc
1863
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT coverfetcher.lo -MD -MP -MF .deps/coverfetcher.Tpo -c -o coverfetcher.lo coverfetcher.cpp
1864
In file included from collectiondb.h:17,
1865
                 from coverfetcher.cpp:8:
1866
threadmanager.h:100: warning: type qualifiers ignored on function return type
1867
threadmanager.h:196: warning: type qualifiers ignored on function return type
1868
threadmanager.h:417: warning: type qualifiers ignored on function return type
1869
In file included from collectiondb.h:23,
1870
                 from coverfetcher.cpp:8:
1871
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1872
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1873
coverfetcher.cpp: In member function ‘void CoverFetcher::finishedXmlFetch(KIO::Job*)’:
1874
coverfetcher.cpp:281: warning: comparison between signed and unsigned integer expressions
1875
coverfetcher.cpp: At global scope:
1876
coverfetcher.cpp:381: warning: unused parameter ‘fetcher’
1877
mv -f .deps/coverfetcher.Tpo .deps/coverfetcher.Plo
1878
/opt/qt/bin/moc ./covermanager.h -o covermanager.moc
1879
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT covermanager.lo -MD -MP -MF .deps/covermanager.Tpo -c -o covermanager.lo covermanager.cpp
1880
In file included from collectiondb.h:17,
1881
                 from collectionbrowser.h:21,
1882
                 from covermanager.cpp:10:
1883
threadmanager.h:100: warning: type qualifiers ignored on function return type
1884
threadmanager.h:196: warning: type qualifiers ignored on function return type
1885
threadmanager.h:417: warning: type qualifiers ignored on function return type
1886
In file included from collectiondb.h:23,
1887
                 from collectionbrowser.h:21,
1888
                 from covermanager.cpp:10:
1889
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1890
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1891
mv -f .deps/covermanager.Tpo .deps/covermanager.Plo
1892
/opt/qt/bin/moc ./cuefile.h -o cuefile.moc
1893
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT cuefile.lo -MD -MP -MF .deps/cuefile.Tpo -c -o cuefile.lo cuefile.cpp
1894
In file included from cuefile.cpp:12:
1895
cuefile.h:38: warning: type qualifiers ignored on function return type
1896
cuefile.h:39: warning: type qualifiers ignored on function return type
1897
cuefile.h:40: warning: type qualifiers ignored on function return type
1898
mv -f .deps/cuefile.Tpo .deps/cuefile.Plo
1899
/opt/qt/bin/moc ./deletedialog.h -o deletedialog.moc
1900
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT deletedialog.lo -MD -MP -MF .deps/deletedialog.Tpo -c -o deletedialog.lo deletedialog.cpp
1901
In file included from collectiondb.h:17,
1902
                 from deletedialog.cpp:36:
1903
threadmanager.h:100: warning: type qualifiers ignored on function return type
1904
threadmanager.h:196: warning: type qualifiers ignored on function return type
1905
threadmanager.h:417: warning: type qualifiers ignored on function return type
1906
In file included from collectiondb.h:23,
1907
                 from deletedialog.cpp:36:
1908
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1909
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1910
mv -f .deps/deletedialog.Tpo .deps/deletedialog.Plo
1911
/opt/qt/bin/moc ./deviceconfiguredialog.h -o deviceconfiguredialog.moc
1912
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT deviceconfiguredialog.lo -MD -MP -MF .deps/deviceconfiguredialog.Tpo -c -o deviceconfiguredialog.lo deviceconfiguredialog.cpp
1913
mv -f .deps/deviceconfiguredialog.Tpo .deps/deviceconfiguredialog.Plo
1914
/opt/qt/bin/moc ./devicemanager.h -o devicemanager.moc
1915
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT devicemanager.lo -MD -MP -MF .deps/devicemanager.Tpo -c -o devicemanager.lo devicemanager.cpp
1916
mv -f .deps/devicemanager.Tpo .deps/devicemanager.Plo
1917
/opt/qt/bin/moc ./directorylist.h -o directorylist.moc
1918
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT directorylist.lo -MD -MP -MF .deps/directorylist.Tpo -c -o directorylist.lo directorylist.cpp
1919
In file included from /opt/kde/include/kfileitem.h:31,
1920
                 from /opt/kde/include/kdirlister.h:24,
1921
                 from directorylist.h:26,
1922
                 from directorylist.cpp:20:
1923
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
1924
In file included from collectiondb.h:17,
1925
                 from mountpointmanager.h:23,
1926
                 from directorylist.cpp:21:
1927
threadmanager.h:100: warning: type qualifiers ignored on function return type
1928
threadmanager.h:196: warning: type qualifiers ignored on function return type
1929
threadmanager.h:417: warning: type qualifiers ignored on function return type
1930
In file included from collectiondb.h:23,
1931
                 from mountpointmanager.h:23,
1932
                 from directorylist.cpp:21:
1933
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1934
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1935
directorylist.cpp: In member function ‘void Collection::Item::newItems(const KFileItemList&)’:
1936
directorylist.cpp:277: warning: suggest parentheses around && within ||
1937
mv -f .deps/directorylist.Tpo .deps/directorylist.Plo
1938
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT dynamicmode.lo -MD -MP -MF .deps/dynamicmode.Tpo -c -o dynamicmode.lo dynamicmode.cpp
1939
In file included from collectiondb.h:17,
1940
                 from dynamicmode.cpp:18:
1941
threadmanager.h:100: warning: type qualifiers ignored on function return type
1942
threadmanager.h:196: warning: type qualifiers ignored on function return type
1943
threadmanager.h:417: warning: type qualifiers ignored on function return type
1944
In file included from collectiondb.h:23,
1945
                 from dynamicmode.cpp:18:
1946
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1947
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1948
In file included from playlistbrowser.h:14,
1949
                 from dynamicmode.cpp:23:
1950
playlistbrowseritem.h: At global scope:
1951
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
1952
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
1953
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
1954
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
1955
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
1956
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
1957
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
1958
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
1959
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
1960
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
1961
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
1962
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
1963
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
1964
mv -f .deps/dynamicmode.Tpo .deps/dynamicmode.Plo
1965
/opt/qt/bin/moc ./enginebase.h -o enginebase.moc
1966
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT enginebase.lo -MD -MP -MF .deps/enginebase.Tpo -c -o enginebase.lo enginebase.cpp
1967
mv -f .deps/enginebase.Tpo .deps/enginebase.Plo
1968
/opt/qt/bin/moc ./enginecontroller.h -o enginecontroller.moc
1969
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT enginecontroller.lo -MD -MP -MF .deps/enginecontroller.Tpo -c -o enginecontroller.lo enginecontroller.cpp
1970
In file included from playlistloader.h:15,
1971
                 from enginecontroller.cpp:24:
1972
threadmanager.h:100: warning: type qualifiers ignored on function return type
1973
threadmanager.h:196: warning: type qualifiers ignored on function return type
1974
threadmanager.h:417: warning: type qualifiers ignored on function return type
1975
In file included from /opt/kde/include/kfileitem.h:31,
1976
                 from enginecontroller.cpp:33:
1977
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
1978
mv -f .deps/enginecontroller.Tpo .deps/enginecontroller.Plo
1979
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT engineobserver.lo -MD -MP -MF .deps/engineobserver.Tpo -c -o engineobserver.lo engineobserver.cpp
1980
In file included from collectiondb.h:17,
1981
                 from engineobserver.cpp:19:
1982
threadmanager.h:100: warning: type qualifiers ignored on function return type
1983
threadmanager.h:196: warning: type qualifiers ignored on function return type
1984
threadmanager.h:417: warning: type qualifiers ignored on function return type
1985
In file included from collectiondb.h:23,
1986
                 from engineobserver.cpp:19:
1987
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
1988
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
1989
mv -f .deps/engineobserver.Tpo .deps/engineobserver.Plo
1990
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT equalizergraph.lo -MD -MP -MF .deps/equalizergraph.Tpo -c -o equalizergraph.lo equalizergraph.cpp
1991
mv -f .deps/equalizergraph.Tpo .deps/equalizergraph.Plo
1992
/opt/qt/bin/moc ./equalizerpresetmanager.h -o equalizerpresetmanager.moc
1993
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT equalizerpresetmanager.lo -MD -MP -MF .deps/equalizerpresetmanager.Tpo -c -o equalizerpresetmanager.lo equalizerpresetmanager.cpp
1994
mv -f .deps/equalizerpresetmanager.Tpo .deps/equalizerpresetmanager.Plo
1995
/opt/qt/bin/moc ./equalizersetup.h -o equalizersetup.moc
1996
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT equalizersetup.lo -MD -MP -MF .deps/equalizersetup.Tpo -c -o equalizersetup.lo equalizersetup.cpp
1997
mv -f .deps/equalizersetup.Tpo .deps/equalizersetup.Plo
1998
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT expression.lo -MD -MP -MF .deps/expression.Tpo -c -o expression.lo expression.cpp
1999
mv -f .deps/expression.Tpo .deps/expression.Plo
2000
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT fht.lo -MD -MP -MF .deps/fht.Tpo -c -o fht.lo fht.cpp
2001
mv -f .deps/fht.Tpo .deps/fht.Plo
2002
/opt/qt/bin/moc ./filebrowser.h -o filebrowser.moc
2003
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT filebrowser.lo -MD -MP -MF .deps/filebrowser.Tpo -c -o filebrowser.lo filebrowser.cpp
2004
In file included from /opt/kde/include/kfileitem.h:31,
2005
                 from /opt/kde/include/kdirlister.h:24,
2006
                 from /opt/kde/include/kdiroperator.h:29,
2007
                 from filebrowser.h:28,
2008
                 from filebrowser.cpp:28:
2009
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2010
In file included from collectiondb.h:17,
2011
                 from k3bexporter.h:21,
2012
                 from filebrowser.cpp:29:
2013
threadmanager.h:100: warning: type qualifiers ignored on function return type
2014
threadmanager.h:196: warning: type qualifiers ignored on function return type
2015
threadmanager.h:417: warning: type qualifiers ignored on function return type
2016
In file included from collectiondb.h:23,
2017
                 from k3bexporter.h:21,
2018
                 from filebrowser.cpp:29:
2019
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2020
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2021
In file included from playlistbrowser.h:14,
2022
                 from filebrowser.cpp:50:
2023
playlistbrowseritem.h: At global scope:
2024
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
2025
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
2026
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
2027
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
2028
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
2029
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
2030
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
2031
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
2032
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
2033
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
2034
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
2035
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
2036
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
2037
mv -f .deps/filebrowser.Tpo .deps/filebrowser.Plo
2038
/opt/qt/bin/moc ./hintlineedit.h -o hintlineedit.moc
2039
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT hintlineedit.lo -MD -MP -MF .deps/hintlineedit.Tpo -c -o hintlineedit.lo hintlineedit.cpp
2040
mv -f .deps/hintlineedit.Tpo .deps/hintlineedit.Plo
2041
/opt/qt/bin/moc ./htmlview.h -o htmlview.moc
2042
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT htmlview.lo -MD -MP -MF .deps/htmlview.Tpo -c -o htmlview.lo htmlview.cpp
2043
In file included from htmlview.cpp:15:
2044
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2045
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2046
mv -f .deps/htmlview.Tpo .deps/htmlview.Plo
2047
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT iconloader.lo -MD -MP -MF .deps/iconloader.Tpo -c -o iconloader.lo iconloader.cpp
2048
mv -f .deps/iconloader.Tpo .deps/iconloader.Plo
2049
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT k3bexporter.lo -MD -MP -MF .deps/k3bexporter.Tpo -c -o k3bexporter.lo k3bexporter.cpp
2050
In file included from collectiondb.h:17,
2051
                 from k3bexporter.cpp:18:
2052
threadmanager.h:100: warning: type qualifiers ignored on function return type
2053
threadmanager.h:196: warning: type qualifiers ignored on function return type
2054
threadmanager.h:417: warning: type qualifiers ignored on function return type
2055
In file included from collectiondb.h:23,
2056
                 from k3bexporter.cpp:18:
2057
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2058
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2059
mv -f .deps/k3bexporter.Tpo .deps/k3bexporter.Plo
2060
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT kbookmarkhandler.lo -MD -MP -MF .deps/kbookmarkhandler.Tpo -c -o kbookmarkhandler.lo kbookmarkhandler.cpp
2061
In file included from /opt/kde/include/kfileitem.h:31,
2062
                 from /opt/kde/include/kdirlister.h:24,
2063
                 from /opt/kde/include/kdiroperator.h:29,
2064
                 from kbookmarkhandler.cpp:26:
2065
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2066
mv -f .deps/kbookmarkhandler.Tpo .deps/kbookmarkhandler.Plo
2067
/opt/qt/bin/moc ./ktrm.h -o ktrm.moc
2068
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT ktrm.lo -MD -MP -MF .deps/ktrm.Tpo -c -o ktrm.lo ktrm.cpp
2069
mv -f .deps/ktrm.Tpo .deps/ktrm.Plo
2070
/opt/qt/bin/moc ./lastfm.h -o lastfm.moc
2071
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT lastfm.lo -MD -MP -MF .deps/lastfm.Tpo -c -o lastfm.lo lastfm.cpp
2072
In file included from collectiondb.h:17,
2073
                 from lastfm.cpp:21:
2074
threadmanager.h:100: warning: type qualifiers ignored on function return type
2075
threadmanager.h:196: warning: type qualifiers ignored on function return type
2076
threadmanager.h:417: warning: type qualifiers ignored on function return type
2077
In file included from collectiondb.h:23,
2078
                 from lastfm.cpp:21:
2079
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2080
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2081
mv -f .deps/lastfm.Tpo .deps/lastfm.Plo
2082
/opt/qt/bin/moc ./mediabrowser.h -o mediabrowser.moc
2083
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mediabrowser.lo -MD -MP -MF .deps/mediabrowser.Tpo -c -o mediabrowser.lo mediabrowser.cpp
2084
In file included from collectiondb.h:17,
2085
                 from mediabrowser.cpp:17:
2086
threadmanager.h:100: warning: type qualifiers ignored on function return type
2087
threadmanager.h:196: warning: type qualifiers ignored on function return type
2088
threadmanager.h:417: warning: type qualifiers ignored on function return type
2089
In file included from collectiondb.h:23,
2090
                 from mediabrowser.cpp:17:
2091
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2092
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2093
In file included from playlistbrowser.h:14,
2094
                 from mediabrowser.cpp:32:
2095
playlistbrowseritem.h: At global scope:
2096
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
2097
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
2098
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
2099
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
2100
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
2101
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
2102
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
2103
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
2104
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
2105
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
2106
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
2107
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
2108
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
2109
In file included from /opt/kde/include/kfileitem.h:31,
2110
                 from /opt/kde/include/kdirlister.h:24,
2111
                 from mediabrowser.cpp:62:
2112
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2113
mv -f .deps/mediabrowser.Tpo .deps/mediabrowser.Plo
2114
/opt/qt/bin/moc ./mediadevicemanager.h -o mediadevicemanager.moc
2115
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mediadevicemanager.lo -MD -MP -MF .deps/mediadevicemanager.Tpo -c -o mediadevicemanager.lo mediadevicemanager.cpp
2116
mv -f .deps/mediadevicemanager.Tpo .deps/mediadevicemanager.Plo
2117
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT medium.lo -MD -MP -MF .deps/medium.Tpo -c -o medium.lo medium.cpp
2118
mv -f .deps/medium.Tpo .deps/medium.Plo
2119
/opt/qt/bin/moc ./mediumpluginmanager.h -o mediumpluginmanager.moc
2120
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mediumpluginmanager.lo -MD -MP -MF .deps/mediumpluginmanager.Tpo -c -o mediumpluginmanager.lo mediumpluginmanager.cpp
2121
mv -f .deps/mediumpluginmanager.Tpo .deps/mediumpluginmanager.Plo
2122
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT metabundle.lo -MD -MP -MF .deps/metabundle.Tpo -c -o metabundle.lo metabundle.cpp
2123
In file included from collectiondb.h:17,
2124
                 from metabundle.cpp:22:
2125
threadmanager.h:100: warning: type qualifiers ignored on function return type
2126
threadmanager.h:196: warning: type qualifiers ignored on function return type
2127
threadmanager.h:417: warning: type qualifiers ignored on function return type
2128
In file included from collectiondb.h:23,
2129
                 from metabundle.cpp:22:
2130
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2131
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2132
In file included from metabundle.cpp:25:
2133
/opt/kde/include/kfilemetainfo.h: At global scope:
2134
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2135
metabundle.cpp: In function ‘void xmlEncode(QTextStream&, const QString&)’:
2136
metabundle.cpp:1524: warning: suggest parentheses around && within ||
2137
metabundle.cpp:1524: warning: suggest parentheses around && within ||
2138
metabundle.cpp:1534: warning: suggest parentheses around && within ||
2139
mv -f .deps/metabundle.Tpo .deps/metabundle.Plo
2140
/opt/qt/bin/moc ./metabundlesaver.h -o metabundlesaver.moc
2141
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT metabundlesaver.lo -MD -MP -MF .deps/metabundlesaver.Tpo -c -o metabundlesaver.lo metabundlesaver.cpp
2142
In file included from collectiondb.h:17,
2143
                 from metabundlesaver.cpp:17:
2144
threadmanager.h:100: warning: type qualifiers ignored on function return type
2145
threadmanager.h:196: warning: type qualifiers ignored on function return type
2146
threadmanager.h:417: warning: type qualifiers ignored on function return type
2147
In file included from collectiondb.h:23,
2148
                 from metabundlesaver.cpp:17:
2149
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2150
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2151
In file included from metabundlesaver.cpp:22:
2152
/opt/kde/include/kfilemetainfo.h: At global scope:
2153
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2154
mv -f .deps/metabundlesaver.Tpo .deps/metabundlesaver.Plo
2155
/opt/qt/bin/moc ./moodbar.h -o moodbar.moc
2156
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT moodbar.lo -MD -MP -MF .deps/moodbar.Tpo -c -o moodbar.lo moodbar.cpp
2157
In file included from collectiondb.h:17,
2158
                 from moodbar.cpp:284:
2159
threadmanager.h:100: warning: type qualifiers ignored on function return type
2160
threadmanager.h:196: warning: type qualifiers ignored on function return type
2161
threadmanager.h:417: warning: type qualifiers ignored on function return type
2162
In file included from collectiondb.h:23,
2163
                 from moodbar.cpp:284:
2164
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2165
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2166
mv -f .deps/moodbar.Tpo .deps/moodbar.Plo
2167
/opt/qt/bin/moc ./mountpointmanager.h -o mountpointmanager.moc
2168
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mountpointmanager.lo -MD -MP -MF .deps/mountpointmanager.Tpo -c -o mountpointmanager.lo mountpointmanager.cpp
2169
In file included from collectiondb.h:17,
2170
                 from mountpointmanager.cpp:25:
2171
threadmanager.h:100: warning: type qualifiers ignored on function return type
2172
threadmanager.h:196: warning: type qualifiers ignored on function return type
2173
threadmanager.h:417: warning: type qualifiers ignored on function return type
2174
In file included from collectiondb.h:23,
2175
                 from mountpointmanager.cpp:25:
2176
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2177
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2178
mv -f .deps/mountpointmanager.Tpo .deps/mountpointmanager.Plo
2179
/opt/qt/bin/moc ./multitabbar.h -o multitabbar.moc
2180
/opt/qt/bin/moc ./multitabbar_p.h -o multitabbar_p.moc
2181
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT multitabbar.lo -MD -MP -MF .deps/multitabbar.Tpo -c -o multitabbar.lo multitabbar.cpp
2182
In file included from /opt/kde/include/kiconeffect.h:16,
2183
                 from multitabbar.cpp:45:
2184
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2185
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2186
mv -f .deps/multitabbar.Tpo .deps/multitabbar.Plo
2187
/opt/qt/bin/moc ./mydiroperator.h -o mydiroperator.moc
2188
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mydiroperator.lo -MD -MP -MF .deps/mydiroperator.Tpo -c -o mydiroperator.lo mydiroperator.cpp
2189
In file included from playlistloader.h:15,
2190
                 from mydirlister.h:8,
2191
                 from mydiroperator.h:4,
2192
                 from mydiroperator.cpp:2:
2193
threadmanager.h:100: warning: type qualifiers ignored on function return type
2194
threadmanager.h:196: warning: type qualifiers ignored on function return type
2195
threadmanager.h:417: warning: type qualifiers ignored on function return type
2196
In file included from /opt/kde/include/kfileitem.h:31,
2197
                 from /opt/kde/include/kdirlister.h:24,
2198
                 from mydirlister.h:10,
2199
                 from mydiroperator.h:4,
2200
                 from mydiroperator.cpp:2:
2201
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2202
mv -f .deps/mydiroperator.Tpo .deps/mydiroperator.Plo
2203
/opt/qt/bin/moc ./osd.h -o osd.moc
2204
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT osd.lo -MD -MP -MF .deps/osd.Tpo -c -o osd.lo osd.cpp
2205
In file included from collectiondb.h:17,
2206
                 from osd.cpp:17:
2207
threadmanager.h:100: warning: type qualifiers ignored on function return type
2208
threadmanager.h:196: warning: type qualifiers ignored on function return type
2209
threadmanager.h:417: warning: type qualifiers ignored on function return type
2210
In file included from collectiondb.h:23,
2211
                 from osd.cpp:17:
2212
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2213
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2214
osd.cpp: In member function ‘virtual void OSDWidget::show()’:
2215
osd.cpp:136: warning: suggest parentheses around && within ||
2216
mv -f .deps/osd.Tpo .deps/osd.Plo
2217
/opt/qt/bin/moc ./pixmapviewer.h -o pixmapviewer.moc
2218
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT pixmapviewer.lo -MD -MP -MF .deps/pixmapviewer.Tpo -c -o pixmapviewer.lo pixmapviewer.cpp
2219
mv -f .deps/pixmapviewer.Tpo .deps/pixmapviewer.Plo
2220
/opt/qt/bin/moc ./playerwindow.h -o playerwindow.moc
2221
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT playerwindow.lo -MD -MP -MF .deps/playerwindow.Tpo -c -o playerwindow.lo playerwindow.cpp
2222
In file included from prettypopupmenu.h:27,
2223
                 from actionclasses.h:11,
2224
                 from playerwindow.cpp:18:
2225
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2226
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2227
mv -f .deps/playerwindow.Tpo .deps/playerwindow.Plo
2228
/opt/qt/bin/moc ./playlist.h -o playlist.moc
2229
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT playlist.lo -MD -MP -MF .deps/playlist.Tpo -c -o playlist.lo playlist.cpp
2230
In file included from collectiondb.h:17,
2231
                 from playlist.cpp:22:
2232
threadmanager.h:100: warning: type qualifiers ignored on function return type
2233
threadmanager.h:196: warning: type qualifiers ignored on function return type
2234
threadmanager.h:417: warning: type qualifiers ignored on function return type
2235
In file included from collectiondb.h:23,
2236
                 from playlist.cpp:22:
2237
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2238
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2239
In file included from playlistbrowser.h:14,
2240
                 from playlist.cpp:34:
2241
playlistbrowseritem.h: At global scope:
2242
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
2243
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
2244
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
2245
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
2246
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
2247
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
2248
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
2249
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
2250
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
2251
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
2252
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
2253
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
2254
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
2255
playlist.cpp: In member function ‘void Playlist::adjustDynamicUpcoming(bool)’:
2256
playlist.cpp:611: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
2257
playlist.cpp: In member function ‘void Playlist::adjustDynamicPrevious(uint, bool)’:
2258
playlist.cpp:635: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
2259
playlist.cpp: In member function ‘void Playlist::activate(QListViewItem*)’:
2260
playlist.cpp:1645: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
2261
playlist.cpp: In member function ‘PlaylistItem* Playlist::restoreCurrentTrack()’:
2262
playlist.cpp:1940: warning: suggest parentheses around && within ||
2263
playlist.cpp: In member function ‘bool Playlist::isTrackAfter() const’:
2264
playlist.cpp:1976: warning: suggest parentheses around && within ||
2265
playlist.cpp:1977: warning: suggest parentheses around && within ||
2266
playlist.cpp:1979: warning: suggest parentheses around && within ||
2267
playlist.cpp:1979: warning: suggest parentheses around && within ||
2268
playlist.cpp: In member function ‘bool Playlist::isTrackBefore() const’:
2269
playlist.cpp:1989: warning: suggest parentheses around && within ||
2270
playlist.cpp:1991: warning: suggest parentheses around && within ||
2271
playlist.cpp: In member function ‘void Playlist::deleteSelectedFiles()’:
2272
playlist.cpp:3466: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
2273
mv -f .deps/playlist.Tpo .deps/playlist.Plo
2274
/opt/qt/bin/moc ./playlistbrowser.h -o playlistbrowser.moc
2275
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT playlistbrowser.lo -MD -MP -MF .deps/playlistbrowser.Tpo -c -o playlistbrowser.lo playlistbrowser.cpp
2276
In file included from collectiondb.h:17,
2277
                 from playlistbrowser.cpp:16:
2278
threadmanager.h:100: warning: type qualifiers ignored on function return type
2279
threadmanager.h:196: warning: type qualifiers ignored on function return type
2280
threadmanager.h:417: warning: type qualifiers ignored on function return type
2281
In file included from collectiondb.h:23,
2282
                 from playlistbrowser.cpp:16:
2283
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2284
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2285
In file included from playlistbrowser.h:14,
2286
                 from playlistbrowser.cpp:24:
2287
playlistbrowseritem.h: At global scope:
2288
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
2289
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
2290
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
2291
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
2292
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
2293
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
2294
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
2295
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
2296
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
2297
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
2298
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
2299
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
2300
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
2301
In file included from /opt/kde/include/kfileitem.h:31,
2302
                 from /opt/kde/include/kdirlister.h:24,
2303
                 from playlistbrowser.cpp:2419:
2304
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2305
playlistbrowser.cpp: In member function ‘void PlaylistBrowserView::moveSelectedItems(QListViewItem*)’:
2306
playlistbrowser.cpp:2844: warning: suggest parentheses around && within ||
2307
playlistbrowser.cpp:2845: warning: suggest parentheses around && within ||
2308
playlistbrowser.cpp:2846: warning: suggest parentheses around && within ||
2309
In file included from playlistbrowser.cpp:3246:
2310
playlistbrowser.cpp: In member function ‘bool PlaylistBrowser::deleteSelectedPodcastItems(bool, bool)’:
2311
playlistbrowser.cpp:1497: warning: ‘button’ may be used uninitialized in this function
2312
mv -f .deps/playlistbrowser.Tpo .deps/playlistbrowser.Plo
2313
/opt/qt/bin/moc ./playlistbrowseritem.h -o playlistbrowseritem.moc
2314
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT playlistbrowseritem.lo -MD -MP -MF .deps/playlistbrowseritem.Tpo -c -o playlistbrowseritem.lo playlistbrowseritem.cpp
2315
In file included from collectiondb.h:17,
2316
                 from playlistbrowseritem.cpp:15:
2317
threadmanager.h:100: warning: type qualifiers ignored on function return type
2318
threadmanager.h:196: warning: type qualifiers ignored on function return type
2319
threadmanager.h:417: warning: type qualifiers ignored on function return type
2320
In file included from collectiondb.h:23,
2321
                 from playlistbrowseritem.cpp:15:
2322
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2323
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2324
In file included from playlistbrowser.h:14,
2325
                 from playlistbrowseritem.cpp:20:
2326
playlistbrowseritem.h: At global scope:
2327
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
2328
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
2329
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
2330
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
2331
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
2332
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
2333
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
2334
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
2335
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
2336
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
2337
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
2338
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
2339
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
2340
playlistbrowseritem.cpp:2050: warning: type qualifiers ignored on function return type
2341
playlistbrowseritem.h: In constructor ‘PodcastEpisode::PodcastEpisode(QListViewItem*, QListViewItem*, const QDomElement&, int, const bool&)’:
2342
playlistbrowseritem.h:337: warning: ‘PodcastEpisode::m_onDisk’ will be initialized after
2343
playlistbrowseritem.h:327: warning:   ‘KURL PodcastEpisode::m_localUrl’
2344
playlistbrowseritem.cpp:2359: warning:   when initialized here
2345
playlistbrowseritem.cpp: At global scope:
2346
playlistbrowseritem.cpp:2520: warning: type qualifiers ignored on function return type
2347
playlistbrowseritem.cpp: In static member function ‘static QString SmartPlaylist::xmlToQuery(const QDomElement&, bool)’:
2348
playlistbrowseritem.cpp:3261: warning: suggest explicit braces to avoid ambiguous ‘else’
2349
playlistbrowseritem.cpp:3271: warning: suggest explicit braces to avoid ambiguous ‘else’
2350
mv -f .deps/playlistbrowseritem.Tpo .deps/playlistbrowseritem.Plo
2351
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT playlistitem.lo -MD -MP -MF .deps/playlistitem.Tpo -c -o playlistitem.lo playlistitem.cpp
2352
In file included from collectiondb.h:17,
2353
                 from playlistitem.cpp:25:
2354
threadmanager.h:100: warning: type qualifiers ignored on function return type
2355
threadmanager.h:196: warning: type qualifiers ignored on function return type
2356
threadmanager.h:417: warning: type qualifiers ignored on function return type
2357
In file included from collectiondb.h:23,
2358
                 from playlistitem.cpp:25:
2359
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2360
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2361
In file included from playlistitem.cpp:42:
2362
/opt/kde/include/kfilemetainfo.h: At global scope:
2363
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2364
mv -f .deps/playlistitem.Tpo .deps/playlistitem.Plo
2365
/opt/qt/bin/moc ./playlistloader.h -o playlistloader.moc
2366
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT playlistloader.lo -MD -MP -MF .deps/playlistloader.Tpo -c -o playlistloader.lo playlistloader.cpp
2367
In file included from collectiondb.h:17,
2368
                 from playlistloader.cpp:18:
2369
threadmanager.h:100: warning: type qualifiers ignored on function return type
2370
threadmanager.h:196: warning: type qualifiers ignored on function return type
2371
threadmanager.h:417: warning: type qualifiers ignored on function return type
2372
In file included from collectiondb.h:23,
2373
                 from playlistloader.cpp:18:
2374
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2375
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2376
In file included from /opt/kde/include/kfileitem.h:31,
2377
                 from /opt/kde/include/kdirlister.h:24,
2378
                 from mydirlister.h:10,
2379
                 from playlistloader.cpp:22:
2380
/opt/kde/include/kfilemetainfo.h: At global scope:
2381
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2382
In file included from playlistbrowser.h:14,
2383
                 from playlistloader.cpp:24:
2384
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
2385
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
2386
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
2387
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
2388
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
2389
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
2390
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
2391
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
2392
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
2393
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
2394
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
2395
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
2396
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
2397
mv -f .deps/playlistloader.Tpo .deps/playlistloader.Plo
2398
/opt/qt/bin/moc ./playlistselection.h -o playlistselection.moc
2399
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT playlistselection.lo -MD -MP -MF .deps/playlistselection.Tpo -c -o playlistselection.lo playlistselection.cpp
2400
In file included from playlistbrowser.h:14,
2401
                 from playlistselection.cpp:17:
2402
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
2403
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
2404
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
2405
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
2406
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
2407
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
2408
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
2409
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
2410
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
2411
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
2412
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
2413
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
2414
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
2415
mv -f .deps/playlistselection.Tpo .deps/playlistselection.Plo
2416
/opt/qt/bin/moc ./playlistwindow.h -o playlistwindow.moc
2417
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT playlistwindow.lo -MD -MP -MF .deps/playlistwindow.Tpo -c -o playlistwindow.lo playlistwindow.cpp
2418
In file included from prettypopupmenu.h:27,
2419
                 from actionclasses.h:11,
2420
                 from playlistwindow.cpp:19:
2421
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2422
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2423
In file included from collectiondb.h:17,
2424
                 from collectionbrowser.h:21,
2425
                 from playlistwindow.cpp:24:
2426
threadmanager.h: At global scope:
2427
threadmanager.h:100: warning: type qualifiers ignored on function return type
2428
threadmanager.h:196: warning: type qualifiers ignored on function return type
2429
threadmanager.h:417: warning: type qualifiers ignored on function return type
2430
In file included from /opt/kde/include/kfileitem.h:31,
2431
                 from /opt/kde/include/kdirlister.h:24,
2432
                 from /opt/kde/include/kdiroperator.h:29,
2433
                 from filebrowser.h:28,
2434
                 from playlistwindow.cpp:30:
2435
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2436
In file included from playlistbrowser.h:14,
2437
                 from playlistwindow.cpp:36:
2438
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
2439
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
2440
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
2441
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
2442
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
2443
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
2444
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
2445
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
2446
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
2447
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
2448
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
2449
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
2450
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
2451
In file included from playlistwindow.cpp:39:
2452
statistics.h:108: warning: type qualifiers ignored on function return type
2453
statistics.h:149: warning: type qualifiers ignored on function return type
2454
mv -f .deps/playlistwindow.Tpo .deps/playlistwindow.Plo
2455
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT pluginmanager.lo -MD -MP -MF .deps/pluginmanager.Tpo -c -o pluginmanager.lo pluginmanager.cpp
2456
mv -f .deps/pluginmanager.Tpo .deps/pluginmanager.Plo
2457
/opt/qt/bin/moc ./podcastsettings.h -o podcastsettings.moc
2458
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT podcastsettings.lo -MD -MP -MF .deps/podcastsettings.Tpo -c -o podcastsettings.lo podcastsettings.cpp
2459
podcastsettings.cpp: In member function ‘bool PodcastSettingsDialog::hasChanged()’:
2460
podcastsettings.cpp:120: warning: suggest parentheses around && within ||
2461
mv -f .deps/podcastsettings.Tpo .deps/podcastsettings.Plo
2462
/opt/qt/bin/moc ./prettypopupmenu.h -o prettypopupmenu.moc
2463
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT prettypopupmenu.lo -MD -MP -MF .deps/prettypopupmenu.Tpo -c -o prettypopupmenu.lo prettypopupmenu.cpp
2464
In file included from prettypopupmenu.h:27,
2465
                 from prettypopupmenu.cpp:21:
2466
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2467
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2468
mv -f .deps/prettypopupmenu.Tpo .deps/prettypopupmenu.Plo
2469
/opt/qt/bin/moc ./queuemanager.h -o queuemanager.moc
2470
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT queuemanager.lo -MD -MP -MF .deps/queuemanager.Tpo -c -o queuemanager.lo queuemanager.cpp
2471
In file included from /opt/qt/include/qdragobject.h:50,
2472
                 from /opt/kde/include/kurldrag.h:24,
2473
                 from queuemanager.cpp:26:
2474
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2475
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2476
mv -f .deps/queuemanager.Tpo .deps/queuemanager.Plo
2477
/opt/qt/bin/moc ./scancontroller.h -o scancontroller.moc
2478
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT scancontroller.lo -MD -MP -MF .deps/scancontroller.Tpo -c -o scancontroller.lo scancontroller.cpp
2479
In file included from collectiondb.h:17,
2480
                 from scancontroller.cpp:24:
2481
threadmanager.h:100: warning: type qualifiers ignored on function return type
2482
threadmanager.h:196: warning: type qualifiers ignored on function return type
2483
threadmanager.h:417: warning: type qualifiers ignored on function return type
2484
In file included from collectiondb.h:23,
2485
                 from scancontroller.cpp:24:
2486
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2487
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2488
In file included from playlistbrowser.h:14,
2489
                 from scancontroller.cpp:29:
2490
playlistbrowseritem.h: At global scope:
2491
playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
2492
playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
2493
playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
2494
playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
2495
playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
2496
playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
2497
playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
2498
playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
2499
playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
2500
playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
2501
playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
2502
playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
2503
playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
2504
mv -f .deps/scancontroller.Tpo .deps/scancontroller.Plo
2505
/opt/qt/bin/moc ./scriptmanager.h -o scriptmanager.moc
2506
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT scriptmanager.lo -MD -MP -MF .deps/scriptmanager.Tpo -c -o scriptmanager.lo scriptmanager.cpp
2507
mv -f .deps/scriptmanager.Tpo .deps/scriptmanager.Plo
2508
/opt/qt/bin/moc ./scrobbler.h -o scrobbler.moc
2509
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT scrobbler.lo -MD -MP -MF .deps/scrobbler.Tpo -c -o scrobbler.lo scrobbler.cpp
2510
In file included from collectiondb.h:17,
2511
                 from scrobbler.cpp:13:
2512
threadmanager.h:100: warning: type qualifiers ignored on function return type
2513
threadmanager.h:196: warning: type qualifiers ignored on function return type
2514
threadmanager.h:417: warning: type qualifiers ignored on function return type
2515
In file included from collectiondb.h:23,
2516
                 from scrobbler.cpp:13:
2517
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2518
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2519
scrobbler.cpp: In member function ‘bool ScrobblerSubmitter::schedule(bool)’:
2520
scrobbler.cpp:1160: warning: suggest parentheses around && within ||
2521
mv -f .deps/scrobbler.Tpo .deps/scrobbler.Plo
2522
/opt/qt/bin/moc ./sliderwidget.h -o sliderwidget.moc
2523
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT sliderwidget.lo -MD -MP -MF .deps/sliderwidget.Tpo -c -o sliderwidget.lo sliderwidget.cpp
2524
In file included from sliderwidget.cpp:32:
2525
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2526
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2527
mv -f .deps/sliderwidget.Tpo .deps/sliderwidget.Plo
2528
/opt/qt/bin/moc ./smartplaylisteditor.h -o smartplaylisteditor.moc
2529
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT smartplaylisteditor.lo -MD -MP -MF .deps/smartplaylisteditor.Tpo -c -o smartplaylisteditor.lo smartplaylisteditor.cpp
2530
In file included from collectiondb.h:17,
2531
                 from smartplaylisteditor.cpp:11:
2532
threadmanager.h:100: warning: type qualifiers ignored on function return type
2533
threadmanager.h:196: warning: type qualifiers ignored on function return type
2534
threadmanager.h:417: warning: type qualifiers ignored on function return type
2535
In file included from collectiondb.h:23,
2536
                 from smartplaylisteditor.cpp:11:
2537
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2538
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2539
smartplaylisteditor.cpp: In member function ‘void CriteriaEditor::slotFieldSelected(int)’:
2540
smartplaylisteditor.cpp:830: warning: suggest parentheses around && within ||
2541
mv -f .deps/smartplaylisteditor.Tpo .deps/smartplaylisteditor.Plo
2542
/opt/qt/bin/moc ./socketserver.h -o socketserver.moc
2543
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT socketserver.lo -MD -MP -MF .deps/socketserver.Tpo -c -o socketserver.lo socketserver.cpp
2544
mv -f .deps/socketserver.Tpo .deps/socketserver.Plo
2545
/opt/qt/bin/moc ./starmanager.h -o starmanager.moc
2546
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT starmanager.lo -MD -MP -MF .deps/starmanager.Tpo -c -o starmanager.lo starmanager.cpp
2547
In file included from collectiondb.h:17,
2548
                 from collectionbrowser.h:21,
2549
                 from starmanager.cpp:15:
2550
threadmanager.h:100: warning: type qualifiers ignored on function return type
2551
threadmanager.h:196: warning: type qualifiers ignored on function return type
2552
threadmanager.h:417: warning: type qualifiers ignored on function return type
2553
In file included from collectiondb.h:23,
2554
                 from collectionbrowser.h:21,
2555
                 from starmanager.cpp:15:
2556
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2557
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2558
mv -f .deps/starmanager.Tpo .deps/starmanager.Plo
2559
/opt/qt/bin/moc ./statistics.h -o statistics.moc
2560
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT statistics.lo -MD -MP -MF .deps/statistics.Tpo -c -o statistics.lo statistics.cpp
2561
In file included from collectiondb.h:17,
2562
                 from statistics.cpp:17:
2563
threadmanager.h:100: warning: type qualifiers ignored on function return type
2564
threadmanager.h:196: warning: type qualifiers ignored on function return type
2565
threadmanager.h:417: warning: type qualifiers ignored on function return type
2566
In file included from collectiondb.h:23,
2567
                 from statistics.cpp:17:
2568
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2569
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2570
In file included from statistics.cpp:20:
2571
statistics.h: At global scope:
2572
statistics.h:108: warning: type qualifiers ignored on function return type
2573
statistics.h:149: warning: type qualifiers ignored on function return type
2574
mv -f .deps/statistics.Tpo .deps/statistics.Plo
2575
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT systray.lo -MD -MP -MF .deps/systray.Tpo -c -o systray.lo systray.cpp
2576
In file included from systray.cpp:16:
2577
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2578
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2579
mv -f .deps/systray.Tpo .deps/systray.Plo
2580
/opt/qt/bin/moc ./tagdialog.h -o tagdialog.moc
2581
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT tagdialog.lo -MD -MP -MF .deps/tagdialog.Tpo -c -o tagdialog.lo tagdialog.cpp
2582
In file included from collectiondb.h:17,
2583
                 from collectionbrowser.h:21,
2584
                 from tagdialog.cpp:9:
2585
threadmanager.h:100: warning: type qualifiers ignored on function return type
2586
threadmanager.h:196: warning: type qualifiers ignored on function return type
2587
threadmanager.h:417: warning: type qualifiers ignored on function return type
2588
In file included from collectiondb.h:23,
2589
                 from collectionbrowser.h:21,
2590
                 from tagdialog.cpp:9:
2591
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2592
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2593
tagdialog.cpp: In member function ‘void TagDialog::applyToAllTracks()’:
2594
tagdialog.cpp:1258: warning: suggest parentheses around && within ||
2595
tagdialog.cpp:1264: warning: suggest parentheses around && within ||
2596
tagdialog.cpp:1269: warning: suggest parentheses around && within ||
2597
tagdialog.cpp:1274: warning: suggest parentheses around && within ||
2598
tagdialog.cpp:1279: warning: suggest parentheses around && within ||
2599
tagdialog.cpp:1285: warning: suggest parentheses around && within ||
2600
tagdialog.cpp:1290: warning: suggest parentheses around && within ||
2601
tagdialog.cpp:1296: warning: suggest parentheses around && within ||
2602
tagdialog.cpp:1303: warning: suggest parentheses around && within ||
2603
mv -f .deps/tagdialog.Tpo .deps/tagdialog.Plo
2604
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT tagguesser.lo -MD -MP -MF .deps/tagguesser.Tpo -c -o tagguesser.lo tagguesser.cpp
2605
mv -f .deps/tagguesser.Tpo .deps/tagguesser.Plo
2606
/opt/qt/bin/moc ./threadmanager.h -o threadmanager.moc
2607
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT threadmanager.lo -MD -MP -MF .deps/threadmanager.Tpo -c -o threadmanager.lo threadmanager.cpp
2608
In file included from threadmanager.cpp:17:
2609
threadmanager.h:100: warning: type qualifiers ignored on function return type
2610
threadmanager.h:196: warning: type qualifiers ignored on function return type
2611
threadmanager.h:417: warning: type qualifiers ignored on function return type
2612
In file included from collectiondb.h:23,
2613
                 from threadmanager.cpp:18:
2614
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2615
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2616
mv -f .deps/threadmanager.Tpo .deps/threadmanager.Plo
2617
/opt/qt/bin/moc ./tooltip.h -o tooltip.moc
2618
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT tooltip.lo -MD -MP -MF .deps/tooltip.Tpo -c -o tooltip.lo tooltip.cpp
2619
mv -f .deps/tooltip.Tpo .deps/tooltip.Plo
2620
/opt/qt/bin/moc ./trackpickerdialog.h -o trackpickerdialog.moc
2621
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT trackpickerdialog.lo -MD -MP -MF .deps/trackpickerdialog.Tpo -c -o trackpickerdialog.lo trackpickerdialog.cpp
2622
mv -f .deps/trackpickerdialog.Tpo .deps/trackpickerdialog.Plo
2623
/opt/qt/bin/moc ./tracktooltip.h -o tracktooltip.moc
2624
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT tracktooltip.lo -MD -MP -MF .deps/tracktooltip.Tpo -c -o tracktooltip.lo tracktooltip.cpp
2625
In file included from collectiondb.h:17,
2626
                 from tracktooltip.cpp:24:
2627
threadmanager.h:100: warning: type qualifiers ignored on function return type
2628
threadmanager.h:196: warning: type qualifiers ignored on function return type
2629
threadmanager.h:417: warning: type qualifiers ignored on function return type
2630
In file included from collectiondb.h:23,
2631
                 from tracktooltip.cpp:24:
2632
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2633
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2634
mv -f .deps/tracktooltip.Tpo .deps/tracktooltip.Plo
2635
/opt/qt/bin/moc ./transferdialog.h -o transferdialog.moc
2636
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT transferdialog.lo -MD -MP -MF .deps/transferdialog.Tpo -c -o transferdialog.lo transferdialog.cpp
2637
mv -f .deps/transferdialog.Tpo .deps/transferdialog.Plo
2638
/opt/qt/bin/moc ./xmlloader_p.h -o xmlloader_p.moc
2639
/opt/qt/bin/moc ./xmlloader.h -o xmlloader.moc
2640
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT xmlloader.lo -MD -MP -MF .deps/xmlloader.Tpo -c -o xmlloader.lo xmlloader.cpp
2641
mv -f .deps/xmlloader.Tpo .deps/xmlloader.Plo
2642
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT xspfplaylist.lo -MD -MP -MF .deps/xspfplaylist.Tpo -c -o xspfplaylist.lo xspfplaylist.cpp
2643
mv -f .deps/xspfplaylist.Tpo .deps/xspfplaylist.Plo
2644
/opt/qt/bin/moc ./editfilterdialog.h -o editfilterdialog.moc
2645
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT editfilterdialog.lo -MD -MP -MF .deps/editfilterdialog.Tpo -c -o editfilterdialog.lo editfilterdialog.cpp
2646
In file included from collectiondb.h:17,
2647
                 from editfilterdialog.cpp:24:
2648
threadmanager.h:100: warning: type qualifiers ignored on function return type
2649
threadmanager.h:196: warning: type qualifiers ignored on function return type
2650
threadmanager.h:417: warning: type qualifiers ignored on function return type
2651
In file included from collectiondb.h:23,
2652
                 from editfilterdialog.cpp:24:
2653
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2654
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2655
mv -f .deps/editfilterdialog.Tpo .deps/editfilterdialog.Plo
2656
/opt/qt/bin/moc Options1.h -o Options1.moc
2657
rm -f Options1.cpp
2658
echo '#include <kdialog.h>' > Options1.cpp
2659
echo '#include <klocale.h>' >> Options1.cpp
2660
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options1.h ./Options1.ui > Options1.cpp.temp ; ret=$?; \
2661
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" Options1.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_Options1,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> Options1.cpp ;\
2662
rm -f Options1.cpp.temp ;\
2663
if test "$ret" = 0; then echo '#include "Options1.moc"' >> Options1.cpp; else rm -f Options1.cpp ; exit $ret ; fi
2664
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT Options1.lo -MD -MP -MF .deps/Options1.Tpo -c -o Options1.lo Options1.cpp
2665
In file included from ./starmanager.h:17,
2666
                 from ./Options1.ui.h:18,
2667
                 from Options1.cpp:30:
2668
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2669
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2670
mv -f .deps/Options1.Tpo .deps/Options1.Plo
2671
/opt/qt/bin/moc Options2.h -o Options2.moc
2672
rm -f Options2.cpp
2673
echo '#include <kdialog.h>' > Options2.cpp
2674
echo '#include <klocale.h>' >> Options2.cpp
2675
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options2.h ./Options2.ui > Options2.cpp.temp ; ret=$?; \
2676
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" Options2.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_Options2,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> Options2.cpp ;\
2677
rm -f Options2.cpp.temp ;\
2678
if test "$ret" = 0; then echo '#include "Options2.moc"' >> Options2.cpp; else rm -f Options2.cpp ; exit $ret ; fi
2679
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT Options2.lo -MD -MP -MF .deps/Options2.Tpo -c -o Options2.lo Options2.cpp
2680
mv -f .deps/Options2.Tpo .deps/Options2.Plo
2681
/opt/qt/bin/moc Options4.h -o Options4.moc
2682
rm -f Options4.cpp
2683
echo '#include <kdialog.h>' > Options4.cpp
2684
echo '#include <klocale.h>' >> Options4.cpp
2685
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options4.h ./Options4.ui > Options4.cpp.temp ; ret=$?; \
2686
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" Options4.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_Options4,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> Options4.cpp ;\
2687
rm -f Options4.cpp.temp ;\
2688
if test "$ret" = 0; then echo '#include "Options4.moc"' >> Options4.cpp; else rm -f Options4.cpp ; exit $ret ; fi
2689
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT Options4.lo -MD -MP -MF .deps/Options4.Tpo -c -o Options4.lo Options4.cpp
2690
mv -f .deps/Options4.Tpo .deps/Options4.Plo
2691
/opt/qt/bin/moc Options5.h -o Options5.moc
2692
rm -f Options5.cpp
2693
echo '#include <kdialog.h>' > Options5.cpp
2694
echo '#include <klocale.h>' >> Options5.cpp
2695
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options5.h ./Options5.ui > Options5.cpp.temp ; ret=$?; \
2696
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" Options5.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_Options5,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> Options5.cpp ;\
2697
rm -f Options5.cpp.temp ;\
2698
if test "$ret" = 0; then echo '#include "Options5.moc"' >> Options5.cpp; else rm -f Options5.cpp ; exit $ret ; fi
2699
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT Options5.lo -MD -MP -MF .deps/Options5.Tpo -c -o Options5.lo Options5.cpp
2700
In file included from osd.h:21,
2701
                 from Options5.h:14,
2702
                 from Options5.cpp:11:
2703
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2704
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2705
mv -f .deps/Options5.Tpo .deps/Options5.Plo
2706
/opt/qt/bin/moc Options7.h -o Options7.moc
2707
rm -f Options7.cpp
2708
echo '#include <kdialog.h>' > Options7.cpp
2709
echo '#include <klocale.h>' >> Options7.cpp
2710
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options7.h ./Options7.ui > Options7.cpp.temp ; ret=$?; \
2711
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" Options7.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_Options7,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> Options7.cpp ;\
2712
rm -f Options7.cpp.temp ;\
2713
if test "$ret" = 0; then echo '#include "Options7.moc"' >> Options7.cpp; else rm -f Options7.cpp ; exit $ret ; fi
2714
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT Options7.lo -MD -MP -MF .deps/Options7.Tpo -c -o Options7.lo Options7.cpp
2715
mv -f .deps/Options7.Tpo .deps/Options7.Plo
2716
/opt/qt/bin/moc Options8.h -o Options8.moc
2717
rm -f Options8.cpp
2718
echo '#include <kdialog.h>' > Options8.cpp
2719
echo '#include <klocale.h>' >> Options8.cpp
2720
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options8.h ./Options8.ui > Options8.cpp.temp ; ret=$?; \
2721
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" Options8.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_Options8,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> Options8.cpp ;\
2722
rm -f Options8.cpp.temp ;\
2723
if test "$ret" = 0; then echo '#include "Options8.moc"' >> Options8.cpp; else rm -f Options8.cpp ; exit $ret ; fi
2724
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT Options8.lo -MD -MP -MF .deps/Options8.Tpo -c -o Options8.lo Options8.cpp
2725
mv -f .deps/Options8.Tpo .deps/Options8.Plo
2726
/opt/qt/bin/moc dbsetup.h -o dbsetup.moc
2727
rm -f dbsetup.cpp
2728
echo '#include <kdialog.h>' > dbsetup.cpp
2729
echo '#include <klocale.h>' >> dbsetup.cpp
2730
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i dbsetup.h ./dbsetup.ui > dbsetup.cpp.temp ; ret=$?; \
2731
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" dbsetup.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_dbsetup,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> dbsetup.cpp ;\
2732
rm -f dbsetup.cpp.temp ;\
2733
if test "$ret" = 0; then echo '#include "dbsetup.moc"' >> dbsetup.cpp; else rm -f dbsetup.cpp ; exit $ret ; fi
2734
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT dbsetup.lo -MD -MP -MF .deps/dbsetup.Tpo -c -o dbsetup.lo dbsetup.cpp
2735
In file included from ./collectiondb.h:17,
2736
                 from ./dbsetup.ui.h:15,
2737
                 from dbsetup.cpp:31:
2738
./threadmanager.h:100: warning: type qualifiers ignored on function return type
2739
./threadmanager.h:196: warning: type qualifiers ignored on function return type
2740
./threadmanager.h:417: warning: type qualifiers ignored on function return type
2741
In file included from ./collectiondb.h:23,
2742
                 from ./dbsetup.ui.h:15,
2743
                 from dbsetup.cpp:31:
2744
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2745
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2746
mv -f .deps/dbsetup.Tpo .deps/dbsetup.Plo
2747
/opt/qt/bin/moc deletedialogbase.h -o deletedialogbase.moc
2748
rm -f deletedialogbase.cpp
2749
echo '#include <kdialog.h>' > deletedialogbase.cpp
2750
echo '#include <klocale.h>' >> deletedialogbase.cpp
2751
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i deletedialogbase.h ./deletedialogbase.ui > deletedialogbase.cpp.temp ; ret=$?; \
2752
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" deletedialogbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_deletedialogbase,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> deletedialogbase.cpp ;\
2753
rm -f deletedialogbase.cpp.temp ;\
2754
if test "$ret" = 0; then echo '#include "deletedialogbase.moc"' >> deletedialogbase.cpp; else rm -f deletedialogbase.cpp ; exit $ret ; fi
2755
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT deletedialogbase.lo -MD -MP -MF .deps/deletedialogbase.Tpo -c -o deletedialogbase.lo deletedialogbase.cpp
2756
mv -f .deps/deletedialogbase.Tpo .deps/deletedialogbase.Plo
2757
/opt/qt/bin/moc firstrunwizard.h -o firstrunwizard.moc
2758
rm -f firstrunwizard.cpp
2759
echo '#include <kdialog.h>' > firstrunwizard.cpp
2760
echo '#include <klocale.h>' >> firstrunwizard.cpp
2761
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i firstrunwizard.h ./firstrunwizard.ui > firstrunwizard.cpp.temp ; ret=$?; \
2762
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" firstrunwizard.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_firstrunwizard,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> firstrunwizard.cpp ;\
2763
rm -f firstrunwizard.cpp.temp ;\
2764
if test "$ret" = 0; then echo '#include "firstrunwizard.moc"' >> firstrunwizard.cpp; else rm -f firstrunwizard.cpp ; exit $ret ; fi
2765
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT firstrunwizard.lo -MD -MP -MF .deps/firstrunwizard.Tpo -c -o firstrunwizard.lo firstrunwizard.cpp
2766
In file included from /opt/kde/include/kfileitem.h:31,
2767
                 from /opt/kde/include/kdirlister.h:24,
2768
                 from ./directorylist.h:26,
2769
                 from ./firstrunwizard.ui.h:15,
2770
                 from firstrunwizard.cpp:23:
2771
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2772
mv -f .deps/firstrunwizard.Tpo .deps/firstrunwizard.Plo
2773
/opt/qt/bin/moc newdynamic.h -o newdynamic.moc
2774
rm -f newdynamic.cpp
2775
echo '#include <kdialog.h>' > newdynamic.cpp
2776
echo '#include <klocale.h>' >> newdynamic.cpp
2777
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i newdynamic.h ./newdynamic.ui > newdynamic.cpp.temp ; ret=$?; \
2778
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" newdynamic.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_newdynamic,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> newdynamic.cpp ;\
2779
rm -f newdynamic.cpp.temp ;\
2780
if test "$ret" = 0; then echo '#include "newdynamic.moc"' >> newdynamic.cpp; else rm -f newdynamic.cpp ; exit $ret ; fi
2781
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT newdynamic.lo -MD -MP -MF .deps/newdynamic.Tpo -c -o newdynamic.lo newdynamic.cpp
2782
mv -f .deps/newdynamic.Tpo .deps/newdynamic.Plo
2783
/opt/qt/bin/moc organizecollectiondialog.h -o organizecollectiondialog.moc
2784
rm -f organizecollectiondialog.cpp
2785
echo '#include <kdialog.h>' > organizecollectiondialog.cpp
2786
echo '#include <klocale.h>' >> organizecollectiondialog.cpp
2787
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i organizecollectiondialog.h ./organizecollectiondialog.ui > organizecollectiondialog.cpp.temp ; ret=$?; \
2788
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" organizecollectiondialog.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_organizecollectiondialog,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> organizecollectiondialog.cpp ;\
2789
rm -f organizecollectiondialog.cpp.temp ;\
2790
if test "$ret" = 0; then echo '#include "organizecollectiondialog.moc"' >> organizecollectiondialog.cpp; else rm -f organizecollectiondialog.cpp ; exit $ret ; fi
2791
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT organizecollectiondialog.lo -MD -MP -MF .deps/organizecollectiondialog.Tpo -c -o organizecollectiondialog.lo organizecollectiondialog.cpp
2792
In file included from ./collectiondb.h:17,
2793
                 from ./collectionbrowser.h:21,
2794
                 from ./organizecollectiondialog.ui.h:2,
2795
                 from organizecollectiondialog.cpp:29:
2796
./threadmanager.h:100: warning: type qualifiers ignored on function return type
2797
./threadmanager.h:196: warning: type qualifiers ignored on function return type
2798
./threadmanager.h:417: warning: type qualifiers ignored on function return type
2799
In file included from ./collectiondb.h:23,
2800
                 from ./collectionbrowser.h:21,
2801
                 from ./organizecollectiondialog.ui.h:2,
2802
                 from organizecollectiondialog.cpp:29:
2803
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2804
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2805
mv -f .deps/organizecollectiondialog.Tpo .deps/organizecollectiondialog.Plo
2806
/opt/qt/bin/moc podcastsettingsbase.h -o podcastsettingsbase.moc
2807
rm -f podcastsettingsbase.cpp
2808
echo '#include <kdialog.h>' > podcastsettingsbase.cpp
2809
echo '#include <klocale.h>' >> podcastsettingsbase.cpp
2810
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i podcastsettingsbase.h ./podcastsettingsbase.ui > podcastsettingsbase.cpp.temp ; ret=$?; \
2811
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" podcastsettingsbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_podcastsettingsbase,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> podcastsettingsbase.cpp ;\
2812
rm -f podcastsettingsbase.cpp.temp ;\
2813
if test "$ret" = 0; then echo '#include "podcastsettingsbase.moc"' >> podcastsettingsbase.cpp; else rm -f podcastsettingsbase.cpp ; exit $ret ; fi
2814
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT podcastsettingsbase.lo -MD -MP -MF .deps/podcastsettingsbase.Tpo -c -o podcastsettingsbase.lo podcastsettingsbase.cpp
2815
mv -f .deps/podcastsettingsbase.Tpo .deps/podcastsettingsbase.Plo
2816
/opt/qt/bin/moc scriptmanagerbase.h -o scriptmanagerbase.moc
2817
rm -f scriptmanagerbase.cpp
2818
echo '#include <kdialog.h>' > scriptmanagerbase.cpp
2819
echo '#include <klocale.h>' >> scriptmanagerbase.cpp
2820
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i scriptmanagerbase.h ./scriptmanagerbase.ui > scriptmanagerbase.cpp.temp ; ret=$?; \
2821
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" scriptmanagerbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_scriptmanagerbase,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> scriptmanagerbase.cpp ;\
2822
rm -f scriptmanagerbase.cpp.temp ;\
2823
if test "$ret" = 0; then echo '#include "scriptmanagerbase.moc"' >> scriptmanagerbase.cpp; else rm -f scriptmanagerbase.cpp ; exit $ret ; fi
2824
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT scriptmanagerbase.lo -MD -MP -MF .deps/scriptmanagerbase.Tpo -c -o scriptmanagerbase.lo scriptmanagerbase.cpp
2825
mv -f .deps/scriptmanagerbase.Tpo .deps/scriptmanagerbase.Plo
2826
/opt/qt/bin/moc tagdialogbase.h -o tagdialogbase.moc
2827
rm -f tagdialogbase.cpp
2828
echo '#include <kdialog.h>' > tagdialogbase.cpp
2829
echo '#include <klocale.h>' >> tagdialogbase.cpp
2830
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i tagdialogbase.h ./tagdialogbase.ui > tagdialogbase.cpp.temp ; ret=$?; \
2831
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" tagdialogbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_tagdialogbase,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> tagdialogbase.cpp ;\
2832
rm -f tagdialogbase.cpp.temp ;\
2833
if test "$ret" = 0; then echo '#include "tagdialogbase.moc"' >> tagdialogbase.cpp; else rm -f tagdialogbase.cpp ; exit $ret ; fi
2834
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT tagdialogbase.lo -MD -MP -MF .deps/tagdialogbase.Tpo -c -o tagdialogbase.lo tagdialogbase.cpp
2835
In file included from tagdialogbase.cpp:27:
2836
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2837
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2838
mv -f .deps/tagdialogbase.Tpo .deps/tagdialogbase.Plo
2839
/opt/qt/bin/moc tagguesserconfigdialog.h -o tagguesserconfigdialog.moc
2840
rm -f tagguesserconfigdialog.cpp
2841
echo '#include <kdialog.h>' > tagguesserconfigdialog.cpp
2842
echo '#include <klocale.h>' >> tagguesserconfigdialog.cpp
2843
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i tagguesserconfigdialog.h ./tagguesserconfigdialog.ui > tagguesserconfigdialog.cpp.temp ; ret=$?; \
2844
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" tagguesserconfigdialog.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_tagguesserconfigdialog,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> tagguesserconfigdialog.cpp ;\
2845
rm -f tagguesserconfigdialog.cpp.temp ;\
2846
if test "$ret" = 0; then echo '#include "tagguesserconfigdialog.moc"' >> tagguesserconfigdialog.cpp; else rm -f tagguesserconfigdialog.cpp ; exit $ret ; fi
2847
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT tagguesserconfigdialog.lo -MD -MP -MF .deps/tagguesserconfigdialog.Tpo -c -o tagguesserconfigdialog.lo tagguesserconfigdialog.cpp
2848
mv -f .deps/tagguesserconfigdialog.Tpo .deps/tagguesserconfigdialog.Plo
2849
/opt/qt/bin/moc trackpickerdialogbase.h -o trackpickerdialogbase.moc
2850
rm -f trackpickerdialogbase.cpp
2851
echo '#include <kdialog.h>' > trackpickerdialogbase.cpp
2852
echo '#include <klocale.h>' >> trackpickerdialogbase.cpp
2853
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i trackpickerdialogbase.h ./trackpickerdialogbase.ui > trackpickerdialogbase.cpp.temp ; ret=$?; \
2854
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" trackpickerdialogbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_trackpickerdialogbase,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> trackpickerdialogbase.cpp ;\
2855
rm -f trackpickerdialogbase.cpp.temp ;\
2856
if test "$ret" = 0; then echo '#include "trackpickerdialogbase.moc"' >> trackpickerdialogbase.cpp; else rm -f trackpickerdialogbase.cpp ; exit $ret ; fi
2857
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT trackpickerdialogbase.lo -MD -MP -MF .deps/trackpickerdialogbase.Tpo -c -o trackpickerdialogbase.lo trackpickerdialogbase.cpp
2858
mv -f .deps/trackpickerdialogbase.Tpo .deps/trackpickerdialogbase.Plo
2859
/bin/sh ../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libamarok.la -rpath /opt/kde/lib actionclasses.lo app.lo atomicstring.lo atomicurl.lo browserbar.lo clicklineedit.lo collectionbrowser.lo collectiondb.lo columnlist.lo configdialog.lo contextbrowser.lo coverfetcher.lo covermanager.lo cuefile.lo deletedialog.lo deviceconfiguredialog.lo devicemanager.lo directorylist.lo dynamicmode.lo enginebase.lo enginecontroller.lo engineobserver.lo equalizergraph.lo equalizerpresetmanager.lo equalizersetup.lo expression.lo fht.lo filebrowser.lo hintlineedit.lo htmlview.lo iconloader.lo k3bexporter.lo kbookmarkhandler.lo ktrm.lo lastfm.lo mediabrowser.lo mediadevicemanager.lo medium.lo mediumpluginmanager.lo metabundle.lo metabundlesaver.lo moodbar.lo mountpointmanager.lo multitabbar.lo mydiroperator.lo osd.lo pixmapviewer.lo playerwindow.lo playlist.lo playlistbrowser.lo playlistbrowseritem.lo playlistitem.lo playlistloader.lo playlistselection.lo playlistwindow.lo pluginmanager.lo podcastsettings.lo prettypopupmenu.lo queuemanager.lo scancontroller.lo scriptmanager.lo scrobbler.lo sliderwidget.lo smartplaylisteditor.lo socketserver.lo starmanager.lo statistics.lo systray.lo tagdialog.lo tagguesser.lo threadmanager.lo tooltip.lo trackpickerdialog.lo tracktooltip.lo transferdialog.lo xmlloader.lo xspfplaylist.lo editfilterdialog.lo Options1.lo Options2.lo Options4.lo Options5.lo Options7.lo Options8.lo dbsetup.lo deletedialogbase.lo firstrunwizard.lo newdynamic.lo organizecollectiondialog.lo podcastsettingsbase.lo scriptmanagerbase.lo tagdialogbase.lo tagguesserconfigdialog.lo trackpickerdialogbase.lo ../../amarok/src/amarokcore/libamarokcore.la ../../amarok/src/analyzers/libanalyzers.la ../../amarok/src/plugin/libplugin.la ../../amarok/src/statusbar/libstatusbar.la ../../amarok/src/metadata/libmetadata.la ../../amarok/src/magnatunebrowser/libmagnatunebrowser.la -lkutils -lkio -lkdeui -lkdecore -lkhtml -lknewstuff -ltag   -lGL  ../../amarok/src/sqlite/libsqlite.la -ltunepimp -L/usr/lib -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -L/usr/lib -lpq 
2860
g++-4.3 -DHAVE_CONFIG_H -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/magnatunebrowser -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src/device -I../../amarok/src -I/opt/kde/include/arts -I/usr/include/taglib   -I../../amarok/src/sqlite -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer  -g -I/usr/include  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
2861
In file included from /opt/kde/include/kaboutdata.h:24,
2862
                 from main.cpp:21:
2863
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2864
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2865
mv -f .deps/main.Tpo .deps/main.Po
2866
/bin/sh ../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o amarokapp main.o ../../amarok/src/amarokcore/libamarokcore.la libamarok.la ../../amarok/src/analyzers/libanalyzers.la ../../amarok/src/plugin/libplugin.la ../../amarok/src/statusbar/libstatusbar.la ../../amarok/src/metadata/libmetadata.la -lkutils -lkio -lkdeui -lkdecore -lkhtml -lknewstuff -ltag   -lGL  ../../amarok/src/sqlite/libsqlite.la  -ltunepimp -L/usr/lib -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -L/usr/lib -lpq 
2867
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src'
2868
Making all in engine
2869
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine'
2870
Making all in .
2871
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine'
2872
make[5]: Nothing to be done for `all-am'.
2873
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine'
2874
Making all in void
2875
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine/void'
2876
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src/plugin -I../../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT void-engine.lo -MD -MP -MF .deps/void-engine.Tpo -c -o void-engine.lo void-engine.cpp
2877
mv -f .deps/void-engine.Tpo .deps/void-engine.Plo
2878
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libamarok_void-engine_plugin.la -rpath /opt/kde/lib/kde3 void-engine.lo ../../../../amarok/src/libamarok.la ../../../../amarok/src/plugin/libplugin.la -lkdecore 
2879
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine/void'
2880
Making all in xine
2881
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine/xine'
2882
rm -rf xineconfigbase.h;
2883
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./xineconfigbase.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> xineconfigbase.h ;
2884
/opt/kde/bin/kconfig_compiler ./xinecfg.kcfg ./xinecfg.kcfgc; ret=$?; \
2885
if test "$ret" != 0; then rm -f xinecfg.h ; exit $ret ;  fi
2886
/bin/sh ../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT xine-scope.lo -MD -MP -MF .deps/xine-scope.Tpo -c -o xine-scope.lo xine-scope.c
2887
xine-scope.c: In function ‘scope_plugin_new’:
2888
xine-scope.c:135: warning: ‘xine_xmalloc’ is deprecated (declared at /usr/include/xine/xineutils.h:136)
2889
xine-scope.c:164: warning: ‘xine_xmalloc’ is deprecated (declared at /usr/include/xine/xineutils.h:136)
2890
mv -f .deps/xine-scope.Tpo .deps/xine-scope.Plo
2891
/opt/qt/bin/moc ./xine-engine.h -o xine-engine.moc
2892
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT xine-engine.lo -MD -MP -MF .deps/xine-engine.Tpo -c -o xine-engine.lo xine-engine.cpp
2893
xine-engine.cpp: In member function ‘virtual void XineEngine::stop()’:
2894
xine-engine.cpp:380: warning: suggest parentheses around && within ||
2895
xine-engine.cpp: In static member function ‘static void XineEngine::XineEventListener(void*, const xine_event_t*)’:
2896
xine-engine.cpp:940: warning: ‘xine_mrl_reference_data_t’ is deprecated (declared at /usr/include/xine.h:1985)
2897
mv -f .deps/xine-engine.Tpo .deps/xine-engine.Plo
2898
/opt/qt/bin/moc ./xine-config.h -o xine-config.moc
2899
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT xine-config.lo -MD -MP -MF .deps/xine-config.Tpo -c -o xine-config.lo xine-config.cpp
2900
mv -f .deps/xine-config.Tpo .deps/xine-config.Plo
2901
/opt/qt/bin/moc xineconfigbase.h -o xineconfigbase.moc
2902
rm -f xineconfigbase.cpp
2903
echo '#include <kdialog.h>' > xineconfigbase.cpp
2904
echo '#include <klocale.h>' >> xineconfigbase.cpp
2905
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i xineconfigbase.h ./xineconfigbase.ui > xineconfigbase.cpp.temp ; ret=$?; \
2906
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" xineconfigbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_xineconfigbase,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> xineconfigbase.cpp ;\
2907
rm -f xineconfigbase.cpp.temp ;\
2908
if test "$ret" = 0; then echo '#include "xineconfigbase.moc"' >> xineconfigbase.cpp; else rm -f xineconfigbase.cpp ; exit $ret ; fi
2909
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT xineconfigbase.lo -MD -MP -MF .deps/xineconfigbase.Tpo -c -o xineconfigbase.lo xineconfigbase.cpp
2910
mv -f .deps/xineconfigbase.Tpo .deps/xineconfigbase.Plo
2911
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore  -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT xinecfg.lo -MD -MP -MF .deps/xinecfg.Tpo -c -o xinecfg.lo xinecfg.cpp
2912
mv -f .deps/xinecfg.Tpo .deps/xinecfg.Plo
2913
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libamarok_xine-engine.la -rpath /opt/kde/lib/kde3 xine-scope.lo xine-engine.lo xine-config.lo xineconfigbase.lo xinecfg.lo ../../../../amarok/src/libamarok.la ../../../../amarok/src/plugin/libplugin.la -lkdeui -lkdecore -lxine   
2914
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine/xine'
2915
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine'
2916
Making all in mediadevice
2917
make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice'
2918
Making all in generic
2919
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/generic'
2920
rm -rf genericmediadeviceconfigdialog.h;
2921
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./genericmediadeviceconfigdialog.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> genericmediadeviceconfigdialog.h ;
2922
/opt/qt/bin/moc ./genericmediadevice.h -o genericmediadevice.moc
2923
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT genericmediadevice.lo -MD -MP -MF .deps/genericmediadevice.Tpo -c -o genericmediadevice.lo genericmediadevice.cpp
2924
In file included from /opt/kde/include/kfileitem.h:31,
2925
                 from /opt/kde/include/kdirlister.h:24,
2926
                 from genericmediadevice.h:26,
2927
                 from genericmediadevice.cpp:22:
2928
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2929
In file included from ../../../../amarok/src/collectiondb.h:17,
2930
                 from genericmediadevice.cpp:30:
2931
../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
2932
../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
2933
../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
2934
In file included from ../../../../amarok/src/collectiondb.h:23,
2935
                 from genericmediadevice.cpp:30:
2936
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2937
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2938
mv -f .deps/genericmediadevice.Tpo .deps/genericmediadevice.Plo
2939
/opt/qt/bin/moc genericmediadeviceconfigdialog.h -o genericmediadeviceconfigdialog.moc
2940
rm -f genericmediadeviceconfigdialog.cpp
2941
echo '#include <kdialog.h>' > genericmediadeviceconfigdialog.cpp
2942
echo '#include <klocale.h>' >> genericmediadeviceconfigdialog.cpp
2943
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i genericmediadeviceconfigdialog.h ./genericmediadeviceconfigdialog.ui > genericmediadeviceconfigdialog.cpp.temp ; ret=$?; \
2944
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" genericmediadeviceconfigdialog.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_genericmediadeviceconfigdialog,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> genericmediadeviceconfigdialog.cpp ;\
2945
rm -f genericmediadeviceconfigdialog.cpp.temp ;\
2946
if test "$ret" = 0; then echo '#include "genericmediadeviceconfigdialog.moc"' >> genericmediadeviceconfigdialog.cpp; else rm -f genericmediadeviceconfigdialog.cpp ; exit $ret ; fi
2947
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT genericmediadeviceconfigdialog.lo -MD -MP -MF .deps/genericmediadeviceconfigdialog.Tpo -c -o genericmediadeviceconfigdialog.lo genericmediadeviceconfigdialog.cpp
2948
In file included from /opt/kde/include/kfileitem.h:31,
2949
                 from /opt/kde/include/kdirlister.h:24,
2950
                 from genericmediadevice.h:26,
2951
                 from genericmediadeviceconfigdialog.h:15,
2952
                 from genericmediadeviceconfigdialog.cpp:11:
2953
/opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
2954
In file included from ../../../../amarok/src/collectiondb.h:17,
2955
                 from ../../../../amarok/src/collectionbrowser.h:21,
2956
                 from genericmediadeviceconfigdialog.cpp:16:
2957
../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
2958
../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
2959
../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
2960
In file included from ../../../../amarok/src/collectiondb.h:23,
2961
                 from ../../../../amarok/src/collectionbrowser.h:21,
2962
                 from genericmediadeviceconfigdialog.cpp:16:
2963
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
2964
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
2965
mv -f .deps/genericmediadeviceconfigdialog.Tpo .deps/genericmediadeviceconfigdialog.Plo
2966
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libamarok_generic-mediadevice.la -rpath /opt/kde/lib/kde3 genericmediadevice.lo genericmediadeviceconfigdialog.lo ../../../../amarok/src/libamarok.la -lkdeui -lkdecore -lkio 
2967
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/generic'
2968
Making all in daap
2969
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap'
2970
Making all in daapreader
2971
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader'
2972
Making all in authentication
2973
make[7]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader/authentication'
2974
/opt/qt/bin/moc ./contentfetcher.h -o contentfetcher.moc
2975
/bin/sh ../../../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I../../../../../../amarok/src -I../../../../../../amarok/src/amarokcore -I../../../../../../amarok/src/mediadevice -I../../../../../../amarok/src/mediadevice/daap -I../../../../../../amarok/src/mediadevice/daap/daapreader -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT contentfetcher.lo -MD -MP -MF .deps/contentfetcher.Tpo -c -o contentfetcher.lo contentfetcher.cpp
2976
mv -f .deps/contentfetcher.Tpo .deps/contentfetcher.Plo
2977
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I../../../../../../amarok/src -I../../../../../../amarok/src/amarokcore -I../../../../../../amarok/src/mediadevice -I../../../../../../amarok/src/mediadevice/daap -I../../../../../../amarok/src/mediadevice/daap/daapreader -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
2978
mv -f .deps/md5.Tpo .deps/md5.Plo
2979
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I../../../../../../amarok/src -I../../../../../../amarok/src/amarokcore -I../../../../../../amarok/src/mediadevice -I../../../../../../amarok/src/mediadevice/daap -I../../../../../../amarok/src/mediadevice/daap/daapreader -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT hasher.lo -MD -MP -MF .deps/hasher.Tpo -c -o hasher.lo hasher.c
2980
hasher.c: In function ‘GenerateStatic_42’:
2981
hasher.c:52: warning: pointer targets in initialization differ in signedness
2982
hasher.c:63: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2983
hasher.c:65: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2984
hasher.c:68: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2985
hasher.c:70: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2986
hasher.c:73: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2987
hasher.c:75: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2988
hasher.c:78: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2989
hasher.c:80: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2990
hasher.c:83: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2991
hasher.c:85: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2992
hasher.c:88: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2993
hasher.c:90: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2994
hasher.c:93: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2995
hasher.c:95: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2996
hasher.c:98: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2997
hasher.c:100: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
2998
hasher.c:103: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Final’ differ in signedness
2999
hasher.c:104: warning: pointer targets in passing argument 1 of ‘DigestToString’ differ in signedness
3000
hasher.c:104: warning: pointer targets in passing argument 2 of ‘DigestToString’ differ in signedness
3001
hasher.c: In function ‘GenerateStatic_45’:
3002
hasher.c:112: warning: pointer targets in initialization differ in signedness
3003
hasher.c:123: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3004
hasher.c:125: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3005
hasher.c:128: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3006
hasher.c:130: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3007
hasher.c:133: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3008
hasher.c:135: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3009
hasher.c:138: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3010
hasher.c:140: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3011
hasher.c:143: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3012
hasher.c:145: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3013
hasher.c:148: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3014
hasher.c:150: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3015
hasher.c:153: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3016
hasher.c:155: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3017
hasher.c:158: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3018
hasher.c:160: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3019
hasher.c:164: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Final’ differ in signedness
3020
hasher.c:165: warning: pointer targets in passing argument 1 of ‘DigestToString’ differ in signedness
3021
hasher.c:165: warning: pointer targets in passing argument 2 of ‘DigestToString’ differ in signedness
3022
hasher.c: In function ‘GenerateHash’:
3023
hasher.c:190: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
3024
hasher.c:191: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3025
hasher.c:193: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3026
hasher.c:199: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
3027
hasher.c:202: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Final’ differ in signedness
3028
hasher.c:203: warning: pointer targets in passing argument 1 of ‘DigestToString’ differ in signedness
3029
hasher.c:203: warning: pointer targets in passing argument 2 of ‘DigestToString’ differ in signedness
3030
mv -f .deps/hasher.Tpo .deps/hasher.Plo
3031
/bin/sh ../../../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libauthentication.la  contentfetcher.lo md5.lo hasher.lo -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread -lkdecore -lkdeui 
3032
make[7]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader/authentication'
3033
make[7]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader'
3034
/opt/qt/bin/moc ./reader.h -o reader.moc
3035
/bin/sh ../../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../amarok/src -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c -o reader.lo reader.cpp
3036
mv -f .deps/reader.Tpo .deps/reader.Plo
3037
/bin/sh ../../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L/opt/kde/lib -L/opt/qt/lib     -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libdaapreader.la  reader.lo -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread -lkdecore -lkdeui ../../../../../amarok/src/mediadevice/daap/daapreader/authentication/libauthentication.la 
3038
make[7]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader'
3039
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader'
3040
Making all in mongrel
3041
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel'
3042
Making all in http11
3043
make[7]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/http11'
3044
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -Dinline=__inline__ -Dasm=__asm__  -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT http11.lo -MD -MP -MF .deps/http11.Tpo -c -o http11.lo http11.c
3045
http11.c:63: warning: no previous prototype for ‘http_field’
3046
http11.c: In function ‘http_field’:
3047
http11.c:70: warning: format not a string literal and no format arguments
3048
http11.c:71: warning: format not a string literal and no format arguments
3049
http11.c: At top level:
3050
http11.c:88: warning: no previous prototype for ‘request_method’
3051
http11.c:97: warning: no previous prototype for ‘request_uri’
3052
http11.c: In function ‘request_uri’:
3053
http11.c:102: warning: format not a string literal and no format arguments
3054
http11.c: At top level:
3055
http11.c:108: warning: no previous prototype for ‘request_path’
3056
http11.c: In function ‘request_path’:
3057
http11.c:113: warning: format not a string literal and no format arguments
3058
http11.c: At top level:
3059
http11.c:119: warning: no previous prototype for ‘query_string’
3060
http11.c: In function ‘query_string’:
3061
http11.c:124: warning: format not a string literal and no format arguments
3062
http11.c: At top level:
3063
http11.c:130: warning: no previous prototype for ‘http_version’
3064
http11.c:140: warning: no previous prototype for ‘header_done’
3065
http11.c:178: warning: no previous prototype for ‘HttpParser_free’
3066
http11.c:187: warning: no previous prototype for ‘HttpParser_alloc’
3067
http11.c:213: warning: no previous prototype for ‘HttpParser_init’
3068
http11.c:230: warning: no previous prototype for ‘HttpParser_reset’
3069
http11.c:247: warning: no previous prototype for ‘HttpParser_finish’
3070
http11.c:274: warning: no previous prototype for ‘HttpParser_execute’
3071
http11.c: In function ‘HttpParser_execute’:
3072
http11.c:293: warning: format not a string literal and no format arguments
3073
http11.c: At top level:
3074
http11.c:311: warning: no previous prototype for ‘HttpParser_has_error’
3075
http11.c:326: warning: no previous prototype for ‘HttpParser_is_finished’
3076
http11.c:342: warning: no previous prototype for ‘HttpParser_nread’
3077
http11.c:351: warning: no previous prototype for ‘URIClassifier_free’
3078
http11.c:362: warning: no previous prototype for ‘URIClassifier_alloc’
3079
http11.c:389: warning: no previous prototype for ‘URIClassifier_init’
3080
http11.c:416: warning: no previous prototype for ‘URIClassifier_register’
3081
http11.c:445: warning: no previous prototype for ‘URIClassifier_unregister’
3082
http11.c:495: warning: no previous prototype for ‘URIClassifier_resolve’
3083
http11.c:529: warning: no previous prototype for ‘Init_libhttp11’
3084
mv -f .deps/http11.Tpo .deps/http11.Plo
3085
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -Dinline=__inline__ -Dasm=__asm__  -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT http11_parser.lo -MD -MP -MF .deps/http11_parser.Tpo -c -o http11_parser.lo http11_parser.c
3086
mv -f .deps/http11_parser.Tpo .deps/http11_parser.Plo
3087
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -Dinline=__inline__ -Dasm=__asm__  -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT tst_cleanup.lo -MD -MP -MF .deps/tst_cleanup.Tpo -c -o tst_cleanup.lo tst_cleanup.c
3088
mv -f .deps/tst_cleanup.Tpo .deps/tst_cleanup.Plo
3089
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -Dinline=__inline__ -Dasm=__asm__  -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT tst_delete.lo -MD -MP -MF .deps/tst_delete.Tpo -c -o tst_delete.lo tst_delete.c
3090
mv -f .deps/tst_delete.Tpo .deps/tst_delete.Plo
3091
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -Dinline=__inline__ -Dasm=__asm__  -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT tst_grow_node_free_list.lo -MD -MP -MF .deps/tst_grow_node_free_list.Tpo -c -o tst_grow_node_free_list.lo tst_grow_node_free_list.c
3092
tst_grow_node_free_list.c:6: warning: no previous prototype for ‘tst_grow_node_free_list’
3093
mv -f .deps/tst_grow_node_free_list.Tpo .deps/tst_grow_node_free_list.Plo
3094
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -Dinline=__inline__ -Dasm=__asm__  -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT tst_init.lo -MD -MP -MF .deps/tst_init.Tpo -c -o tst_init.lo tst_init.c
3095
mv -f .deps/tst_init.Tpo .deps/tst_init.Plo
3096
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -Dinline=__inline__ -Dasm=__asm__  -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT tst_insert.lo -MD -MP -MF .deps/tst_insert.Tpo -c -o tst_insert.lo tst_insert.c
3097
mv -f .deps/tst_insert.Tpo .deps/tst_insert.Plo
3098
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=compile gcc-4.3 -DHAVE_CONFIG_H -I. -I../../../../../.. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -Dinline=__inline__ -Dasm=__asm__  -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -MT tst_search.lo -MD -MP -MF .deps/tst_search.Tpo -c -o tst_search.lo tst_search.c
3099
mv -f .deps/tst_search.Tpo .deps/tst_search.Plo
3100
/bin/sh ../../../../../../libtool --silent --tag=CC   --mode=link gcc-4.3  -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -shared -lruby -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libhttp11.la -rpath /opt/kde/lib/ruby_lib http11.lo http11_parser.lo tst_cleanup.lo tst_delete.lo tst_grow_node_free_list.lo tst_init.lo tst_insert.lo tst_search.lo  
3101
make[7]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/http11'
3102
Making all in lib
3103
make[7]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib'
3104
Making all in mongrel
3105
make[8]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/mongrel'
3106
make[8]: Nothing to be done for `all'.
3107
make[8]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/mongrel'
3108
Making all in rubygems
3109
make[8]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rubygems'
3110
make[8]: Nothing to be done for `all'.
3111
make[8]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rubygems'
3112
Making all in rbconfig
3113
make[8]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rbconfig'
3114
make[8]: Nothing to be done for `all'.
3115
make[8]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rbconfig'
3116
make[8]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib'
3117
make[8]: Nothing to be done for `all-am'.
3118
make[8]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib'
3119
make[7]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib'
3120
make[7]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel'
3121
make[7]: Nothing to be done for `all-am'.
3122
make[7]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel'
3123
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel'
3124
make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap'
3125
rm -rf addhostbase.h;
3126
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./addhostbase.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> addhostbase.h ;
3127
/opt/qt/bin/moc ./daapclient.h -o daapclient.moc
3128
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT daapclient.lo -MD -MP -MF .deps/daapclient.Tpo -c -o daapclient.lo daapclient.cpp
3129
In file included from ../../../../amarok/src/collectiondb.h:17,
3130
                 from daapclient.cpp:20:
3131
../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
3132
../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
3133
../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
3134
In file included from ../../../../amarok/src/collectiondb.h:23,
3135
                 from daapclient.cpp:20:
3136
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
3137
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
3138
In file included from daapclient.cpp:24:
3139
daapclient.h: At global scope:
3140
daapclient.h:111: warning: type qualifiers ignored on function return type
3141
In file included from daapclient.cpp:55:
3142
/opt/kde/include/dnssd/servicebrowser.h:172: warning: type qualifiers ignored on function return type
3143
daapclient.cpp: In member function ‘virtual bool DaapClient::openDevice(bool)’:
3144
daapclient.cpp:163: warning: deprecated conversion from string constant to ‘char*’
3145
daapclient.cpp: At global scope:
3146
daapclient.cpp:585: warning: type qualifiers ignored on function return type
3147
daapclient.cpp: In member function ‘void DaapClient::broadcastButtonToggled()’:
3148
daapclient.cpp:674: warning: deprecated conversion from string constant to ‘char*’
3149
mv -f .deps/daapclient.Tpo .deps/daapclient.Plo
3150
/opt/qt/bin/moc ./daapserver.h -o daapserver.moc
3151
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT daapserver.lo -MD -MP -MF .deps/daapserver.Tpo -c -o daapserver.lo daapserver.cpp
3152
In file included from ./daapclient.h:19,
3153
                 from daapserver.h:16,
3154
                 from daapserver.cpp:16:
3155
../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
3156
../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
3157
../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
3158
In file included from daapserver.h:16,
3159
                 from daapserver.cpp:16:
3160
./daapclient.h:111: warning: type qualifiers ignored on function return type
3161
In file included from ../../../../amarok/src/collectiondb.h:23,
3162
                 from daapserver.cpp:17:
3163
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
3164
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
3165
mv -f .deps/daapserver.Tpo .deps/daapserver.Plo
3166
/opt/qt/bin/moc ./proxy.h -o proxy.moc
3167
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT proxy.lo -MD -MP -MF .deps/proxy.Tpo -c -o proxy.lo proxy.cpp
3168
In file included from daapclient.h:19,
3169
                 from proxy.cpp:15:
3170
../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
3171
../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
3172
../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
3173
In file included from proxy.cpp:15:
3174
daapclient.h:111: warning: type qualifiers ignored on function return type
3175
mv -f .deps/proxy.Tpo .deps/proxy.Plo
3176
/opt/qt/bin/moc addhostbase.h -o addhostbase.moc
3177
rm -f addhostbase.cpp
3178
echo '#include <kdialog.h>' > addhostbase.cpp
3179
echo '#include <klocale.h>' >> addhostbase.cpp
3180
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i addhostbase.h ./addhostbase.ui > addhostbase.cpp.temp ; ret=$?; \
3181
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" addhostbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_addhostbase,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> addhostbase.cpp ;\
3182
rm -f addhostbase.cpp.temp ;\
3183
if test "$ret" = 0; then echo '#include "addhostbase.moc"' >> addhostbase.cpp; else rm -f addhostbase.cpp ; exit $ret ; fi
3184
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT addhostbase.lo -MD -MP -MF .deps/addhostbase.Tpo -c -o addhostbase.lo addhostbase.cpp
3185
mv -f .deps/addhostbase.Tpo .deps/addhostbase.Plo
3186
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libamarok_daap-mediadevice.la -rpath /opt/kde/lib/kde3 daapclient.lo daapserver.lo proxy.lo addhostbase.lo ../../../../amarok/src/libamarok.la ../../../../amarok/src/mediadevice/daap/daapreader/libdaapreader.la -lkdnssd -lkdeui -lkdecore -lkio 
3187
make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap'
3188
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap'
3189
Making all in ipod
3190
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/ipod'
3191
/opt/qt/bin/moc ./ipodmediadevice.h -o ipodmediadevice.moc
3192
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -pthread -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng15 -I/usr/include/libxml2 -I/usr/include/p11-kit-1   -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT ipodmediadevice.lo -MD -MP -MF .deps/ipodmediadevice.Tpo -c -o ipodmediadevice.lo ipodmediadevice.cpp
3193
In file included from ../../../../amarok/src/collectiondb.h:17,
3194
                 from ipodmediadevice.cpp:34:
3195
../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
3196
../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
3197
../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
3198
In file included from ../../../../amarok/src/collectiondb.h:23,
3199
                 from ipodmediadevice.cpp:34:
3200
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
3201
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
3202
In file included from ../../../../amarok/src/playlistbrowser.h:14,
3203
                 from ipodmediadevice.cpp:39:
3204
../../../../amarok/src/playlistbrowseritem.h: At global scope:
3205
../../../../amarok/src/playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
3206
../../../../amarok/src/playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
3207
../../../../amarok/src/playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
3208
../../../../amarok/src/playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
3209
../../../../amarok/src/playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
3210
../../../../amarok/src/playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
3211
../../../../amarok/src/playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
3212
../../../../amarok/src/playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
3213
../../../../amarok/src/playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
3214
../../../../amarok/src/playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
3215
../../../../amarok/src/playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
3216
../../../../amarok/src/playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
3217
../../../../amarok/src/playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
3218
mv -f .deps/ipodmediadevice.Tpo .deps/ipodmediadevice.Plo
3219
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib  -pthread -lgpod -lgdk_pixbuf-2.0 -limobiledevice -lgobject-2.0 -lplist -lusbmuxd -lgthread-2.0 -lrt -lgnutls -ltasn1 -lglib-2.0   -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libamarok_ipod-mediadevice.la -rpath /opt/kde/lib/kde3 ipodmediadevice.lo ../../../../amarok/src/libamarok.la 
3220
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/ipod'
3221
Making all in ifp
3222
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/ifp'
3223
/opt/qt/bin/moc ./ifpmediadevice.h -o ifpmediadevice.moc
3224
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/statusbar -I../../../../amarok/src/engine -I../../../../amarok/src/plugin -I../../../../amarok/src/mediadevice  -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT ifpmediadevice.lo -MD -MP -MF .deps/ifpmediadevice.Tpo -c -o ifpmediadevice.lo ifpmediadevice.cpp
3225
In file included from ../../../../amarok/src/collectiondb.h:17,
3226
                 from ifpmediadevice.cpp:32:
3227
../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
3228
../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
3229
../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
3230
In file included from ../../../../amarok/src/collectiondb.h:23,
3231
                 from ifpmediadevice.cpp:32:
3232
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
3233
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
3234
mv -f .deps/ifpmediadevice.Tpo .deps/ifpmediadevice.Plo
3235
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libamarok_ifp-mediadevice.la -rpath /opt/kde/lib/kde3 ifpmediadevice.lo ../../../../amarok/src/libamarok.la -lusb -lifp -lkdeui -lkdecore -lkio 
3236
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/ifp'
3237
Making all in njb
3238
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/njb'
3239
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT njbmediadevice.lo -MD -MP -MF .deps/njbmediadevice.Tpo -c -o njbmediadevice.lo njbmediadevice.cpp
3240
In file included from ../../../../amarok/src/collectiondb.h:17,
3241
                 from njbmediadevice.cpp:31:
3242
../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
3243
../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
3244
../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
3245
In file included from ../../../../amarok/src/collectiondb.h:23,
3246
                 from njbmediadevice.cpp:31:
3247
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
3248
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
3249
mv -f .deps/njbmediadevice.Tpo .deps/njbmediadevice.Plo
3250
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT playlist.lo -MD -MP -MF .deps/playlist.Tpo -c -o playlist.lo playlist.cpp
3251
mv -f .deps/playlist.Tpo .deps/playlist.Plo
3252
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT track.lo -MD -MP -MF .deps/track.Tpo -c -o track.lo track.cpp
3253
mv -f .deps/track.Tpo .deps/track.Plo
3254
/opt/qt/bin/moc ./njbmediadevice.h -o njbmediadevice.moc.cpp
3255
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT njbmediadevice.moc.lo -MD -MP -MF .deps/njbmediadevice.moc.Tpo -c -o njbmediadevice.moc.lo njbmediadevice.moc.cpp
3256
mv -f .deps/njbmediadevice.moc.Tpo .deps/njbmediadevice.moc.Plo
3257
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=link g++-4.3  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib  -L/opt/kde/lib -L/opt/qt/lib     -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o libamarok_njb-mediadevice.la -rpath /opt/kde/lib/kde3 njbmediadevice.lo playlist.lo track.lo njbmediadevice.moc.lo  ../../../../amarok/src/libamarok.la -lkdeui -lkdecore -lnjb 
3258
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/njb'
3259
Making all in mtp
3260
make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/mtp'
3261
/bin/sh ../../../../libtool --silent --tag=CXX   --mode=compile g++-4.3 -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/include/taglib   -I/opt/kde/include -I/opt/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mtpmediadevice.lo -MD -MP -MF .deps/mtpmediadevice.Tpo -c -o mtpmediadevice.lo mtpmediadevice.cpp
3262
In file included from ../../../../amarok/src/collectiondb.h:17,
3263
                 from ../../../../amarok/src/collectionbrowser.h:21,
3264
                 from mtpmediadevice.cpp:37:
3265
../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
3266
../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
3267
../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
3268
In file included from ../../../../amarok/src/collectiondb.h:23,
3269
                 from ../../../../amarok/src/collectionbrowser.h:21,
3270
                 from mtpmediadevice.cpp:37:
3271
/opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
3272
/opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
3273
mtpmediadevice.cpp: In member function ‘uint32_t MtpMediaDevice::getDefaultParentId()’:
3274
mtpmediadevice.cpp:384: warning: deprecated conversion from string constant to ‘char*’
3275
mtpmediadevice.cpp: In member function ‘LIBMTP_album_t* MtpMediaDevice::getOrCreateAlbum(QPtrList<MediaItem>*)’:
3276
mtpmediadevice.cpp:512: error: ‘realloc’ was not declared in this scope
3277
mtpmediadevice.cpp:528: error: ‘malloc’ was not declared in this scope
3278
mtpmediadevice.cpp: In member function ‘void MtpMediaDevice::playlistFromItem(MtpMediaItem*)’:
3279
mtpmediadevice.cpp:895: error: ‘malloc’ was not declared in this scope
3280
mtpmediadevice.cpp: In member function ‘virtual bool MtpMediaDevice::openDevice(bool)’:
3281
mtpmediadevice.cpp:1146: error: ‘free’ was not declared in this scope
3282
mtpmediadevice.cpp: In member function ‘virtual void MtpMediaDevice::customClicked()’:
3283
mtpmediadevice.cpp:1254: error: ‘free’ was not declared in this scope
3284
make[5]: *** [mtpmediadevice.lo] Error 1
3285
make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/mtp'
3286
make[4]: *** [all-recursive] Error 1
3287
make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice'
3288
make[3]: *** [all-recursive] Error 1
3289
make[3]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src'
3290
make[2]: *** [all-recursive] Error 1
3291
make[2]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok'
3292
make[1]: *** [all-recursive] Error 1
3293
make[1]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10'
3294
make: *** [all] Error 2
3295
==> ERROR: A failure occurred in build().
3296
    Aborting...
3297
==> ERROR: Makepkg was unable to build amarok1.
3298
==> Restart building amarok1 ? [y/N]
3299
==> --------------------------------
3300
==>