Advertisement
Guest User

amarok1 build output

a guest
Apr 9th, 2012
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 446.87 KB | None | 0 0
  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''
  413. Making all in amarok
  414. make[2]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok'
  415. Making all in src
  416. make[3]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src'
  417. Making all in amarokcore
  418. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/amarokcore'
  419. /opt/kde/bin/kconfig_compiler ./amarok.kcfg ./amarokconfig.kcfgc; ret=$?; \
  420. if test "$ret" != 0; then rm -f amarokconfig.h ; exit $ret ;  fi
  421. /opt/qt/bin/moc ./amarokdcophandler.h -o amarokdcophandler.moc
  422. /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
  423. In file included from ../../../amarok/src/collectiondb.h:17,
  424.                  from amarokdcophandler.cpp:27:
  425. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  426. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  427. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  428. In file included from ../../../amarok/src/collectiondb.h:23,
  429.                  from amarokdcophandler.cpp:27:
  430. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  431. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  432. In file included from ../../../amarok/src/playlistbrowser.h:14,
  433.                  from amarokdcophandler.cpp:38:
  434. ../../../amarok/src/playlistbrowseritem.h: At global scope:
  435. ../../../amarok/src/playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  436. ../../../amarok/src/playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  437. ../../../amarok/src/playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  438. ../../../amarok/src/playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  439. ../../../amarok/src/playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  440. ../../../amarok/src/playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  441. ../../../amarok/src/playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  442. ../../../amarok/src/playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  443. ../../../amarok/src/playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  444. ../../../amarok/src/playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  445. ../../../amarok/src/playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  446. ../../../amarok/src/playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  447. ../../../amarok/src/playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  448. mv -f .deps/amarokdcophandler.Tpo .deps/amarokdcophandler.Plo
  449. /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
  450. crashhandler.cpp: In static member function ‘static void Amarok::Crash::crashHandler(int):
  451. crashhandler.cpp:156: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t), declared with attribute warn_unused_result
  452. mv -f .deps/crashhandler.Tpo .deps/crashhandler.Plo
  453. /opt/kde/bin/dcopidl ./amarokdcopiface.h > amarokdcopiface.kidl || ( rm -f amarokdcopiface.kidl ; false )
  454. /opt/kde/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub amarokdcopiface.kidl
  455. /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
  456. mv -f .deps/amarokdcopiface_skel.Tpo .deps/amarokdcopiface_skel.Plo
  457. /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
  458. mv -f .deps/amarokconfig.Tpo .deps/amarokconfig.Plo
  459. /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  
  460. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/amarokcore'
  461. Making all in magnatunebrowser
  462. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/magnatunebrowser'
  463. rm -rf magnatunedownloaddialogbase.h;
  464. /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 ;
  465. rm -rf magnatunepurchasedialogbase.h;
  466. /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 ;
  467. rm -rf magnatuneredownloaddialogbase.h;
  468. /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 ;
  469. /opt/qt/bin/moc ./magnatuneartistinfobox.h -o magnatuneartistinfobox.moc
  470. /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
  471. In file included from ../../../amarok/src/collectiondb.h:17,
  472.                  from magnatunedatabasehandler.h:23,
  473.                  from magnatuneartistinfobox.cpp:22:
  474. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  475. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  476. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  477. In file included from ../../../amarok/src/collectiondb.h:23,
  478.                  from magnatunedatabasehandler.h:23,
  479.                  from magnatuneartistinfobox.cpp:22:
  480. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  481. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  482. mv -f .deps/magnatuneartistinfobox.Tpo .deps/magnatuneartistinfobox.Plo
  483. /opt/qt/bin/moc ./magnatunebrowser.h -o magnatunebrowser.moc
  484. /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
  485. In file included from ../../../amarok/src/collectiondb.h:17,
  486.                  from magnatunedatabasehandler.h:23,
  487.                  from magnatunelistviewitems.h:24,
  488.                  from magnatunelistview.h:23,
  489.                  from magnatunebrowser.h:26,
  490.                  from magnatunebrowser.cpp:22:
  491. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  492. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  493. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  494. In file included from ../../../amarok/src/collectiondb.h:23,
  495.                  from magnatunedatabasehandler.h:23,
  496.                  from magnatunelistviewitems.h:24,
  497.                  from magnatunelistview.h:23,
  498.                  from magnatunebrowser.h:26,
  499.                  from magnatunebrowser.cpp:22:
  500. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  501. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  502. mv -f .deps/magnatunebrowser.Tpo .deps/magnatunebrowser.Plo
  503. /opt/qt/bin/moc ./magnatunedownloaddialog.h -o magnatunedownloaddialog.moc
  504. /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
  505. mv -f .deps/magnatunedownloaddialog.Tpo .deps/magnatunedownloaddialog.Plo
  506. /opt/qt/bin/moc ./magnatunepurchasedialog.h -o magnatunepurchasedialog.moc
  507. /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
  508. In file included from ../../../amarok/src/collectiondb.h:17,
  509.                  from magnatunedatabasehandler.h:23,
  510.                  from magnatunepurchasedialog.cpp:21:
  511. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  512. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  513. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  514. In file included from ../../../amarok/src/collectiondb.h:23,
  515.                  from magnatunedatabasehandler.h:23,
  516.                  from magnatunepurchasedialog.cpp:21:
  517. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  518. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  519. mv -f .deps/magnatunepurchasedialog.Tpo .deps/magnatunepurchasedialog.Plo
  520. /opt/qt/bin/moc ./magnatunepurchasehandler.h -o magnatunepurchasehandler.moc
  521. /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
  522. In file included from ../../../amarok/src/collectiondb.h:17,
  523.                  from magnatunedatabasehandler.h:23,
  524.                  from magnatunepurchasehandler.cpp:22:
  525. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  526. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  527. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  528. In file included from ../../../amarok/src/collectiondb.h:23,
  529.                  from magnatunedatabasehandler.h:23,
  530.                  from magnatunepurchasehandler.cpp:22:
  531. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  532. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  533. mv -f .deps/magnatunepurchasehandler.Tpo .deps/magnatunepurchasehandler.Plo
  534. /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
  535. mv -f .deps/magnatunetypes.Tpo .deps/magnatunetypes.Plo
  536. /opt/qt/bin/moc ./magnatunexmlparser.h -o magnatunexmlparser.moc
  537. /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
  538. In file included from ../../../amarok/src/collectiondb.h:17,
  539.                  from magnatunedatabasehandler.h:23,
  540.                  from magnatunexmlparser.cpp:22:
  541. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  542. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  543. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  544. In file included from ../../../amarok/src/collectiondb.h:23,
  545.                  from magnatunedatabasehandler.h:23,
  546.                  from magnatunexmlparser.cpp:22:
  547. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  548. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  549. mv -f .deps/magnatunexmlparser.Tpo .deps/magnatunexmlparser.Plo
  550. /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
  551. In file included from ../../../amarok/src/collectiondb.h:17,
  552.                  from magnatunedatabasehandler.h:23,
  553.                  from magnatunedatabasehandler.cpp:20:
  554. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  555. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  556. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  557. In file included from ../../../amarok/src/collectiondb.h:23,
  558.                  from magnatunedatabasehandler.h:23,
  559.                  from magnatunedatabasehandler.cpp:20:
  560. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  561. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  562. mv -f .deps/magnatunedatabasehandler.Tpo .deps/magnatunedatabasehandler.Plo
  563. /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
  564. In file included from ../../../amarok/src/collectiondb.h:17,
  565.                  from magnatunedatabasehandler.h:23,
  566.                  from magnatunelistviewitems.h:24,
  567.                  from magnatunelistviewitems.cpp:21:
  568. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  569. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  570. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  571. In file included from ../../../amarok/src/collectiondb.h:23,
  572.                  from magnatunedatabasehandler.h:23,
  573.                  from magnatunelistviewitems.h:24,
  574.                  from magnatunelistviewitems.cpp:21:
  575. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  576. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  577. mv -f .deps/magnatunelistviewitems.Tpo .deps/magnatunelistviewitems.Plo
  578. /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
  579. In file included from ../../../amarok/src/collectiondb.h:17,
  580.                  from magnatunedatabasehandler.h:23,
  581.                  from magnatunelistview.cpp:21:
  582. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  583. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  584. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  585. In file included from ../../../amarok/src/collectiondb.h:23,
  586.                  from magnatunedatabasehandler.h:23,
  587.                  from magnatunelistview.cpp:21:
  588. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  589. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  590. mv -f .deps/magnatunelistview.Tpo .deps/magnatunelistview.Plo
  591. /opt/qt/bin/moc ./magnatuneredownloaddialog.h -o magnatuneredownloaddialog.moc
  592. /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
  593. mv -f .deps/magnatuneredownloaddialog.Tpo .deps/magnatuneredownloaddialog.Plo
  594. /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
  595. mv -f .deps/magnatuneredownloadhandler.Tpo .deps/magnatuneredownloadhandler.Plo
  596. /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
  597. mv -f .deps/magnatunedownloadinfo.Tpo .deps/magnatunedownloadinfo.Plo
  598. /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
  599. In file included from ../../../amarok/src/collectiondb.h:17,
  600.                  from magnatunedatabasehandler.h:23,
  601.                  from magnatunealbumdownloader.cpp:23:
  602. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  603. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  604. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  605. In file included from ../../../amarok/src/collectiondb.h:23,
  606.                  from magnatunedatabasehandler.h:23,
  607.                  from magnatunealbumdownloader.cpp:23:
  608. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  609. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  610. magnatunealbumdownloader.cpp: In member function ‘void MagnatuneAlbumDownloader::albumDownloadComplete(KIO::Job*):
  611. magnatunealbumdownloader.cpp:97: warning: ignoring return value of ‘int system(const char*), declared with attribute warn_unused_result
  612. mv -f .deps/magnatunealbumdownloader.Tpo .deps/magnatunealbumdownloader.Plo
  613. /opt/qt/bin/moc magnatunedownloaddialogbase.h -o magnatunedownloaddialogbase.moc
  614. rm -f magnatunedownloaddialogbase.cpp
  615. echo '#include <kdialog.h>' > magnatunedownloaddialogbase.cpp
  616. echo '#include <klocale.h>' >> magnatunedownloaddialogbase.cpp
  617. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i magnatunedownloaddialogbase.h ./magnatunedownloaddialogbase.ui > magnatunedownloaddialogbase.cpp.temp ; ret=$?; \
  618. /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 ;\
  619. rm -f magnatunedownloaddialogbase.cpp.temp ;\
  620. if test "$ret" = 0; then echo '#include "magnatunedownloaddialogbase.moc"' >> magnatunedownloaddialogbase.cpp; else rm -f magnatunedownloaddialogbase.cpp ; exit $ret ; fi
  621. /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
  622. mv -f .deps/magnatunedownloaddialogbase.Tpo .deps/magnatunedownloaddialogbase.Plo
  623. /opt/qt/bin/moc magnatunepurchasedialogbase.h -o magnatunepurchasedialogbase.moc
  624. rm -f magnatunepurchasedialogbase.cpp
  625. echo '#include <kdialog.h>' > magnatunepurchasedialogbase.cpp
  626. echo '#include <klocale.h>' >> magnatunepurchasedialogbase.cpp
  627. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i magnatunepurchasedialogbase.h ./magnatunepurchasedialogbase.ui > magnatunepurchasedialogbase.cpp.temp ; ret=$?; \
  628. /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 ;\
  629. rm -f magnatunepurchasedialogbase.cpp.temp ;\
  630. if test "$ret" = 0; then echo '#include "magnatunepurchasedialogbase.moc"' >> magnatunepurchasedialogbase.cpp; else rm -f magnatunepurchasedialogbase.cpp ; exit $ret ; fi
  631. /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
  632. In file included from magnatunepurchasedialogbase.cpp:22:
  633. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  634. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  635. mv -f .deps/magnatunepurchasedialogbase.Tpo .deps/magnatunepurchasedialogbase.Plo
  636. /opt/qt/bin/moc magnatuneredownloaddialogbase.h -o magnatuneredownloaddialogbase.moc
  637. rm -f magnatuneredownloaddialogbase.cpp
  638. echo '#include <kdialog.h>' > magnatuneredownloaddialogbase.cpp
  639. echo '#include <klocale.h>' >> magnatuneredownloaddialogbase.cpp
  640. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i magnatuneredownloaddialogbase.h ./magnatuneredownloaddialogbase.ui > magnatuneredownloaddialogbase.cpp.temp ; ret=$?; \
  641. /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 ;\
  642. rm -f magnatuneredownloaddialogbase.cpp.temp ;\
  643. if test "$ret" = 0; then echo '#include "magnatuneredownloaddialogbase.moc"' >> magnatuneredownloaddialogbase.cpp; else rm -f magnatuneredownloaddialogbase.cpp ; exit $ret ; fi
  644. /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
  645. mv -f .deps/magnatuneredownloaddialogbase.Tpo .deps/magnatuneredownloaddialogbase.Plo
  646. /opt/qt/bin/moc ./magnatuneredownloadhandler.h -o magnatuneredownloadhandler.moc.cpp
  647. /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
  648. mv -f .deps/magnatuneredownloadhandler.moc.Tpo .deps/magnatuneredownloadhandler.moc.Plo
  649. /opt/qt/bin/moc ./magnatunealbumdownloader.h -o magnatunealbumdownloader.moc.cpp
  650. /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
  651. mv -f .deps/magnatunealbumdownloader.moc.Tpo .deps/magnatunealbumdownloader.moc.Plo
  652. /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  
  653. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/magnatunebrowser'
  654. Making all in sqlite
  655. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/sqlite'
  656. /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
  657. sqlite3.c: In function ‘parseModifier’:
  658. sqlite3.c:6795: warning: comparison between signed and unsigned
  659. sqlite3.c: In function ‘ctimeFunc’:
  660. sqlite3.c:7217: warning: unused parameter ‘argc’
  661. sqlite3.c:7218: warning: unused parameter ‘argv’
  662. sqlite3.c: In function ‘cdateFunc’:
  663. sqlite3.c:7235: warning: unused parameter ‘argc’
  664. sqlite3.c:7236: warning: unused parameter ‘argv’
  665. sqlite3.c: In function ‘ctimestampFunc’:
  666. sqlite3.c:7253: warning: unused parameter ‘argc’
  667. sqlite3.c:7254: warning: unused parameter ‘argv’
  668. sqlite3.c: In function ‘sqlite3RegisterDateTimeFunctions’:
  669. sqlite3.c:7328: warning: initialization discards qualifiers from pointer target type
  670. sqlite3.c:7329: warning: initialization discards qualifiers from pointer target type
  671. sqlite3.c:7330: warning: initialization discards qualifiers from pointer target type
  672. sqlite3.c:7331: warning: initialization discards qualifiers from pointer target type
  673. sqlite3.c:7332: warning: initialization discards qualifiers from pointer target type
  674. sqlite3.c:7333: warning: initialization discards qualifiers from pointer target type
  675. sqlite3.c:7334: warning: initialization discards qualifiers from pointer target type
  676. sqlite3.c:7335: warning: initialization discards qualifiers from pointer target type
  677. sqlite3.c:7339: warning: comparison between signed and unsigned
  678. sqlite3.c: In function ‘vxprintf’:
  679. sqlite3.c:8533: warning: declaration of ‘exp’ shadows a global declaration
  680. /usr/include/bits/mathcalls.h:101: warning: shadowed declaration is here
  681. sqlite3.c:8625: warning: comparison between signed and unsigned
  682. sqlite3.c:8751: warning: assignment discards qualifiers from pointer target type
  683. sqlite3.c:8763: warning: assignment discards qualifiers from pointer target type
  684. sqlite3.c:8765: warning: assignment discards qualifiers from pointer target type
  685. sqlite3.c:8767: warning: assignment discards qualifiers from pointer target type
  686. sqlite3.c:8899: warning: assignment discards qualifiers from pointer target type
  687. sqlite3.c:8914: warning: assignment discards qualifiers from pointer target type
  688. sqlite3.c:8971: warning: comparison between signed and unsigned
  689. sqlite3.c:8987: warning: comparison between signed and unsigned
  690. sqlite3.c: In function ‘sqlite3SafetyCheck’:
  691. sqlite3.c:10707: warning: comparison between signed and unsigned
  692. sqlite3.c:10708: warning: comparison between signed and unsigned
  693. sqlite3.c:10709: warning: comparison between signed and unsigned
  694. sqlite3.c: In function ‘sqlite3SafetyOn’:
  695. sqlite3.c:10931: warning: comparison between signed and unsigned
  696. sqlite3.c:10934: warning: comparison between signed and unsigned
  697. sqlite3.c: In function ‘sqlite3SafetyOff’:
  698. sqlite3.c:10947: warning: comparison between signed and unsigned
  699. sqlite3.c: In function ‘sqlite3ThreadDataReadOnly’:
  700. sqlite3.c:10974: warning: missing initializer
  701. sqlite3.c:10974: warning: (near initialization for ‘zeroData.useSharedData’)
  702. sqlite3.c: In function ‘sqlite3GenericAllocationSize’:
  703. sqlite3.c:13077: warning: unused parameter ‘p’
  704. sqlite3.c: In function ‘sqlite3UnixTempFileName’:
  705. sqlite3.c:13923: warning: comparison between signed and unsigned
  706. sqlite3.c: In function ‘full_fsync’:
  707. sqlite3.c:14112: warning: unused parameter ‘fullSync’
  708. sqlite3.c: In function ‘unixSectorSize’:
  709. sqlite3.c:15317: warning: unused parameter ‘id’
  710. sqlite3.c: In function ‘sqlite3UnixRandomSeed’:
  711. sqlite3.c:15641: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result
  712. sqlite3.c: In function ‘sqlite3UnixThreadSpecificData’:
  713. sqlite3.c:15801: warning: missing initializer
  714. sqlite3.c:15801: warning: (near initialization for ‘zeroData.useSharedData’)
  715. sqlite3.c: In function ‘readMasterJournal’:
  716. sqlite3.c:18525: warning: comparison between signed and unsigned
  717. sqlite3.c: In function ‘pager_playback_one_page’:
  718. sqlite3.c:18993: warning: comparison between signed and unsigned
  719. sqlite3.c: In function ‘pager_playback’:
  720. sqlite3.c:19332: warning: comparison between signed and unsigned
  721. sqlite3.c: In function ‘sqlite3PagerSetSafetyLevel’:
  722. sqlite3.c:19520: warning: declaration of ‘full_fsync’ shadows a global declaration
  723. sqlite3.c:14112: warning: shadowed declaration is here
  724. sqlite3.c: In function ‘pager_truncate_cache’:
  725. sqlite3.c:19976: warning: comparison between signed and unsigned
  726. sqlite3.c: In function ‘pager_write_pagelist’:
  727. sqlite3.c:20405: warning: comparison between signed and unsigned
  728. sqlite3.c: In function ‘sqlite3PagerAcquire’:
  729. sqlite3.c:20958: warning: comparison between signed and unsigned
  730. sqlite3.c: In function ‘sqlite3PagerWrite’:
  731. sqlite3.c:21563: warning: comparison between signed and unsigned
  732. sqlite3.c:21565: warning: comparison between signed and unsigned
  733. sqlite3.c: In function ‘sqlite3PagerCommitPhaseOne’:
  734. sqlite3.c:21781: warning: comparison between signed and unsigned
  735. sqlite3.c:21782: warning: comparison between signed and unsigned
  736. sqlite3.c: In function ‘defragmentPage’:
  737. sqlite3.c:23518: warning: declaration of ‘brk’ shadows a global declaration
  738. /usr/include/unistd.h:1061: warning: shadowed declaration is here
  739. sqlite3.c: In function ‘pageDestructor’:
  740. sqlite3.c:23906: warning: unused parameter ‘pageSize’
  741. sqlite3.c: In function ‘pageReinit’:
  742. sqlite3.c:23926: warning: unused parameter ‘pageSize’
  743. sqlite3.c: In function ‘incrVacuumStep’:
  744. sqlite3.c:24781: warning: comparison between signed and unsigned
  745. sqlite3.c:24855: warning: comparison between signed and unsigned
  746. sqlite3.c: In function ‘autoVacuumCommit’:
  747. sqlite3.c:24909: warning: comparison between signed and unsigned
  748. sqlite3.c:24915: warning: comparison between signed and unsigned
  749. sqlite3.c:24915: warning: comparison between signed and unsigned
  750. sqlite3.c:24918: warning: comparison between signed and unsigned
  751. sqlite3.c: In function ‘dfltCompare’:
  752. sqlite3.c:25224: warning: unused parameter ‘NotUsed’
  753. sqlite3.c: In function ‘getOverflowPage’:
  754. sqlite3.c:25522: warning: comparison between signed and unsigned
  755. sqlite3.c:25526: warning: comparison between signed and unsigned
  756. sqlite3.c: In function ‘accessPayload’:
  757. sqlite3.c:25647: warning: comparison between signed and unsigned
  758. sqlite3.c: In function ‘fetchPayload’:
  759. sqlite3.c:25842: warning: comparison between signed and unsigned
  760. sqlite3.c: In function ‘allocateBtreePage’:
  761. sqlite3.c:26392: warning: comparison between signed and unsigned
  762. sqlite3.c:26528: warning: comparison between signed and unsigned
  763. sqlite3.c:26565: warning: comparison between signed and unsigned
  764. sqlite3.c: In function ‘clearCell’:
  765. sqlite3.c:26704: warning: comparison between signed and unsigned
  766. sqlite3.c: In function ‘fillInCell’:
  767. sqlite3.c:26792: warning: comparison between signed and unsigned
  768. sqlite3.c: In function ‘balance_deeper’:
  769. sqlite3.c:27911: warning: declaration of ‘brk’ shadows a global declaration
  770. /usr/include/unistd.h:1061: warning: shadowed declaration is here
  771. sqlite3.c: In function ‘sqlite3BtreeCreateTable’:
  772. sqlite3.c:28266: warning: comparison between signed and unsigned
  773. sqlite3.c: In function ‘clearDatabasePage’:
  774. sqlite3.c:28368: warning: comparison between signed and unsigned
  775. sqlite3.c: In function ‘sqlite3BtreeDropTable’:
  776. sqlite3.c:28488: warning: comparison between signed and unsigned
  777. sqlite3.c:28531: warning: comparison between signed and unsigned
  778. sqlite3.c: In function ‘checkAppendMsg’:
  779. sqlite3.c:28663: warning: assignment discards qualifiers from pointer target type
  780. sqlite3.c: In function ‘sqlite3BtreeIntegrityCheck’:
  781. sqlite3.c:29024: warning: passing argument 5 of ‘checkList’ discards qualifiers from pointer target type
  782. sqlite3.c:29035: warning: passing argument 4 of ‘checkTreePage’ discards qualifiers from pointer target type
  783. sqlite3.c:29050: warning: comparison between signed and unsigned
  784. sqlite3.c:29054: warning: comparison between signed and unsigned
  785. sqlite3.c: In function ‘sqlite3VdbeMemMakeWriteable’:
  786. sqlite3.c:29539: warning: comparison between signed and unsigned
  787. sqlite3.c: In function ‘sqlite3ValueText’:
  788. sqlite3.c:30258: warning: cast from pointer to integer of different size
  789. sqlite3.c: In function ‘resizeOpArray’:
  790. sqlite3.c:30504: warning: comparison between signed and unsigned
  791. sqlite3.c: In function ‘displayP3’:
  792. sqlite3.c:31040: warning: assignment discards qualifiers from pointer target type
  793. sqlite3.c: In function ‘sqlite3VdbeList’:
  794. sqlite3.c:31093: warning: comparison between signed and unsigned
  795. sqlite3.c: In function ‘vdbeCommit’:
  796. sqlite3.c:31527: warning: declaration of ‘random’ shadows a global declaration
  797. /usr/include/stdlib.h:327: warning: shadowed declaration is here
  798. sqlite3.c: In function ‘sqlite3AbortOtherActiveVdbes’:
  799. sqlite3.c:31686: warning: comparison between signed and unsigned
  800. sqlite3.c: In function ‘sqlite3VdbeHalt’:
  801. sqlite3.c:31743: warning: comparison between signed and unsigned
  802. sqlite3.c: In function ‘sqlite3VdbeFinalize’:
  803. sqlite3.c:32006: warning: comparison between signed and unsigned
  804. sqlite3.c: In function ‘sqlite3VdbeRecordCompare’:
  805. sqlite3.c:32445: warning: comparison between signed and unsigned
  806. sqlite3.c:32447: warning: comparison between signed and unsigned
  807. sqlite3.c:32472: warning: comparison between signed and unsigned
  808. sqlite3.c:32474: warning: comparison between signed and unsigned
  809. sqlite3.c: In function ‘sqlite3Step’:
  810. sqlite3.c:32786: warning: comparison between signed and unsigned
  811. sqlite3.c: In function ‘sqlite3InvalidFunction’:
  812. sqlite3.c:32936: warning: unused parameter ‘argc’
  813. sqlite3.c:32937: warning: unused parameter ‘argv’
  814. sqlite3.c: In function ‘columnMem’:
  815. sqlite3.c:33064: warning: initialization discards qualifiers from pointer target type
  816. sqlite3.c:33064: warning: missing initializer
  817. sqlite3.c:33064: warning: (near initialization for ‘nullMem.enc’)
  818. sqlite3.c: In function ‘vdbeUnbind’:
  819. sqlite3.c:33300: warning: comparison between signed and unsigned
  820. sqlite3.c: In function ‘sqlite3_transfer_bindings’:
  821. sqlite3.c:33496: warning: comparison between signed and unsigned
  822. sqlite3.c:33497: warning: comparison between signed and unsigned
  823. sqlite3.c: In function ‘sqlite3VdbeExec’:
  824. sqlite3.c:33985: warning: comparison between signed and unsigned
  825. sqlite3.c:34344: warning: assignment discards qualifiers from pointer target type
  826. sqlite3.c:35607: warning: comparison between signed and unsigned
  827. sqlite3.c:35625: warning: comparison between signed and unsigned
  828. sqlite3.c:35640: warning: comparison between signed and unsigned
  829. sqlite3.c:36890: warning: comparison between signed and unsigned
  830. sqlite3.c:37568: warning: comparison between signed and unsigned
  831. sqlite3.c:38735: warning: comparison between signed and unsigned
  832. sqlite3.c: In function ‘lookupName’:
  833. sqlite3.c:40249: warning: assignment discards qualifiers from pointer target type
  834. sqlite3.c:40270: warning: comparison between signed and unsigned
  835. sqlite3.c: In function ‘renameTableFunc’:
  836. sqlite3.c:41679: warning: unused parameter ‘argc’
  837. sqlite3.c: In function ‘renameTriggerFunc’:
  838. sqlite3.c:41732: warning: unused parameter ‘argc’
  839. sqlite3.c: In function ‘sqlite3AlterFunctions’:
  840. sqlite3.c:41805: warning: initialization discards qualifiers from pointer target type
  841. sqlite3.c:41807: warning: initialization discards qualifiers from pointer target type
  842. sqlite3.c:41812: warning: comparison between signed and unsigned
  843. sqlite3.c: In function ‘analysisLoader’:
  844. sqlite3.c:42596: warning: unused parameter ‘argc’
  845. sqlite3.c:42596: warning: unused parameter ‘azNotUsed’
  846. sqlite3.c: In function ‘attachFunc’:
  847. sqlite3.c:42727: warning: unused parameter ‘argc’
  848. sqlite3.c: In function ‘detachFunc’:
  849. sqlite3.c:42890: warning: unused parameter ‘argc’
  850. sqlite3.c: In function ‘sqlite3FindDb’:
  851. sqlite3.c:44025: warning: comparison between signed and unsigned
  852. sqlite3.c: In function ‘createTableStmt’:
  853. sqlite3.c:44732: warning: assignment discards qualifiers from pointer target type
  854. sqlite3.c:44733: warning: assignment discards qualifiers from pointer target type
  855. sqlite3.c:44734: warning: assignment discards qualifiers from pointer target type
  856. sqlite3.c:44736: warning: assignment discards qualifiers from pointer target type
  857. sqlite3.c:44737: warning: assignment discards qualifiers from pointer target type
  858. sqlite3.c:44738: warning: assignment discards qualifiers from pointer target type
  859. sqlite3.c: In function ‘sqlite3EndTable’:
  860. sqlite3.c:44861: warning: assignment discards qualifiers from pointer target type
  861. sqlite3.c:44862: warning: assignment discards qualifiers from pointer target type
  862. sqlite3.c:44866: warning: assignment discards qualifiers from pointer target type
  863. sqlite3.c:44867: warning: assignment discards qualifiers from pointer target type
  864. sqlite3.c: In function ‘sqlite3DropTable’:
  865. sqlite3.c:45376: warning: declaration of ‘v’ shadows a previous local
  866. sqlite3.c:45290: warning: shadowed declaration is here
  867. sqlite3.c: In function ‘sqlite3GenerateRowDelete’:
  868. sqlite3.c:47809: warning: unused parameter ‘db’
  869. sqlite3.c: In function ‘typeofFunc’:
  870. sqlite3.c:47950: warning: unused parameter ‘argc’
  871. sqlite3.c: In function ‘lengthFunc’:
  872. sqlite3.c:47970: warning: unused parameter ‘argc’
  873. sqlite3.c: In function ‘absFunc’:
  874. sqlite3.c:48004: warning: unused parameter ‘argc’
  875. sqlite3.c: In function ‘substrFunc’:
  876. sqlite3.c:48044: warning: unused parameter ‘argc’
  877. sqlite3.c: In function ‘randomFunc’:
  878. sqlite3.c:48186: warning: unused parameter ‘argc’
  879. sqlite3.c:48187: warning: unused parameter ‘argv’
  880. sqlite3.c: In function ‘randomBlob’:
  881. sqlite3.c:48202: warning: unused parameter ‘argc’
  882. sqlite3.c: In function ‘last_insert_rowid’:
  883. sqlite3.c:48229: warning: unused parameter ‘arg’
  884. sqlite3.c:48230: warning: unused parameter ‘argv’
  885. sqlite3.c: In function ‘changes’:
  886. sqlite3.c:48242: warning: unused parameter ‘arg’
  887. sqlite3.c:48243: warning: unused parameter ‘argv’
  888. sqlite3.c: In function ‘total_changes’:
  889. sqlite3.c:48255: warning: unused parameter ‘arg’
  890. sqlite3.c:48256: warning: unused parameter ‘argv’
  891. sqlite3.c: In function ‘patternCompare’:
  892. sqlite3.c:48342: warning: comparison between signed and unsigned
  893. sqlite3.c:48403: warning: comparison between signed and unsigned
  894. sqlite3.c: In function ‘nullifFunc’:
  895. sqlite3.c:48492: warning: unused parameter ‘argc’
  896. sqlite3.c: In function ‘versionFunc’:
  897. sqlite3.c:48507: warning: unused parameter ‘argc’
  898. sqlite3.c:48508: warning: unused parameter ‘argv’
  899. sqlite3.c: In function ‘hexFunc’:
  900. sqlite3.c:48606: warning: unused parameter ‘argc’
  901. sqlite3.c: In function ‘zeroblobFunc’:
  902. sqlite3.c:48636: warning: unused parameter ‘argc’
  903. sqlite3.c: In function ‘replaceFunc’:
  904. sqlite3.c:48657: warning: unused parameter ‘argc’
  905. sqlite3.c: In function ‘trimFunc’:
  906. sqlite3.c:48771: warning: cast from pointer to integer of different size
  907. sqlite3.c: In function ‘sumStep’:
  908. sqlite3.c:49056: warning: unused parameter ‘argc’
  909. sqlite3.c: In function ‘minmaxStep’:
  910. sqlite3.c:49135: warning: unused parameter ‘argc’
  911. sqlite3.c: In function ‘sqlite3RegisterBuiltinFunctions’:
  912. sqlite3.c:49190: warning: initialization discards qualifiers from pointer target type
  913. sqlite3.c:49191: warning: initialization discards qualifiers from pointer target type
  914. sqlite3.c:49192: warning: initialization discards qualifiers from pointer target type
  915. sqlite3.c:49193: warning: initialization discards qualifiers from pointer target type
  916. sqlite3.c:49194: warning: initialization discards qualifiers from pointer target type
  917. sqlite3.c:49195: warning: initialization discards qualifiers from pointer target type
  918. sqlite3.c:49196: warning: initialization discards qualifiers from pointer target type
  919. sqlite3.c:49197: warning: initialization discards qualifiers from pointer target type
  920. sqlite3.c:49198: warning: initialization discards qualifiers from pointer target type
  921. sqlite3.c:49199: warning: initialization discards qualifiers from pointer target type
  922. sqlite3.c:49200: warning: initialization discards qualifiers from pointer target type
  923. sqlite3.c:49201: warning: initialization discards qualifiers from pointer target type
  924. sqlite3.c:49202: warning: initialization discards qualifiers from pointer target type
  925. sqlite3.c:49203: warning: initialization discards qualifiers from pointer target type
  926. sqlite3.c:49204: warning: initialization discards qualifiers from pointer target type
  927. sqlite3.c:49205: warning: initialization discards qualifiers from pointer target type
  928. sqlite3.c:49206: warning: initialization discards qualifiers from pointer target type
  929. sqlite3.c:49207: warning: initialization discards qualifiers from pointer target type
  930. sqlite3.c:49208: warning: initialization discards qualifiers from pointer target type
  931. sqlite3.c:49209: warning: initialization discards qualifiers from pointer target type
  932. sqlite3.c:49210: warning: initialization discards qualifiers from pointer target type
  933. sqlite3.c:49211: warning: initialization discards qualifiers from pointer target type
  934. sqlite3.c:49212: warning: initialization discards qualifiers from pointer target type
  935. sqlite3.c:49213: warning: initialization discards qualifiers from pointer target type
  936. sqlite3.c:49214: warning: initialization discards qualifiers from pointer target type
  937. sqlite3.c:49215: warning: initialization discards qualifiers from pointer target type
  938. sqlite3.c:49216: warning: initialization discards qualifiers from pointer target type
  939. sqlite3.c:49217: warning: initialization discards qualifiers from pointer target type
  940. sqlite3.c:49218: warning: initialization discards qualifiers from pointer target type
  941. sqlite3.c:49219: warning: initialization discards qualifiers from pointer target type
  942. sqlite3.c:49220: warning: initialization discards qualifiers from pointer target type
  943. sqlite3.c:49221: warning: initialization discards qualifiers from pointer target type
  944. sqlite3.c:49222: warning: initialization discards qualifiers from pointer target type
  945. sqlite3.c:49227: warning: initialization discards qualifiers from pointer target type
  946. sqlite3.c:49228: warning: initialization discards qualifiers from pointer target type
  947. sqlite3.c:49246: warning: initialization discards qualifiers from pointer target type
  948. sqlite3.c:49247: warning: initialization discards qualifiers from pointer target type
  949. sqlite3.c:49248: warning: initialization discards qualifiers from pointer target type
  950. sqlite3.c:49249: warning: initialization discards qualifiers from pointer target type
  951. sqlite3.c:49250: warning: initialization discards qualifiers from pointer target type
  952. sqlite3.c:49251: warning: initialization discards qualifiers from pointer target type
  953. sqlite3.c:49252: warning: initialization discards qualifiers from pointer target type
  954. sqlite3.c:49256: warning: comparison between signed and unsigned
  955. sqlite3.c:49262: warning: cast to pointer from integer of different size
  956. sqlite3.c:49280: warning: comparison between signed and unsigned
  957. sqlite3.c:49281: warning: cast to pointer from integer of different size
  958. sqlite3.c: In function ‘sqlite3GenerateConstraintChecks’:
  959. sqlite3.c:50522: warning: comparison between signed and unsigned
  960. sqlite3.c:50529: warning: comparison between signed and unsigned
  961. sqlite3.c: In function ‘getSafetyLevel’:
  962. sqlite3.c:51899: warning: comparison between signed and unsigned
  963. sqlite3.c: In function ‘flagPragma’:
  964. sqlite3.c:52048: warning: comparison between signed and unsigned
  965. sqlite3.c: In function ‘sqlite3Pragma’:
  966. sqlite3.c:52667: warning: initialization discards qualifiers from pointer target type
  967. sqlite3.c:52742: warning: initialization discards qualifiers from pointer target type
  968. sqlite3.c:52744: warning: initialization discards qualifiers from pointer target type
  969. sqlite3.c:52767: warning: initialization discards qualifiers from pointer target type
  970. sqlite3.c:52820: warning: initialization discards qualifiers from pointer target type
  971. sqlite3.c:52821: warning: initialization discards qualifiers from pointer target type
  972. sqlite3.c:52822: warning: initialization discards qualifiers from pointer target type
  973. sqlite3.c:52823: warning: initialization discards qualifiers from pointer target type
  974. sqlite3.c:52824: warning: initialization discards qualifiers from pointer target type
  975. sqlite3.c:52825: warning: initialization discards qualifiers from pointer target type
  976. sqlite3.c:52826: warning: initialization discards qualifiers from pointer target type
  977. sqlite3.c:52827: warning: initialization discards qualifiers from pointer target type
  978. sqlite3.c: In function ‘sqlite3InitCallback’:
  979. sqlite3.c:53075: warning: unused parameter ‘argc’
  980. sqlite3.c:53075: warning: unused parameter ‘azColName’
  981. sqlite3.c: In function ‘sqlite3InitOne’:
  982. sqlite3.c:53255: warning: comparison between signed and unsigned
  983. sqlite3.c: In function ‘sqlite3JoinType’:
  984. sqlite3.c:53864: warning: comparison between signed and unsigned
  985. sqlite3.c:53871: warning: comparison between signed and unsigned
  986. sqlite3.c: In function ‘generateSortTail’:
  987. sqlite3.c:54453: warning: declaration of ‘brk’ shadows a global declaration
  988. /usr/include/unistd.h:1061: warning: shadowed declaration is here
  989. sqlite3.c: In function ‘generateColumnNames’:
  990. sqlite3.c:54747: warning: assignment discards qualifiers from pointer target type
  991. sqlite3.c: In function ‘selectOpName’:
  992. sqlite3.c:54784: warning: assignment discards qualifiers from pointer target type
  993. sqlite3.c:54785: warning: assignment discards qualifiers from pointer target type
  994. sqlite3.c:54786: warning: assignment discards qualifiers from pointer target type
  995. sqlite3.c:54787: warning: assignment discards qualifiers from pointer target type
  996. sqlite3.c: In function ‘simpleMinMaxQuery’:
  997. sqlite3.c:56144: warning: declaration of ‘brk’ shadows a global declaration
  998. /usr/include/unistd.h:1061: warning: shadowed declaration is here
  999. sqlite3.c: In function ‘sqlite3_get_table’:
  1000. sqlite3.c:57381: warning: cast to pointer from integer of different size
  1001. sqlite3.c: In function ‘sqlite3_free_table’:
  1002. sqlite3.c:57426: warning: cast from pointer to integer of different size
  1003. sqlite3.c: In function ‘sqlite3FinishTrigger’:
  1004. sqlite3.c:57666: warning: initialization discards qualifiers from pointer target type
  1005. sqlite3.c:57670: warning: initialization discards qualifiers from pointer target type
  1006. sqlite3.c:57673: warning: initialization discards qualifiers from pointer target type
  1007. sqlite3.c: In function ‘sqlite3DropTriggerPtr’:
  1008. sqlite3.c:57966: warning: initialization discards qualifiers from pointer target type
  1009. sqlite3.c: In function ‘sqlite3TriggersExist’:
  1010. sqlite3.c:58040: warning: unused parameter ‘pParse’
  1011. sqlite3.c: In function ‘sqlite3RunVacuum’:
  1012. sqlite3.c:58998: warning: assignment discards qualifiers from pointer target type
  1013. sqlite3.c:59114: warning: comparison between signed and unsigned
  1014. sqlite3.c: In function ‘sqlite3VtabUnlock’:
  1015. sqlite3.c:59247: warning: comparison between signed and unsigned
  1016. sqlite3.c: In function ‘sqlite3VtabRollback’:
  1017. sqlite3.c:59808: warning: cast from pointer to integer of different size
  1018. sqlite3.c: In function ‘sqlite3VtabCommit’:
  1019. sqlite3.c:59817: warning: cast from pointer to integer of different size
  1020. sqlite3.c: In function ‘bestVirtualIndex’:
  1021. sqlite3.c:61157: warning: declaration of ‘pTerm’ shadows a previous local
  1022. sqlite3.c:61146: warning: shadowed declaration is here
  1023. sqlite3.c: In function ‘bestIndex’:
  1024. sqlite3.c:61540: warning: comparison between signed and unsigned
  1025. sqlite3.c: In function ‘sqlite3WhereBegin’:
  1026. sqlite3.c:61889: warning: declaration of ‘brk’ shadows a global declaration
  1027. /usr/include/unistd.h:1061: warning: shadowed declaration is here
  1028. sqlite3.c:61902: warning: comparison between signed and unsigned
  1029. sqlite3.c:62109: warning: comparison between signed and unsigned
  1030. sqlite3.c:62187: warning: declaration of ‘j’ shadows a previous local
  1031. sqlite3.c:62143: warning: shadowed declaration is here
  1032. sqlite3.c: In function ‘yyStackOverflow’:
  1033. sqlite3.c:64157: warning: unused parameter ‘yypMinor’
  1034. sqlite3.c: In function ‘yy_syntax_error’:
  1035. sqlite3.c:65610: warning: unused parameter ‘yymajor’
  1036. sqlite3.c: In function ‘binCollFunc’:
  1037. sqlite3.c:66484: warning: unused parameter ‘NotUsed’
  1038. sqlite3.c: In function ‘nocaseCollatingFunc’:
  1039. sqlite3.c:66507: warning: unused parameter ‘NotUsed’
  1040. sqlite3.c: In function ‘sqlite3_close’:
  1041. sqlite3.c:66588: warning: comparison between signed and unsigned
  1042. sqlite3.c: In function ‘sqliteDefaultBusyCallback’:
  1043. sqlite3.c:66741: warning: comparison between signed and unsigned
  1044. sqlite3.c: In function ‘sqlite3_interrupt’:
  1045. sqlite3.c:66849: warning: comparison between signed and unsigned
  1046. sqlite3.c:66849: warning: comparison between signed and unsigned
  1047. sqlite3.c: In function ‘openDatabase’:
  1048. sqlite3.c:67416: warning: assignment discards qualifiers from pointer target type
  1049. sqlite3.c:67419: warning: assignment discards qualifiers from pointer target type
  1050. sqlite3.c: At top level:
  1051. sqlite3.c:13077: warning: ‘sqlite3GenericAllocationSize’ defined but not used
  1052. sqlite3.c:6225: warning: ‘sqlite3Utf16Substr’ declared ‘static’ but never defined
  1053. sqlite3.c:6344: warning: ‘sqlite3Get2byte’ declared ‘static’ but never defined
  1054. sqlite3.c:6346: warning: ‘sqlite3Put2byte’ declared ‘static’ but never defined
  1055. sqlite3.c:23342: warning: ‘sqlite3BtreeFindCell’ defined but not used
  1056. sqlite3.c: In function ‘sqlite3Update’:
  1057. sqlite3.c:58368: warning: ‘sContext.zAuthContext’ may be used uninitialized in this function
  1058. sqlite3.c: In function ‘sqlite3DeleteFrom’:
  1059. sqlite3.c:47522: warning: ‘sContext.zAuthContext’ may be used uninitialized in this function
  1060. sqlite3.c: In function ‘sqlite3VdbeExec’:
  1061. sqlite3.c:37812: warning: ‘nErr’ may be used uninitialized in this function
  1062. sqlite3.c:37562: warning: ‘iMoved’ may be used uninitialized in this function
  1063. sqlite3.c:37290: warning: ‘res’ may be used uninitialized in this function
  1064. mv -f .deps/libsqlite_la-sqlite3.Tpo .deps/libsqlite_la-sqlite3.Plo
  1065. /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  
  1066. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/sqlite'
  1067. Making all in analyzers
  1068. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/analyzers'
  1069. /opt/qt/bin/moc ./analyzerbase.h -o analyzerbase.moc
  1070. /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
  1071. mv -f .deps/analyzerbase.Tpo .deps/analyzerbase.Plo
  1072. /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
  1073. In file included from analyzerfactory.cpp:27:
  1074. blockanalyzer.h:44: warning: type qualifiers ignored on function return type
  1075. mv -f .deps/analyzerfactory.Tpo .deps/analyzerfactory.Plo
  1076. /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
  1077. mv -f .deps/baranalyzer.Tpo .deps/baranalyzer.Plo
  1078. /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
  1079. In file included from ../../../amarok/src/prettypopupmenu.h:27,
  1080.                  from ../../../amarok/src/actionclasses.h:11,
  1081.                  from blockanalyzer.cpp:10:
  1082. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1083. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1084. In file included from blockanalyzer.cpp:12:
  1085. blockanalyzer.h: At global scope:
  1086. blockanalyzer.h:44: warning: type qualifiers ignored on function return type
  1087. mv -f .deps/blockanalyzer.Tpo .deps/blockanalyzer.Plo
  1088. /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
  1089. mv -f .deps/glanalyzer.Tpo .deps/glanalyzer.Plo
  1090. /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
  1091. In file included from glanalyzer2.cpp:27:
  1092. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1093. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1094. mv -f .deps/glanalyzer2.Tpo .deps/glanalyzer2.Plo
  1095. /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
  1096. In file included from glanalyzer3.cpp:27:
  1097. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1098. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1099. mv -f .deps/glanalyzer3.Tpo .deps/glanalyzer3.Plo
  1100. /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
  1101. mv -f .deps/sonogram.Tpo .deps/sonogram.Plo
  1102. /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
  1103. mv -f .deps/turbine.Tpo .deps/turbine.Plo
  1104. /opt/qt/bin/moc ./boomanalyzer.h -o boomanalyzer.moc
  1105. /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
  1106. mv -f .deps/boomanalyzer.Tpo .deps/boomanalyzer.Plo
  1107. /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  
  1108. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/analyzers'
  1109. Making all in data
  1110. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/data'
  1111. make[4]: Nothing to be done for `all'.
  1112. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/data'
  1113. Making all in plugin
  1114. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/plugin'
  1115. /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
  1116. mv -f .deps/plugin.Tpo .deps/plugin.Plo
  1117. /opt/qt/bin/moc ./pluginconfig.h -o pluginconfig.moc.cpp
  1118. /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
  1119. mv -f .deps/pluginconfig.moc.Tpo .deps/pluginconfig.moc.Plo
  1120. /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  
  1121. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/plugin'
  1122. Making all in images
  1123. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images'
  1124. Making all in icons
  1125. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images/icons'
  1126. make[5]: Nothing to be done for `all'.
  1127. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images/icons'
  1128. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images'
  1129. make[5]: Nothing to be done for `all-am'.
  1130. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images'
  1131. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/images'
  1132. Making all in loader
  1133. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/loader'
  1134. 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
  1135. mv -f .deps/loader.Tpo .deps/loader.Po
  1136. /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
  1137. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/loader'
  1138. Making all in scripts
  1139. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts'
  1140. Making all in common
  1141. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/common'
  1142. make[5]: Nothing to be done for `all'.
  1143. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/common'
  1144. Making all in lyrics_astraweb
  1145. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/lyrics_astraweb'
  1146. make[5]: Nothing to be done for `all'.
  1147. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/lyrics_astraweb'
  1148. Making all in lyrics_lyrc
  1149. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/lyrics_lyrc'
  1150. make[5]: Nothing to be done for `all'.
  1151. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/lyrics_lyrc'
  1152. Making all in playlist2html
  1153. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/playlist2html'
  1154. make[5]: Nothing to be done for `all'.
  1155. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/playlist2html'
  1156. Making all in ruby_debug
  1157. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/ruby_debug'
  1158. make[5]: Nothing to be done for `all'.
  1159. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/ruby_debug'
  1160. Making all in score_default
  1161. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/score_default'
  1162. make[5]: Nothing to be done for `all'.
  1163. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/score_default'
  1164. Making all in score_impulsive
  1165. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/score_impulsive'
  1166. make[5]: Nothing to be done for `all'.
  1167. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/score_impulsive'
  1168. Making all in templates
  1169. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/templates'
  1170. make[5]: Nothing to be done for `all'.
  1171. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/templates'
  1172. Making all in webcontrol
  1173. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/webcontrol'
  1174. make[5]: Nothing to be done for `all'.
  1175. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts/webcontrol'
  1176. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts'
  1177. make[5]: Nothing to be done for `all-am'.
  1178. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts'
  1179. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/scripts'
  1180. Making all in themes
  1181. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes'
  1182. Making all in example
  1183. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/example'
  1184. make[5]: Nothing to be done for `all'.
  1185. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/example'
  1186. Making all in reinhardt
  1187. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt'
  1188. Making all in images
  1189. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt/images'
  1190. make[6]: Nothing to be done for `all'.
  1191. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt/images'
  1192. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt'
  1193. make[6]: Nothing to be done for `all-am'.
  1194. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt'
  1195. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes/reinhardt'
  1196. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes'
  1197. make[5]: Nothing to be done for `all-am'.
  1198. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes'
  1199. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/themes'
  1200. Making all in vis
  1201. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis'
  1202. Making all in libvisual
  1203. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis/libvisual'
  1204. 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
  1205. In file included from /usr/include/libvisual-0.4/libvisual/libvisual.h:30,
  1206.                  from libvisual.h:16,
  1207.                  from libvisual.cpp:22:
  1208. /usr/include/libvisual-0.4/libvisual/lv_time.h:104: warning: unused parameter ‘lo’
  1209. /usr/include/libvisual-0.4/libvisual/lv_time.h:104: warning: unused parameter ‘hi’
  1210. mv -f .deps/libvisual.Tpo .deps/libvisual.Po
  1211. /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  
  1212. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis/libvisual'
  1213. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis'
  1214. make[5]: Nothing to be done for `all-am'.
  1215. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis'
  1216. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/vis'
  1217. Making all in metadata
  1218. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata'
  1219. Making all in asf
  1220. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/asf'
  1221. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/asf'
  1222. /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
  1223. mv -f .deps/asfattribute.Tpo .deps/asfattribute.Plo
  1224. /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
  1225. mv -f .deps/asfproperties.Tpo .deps/asfproperties.Plo
  1226. /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
  1227. mv -f .deps/asftag.Tpo .deps/asftag.Plo
  1228. /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
  1229. mv -f .deps/asffile.Tpo .deps/asffile.Plo
  1230. /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
  1231. mv -f .deps/taglib_asffiletyperesolver.Tpo .deps/taglib_asffiletyperesolver.Plo
  1232. /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  
  1233. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/asf'
  1234. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/asf'
  1235. Making all in audible
  1236. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/audible'
  1237. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/audible'
  1238. /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
  1239. audibleproperties.cpp: In member function ‘void TagLib::Audible::Properties::readAudibleProperties(FILE*, int):
  1240. audibleproperties.cpp:78: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*), declared with attribute warn_unused_result
  1241. mv -f .deps/audibleproperties.Tpo .deps/audibleproperties.Plo
  1242. /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
  1243. audibletag.cpp: In member function ‘void TagLib::Audible::Tag::readTags(FILE*):
  1244. audibletag.cpp:74: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*), declared with attribute warn_unused_result
  1245. audibletag.cpp: In member function ‘bool TagLib::Audible::Tag::readTag(FILE*, char**, char**):
  1246. audibletag.cpp:134: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*), declared with attribute warn_unused_result
  1247. audibletag.cpp:141: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*), declared with attribute warn_unused_result
  1248. audibletag.cpp:147: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*), declared with attribute warn_unused_result
  1249. audibletag.cpp:148: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*), declared with attribute warn_unused_result
  1250. audibletag.cpp:150: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*), declared with attribute warn_unused_result
  1251. mv -f .deps/audibletag.Tpo .deps/audibletag.Plo
  1252. /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
  1253. mv -f .deps/taglib_audiblefile.Tpo .deps/taglib_audiblefile.Plo
  1254. /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
  1255. mv -f .deps/taglib_audiblefiletyperesolver.Tpo .deps/taglib_audiblefiletyperesolver.Plo
  1256. /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  
  1257. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/audible'
  1258. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/audible'
  1259. Making all in rmff
  1260. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/rmff'
  1261. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/rmff'
  1262. /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
  1263. In file included from rmff.cpp:43:
  1264. rmff.h:281: warning: declaration ‘class TagLib::AudioProperties’ does not declare anything
  1265. mv -f .deps/rmff.Tpo .deps/rmff.Plo
  1266. /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
  1267. In file included from taglib_realmediafile.cpp:37:
  1268. rmff.h:281: warning: declaration ‘class TagLib::AudioProperties’ does not declare anything
  1269. taglib_realmediafile.cpp: In member function ‘void TagLib::RealMedia::Tag::duplicate(const TagLib::RealMedia::Tag*, TagLib::RealMedia::Tag*, bool):
  1270. taglib_realmediafile.cpp:146: warning: suggest explicit braces to avoid ambiguous ‘else
  1271. mv -f .deps/taglib_realmediafile.Tpo .deps/taglib_realmediafile.Plo
  1272. /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
  1273. In file included from taglib_realmediafiletyperesolver.cpp:31:
  1274. rmff.h:281: warning: declaration ‘class TagLib::AudioProperties’ does not declare anything
  1275. mv -f .deps/taglib_realmediafiletyperesolver.Tpo .deps/taglib_realmediafiletyperesolver.Plo
  1276. /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  
  1277. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/rmff'
  1278. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/rmff'
  1279. Making all in m4a
  1280. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/m4a'
  1281. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/m4a'
  1282. /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
  1283. mv -f .deps/taglib_mp4filetyperesolver.Tpo .deps/taglib_mp4filetyperesolver.Plo
  1284. /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
  1285. mv -f .deps/mp4file.Tpo .deps/mp4file.Plo
  1286. /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
  1287. mv -f .deps/mp4itunestag.Tpo .deps/mp4itunestag.Plo
  1288. /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
  1289. mv -f .deps/mp4isobox.Tpo .deps/mp4isobox.Plo
  1290. /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
  1291. mv -f .deps/mp4isofullbox.Tpo .deps/mp4isofullbox.Plo
  1292. /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
  1293. mv -f .deps/mp4skipbox.Tpo .deps/mp4skipbox.Plo
  1294. /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
  1295. mv -f .deps/mp4moovbox.Tpo .deps/mp4moovbox.Plo
  1296. /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
  1297. mv -f .deps/mp4mvhdbox.Tpo .deps/mp4mvhdbox.Plo
  1298. /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
  1299. mv -f .deps/mp4ilstbox.Tpo .deps/mp4ilstbox.Plo
  1300. /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
  1301. mv -f .deps/boxfactory.Tpo .deps/boxfactory.Plo
  1302. /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
  1303. mv -f .deps/mp4fourcc.Tpo .deps/mp4fourcc.Plo
  1304. /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
  1305. mv -f .deps/mp4udtabox.Tpo .deps/mp4udtabox.Plo
  1306. /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
  1307. mv -f .deps/mp4metabox.Tpo .deps/mp4metabox.Plo
  1308. /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
  1309. mv -f .deps/mp4tagsproxy.Tpo .deps/mp4tagsproxy.Plo
  1310. /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
  1311. mv -f .deps/mp4mdiabox.Tpo .deps/mp4mdiabox.Plo
  1312. /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
  1313. mv -f .deps/mp4minfbox.Tpo .deps/mp4minfbox.Plo
  1314. /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
  1315. mv -f .deps/mp4audioproperties.Tpo .deps/mp4audioproperties.Plo
  1316. /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
  1317. mv -f .deps/mp4hdlrbox.Tpo .deps/mp4hdlrbox.Plo
  1318. /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
  1319. mv -f .deps/mp4stblbox.Tpo .deps/mp4stblbox.Plo
  1320. /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
  1321. mv -f .deps/mp4audiosampleentry.Tpo .deps/mp4audiosampleentry.Plo
  1322. /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
  1323. mv -f .deps/mp4stsdbox.Tpo .deps/mp4stsdbox.Plo
  1324. /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
  1325. mv -f .deps/mp4sampleentry.Tpo .deps/mp4sampleentry.Plo
  1326. /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
  1327. mv -f .deps/mp4trakbox.Tpo .deps/mp4trakbox.Plo
  1328. /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
  1329. mv -f .deps/mp4propsproxy.Tpo .deps/mp4propsproxy.Plo
  1330. /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
  1331. mv -f .deps/itunesnambox.Tpo .deps/itunesnambox.Plo
  1332. /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
  1333. mv -f .deps/itunesartbox.Tpo .deps/itunesartbox.Plo
  1334. /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
  1335. mv -f .deps/itunesalbbox.Tpo .deps/itunesalbbox.Plo
  1336. /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
  1337. mv -f .deps/itunescvrbox.Tpo .deps/itunescvrbox.Plo
  1338. /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
  1339. mv -f .deps/itunesgenbox.Tpo .deps/itunesgenbox.Plo
  1340. /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
  1341. mv -f .deps/itunestrknbox.Tpo .deps/itunestrknbox.Plo
  1342. /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
  1343. mv -f .deps/itunesdaybox.Tpo .deps/itunesdaybox.Plo
  1344. /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
  1345. mv -f .deps/itunescmtbox.Tpo .deps/itunescmtbox.Plo
  1346. /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
  1347. mv -f .deps/itunesgrpbox.Tpo .deps/itunesgrpbox.Plo
  1348. /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
  1349. mv -f .deps/ituneswrtbox.Tpo .deps/ituneswrtbox.Plo
  1350. /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
  1351. mv -f .deps/itunesdiskbox.Tpo .deps/itunesdiskbox.Plo
  1352. /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
  1353. mv -f .deps/itunestmpobox.Tpo .deps/itunestmpobox.Plo
  1354. /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
  1355. mv -f .deps/itunesdatabox.Tpo .deps/itunesdatabox.Plo
  1356. /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  
  1357. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/m4a'
  1358. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/m4a'
  1359. Making all in aac
  1360. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/aac'
  1361. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/aac'
  1362. /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
  1363. mv -f .deps/aacfiletyperesolver.Tpo .deps/aacfiletyperesolver.Plo
  1364. /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  
  1365. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/aac'
  1366. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/aac'
  1367. Making all in wav
  1368. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/wav'
  1369. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/wav'
  1370. /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
  1371. mv -f .deps/wavproperties.Tpo .deps/wavproperties.Plo
  1372. /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
  1373. mv -f .deps/wavfile.Tpo .deps/wavfile.Plo
  1374. /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
  1375. mv -f .deps/wavfiletyperesolver.Tpo .deps/wavfiletyperesolver.Plo
  1376. /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  
  1377. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/wav'
  1378. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata/wav'
  1379. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata'
  1380. /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
  1381. mv -f .deps/tplugins.Tpo .deps/tplugins.Plo
  1382. /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
  1383. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata'
  1384. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/metadata'
  1385. Making all in statusbar
  1386. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/statusbar'
  1387. /opt/qt/bin/moc ./statusBarBase.h -o statusBarBase.moc
  1388. /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
  1389. In file included from statusBarBase.cpp:27:
  1390. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  1391. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  1392. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  1393. mv -f .deps/statusBarBase.Tpo .deps/statusBarBase.Plo
  1394. /opt/qt/bin/moc ./selectLabel.h -o selectLabel.moc
  1395. /opt/qt/bin/moc ./statusbar.h -o statusbar.moc
  1396. /opt/qt/bin/moc ./toggleLabel.h -o toggleLabel.moc
  1397. /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
  1398. In file included from ../../../amarok/src/prettypopupmenu.h:27,
  1399.                  from ../../../amarok/src/actionclasses.h:11,
  1400.                  from selectLabel.h:27,
  1401.                  from statusbar.cpp:43:
  1402. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1403. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1404. mv -f .deps/statusbar.Tpo .deps/statusbar.Plo
  1405. /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
  1406. mv -f .deps/overlayWidget.Tpo .deps/overlayWidget.Plo
  1407. /opt/qt/bin/moc ./popupMessage.h -o popupMessage.moc
  1408. /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
  1409. mv -f .deps/popupMessage.Tpo .deps/popupMessage.Plo
  1410. /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
  1411. mv -f .deps/progressBar.Tpo .deps/progressBar.Plo
  1412. /opt/qt/bin/moc ./squeezedtextlabel.h -o squeezedtextlabel.moc
  1413. /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
  1414. mv -f .deps/squeezedtextlabel.Tpo .deps/squeezedtextlabel.Plo
  1415. /opt/qt/bin/moc ./queueLabel.h -o queueLabel.moc
  1416. /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
  1417. In file included from ../../../amarok/src/collectiondb.h:17,
  1418.                  from queueLabel.cpp:21:
  1419. ../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  1420. ../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  1421. ../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  1422. In file included from ../../../amarok/src/collectiondb.h:23,
  1423.                  from queueLabel.cpp:21:
  1424. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1425. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1426. mv -f .deps/queueLabel.Tpo .deps/queueLabel.Plo
  1427. /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
  1428. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/statusbar'
  1429. Making all in .
  1430. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src'
  1431. rm -rf Options1.h;
  1432. /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 ;
  1433. rm -rf Options2.h;
  1434. /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 ;
  1435. rm -rf Options4.h;
  1436. /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 ;
  1437. rm -rf Options5.h;
  1438. /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 ;
  1439. rm -rf Options7.h;
  1440. /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 ;
  1441. rm -rf Options8.h;
  1442. /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 ;
  1443. rm -rf dbsetup.h;
  1444. /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 ;
  1445. rm -rf deletedialogbase.h;
  1446. /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 ;
  1447. rm -rf firstrunwizard.h;
  1448. /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 ;
  1449. rm -rf newdynamic.h;
  1450. /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 ;
  1451. rm -rf organizecollectiondialog.h;
  1452. /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 ;
  1453. rm -rf podcastsettingsbase.h;
  1454. /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 ;
  1455. rm -rf scriptmanagerbase.h;
  1456. /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 ;
  1457. rm -rf tagdialogbase.h;
  1458. /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 ;
  1459. rm -rf tagguesserconfigdialog.h;
  1460. /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 ;
  1461. rm -rf trackpickerdialogbase.h;
  1462. /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 ;
  1463. /opt/qt/bin/moc ./actionclasses.h -o actionclasses.moc
  1464. /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
  1465. In file included from prettypopupmenu.h:27,
  1466.                  from actionclasses.h:11,
  1467.                  from actionclasses.cpp:6:
  1468. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1469. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1470. In file included from collectiondb.h:17,
  1471.                  from actionclasses.cpp:11:
  1472. threadmanager.h: At global scope:
  1473. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1474. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1475. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1476. mv -f .deps/actionclasses.Tpo .deps/actionclasses.Plo
  1477. /opt/qt/bin/moc ./app.h -o app.moc
  1478. /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
  1479. In file included from collectiondb.h:17,
  1480.                  from collectionbrowser.h:21,
  1481.                  from app.cpp:26:
  1482. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1483. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1484. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1485. In file included from collectiondb.h:23,
  1486.                  from collectionbrowser.h:21,
  1487.                  from app.cpp:26:
  1488. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1489. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1490. In file included from playlistbrowser.h:14,
  1491.                  from app.cpp:41:
  1492. playlistbrowseritem.h: At global scope:
  1493. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  1494. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  1495. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  1496. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  1497. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  1498. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  1499. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  1500. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  1501. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  1502. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  1503. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  1504. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  1505. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  1506. In file included from app.cpp:57:
  1507. /opt/kde/include/kedittoolbar.h:271: warning: ‘KEditToolbarWidget’ has a field ‘KEditToolbarWidget::m_inactiveList’ whose type uses the anonymous namespace
  1508. /opt/kde/include/kedittoolbar.h:271: warning: ‘KEditToolbarWidget’ has a field ‘KEditToolbarWidget::m_activeList’ whose type uses the anonymous namespace
  1509. mv -f .deps/app.Tpo .deps/app.Plo
  1510. /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
  1511. mv -f .deps/atomicstring.Tpo .deps/atomicstring.Plo
  1512. /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
  1513. mv -f .deps/atomicurl.Tpo .deps/atomicurl.Plo
  1514. /opt/qt/bin/moc ./browserbar.h -o browserbar.moc
  1515. /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
  1516. mv -f .deps/browserbar.Tpo .deps/browserbar.Plo
  1517. /opt/qt/bin/moc ./clicklineedit.h -o clicklineedit.moc
  1518. /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
  1519. mv -f .deps/clicklineedit.Tpo .deps/clicklineedit.Plo
  1520. /opt/qt/bin/moc ./collectionbrowser.h -o collectionbrowser.moc
  1521. /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
  1522. In file included from collectiondb.h:17,
  1523.                  from collectionbrowser.h:21,
  1524.                  from collectionbrowser.cpp:16:
  1525. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1526. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1527. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1528. In file included from collectiondb.h:23,
  1529.                  from collectionbrowser.h:21,
  1530.                  from collectionbrowser.cpp:16:
  1531. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1532. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1533. In file included from /opt/kde/include/kfileitem.h:31,
  1534.                  from /opt/kde/include/kdirlister.h:24,
  1535.                  from directorylist.h:26,
  1536.                  from collectionbrowser.cpp:21:
  1537. /opt/kde/include/kfilemetainfo.h: At global scope:
  1538. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  1539. In file included from playlistbrowser.h:14,
  1540.                  from collectionbrowser.cpp:29:
  1541. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  1542. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  1543. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  1544. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  1545. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  1546. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  1547. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  1548. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  1549. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  1550. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  1551. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  1552. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  1553. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  1554. collectionbrowser.cpp: In member function ‘virtual void CollectionView::contentsDropEvent(QDropEvent*):
  1555. collectionbrowser.cpp:1949: warning: suggest explicit braces to avoid ambiguous ‘else
  1556. mv -f .deps/collectionbrowser.Tpo .deps/collectionbrowser.Plo
  1557. /opt/qt/bin/moc ./collectiondb.h -o collectiondb.moc
  1558. /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
  1559. In file included from collectiondb.h:17,
  1560.                  from collectionbrowser.h:21,
  1561.                  from collectiondb.cpp:21:
  1562. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1563. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1564. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1565. In file included from collectiondb.h:23,
  1566.                  from collectionbrowser.h:21,
  1567.                  from collectiondb.cpp:21:
  1568. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1569. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1570. In file included from playlistbrowser.h:14,
  1571.                  from collectiondb.cpp:32:
  1572. playlistbrowseritem.h: At global scope:
  1573. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  1574. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  1575. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  1576. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  1577. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  1578. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  1579. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  1580. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  1581. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  1582. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  1583. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  1584. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  1585. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  1586. mv -f .deps/collectiondb.Tpo .deps/collectiondb.Plo
  1587. /opt/qt/bin/moc ./columnlist.h -o columnlist.moc
  1588. /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
  1589. mv -f .deps/columnlist.Tpo .deps/columnlist.Plo
  1590. /opt/qt/bin/moc ./configdialog.h -o configdialog.moc
  1591. /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
  1592. In file included from collectiondb.h:17,
  1593.                  from configdialog.cpp:19:
  1594. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1595. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1596. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1597. In file included from collectiondb.h:23,
  1598.                  from configdialog.cpp:19:
  1599. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1600. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1601. In file included from /opt/kde/include/kfileitem.h:31,
  1602.                  from /opt/kde/include/kdirlister.h:24,
  1603.                  from directorylist.h:26,
  1604.                  from configdialog.cpp:25:
  1605. /opt/kde/include/kfilemetainfo.h: At global scope:
  1606. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  1607. configdialog.cpp: In member function ‘virtual bool AmarokConfigDialog::hasChanged():
  1608. configdialog.cpp:361: warning: suggest parentheses around && within ||
  1609. configdialog.cpp:365: warning: suggest parentheses around && within ||
  1610. configdialog.cpp:366: warning: suggest parentheses around && within ||
  1611. mv -f .deps/configdialog.Tpo .deps/configdialog.Plo
  1612. /opt/qt/bin/moc ./contextbrowser.h -o contextbrowser.moc
  1613. /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
  1614. In file included from collectiondb.h:17,
  1615.                  from contextbrowser.cpp:18:
  1616. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1617. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1618. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1619. In file included from collectiondb.h:23,
  1620.                  from contextbrowser.cpp:18:
  1621. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1622. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1623. In file included from contextbrowser.cpp:24:
  1624. cuefile.h: At global scope:
  1625. cuefile.h:38: warning: type qualifiers ignored on function return type
  1626. cuefile.h:39: warning: type qualifiers ignored on function return type
  1627. cuefile.h:40: warning: type qualifiers ignored on function return type
  1628. contextbrowser.cpp: In member function ‘virtual void ContextBrowser::engineStateChanged(Engine::State, Engine::State):
  1629. contextbrowser.cpp:725: warning: suggest parentheses around && within ||
  1630. mv -f .deps/contextbrowser.Tpo .deps/contextbrowser.Plo
  1631. /opt/qt/bin/moc ./coverfetcher.h -o coverfetcher.moc
  1632. /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
  1633. In file included from collectiondb.h:17,
  1634.                  from coverfetcher.cpp:8:
  1635. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1636. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1637. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1638. In file included from collectiondb.h:23,
  1639.                  from coverfetcher.cpp:8:
  1640. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1641. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1642. coverfetcher.cpp: In member function ‘void CoverFetcher::finishedXmlFetch(KIO::Job*):
  1643. coverfetcher.cpp:281: warning: comparison between signed and unsigned integer expressions
  1644. coverfetcher.cpp: At global scope:
  1645. coverfetcher.cpp:381: warning: unused parameter ‘fetcher’
  1646. mv -f .deps/coverfetcher.Tpo .deps/coverfetcher.Plo
  1647. /opt/qt/bin/moc ./covermanager.h -o covermanager.moc
  1648. /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
  1649. In file included from collectiondb.h:17,
  1650.                  from collectionbrowser.h:21,
  1651.                  from covermanager.cpp:10:
  1652. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1653. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1654. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1655. In file included from collectiondb.h:23,
  1656.                  from collectionbrowser.h:21,
  1657.                  from covermanager.cpp:10:
  1658. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1659. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1660. mv -f .deps/covermanager.Tpo .deps/covermanager.Plo
  1661. /opt/qt/bin/moc ./cuefile.h -o cuefile.moc
  1662. /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
  1663. In file included from cuefile.cpp:12:
  1664. cuefile.h:38: warning: type qualifiers ignored on function return type
  1665. cuefile.h:39: warning: type qualifiers ignored on function return type
  1666. cuefile.h:40: warning: type qualifiers ignored on function return type
  1667. mv -f .deps/cuefile.Tpo .deps/cuefile.Plo
  1668. /opt/qt/bin/moc ./deletedialog.h -o deletedialog.moc
  1669. /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
  1670. In file included from collectiondb.h:17,
  1671.                  from deletedialog.cpp:36:
  1672. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1673. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1674. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1675. In file included from collectiondb.h:23,
  1676.                  from deletedialog.cpp:36:
  1677. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1678. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1679. mv -f .deps/deletedialog.Tpo .deps/deletedialog.Plo
  1680. /opt/qt/bin/moc ./deviceconfiguredialog.h -o deviceconfiguredialog.moc
  1681. /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
  1682. mv -f .deps/deviceconfiguredialog.Tpo .deps/deviceconfiguredialog.Plo
  1683. /opt/qt/bin/moc ./devicemanager.h -o devicemanager.moc
  1684. /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
  1685. mv -f .deps/devicemanager.Tpo .deps/devicemanager.Plo
  1686. /opt/qt/bin/moc ./directorylist.h -o directorylist.moc
  1687. /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
  1688. In file included from /opt/kde/include/kfileitem.h:31,
  1689.                  from /opt/kde/include/kdirlister.h:24,
  1690.                  from directorylist.h:26,
  1691.                  from directorylist.cpp:20:
  1692. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  1693. In file included from collectiondb.h:17,
  1694.                  from mountpointmanager.h:23,
  1695.                  from directorylist.cpp:21:
  1696. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1697. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1698. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1699. In file included from collectiondb.h:23,
  1700.                  from mountpointmanager.h:23,
  1701.                  from directorylist.cpp:21:
  1702. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1703. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1704. directorylist.cpp: In member function ‘void Collection::Item::newItems(const KFileItemList&):
  1705. directorylist.cpp:277: warning: suggest parentheses around && within ||
  1706. mv -f .deps/directorylist.Tpo .deps/directorylist.Plo
  1707. /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
  1708. In file included from collectiondb.h:17,
  1709.                  from dynamicmode.cpp:18:
  1710. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1711. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1712. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1713. In file included from collectiondb.h:23,
  1714.                  from dynamicmode.cpp:18:
  1715. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1716. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1717. In file included from playlistbrowser.h:14,
  1718.                  from dynamicmode.cpp:23:
  1719. playlistbrowseritem.h: At global scope:
  1720. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  1721. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  1722. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  1723. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  1724. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  1725. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  1726. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  1727. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  1728. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  1729. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  1730. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  1731. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  1732. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  1733. mv -f .deps/dynamicmode.Tpo .deps/dynamicmode.Plo
  1734. /opt/qt/bin/moc ./enginebase.h -o enginebase.moc
  1735. /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
  1736. mv -f .deps/enginebase.Tpo .deps/enginebase.Plo
  1737. /opt/qt/bin/moc ./enginecontroller.h -o enginecontroller.moc
  1738. /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
  1739. In file included from playlistloader.h:15,
  1740.                  from enginecontroller.cpp:24:
  1741. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1742. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1743. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1744. In file included from /opt/kde/include/kfileitem.h:31,
  1745.                  from enginecontroller.cpp:33:
  1746. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  1747. mv -f .deps/enginecontroller.Tpo .deps/enginecontroller.Plo
  1748. /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
  1749. In file included from collectiondb.h:17,
  1750.                  from engineobserver.cpp:19:
  1751. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1752. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1753. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1754. In file included from collectiondb.h:23,
  1755.                  from engineobserver.cpp:19:
  1756. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1757. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1758. mv -f .deps/engineobserver.Tpo .deps/engineobserver.Plo
  1759. /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
  1760. mv -f .deps/equalizergraph.Tpo .deps/equalizergraph.Plo
  1761. /opt/qt/bin/moc ./equalizerpresetmanager.h -o equalizerpresetmanager.moc
  1762. /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
  1763. mv -f .deps/equalizerpresetmanager.Tpo .deps/equalizerpresetmanager.Plo
  1764. /opt/qt/bin/moc ./equalizersetup.h -o equalizersetup.moc
  1765. /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
  1766. mv -f .deps/equalizersetup.Tpo .deps/equalizersetup.Plo
  1767. /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
  1768. mv -f .deps/expression.Tpo .deps/expression.Plo
  1769. /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
  1770. mv -f .deps/fht.Tpo .deps/fht.Plo
  1771. /opt/qt/bin/moc ./filebrowser.h -o filebrowser.moc
  1772. /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
  1773. In file included from /opt/kde/include/kfileitem.h:31,
  1774.                  from /opt/kde/include/kdirlister.h:24,
  1775.                  from /opt/kde/include/kdiroperator.h:29,
  1776.                  from filebrowser.h:28,
  1777.                  from filebrowser.cpp:28:
  1778. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  1779. In file included from collectiondb.h:17,
  1780.                  from k3bexporter.h:21,
  1781.                  from filebrowser.cpp:29:
  1782. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1783. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1784. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1785. In file included from collectiondb.h:23,
  1786.                  from k3bexporter.h:21,
  1787.                  from filebrowser.cpp:29:
  1788. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1789. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1790. In file included from playlistbrowser.h:14,
  1791.                  from filebrowser.cpp:50:
  1792. playlistbrowseritem.h: At global scope:
  1793. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  1794. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  1795. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  1796. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  1797. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  1798. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  1799. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  1800. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  1801. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  1802. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  1803. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  1804. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  1805. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  1806. mv -f .deps/filebrowser.Tpo .deps/filebrowser.Plo
  1807. /opt/qt/bin/moc ./hintlineedit.h -o hintlineedit.moc
  1808. /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
  1809. mv -f .deps/hintlineedit.Tpo .deps/hintlineedit.Plo
  1810. /opt/qt/bin/moc ./htmlview.h -o htmlview.moc
  1811. /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
  1812. In file included from htmlview.cpp:15:
  1813. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1814. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1815. mv -f .deps/htmlview.Tpo .deps/htmlview.Plo
  1816. /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
  1817. mv -f .deps/iconloader.Tpo .deps/iconloader.Plo
  1818. /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
  1819. In file included from collectiondb.h:17,
  1820.                  from k3bexporter.cpp:18:
  1821. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1822. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1823. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1824. In file included from collectiondb.h:23,
  1825.                  from k3bexporter.cpp:18:
  1826. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1827. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1828. mv -f .deps/k3bexporter.Tpo .deps/k3bexporter.Plo
  1829. /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
  1830. In file included from /opt/kde/include/kfileitem.h:31,
  1831.                  from /opt/kde/include/kdirlister.h:24,
  1832.                  from /opt/kde/include/kdiroperator.h:29,
  1833.                  from kbookmarkhandler.cpp:26:
  1834. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  1835. mv -f .deps/kbookmarkhandler.Tpo .deps/kbookmarkhandler.Plo
  1836. /opt/qt/bin/moc ./ktrm.h -o ktrm.moc
  1837. /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
  1838. mv -f .deps/ktrm.Tpo .deps/ktrm.Plo
  1839. /opt/qt/bin/moc ./lastfm.h -o lastfm.moc
  1840. /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
  1841. In file included from collectiondb.h:17,
  1842.                  from lastfm.cpp:21:
  1843. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1844. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1845. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1846. In file included from collectiondb.h:23,
  1847.                  from lastfm.cpp:21:
  1848. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1849. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1850. mv -f .deps/lastfm.Tpo .deps/lastfm.Plo
  1851. /opt/qt/bin/moc ./mediabrowser.h -o mediabrowser.moc
  1852. /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
  1853. In file included from collectiondb.h:17,
  1854.                  from mediabrowser.cpp:17:
  1855. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1856. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1857. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1858. In file included from collectiondb.h:23,
  1859.                  from mediabrowser.cpp:17:
  1860. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1861. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1862. In file included from playlistbrowser.h:14,
  1863.                  from mediabrowser.cpp:32:
  1864. playlistbrowseritem.h: At global scope:
  1865. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  1866. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  1867. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  1868. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  1869. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  1870. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  1871. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  1872. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  1873. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  1874. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  1875. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  1876. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  1877. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  1878. In file included from /opt/kde/include/kfileitem.h:31,
  1879.                  from /opt/kde/include/kdirlister.h:24,
  1880.                  from mediabrowser.cpp:62:
  1881. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  1882. mv -f .deps/mediabrowser.Tpo .deps/mediabrowser.Plo
  1883. /opt/qt/bin/moc ./mediadevicemanager.h -o mediadevicemanager.moc
  1884. /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
  1885. mv -f .deps/mediadevicemanager.Tpo .deps/mediadevicemanager.Plo
  1886. /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
  1887. mv -f .deps/medium.Tpo .deps/medium.Plo
  1888. /opt/qt/bin/moc ./mediumpluginmanager.h -o mediumpluginmanager.moc
  1889. /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
  1890. mv -f .deps/mediumpluginmanager.Tpo .deps/mediumpluginmanager.Plo
  1891. /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
  1892. In file included from collectiondb.h:17,
  1893.                  from metabundle.cpp:22:
  1894. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1895. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1896. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1897. In file included from collectiondb.h:23,
  1898.                  from metabundle.cpp:22:
  1899. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1900. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1901. In file included from metabundle.cpp:25:
  1902. /opt/kde/include/kfilemetainfo.h: At global scope:
  1903. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  1904. metabundle.cpp: In function ‘void xmlEncode(QTextStream&, const QString&):
  1905. metabundle.cpp:1524: warning: suggest parentheses around && within ||
  1906. metabundle.cpp:1524: warning: suggest parentheses around && within ||
  1907. metabundle.cpp:1534: warning: suggest parentheses around && within ||
  1908. mv -f .deps/metabundle.Tpo .deps/metabundle.Plo
  1909. /opt/qt/bin/moc ./metabundlesaver.h -o metabundlesaver.moc
  1910. /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
  1911. In file included from collectiondb.h:17,
  1912.                  from metabundlesaver.cpp:17:
  1913. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1914. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1915. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1916. In file included from collectiondb.h:23,
  1917.                  from metabundlesaver.cpp:17:
  1918. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1919. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1920. In file included from metabundlesaver.cpp:22:
  1921. /opt/kde/include/kfilemetainfo.h: At global scope:
  1922. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  1923. mv -f .deps/metabundlesaver.Tpo .deps/metabundlesaver.Plo
  1924. /opt/qt/bin/moc ./moodbar.h -o moodbar.moc
  1925. /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
  1926. In file included from collectiondb.h:17,
  1927.                  from moodbar.cpp:284:
  1928. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1929. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1930. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1931. In file included from collectiondb.h:23,
  1932.                  from moodbar.cpp:284:
  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. mv -f .deps/moodbar.Tpo .deps/moodbar.Plo
  1936. /opt/qt/bin/moc ./mountpointmanager.h -o mountpointmanager.moc
  1937. /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
  1938. In file included from collectiondb.h:17,
  1939.                  from mountpointmanager.cpp:25:
  1940. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1941. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1942. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1943. In file included from collectiondb.h:23,
  1944.                  from mountpointmanager.cpp:25:
  1945. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1946. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1947. mv -f .deps/mountpointmanager.Tpo .deps/mountpointmanager.Plo
  1948. /opt/qt/bin/moc ./multitabbar.h -o multitabbar.moc
  1949. /opt/qt/bin/moc ./multitabbar_p.h -o multitabbar_p.moc
  1950. /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
  1951. In file included from /opt/kde/include/kiconeffect.h:16,
  1952.                  from multitabbar.cpp:45:
  1953. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1954. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1955. mv -f .deps/multitabbar.Tpo .deps/multitabbar.Plo
  1956. /opt/qt/bin/moc ./mydiroperator.h -o mydiroperator.moc
  1957. /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
  1958. In file included from playlistloader.h:15,
  1959.                  from mydirlister.h:8,
  1960.                  from mydiroperator.h:4,
  1961.                  from mydiroperator.cpp:2:
  1962. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1963. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1964. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1965. In file included from /opt/kde/include/kfileitem.h:31,
  1966.                  from /opt/kde/include/kdirlister.h:24,
  1967.                  from mydirlister.h:10,
  1968.                  from mydiroperator.h:4,
  1969.                  from mydiroperator.cpp:2:
  1970. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  1971. mv -f .deps/mydiroperator.Tpo .deps/mydiroperator.Plo
  1972. /opt/qt/bin/moc ./osd.h -o osd.moc
  1973. /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
  1974. In file included from collectiondb.h:17,
  1975.                  from osd.cpp:17:
  1976. threadmanager.h:100: warning: type qualifiers ignored on function return type
  1977. threadmanager.h:196: warning: type qualifiers ignored on function return type
  1978. threadmanager.h:417: warning: type qualifiers ignored on function return type
  1979. In file included from collectiondb.h:23,
  1980.                  from osd.cpp:17:
  1981. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1982. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1983. osd.cpp: In member function ‘virtual void OSDWidget::show():
  1984. osd.cpp:136: warning: suggest parentheses around && within ||
  1985. mv -f .deps/osd.Tpo .deps/osd.Plo
  1986. /opt/qt/bin/moc ./pixmapviewer.h -o pixmapviewer.moc
  1987. /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
  1988. mv -f .deps/pixmapviewer.Tpo .deps/pixmapviewer.Plo
  1989. /opt/qt/bin/moc ./playerwindow.h -o playerwindow.moc
  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 playerwindow.lo -MD -MP -MF .deps/playerwindow.Tpo -c -o playerwindow.lo playerwindow.cpp
  1991. In file included from prettypopupmenu.h:27,
  1992.                  from actionclasses.h:11,
  1993.                  from playerwindow.cpp:18:
  1994. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  1995. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  1996. mv -f .deps/playerwindow.Tpo .deps/playerwindow.Plo
  1997. /opt/qt/bin/moc ./playlist.h -o playlist.moc
  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 playlist.lo -MD -MP -MF .deps/playlist.Tpo -c -o playlist.lo playlist.cpp
  1999. In file included from collectiondb.h:17,
  2000.                  from playlist.cpp:22:
  2001. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2002. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2003. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2004. In file included from collectiondb.h:23,
  2005.                  from playlist.cpp:22:
  2006. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2007. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2008. In file included from playlistbrowser.h:14,
  2009.                  from playlist.cpp:34:
  2010. playlistbrowseritem.h: At global scope:
  2011. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  2012. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  2013. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  2014. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  2015. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  2016. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  2017. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  2018. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  2019. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  2020. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  2021. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  2022. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  2023. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  2024. playlist.cpp: In member function ‘void Playlist::adjustDynamicUpcoming(bool):
  2025. playlist.cpp:611: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
  2026. playlist.cpp: In member function ‘void Playlist::adjustDynamicPrevious(uint, bool):
  2027. playlist.cpp:635: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
  2028. playlist.cpp: In member function ‘void Playlist::activate(QListViewItem*):
  2029. playlist.cpp:1645: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
  2030. playlist.cpp: In member function ‘PlaylistItem* Playlist::restoreCurrentTrack():
  2031. playlist.cpp:1940: warning: suggest parentheses around && within ||
  2032. playlist.cpp: In member function ‘bool Playlist::isTrackAfter() const’:
  2033. playlist.cpp:1976: warning: suggest parentheses around && within ||
  2034. playlist.cpp:1977: warning: suggest parentheses around && within ||
  2035. playlist.cpp:1979: warning: suggest parentheses around && within ||
  2036. playlist.cpp:1979: warning: suggest parentheses around && within ||
  2037. playlist.cpp: In member function ‘bool Playlist::isTrackBefore() const’:
  2038. playlist.cpp:1989: warning: suggest parentheses around && within ||
  2039. playlist.cpp:1991: warning: suggest parentheses around && within ||
  2040. playlist.cpp: In member function ‘void Playlist::deleteSelectedFiles():
  2041. playlist.cpp:3466: warning: suggest a space before ‘;’ or explicit braces around empty body in ‘for’ statement
  2042. mv -f .deps/playlist.Tpo .deps/playlist.Plo
  2043. /opt/qt/bin/moc ./playlistbrowser.h -o playlistbrowser.moc
  2044. /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
  2045. In file included from collectiondb.h:17,
  2046.                  from playlistbrowser.cpp:16:
  2047. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2048. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2049. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2050. In file included from collectiondb.h:23,
  2051.                  from playlistbrowser.cpp:16:
  2052. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2053. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2054. In file included from playlistbrowser.h:14,
  2055.                  from playlistbrowser.cpp:24:
  2056. playlistbrowseritem.h: At global scope:
  2057. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  2058. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  2059. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  2060. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  2061. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  2062. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  2063. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  2064. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  2065. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  2066. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  2067. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  2068. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  2069. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  2070. In file included from /opt/kde/include/kfileitem.h:31,
  2071.                  from /opt/kde/include/kdirlister.h:24,
  2072.                  from playlistbrowser.cpp:2419:
  2073. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  2074. playlistbrowser.cpp: In member function ‘void PlaylistBrowserView::moveSelectedItems(QListViewItem*):
  2075. playlistbrowser.cpp:2844: warning: suggest parentheses around && within ||
  2076. playlistbrowser.cpp:2845: warning: suggest parentheses around && within ||
  2077. playlistbrowser.cpp:2846: warning: suggest parentheses around && within ||
  2078. In file included from playlistbrowser.cpp:3246:
  2079. playlistbrowser.cpp: In member function ‘bool PlaylistBrowser::deleteSelectedPodcastItems(bool, bool):
  2080. playlistbrowser.cpp:1497: warning: ‘button’ may be used uninitialized in this function
  2081. mv -f .deps/playlistbrowser.Tpo .deps/playlistbrowser.Plo
  2082. /opt/qt/bin/moc ./playlistbrowseritem.h -o playlistbrowseritem.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 playlistbrowseritem.lo -MD -MP -MF .deps/playlistbrowseritem.Tpo -c -o playlistbrowseritem.lo playlistbrowseritem.cpp
  2084. In file included from collectiondb.h:17,
  2085.                  from playlistbrowseritem.cpp:15:
  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 playlistbrowseritem.cpp:15:
  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 playlistbrowseritem.cpp:20:
  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. playlistbrowseritem.cpp:2050: warning: type qualifiers ignored on function return type
  2110. playlistbrowseritem.h: In constructor ‘PodcastEpisode::PodcastEpisode(QListViewItem*, QListViewItem*, const QDomElement&, int, const bool&):
  2111. playlistbrowseritem.h:337: warning: ‘PodcastEpisode::m_onDisk’ will be initialized after
  2112. playlistbrowseritem.h:327: warning:   ‘KURL PodcastEpisode::m_localUrl’
  2113. playlistbrowseritem.cpp:2359: warning:   when initialized here
  2114. playlistbrowseritem.cpp: At global scope:
  2115. playlistbrowseritem.cpp:2520: warning: type qualifiers ignored on function return type
  2116. playlistbrowseritem.cpp: In static member function ‘static QString SmartPlaylist::xmlToQuery(const QDomElement&, bool):
  2117. playlistbrowseritem.cpp:3261: warning: suggest explicit braces to avoid ambiguous ‘else
  2118. playlistbrowseritem.cpp:3271: warning: suggest explicit braces to avoid ambiguous ‘else
  2119. mv -f .deps/playlistbrowseritem.Tpo .deps/playlistbrowseritem.Plo
  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 playlistitem.lo -MD -MP -MF .deps/playlistitem.Tpo -c -o playlistitem.lo playlistitem.cpp
  2121. In file included from collectiondb.h:17,
  2122.                  from playlistitem.cpp:25:
  2123. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2124. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2125. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2126. In file included from collectiondb.h:23,
  2127.                  from playlistitem.cpp:25:
  2128. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2129. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2130. In file included from playlistitem.cpp:42:
  2131. /opt/kde/include/kfilemetainfo.h: At global scope:
  2132. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  2133. mv -f .deps/playlistitem.Tpo .deps/playlistitem.Plo
  2134. /opt/qt/bin/moc ./playlistloader.h -o playlistloader.moc
  2135. /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
  2136. In file included from collectiondb.h:17,
  2137.                  from playlistloader.cpp:18:
  2138. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2139. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2140. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2141. In file included from collectiondb.h:23,
  2142.                  from playlistloader.cpp:18:
  2143. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2144. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2145. In file included from /opt/kde/include/kfileitem.h:31,
  2146.                  from /opt/kde/include/kdirlister.h:24,
  2147.                  from mydirlister.h:10,
  2148.                  from playlistloader.cpp:22:
  2149. /opt/kde/include/kfilemetainfo.h: At global scope:
  2150. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  2151. In file included from playlistbrowser.h:14,
  2152.                  from playlistloader.cpp:24:
  2153. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  2154. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  2155. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  2156. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  2157. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  2158. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  2159. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  2160. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  2161. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  2162. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  2163. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  2164. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  2165. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  2166. mv -f .deps/playlistloader.Tpo .deps/playlistloader.Plo
  2167. /opt/qt/bin/moc ./playlistselection.h -o playlistselection.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 playlistselection.lo -MD -MP -MF .deps/playlistselection.Tpo -c -o playlistselection.lo playlistselection.cpp
  2169. In file included from playlistbrowser.h:14,
  2170.                  from playlistselection.cpp:17:
  2171. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  2172. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  2173. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  2174. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  2175. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  2176. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  2177. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  2178. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  2179. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  2180. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  2181. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  2182. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  2183. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  2184. mv -f .deps/playlistselection.Tpo .deps/playlistselection.Plo
  2185. /opt/qt/bin/moc ./playlistwindow.h -o playlistwindow.moc
  2186. /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
  2187. In file included from prettypopupmenu.h:27,
  2188.                  from actionclasses.h:11,
  2189.                  from playlistwindow.cpp:19:
  2190. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2191. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2192. In file included from collectiondb.h:17,
  2193.                  from collectionbrowser.h:21,
  2194.                  from playlistwindow.cpp:24:
  2195. threadmanager.h: At global scope:
  2196. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2197. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2198. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2199. In file included from /opt/kde/include/kfileitem.h:31,
  2200.                  from /opt/kde/include/kdirlister.h:24,
  2201.                  from /opt/kde/include/kdiroperator.h:29,
  2202.                  from filebrowser.h:28,
  2203.                  from playlistwindow.cpp:30:
  2204. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  2205. In file included from playlistbrowser.h:14,
  2206.                  from playlistwindow.cpp:36:
  2207. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  2208. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  2209. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  2210. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  2211. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  2212. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  2213. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  2214. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  2215. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  2216. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  2217. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  2218. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  2219. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  2220. In file included from playlistwindow.cpp:39:
  2221. statistics.h:108: warning: type qualifiers ignored on function return type
  2222. statistics.h:149: warning: type qualifiers ignored on function return type
  2223. mv -f .deps/playlistwindow.Tpo .deps/playlistwindow.Plo
  2224. /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
  2225. mv -f .deps/pluginmanager.Tpo .deps/pluginmanager.Plo
  2226. /opt/qt/bin/moc ./podcastsettings.h -o podcastsettings.moc
  2227. /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
  2228. podcastsettings.cpp: In member function ‘bool PodcastSettingsDialog::hasChanged():
  2229. podcastsettings.cpp:120: warning: suggest parentheses around && within ||
  2230. mv -f .deps/podcastsettings.Tpo .deps/podcastsettings.Plo
  2231. /opt/qt/bin/moc ./prettypopupmenu.h -o prettypopupmenu.moc
  2232. /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
  2233. In file included from prettypopupmenu.h:27,
  2234.                  from prettypopupmenu.cpp:21:
  2235. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2236. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2237. mv -f .deps/prettypopupmenu.Tpo .deps/prettypopupmenu.Plo
  2238. /opt/qt/bin/moc ./queuemanager.h -o queuemanager.moc
  2239. /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
  2240. In file included from /opt/qt/include/qdragobject.h:50,
  2241.                  from /opt/kde/include/kurldrag.h:24,
  2242.                  from queuemanager.cpp:26:
  2243. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2244. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2245. mv -f .deps/queuemanager.Tpo .deps/queuemanager.Plo
  2246. /opt/qt/bin/moc ./scancontroller.h -o scancontroller.moc
  2247. /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
  2248. In file included from collectiondb.h:17,
  2249.                  from scancontroller.cpp:24:
  2250. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2251. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2252. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2253. In file included from collectiondb.h:23,
  2254.                  from scancontroller.cpp:24:
  2255. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2256. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2257. In file included from playlistbrowser.h:14,
  2258.                  from scancontroller.cpp:29:
  2259. playlistbrowseritem.h: At global scope:
  2260. playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  2261. playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  2262. playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  2263. playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  2264. playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  2265. playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  2266. playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  2267. playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  2268. playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  2269. playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  2270. playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  2271. playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  2272. playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  2273. mv -f .deps/scancontroller.Tpo .deps/scancontroller.Plo
  2274. /opt/qt/bin/moc ./scriptmanager.h -o scriptmanager.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 scriptmanager.lo -MD -MP -MF .deps/scriptmanager.Tpo -c -o scriptmanager.lo scriptmanager.cpp
  2276. mv -f .deps/scriptmanager.Tpo .deps/scriptmanager.Plo
  2277. /opt/qt/bin/moc ./scrobbler.h -o scrobbler.moc
  2278. /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
  2279. In file included from collectiondb.h:17,
  2280.                  from scrobbler.cpp:13:
  2281. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2282. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2283. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2284. In file included from collectiondb.h:23,
  2285.                  from scrobbler.cpp:13:
  2286. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2287. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2288. scrobbler.cpp: In member function ‘bool ScrobblerSubmitter::schedule(bool):
  2289. scrobbler.cpp:1160: warning: suggest parentheses around && within ||
  2290. mv -f .deps/scrobbler.Tpo .deps/scrobbler.Plo
  2291. /opt/qt/bin/moc ./sliderwidget.h -o sliderwidget.moc
  2292. /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
  2293. In file included from sliderwidget.cpp:32:
  2294. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2295. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2296. mv -f .deps/sliderwidget.Tpo .deps/sliderwidget.Plo
  2297. /opt/qt/bin/moc ./smartplaylisteditor.h -o smartplaylisteditor.moc
  2298. /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
  2299. In file included from collectiondb.h:17,
  2300.                  from smartplaylisteditor.cpp:11:
  2301. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2302. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2303. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2304. In file included from collectiondb.h:23,
  2305.                  from smartplaylisteditor.cpp:11:
  2306. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2307. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2308. smartplaylisteditor.cpp: In member function ‘void CriteriaEditor::slotFieldSelected(int):
  2309. smartplaylisteditor.cpp:830: warning: suggest parentheses around && within ||
  2310. mv -f .deps/smartplaylisteditor.Tpo .deps/smartplaylisteditor.Plo
  2311. /opt/qt/bin/moc ./socketserver.h -o socketserver.moc
  2312. /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
  2313. mv -f .deps/socketserver.Tpo .deps/socketserver.Plo
  2314. /opt/qt/bin/moc ./starmanager.h -o starmanager.moc
  2315. /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
  2316. In file included from collectiondb.h:17,
  2317.                  from collectionbrowser.h:21,
  2318.                  from starmanager.cpp:15:
  2319. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2320. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2321. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2322. In file included from collectiondb.h:23,
  2323.                  from collectionbrowser.h:21,
  2324.                  from starmanager.cpp:15:
  2325. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2326. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2327. mv -f .deps/starmanager.Tpo .deps/starmanager.Plo
  2328. /opt/qt/bin/moc ./statistics.h -o statistics.moc
  2329. /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
  2330. In file included from collectiondb.h:17,
  2331.                  from statistics.cpp:17:
  2332. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2333. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2334. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2335. In file included from collectiondb.h:23,
  2336.                  from statistics.cpp:17:
  2337. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2338. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2339. In file included from statistics.cpp:20:
  2340. statistics.h: At global scope:
  2341. statistics.h:108: warning: type qualifiers ignored on function return type
  2342. statistics.h:149: warning: type qualifiers ignored on function return type
  2343. mv -f .deps/statistics.Tpo .deps/statistics.Plo
  2344. /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
  2345. In file included from systray.cpp:16:
  2346. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2347. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2348. mv -f .deps/systray.Tpo .deps/systray.Plo
  2349. /opt/qt/bin/moc ./tagdialog.h -o tagdialog.moc
  2350. /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
  2351. In file included from collectiondb.h:17,
  2352.                  from collectionbrowser.h:21,
  2353.                  from tagdialog.cpp:9:
  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 collectionbrowser.h:21,
  2359.                  from tagdialog.cpp:9:
  2360. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2361. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2362. tagdialog.cpp: In member function ‘void TagDialog::applyToAllTracks():
  2363. tagdialog.cpp:1258: warning: suggest parentheses around && within ||
  2364. tagdialog.cpp:1264: warning: suggest parentheses around && within ||
  2365. tagdialog.cpp:1269: warning: suggest parentheses around && within ||
  2366. tagdialog.cpp:1274: warning: suggest parentheses around && within ||
  2367. tagdialog.cpp:1279: warning: suggest parentheses around && within ||
  2368. tagdialog.cpp:1285: warning: suggest parentheses around && within ||
  2369. tagdialog.cpp:1290: warning: suggest parentheses around && within ||
  2370. tagdialog.cpp:1296: warning: suggest parentheses around && within ||
  2371. tagdialog.cpp:1303: warning: suggest parentheses around && within ||
  2372. mv -f .deps/tagdialog.Tpo .deps/tagdialog.Plo
  2373. /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
  2374. mv -f .deps/tagguesser.Tpo .deps/tagguesser.Plo
  2375. /opt/qt/bin/moc ./threadmanager.h -o threadmanager.moc
  2376. /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
  2377. In file included from threadmanager.cpp:17:
  2378. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2379. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2380. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2381. In file included from collectiondb.h:23,
  2382.                  from threadmanager.cpp:18:
  2383. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2384. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2385. mv -f .deps/threadmanager.Tpo .deps/threadmanager.Plo
  2386. /opt/qt/bin/moc ./tooltip.h -o tooltip.moc
  2387. /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
  2388. mv -f .deps/tooltip.Tpo .deps/tooltip.Plo
  2389. /opt/qt/bin/moc ./trackpickerdialog.h -o trackpickerdialog.moc
  2390. /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
  2391. mv -f .deps/trackpickerdialog.Tpo .deps/trackpickerdialog.Plo
  2392. /opt/qt/bin/moc ./tracktooltip.h -o tracktooltip.moc
  2393. /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
  2394. In file included from collectiondb.h:17,
  2395.                  from tracktooltip.cpp:24:
  2396. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2397. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2398. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2399. In file included from collectiondb.h:23,
  2400.                  from tracktooltip.cpp:24:
  2401. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2402. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2403. mv -f .deps/tracktooltip.Tpo .deps/tracktooltip.Plo
  2404. /opt/qt/bin/moc ./transferdialog.h -o transferdialog.moc
  2405. /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
  2406. mv -f .deps/transferdialog.Tpo .deps/transferdialog.Plo
  2407. /opt/qt/bin/moc ./xmlloader_p.h -o xmlloader_p.moc
  2408. /opt/qt/bin/moc ./xmlloader.h -o xmlloader.moc
  2409. /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
  2410. mv -f .deps/xmlloader.Tpo .deps/xmlloader.Plo
  2411. /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
  2412. mv -f .deps/xspfplaylist.Tpo .deps/xspfplaylist.Plo
  2413. /opt/qt/bin/moc ./editfilterdialog.h -o editfilterdialog.moc
  2414. /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
  2415. In file included from collectiondb.h:17,
  2416.                  from editfilterdialog.cpp:24:
  2417. threadmanager.h:100: warning: type qualifiers ignored on function return type
  2418. threadmanager.h:196: warning: type qualifiers ignored on function return type
  2419. threadmanager.h:417: warning: type qualifiers ignored on function return type
  2420. In file included from collectiondb.h:23,
  2421.                  from editfilterdialog.cpp:24:
  2422. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2423. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2424. mv -f .deps/editfilterdialog.Tpo .deps/editfilterdialog.Plo
  2425. /opt/qt/bin/moc Options1.h -o Options1.moc
  2426. rm -f Options1.cpp
  2427. echo '#include <kdialog.h>' > Options1.cpp
  2428. echo '#include <klocale.h>' >> Options1.cpp
  2429. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options1.h ./Options1.ui > Options1.cpp.temp ; ret=$?; \
  2430. /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 ;\
  2431. rm -f Options1.cpp.temp ;\
  2432. if test "$ret" = 0; then echo '#include "Options1.moc"' >> Options1.cpp; else rm -f Options1.cpp ; exit $ret ; fi
  2433. /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
  2434. In file included from ./starmanager.h:17,
  2435.                  from ./Options1.ui.h:18,
  2436.                  from Options1.cpp:30:
  2437. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2438. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2439. mv -f .deps/Options1.Tpo .deps/Options1.Plo
  2440. /opt/qt/bin/moc Options2.h -o Options2.moc
  2441. rm -f Options2.cpp
  2442. echo '#include <kdialog.h>' > Options2.cpp
  2443. echo '#include <klocale.h>' >> Options2.cpp
  2444. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options2.h ./Options2.ui > Options2.cpp.temp ; ret=$?; \
  2445. /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 ;\
  2446. rm -f Options2.cpp.temp ;\
  2447. if test "$ret" = 0; then echo '#include "Options2.moc"' >> Options2.cpp; else rm -f Options2.cpp ; exit $ret ; fi
  2448. /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
  2449. mv -f .deps/Options2.Tpo .deps/Options2.Plo
  2450. /opt/qt/bin/moc Options4.h -o Options4.moc
  2451. rm -f Options4.cpp
  2452. echo '#include <kdialog.h>' > Options4.cpp
  2453. echo '#include <klocale.h>' >> Options4.cpp
  2454. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options4.h ./Options4.ui > Options4.cpp.temp ; ret=$?; \
  2455. /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 ;\
  2456. rm -f Options4.cpp.temp ;\
  2457. if test "$ret" = 0; then echo '#include "Options4.moc"' >> Options4.cpp; else rm -f Options4.cpp ; exit $ret ; fi
  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 Options4.lo -MD -MP -MF .deps/Options4.Tpo -c -o Options4.lo Options4.cpp
  2459. mv -f .deps/Options4.Tpo .deps/Options4.Plo
  2460. /opt/qt/bin/moc Options5.h -o Options5.moc
  2461. rm -f Options5.cpp
  2462. echo '#include <kdialog.h>' > Options5.cpp
  2463. echo '#include <klocale.h>' >> Options5.cpp
  2464. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options5.h ./Options5.ui > Options5.cpp.temp ; ret=$?; \
  2465. /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 ;\
  2466. rm -f Options5.cpp.temp ;\
  2467. if test "$ret" = 0; then echo '#include "Options5.moc"' >> Options5.cpp; else rm -f Options5.cpp ; exit $ret ; fi
  2468. /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
  2469. In file included from osd.h:21,
  2470.                  from Options5.h:14,
  2471.                  from Options5.cpp:11:
  2472. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2473. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2474. mv -f .deps/Options5.Tpo .deps/Options5.Plo
  2475. /opt/qt/bin/moc Options7.h -o Options7.moc
  2476. rm -f Options7.cpp
  2477. echo '#include <kdialog.h>' > Options7.cpp
  2478. echo '#include <klocale.h>' >> Options7.cpp
  2479. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options7.h ./Options7.ui > Options7.cpp.temp ; ret=$?; \
  2480. /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 ;\
  2481. rm -f Options7.cpp.temp ;\
  2482. if test "$ret" = 0; then echo '#include "Options7.moc"' >> Options7.cpp; else rm -f Options7.cpp ; exit $ret ; fi
  2483. /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
  2484. mv -f .deps/Options7.Tpo .deps/Options7.Plo
  2485. /opt/qt/bin/moc Options8.h -o Options8.moc
  2486. rm -f Options8.cpp
  2487. echo '#include <kdialog.h>' > Options8.cpp
  2488. echo '#include <klocale.h>' >> Options8.cpp
  2489. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i Options8.h ./Options8.ui > Options8.cpp.temp ; ret=$?; \
  2490. /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 ;\
  2491. rm -f Options8.cpp.temp ;\
  2492. if test "$ret" = 0; then echo '#include "Options8.moc"' >> Options8.cpp; else rm -f Options8.cpp ; exit $ret ; fi
  2493. /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
  2494. mv -f .deps/Options8.Tpo .deps/Options8.Plo
  2495. /opt/qt/bin/moc dbsetup.h -o dbsetup.moc
  2496. rm -f dbsetup.cpp
  2497. echo '#include <kdialog.h>' > dbsetup.cpp
  2498. echo '#include <klocale.h>' >> dbsetup.cpp
  2499. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i dbsetup.h ./dbsetup.ui > dbsetup.cpp.temp ; ret=$?; \
  2500. /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 ;\
  2501. rm -f dbsetup.cpp.temp ;\
  2502. if test "$ret" = 0; then echo '#include "dbsetup.moc"' >> dbsetup.cpp; else rm -f dbsetup.cpp ; exit $ret ; fi
  2503. /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
  2504. In file included from ./collectiondb.h:17,
  2505.                  from ./dbsetup.ui.h:15,
  2506.                  from dbsetup.cpp:31:
  2507. ./threadmanager.h:100: warning: type qualifiers ignored on function return type
  2508. ./threadmanager.h:196: warning: type qualifiers ignored on function return type
  2509. ./threadmanager.h:417: warning: type qualifiers ignored on function return type
  2510. In file included from ./collectiondb.h:23,
  2511.                  from ./dbsetup.ui.h:15,
  2512.                  from dbsetup.cpp:31:
  2513. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2514. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2515. mv -f .deps/dbsetup.Tpo .deps/dbsetup.Plo
  2516. /opt/qt/bin/moc deletedialogbase.h -o deletedialogbase.moc
  2517. rm -f deletedialogbase.cpp
  2518. echo '#include <kdialog.h>' > deletedialogbase.cpp
  2519. echo '#include <klocale.h>' >> deletedialogbase.cpp
  2520. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i deletedialogbase.h ./deletedialogbase.ui > deletedialogbase.cpp.temp ; ret=$?; \
  2521. /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 ;\
  2522. rm -f deletedialogbase.cpp.temp ;\
  2523. if test "$ret" = 0; then echo '#include "deletedialogbase.moc"' >> deletedialogbase.cpp; else rm -f deletedialogbase.cpp ; exit $ret ; fi
  2524. /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
  2525. mv -f .deps/deletedialogbase.Tpo .deps/deletedialogbase.Plo
  2526. /opt/qt/bin/moc firstrunwizard.h -o firstrunwizard.moc
  2527. rm -f firstrunwizard.cpp
  2528. echo '#include <kdialog.h>' > firstrunwizard.cpp
  2529. echo '#include <klocale.h>' >> firstrunwizard.cpp
  2530. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i firstrunwizard.h ./firstrunwizard.ui > firstrunwizard.cpp.temp ; ret=$?; \
  2531. /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 ;\
  2532. rm -f firstrunwizard.cpp.temp ;\
  2533. if test "$ret" = 0; then echo '#include "firstrunwizard.moc"' >> firstrunwizard.cpp; else rm -f firstrunwizard.cpp ; exit $ret ; fi
  2534. /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
  2535. In file included from /opt/kde/include/kfileitem.h:31,
  2536.                  from /opt/kde/include/kdirlister.h:24,
  2537.                  from ./directorylist.h:26,
  2538.                  from ./firstrunwizard.ui.h:15,
  2539.                  from firstrunwizard.cpp:23:
  2540. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  2541. mv -f .deps/firstrunwizard.Tpo .deps/firstrunwizard.Plo
  2542. /opt/qt/bin/moc newdynamic.h -o newdynamic.moc
  2543. rm -f newdynamic.cpp
  2544. echo '#include <kdialog.h>' > newdynamic.cpp
  2545. echo '#include <klocale.h>' >> newdynamic.cpp
  2546. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i newdynamic.h ./newdynamic.ui > newdynamic.cpp.temp ; ret=$?; \
  2547. /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 ;\
  2548. rm -f newdynamic.cpp.temp ;\
  2549. if test "$ret" = 0; then echo '#include "newdynamic.moc"' >> newdynamic.cpp; else rm -f newdynamic.cpp ; exit $ret ; fi
  2550. /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
  2551. mv -f .deps/newdynamic.Tpo .deps/newdynamic.Plo
  2552. /opt/qt/bin/moc organizecollectiondialog.h -o organizecollectiondialog.moc
  2553. rm -f organizecollectiondialog.cpp
  2554. echo '#include <kdialog.h>' > organizecollectiondialog.cpp
  2555. echo '#include <klocale.h>' >> organizecollectiondialog.cpp
  2556. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i organizecollectiondialog.h ./organizecollectiondialog.ui > organizecollectiondialog.cpp.temp ; ret=$?; \
  2557. /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 ;\
  2558. rm -f organizecollectiondialog.cpp.temp ;\
  2559. if test "$ret" = 0; then echo '#include "organizecollectiondialog.moc"' >> organizecollectiondialog.cpp; else rm -f organizecollectiondialog.cpp ; exit $ret ; fi
  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 organizecollectiondialog.lo -MD -MP -MF .deps/organizecollectiondialog.Tpo -c -o organizecollectiondialog.lo organizecollectiondialog.cpp
  2561. In file included from ./collectiondb.h:17,
  2562.                  from ./collectionbrowser.h:21,
  2563.                  from ./organizecollectiondialog.ui.h:2,
  2564.                  from organizecollectiondialog.cpp:29:
  2565. ./threadmanager.h:100: warning: type qualifiers ignored on function return type
  2566. ./threadmanager.h:196: warning: type qualifiers ignored on function return type
  2567. ./threadmanager.h:417: warning: type qualifiers ignored on function return type
  2568. In file included from ./collectiondb.h:23,
  2569.                  from ./collectionbrowser.h:21,
  2570.                  from ./organizecollectiondialog.ui.h:2,
  2571.                  from organizecollectiondialog.cpp:29:
  2572. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2573. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2574. mv -f .deps/organizecollectiondialog.Tpo .deps/organizecollectiondialog.Plo
  2575. /opt/qt/bin/moc podcastsettingsbase.h -o podcastsettingsbase.moc
  2576. rm -f podcastsettingsbase.cpp
  2577. echo '#include <kdialog.h>' > podcastsettingsbase.cpp
  2578. echo '#include <klocale.h>' >> podcastsettingsbase.cpp
  2579. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i podcastsettingsbase.h ./podcastsettingsbase.ui > podcastsettingsbase.cpp.temp ; ret=$?; \
  2580. /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 ;\
  2581. rm -f podcastsettingsbase.cpp.temp ;\
  2582. if test "$ret" = 0; then echo '#include "podcastsettingsbase.moc"' >> podcastsettingsbase.cpp; else rm -f podcastsettingsbase.cpp ; exit $ret ; fi
  2583. /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
  2584. mv -f .deps/podcastsettingsbase.Tpo .deps/podcastsettingsbase.Plo
  2585. /opt/qt/bin/moc scriptmanagerbase.h -o scriptmanagerbase.moc
  2586. rm -f scriptmanagerbase.cpp
  2587. echo '#include <kdialog.h>' > scriptmanagerbase.cpp
  2588. echo '#include <klocale.h>' >> scriptmanagerbase.cpp
  2589. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i scriptmanagerbase.h ./scriptmanagerbase.ui > scriptmanagerbase.cpp.temp ; ret=$?; \
  2590. /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 ;\
  2591. rm -f scriptmanagerbase.cpp.temp ;\
  2592. if test "$ret" = 0; then echo '#include "scriptmanagerbase.moc"' >> scriptmanagerbase.cpp; else rm -f scriptmanagerbase.cpp ; exit $ret ; fi
  2593. /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
  2594. mv -f .deps/scriptmanagerbase.Tpo .deps/scriptmanagerbase.Plo
  2595. /opt/qt/bin/moc tagdialogbase.h -o tagdialogbase.moc
  2596. rm -f tagdialogbase.cpp
  2597. echo '#include <kdialog.h>' > tagdialogbase.cpp
  2598. echo '#include <klocale.h>' >> tagdialogbase.cpp
  2599. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i tagdialogbase.h ./tagdialogbase.ui > tagdialogbase.cpp.temp ; ret=$?; \
  2600. /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 ;\
  2601. rm -f tagdialogbase.cpp.temp ;\
  2602. if test "$ret" = 0; then echo '#include "tagdialogbase.moc"' >> tagdialogbase.cpp; else rm -f tagdialogbase.cpp ; exit $ret ; fi
  2603. /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
  2604. In file included from tagdialogbase.cpp:27:
  2605. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2606. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2607. mv -f .deps/tagdialogbase.Tpo .deps/tagdialogbase.Plo
  2608. /opt/qt/bin/moc tagguesserconfigdialog.h -o tagguesserconfigdialog.moc
  2609. rm -f tagguesserconfigdialog.cpp
  2610. echo '#include <kdialog.h>' > tagguesserconfigdialog.cpp
  2611. echo '#include <klocale.h>' >> tagguesserconfigdialog.cpp
  2612. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i tagguesserconfigdialog.h ./tagguesserconfigdialog.ui > tagguesserconfigdialog.cpp.temp ; ret=$?; \
  2613. /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 ;\
  2614. rm -f tagguesserconfigdialog.cpp.temp ;\
  2615. if test "$ret" = 0; then echo '#include "tagguesserconfigdialog.moc"' >> tagguesserconfigdialog.cpp; else rm -f tagguesserconfigdialog.cpp ; exit $ret ; fi
  2616. /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
  2617. mv -f .deps/tagguesserconfigdialog.Tpo .deps/tagguesserconfigdialog.Plo
  2618. /opt/qt/bin/moc trackpickerdialogbase.h -o trackpickerdialogbase.moc
  2619. rm -f trackpickerdialogbase.cpp
  2620. echo '#include <kdialog.h>' > trackpickerdialogbase.cpp
  2621. echo '#include <klocale.h>' >> trackpickerdialogbase.cpp
  2622. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i trackpickerdialogbase.h ./trackpickerdialogbase.ui > trackpickerdialogbase.cpp.temp ; ret=$?; \
  2623. /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 ;\
  2624. rm -f trackpickerdialogbase.cpp.temp ;\
  2625. if test "$ret" = 0; then echo '#include "trackpickerdialogbase.moc"' >> trackpickerdialogbase.cpp; else rm -f trackpickerdialogbase.cpp ; exit $ret ; fi
  2626. /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
  2627. mv -f .deps/trackpickerdialogbase.Tpo .deps/trackpickerdialogbase.Plo
  2628. /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
  2629. 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
  2630. In file included from /opt/kde/include/kaboutdata.h:24,
  2631.                  from main.cpp:21:
  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/main.Tpo .deps/main.Po
  2635. /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
  2636. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src'
  2637. Making all in engine
  2638. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine'
  2639. Making all in .
  2640. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine'
  2641. make[5]: Nothing to be done for `all-am'.
  2642. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine'
  2643. Making all in void
  2644. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine/void'
  2645. /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
  2646. mv -f .deps/void-engine.Tpo .deps/void-engine.Plo
  2647. /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
  2648. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine/void'
  2649. Making all in xine
  2650. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine/xine'
  2651. rm -rf xineconfigbase.h;
  2652. /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 ;
  2653. /opt/kde/bin/kconfig_compiler ./xinecfg.kcfg ./xinecfg.kcfgc; ret=$?; \
  2654. if test "$ret" != 0; then rm -f xinecfg.h ; exit $ret ;  fi
  2655. /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
  2656. xine-scope.c: In function ‘scope_plugin_new’:
  2657. xine-scope.c:135: warning: ‘xine_xmalloc’ is deprecated (declared at /usr/include/xine/xineutils.h:136)
  2658. xine-scope.c:164: warning: ‘xine_xmalloc’ is deprecated (declared at /usr/include/xine/xineutils.h:136)
  2659. mv -f .deps/xine-scope.Tpo .deps/xine-scope.Plo
  2660. /opt/qt/bin/moc ./xine-engine.h -o xine-engine.moc
  2661. /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
  2662. xine-engine.cpp: In member function ‘virtual void XineEngine::stop():
  2663. xine-engine.cpp:380: warning: suggest parentheses around && within ||
  2664. xine-engine.cpp: In static member function ‘static void XineEngine::XineEventListener(void*, const xine_event_t*):
  2665. xine-engine.cpp:940: warning: ‘xine_mrl_reference_data_t’ is deprecated (declared at /usr/include/xine.h:1985)
  2666. mv -f .deps/xine-engine.Tpo .deps/xine-engine.Plo
  2667. /opt/qt/bin/moc ./xine-config.h -o xine-config.moc
  2668. /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
  2669. mv -f .deps/xine-config.Tpo .deps/xine-config.Plo
  2670. /opt/qt/bin/moc xineconfigbase.h -o xineconfigbase.moc
  2671. rm -f xineconfigbase.cpp
  2672. echo '#include <kdialog.h>' > xineconfigbase.cpp
  2673. echo '#include <klocale.h>' >> xineconfigbase.cpp
  2674. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i xineconfigbase.h ./xineconfigbase.ui > xineconfigbase.cpp.temp ; ret=$?; \
  2675. /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 ;\
  2676. rm -f xineconfigbase.cpp.temp ;\
  2677. if test "$ret" = 0; then echo '#include "xineconfigbase.moc"' >> xineconfigbase.cpp; else rm -f xineconfigbase.cpp ; exit $ret ; fi
  2678. /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
  2679. mv -f .deps/xineconfigbase.Tpo .deps/xineconfigbase.Plo
  2680. /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
  2681. mv -f .deps/xinecfg.Tpo .deps/xinecfg.Plo
  2682. /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  
  2683. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine/xine'
  2684. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/engine'
  2685. Making all in mediadevice
  2686. make[4]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice'
  2687. Making all in generic
  2688. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/generic'
  2689. rm -rf genericmediadeviceconfigdialog.h;
  2690. /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 ;
  2691. /opt/qt/bin/moc ./genericmediadevice.h -o genericmediadevice.moc
  2692. /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
  2693. In file included from /opt/kde/include/kfileitem.h:31,
  2694.                  from /opt/kde/include/kdirlister.h:24,
  2695.                  from genericmediadevice.h:26,
  2696.                  from genericmediadevice.cpp:22:
  2697. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  2698. In file included from ../../../../amarok/src/collectiondb.h:17,
  2699.                  from genericmediadevice.cpp:30:
  2700. ../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  2701. ../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  2702. ../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  2703. In file included from ../../../../amarok/src/collectiondb.h:23,
  2704.                  from genericmediadevice.cpp:30:
  2705. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2706. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2707. mv -f .deps/genericmediadevice.Tpo .deps/genericmediadevice.Plo
  2708. /opt/qt/bin/moc genericmediadeviceconfigdialog.h -o genericmediadeviceconfigdialog.moc
  2709. rm -f genericmediadeviceconfigdialog.cpp
  2710. echo '#include <kdialog.h>' > genericmediadeviceconfigdialog.cpp
  2711. echo '#include <klocale.h>' >> genericmediadeviceconfigdialog.cpp
  2712. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i genericmediadeviceconfigdialog.h ./genericmediadeviceconfigdialog.ui > genericmediadeviceconfigdialog.cpp.temp ; ret=$?; \
  2713. /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 ;\
  2714. rm -f genericmediadeviceconfigdialog.cpp.temp ;\
  2715. if test "$ret" = 0; then echo '#include "genericmediadeviceconfigdialog.moc"' >> genericmediadeviceconfigdialog.cpp; else rm -f genericmediadeviceconfigdialog.cpp ; exit $ret ; fi
  2716. /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
  2717. In file included from /opt/kde/include/kfileitem.h:31,
  2718.                  from /opt/kde/include/kdirlister.h:24,
  2719.                  from genericmediadevice.h:26,
  2720.                  from genericmediadeviceconfigdialog.h:15,
  2721.                  from genericmediadeviceconfigdialog.cpp:11:
  2722. /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
  2723. In file included from ../../../../amarok/src/collectiondb.h:17,
  2724.                  from ../../../../amarok/src/collectionbrowser.h:21,
  2725.                  from genericmediadeviceconfigdialog.cpp:16:
  2726. ../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  2727. ../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  2728. ../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  2729. In file included from ../../../../amarok/src/collectiondb.h:23,
  2730.                  from ../../../../amarok/src/collectionbrowser.h:21,
  2731.                  from genericmediadeviceconfigdialog.cpp:16:
  2732. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2733. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2734. mv -f .deps/genericmediadeviceconfigdialog.Tpo .deps/genericmediadeviceconfigdialog.Plo
  2735. /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
  2736. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/generic'
  2737. Making all in daap
  2738. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap'
  2739. Making all in daapreader
  2740. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader'
  2741. Making all in authentication
  2742. make[7]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader/authentication'
  2743. /opt/qt/bin/moc ./contentfetcher.h -o contentfetcher.moc
  2744. /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
  2745. mv -f .deps/contentfetcher.Tpo .deps/contentfetcher.Plo
  2746. /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
  2747. mv -f .deps/md5.Tpo .deps/md5.Plo
  2748. /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
  2749. hasher.c: In function ‘GenerateStatic_42’:
  2750. hasher.c:52: warning: pointer targets in initialization differ in signedness
  2751. hasher.c:63: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2752. hasher.c:65: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2753. hasher.c:68: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2754. hasher.c:70: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2755. hasher.c:73: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2756. hasher.c:75: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2757. hasher.c:78: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2758. hasher.c:80: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2759. hasher.c:83: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2760. hasher.c:85: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2761. hasher.c:88: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2762. hasher.c:90: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2763. hasher.c:93: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2764. hasher.c:95: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2765. hasher.c:98: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2766. hasher.c:100: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2767. hasher.c:103: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Final’ differ in signedness
  2768. hasher.c:104: warning: pointer targets in passing argument 1 of ‘DigestToString’ differ in signedness
  2769. hasher.c:104: warning: pointer targets in passing argument 2 of ‘DigestToString’ differ in signedness
  2770. hasher.c: In function ‘GenerateStatic_45’:
  2771. hasher.c:112: warning: pointer targets in initialization differ in signedness
  2772. hasher.c:123: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2773. hasher.c:125: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2774. hasher.c:128: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2775. hasher.c:130: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2776. hasher.c:133: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2777. hasher.c:135: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2778. hasher.c:138: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2779. hasher.c:140: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2780. hasher.c:143: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2781. hasher.c:145: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2782. hasher.c:148: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2783. hasher.c:150: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2784. hasher.c:153: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2785. hasher.c:155: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2786. hasher.c:158: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2787. hasher.c:160: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2788. hasher.c:164: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Final’ differ in signedness
  2789. hasher.c:165: warning: pointer targets in passing argument 1 of ‘DigestToString’ differ in signedness
  2790. hasher.c:165: warning: pointer targets in passing argument 2 of ‘DigestToString’ differ in signedness
  2791. hasher.c: In function ‘GenerateHash’:
  2792. hasher.c:190: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
  2793. hasher.c:191: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2794. hasher.c:193: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2795. hasher.c:199: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Update’ differ in signedness
  2796. hasher.c:202: warning: pointer targets in passing argument 2 of ‘OpenDaap_MD5Final’ differ in signedness
  2797. hasher.c:203: warning: pointer targets in passing argument 1 of ‘DigestToString’ differ in signedness
  2798. hasher.c:203: warning: pointer targets in passing argument 2 of ‘DigestToString’ differ in signedness
  2799. mv -f .deps/hasher.Tpo .deps/hasher.Plo
  2800. /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
  2801. make[7]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader/authentication'
  2802. make[7]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader'
  2803. /opt/qt/bin/moc ./reader.h -o reader.moc
  2804. /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
  2805. mv -f .deps/reader.Tpo .deps/reader.Plo
  2806. /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
  2807. make[7]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader'
  2808. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/daapreader'
  2809. Making all in mongrel
  2810. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel'
  2811. Making all in http11
  2812. make[7]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/http11'
  2813. /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
  2814. http11.c:63: warning: no previous prototype for ‘http_field’
  2815. http11.c: In function ‘http_field’:
  2816. http11.c:70: warning: format not a string literal and no format arguments
  2817. http11.c:71: warning: format not a string literal and no format arguments
  2818. http11.c: At top level:
  2819. http11.c:88: warning: no previous prototype for ‘request_method’
  2820. http11.c:97: warning: no previous prototype for ‘request_uri’
  2821. http11.c: In function ‘request_uri’:
  2822. http11.c:102: warning: format not a string literal and no format arguments
  2823. http11.c: At top level:
  2824. http11.c:108: warning: no previous prototype for ‘request_path’
  2825. http11.c: In function ‘request_path’:
  2826. http11.c:113: warning: format not a string literal and no format arguments
  2827. http11.c: At top level:
  2828. http11.c:119: warning: no previous prototype for ‘query_string’
  2829. http11.c: In function ‘query_string’:
  2830. http11.c:124: warning: format not a string literal and no format arguments
  2831. http11.c: At top level:
  2832. http11.c:130: warning: no previous prototype for ‘http_version’
  2833. http11.c:140: warning: no previous prototype for ‘header_done’
  2834. http11.c:178: warning: no previous prototype for ‘HttpParser_free’
  2835. http11.c:187: warning: no previous prototype for ‘HttpParser_alloc’
  2836. http11.c:213: warning: no previous prototype for ‘HttpParser_init’
  2837. http11.c:230: warning: no previous prototype for ‘HttpParser_reset’
  2838. http11.c:247: warning: no previous prototype for ‘HttpParser_finish’
  2839. http11.c:274: warning: no previous prototype for ‘HttpParser_execute’
  2840. http11.c: In function ‘HttpParser_execute’:
  2841. http11.c:293: warning: format not a string literal and no format arguments
  2842. http11.c: At top level:
  2843. http11.c:311: warning: no previous prototype for ‘HttpParser_has_error’
  2844. http11.c:326: warning: no previous prototype for ‘HttpParser_is_finished’
  2845. http11.c:342: warning: no previous prototype for ‘HttpParser_nread’
  2846. http11.c:351: warning: no previous prototype for ‘URIClassifier_free’
  2847. http11.c:362: warning: no previous prototype for ‘URIClassifier_alloc’
  2848. http11.c:389: warning: no previous prototype for ‘URIClassifier_init’
  2849. http11.c:416: warning: no previous prototype for ‘URIClassifier_register’
  2850. http11.c:445: warning: no previous prototype for ‘URIClassifier_unregister’
  2851. http11.c:495: warning: no previous prototype for ‘URIClassifier_resolve’
  2852. http11.c:529: warning: no previous prototype for ‘Init_libhttp11’
  2853. mv -f .deps/http11.Tpo .deps/http11.Plo
  2854. /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
  2855. mv -f .deps/http11_parser.Tpo .deps/http11_parser.Plo
  2856. /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
  2857. mv -f .deps/tst_cleanup.Tpo .deps/tst_cleanup.Plo
  2858. /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
  2859. mv -f .deps/tst_delete.Tpo .deps/tst_delete.Plo
  2860. /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
  2861. tst_grow_node_free_list.c:6: warning: no previous prototype for ‘tst_grow_node_free_list’
  2862. mv -f .deps/tst_grow_node_free_list.Tpo .deps/tst_grow_node_free_list.Plo
  2863. /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
  2864. mv -f .deps/tst_init.Tpo .deps/tst_init.Plo
  2865. /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
  2866. mv -f .deps/tst_insert.Tpo .deps/tst_insert.Plo
  2867. /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
  2868. mv -f .deps/tst_search.Tpo .deps/tst_search.Plo
  2869. /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  
  2870. make[7]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/http11'
  2871. Making all in lib
  2872. make[7]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib'
  2873. Making all in mongrel
  2874. make[8]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/mongrel'
  2875. make[8]: Nothing to be done for `all'.
  2876. make[8]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/mongrel'
  2877. Making all in rubygems
  2878. make[8]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rubygems'
  2879. make[8]: Nothing to be done for `all'.
  2880. make[8]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rubygems'
  2881. Making all in rbconfig
  2882. make[8]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rbconfig'
  2883. make[8]: Nothing to be done for `all'.
  2884. make[8]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib/rbconfig'
  2885. make[8]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib'
  2886. make[8]: Nothing to be done for `all-am'.
  2887. make[8]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib'
  2888. make[7]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel/lib'
  2889. make[7]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel'
  2890. make[7]: Nothing to be done for `all-am'.
  2891. make[7]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel'
  2892. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap/mongrel'
  2893. make[6]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap'
  2894. rm -rf addhostbase.h;
  2895. /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 ;
  2896. /opt/qt/bin/moc ./daapclient.h -o daapclient.moc
  2897. /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
  2898. In file included from ../../../../amarok/src/collectiondb.h:17,
  2899.                  from daapclient.cpp:20:
  2900. ../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  2901. ../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  2902. ../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  2903. In file included from ../../../../amarok/src/collectiondb.h:23,
  2904.                  from daapclient.cpp:20:
  2905. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2906. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2907. In file included from daapclient.cpp:24:
  2908. daapclient.h: At global scope:
  2909. daapclient.h:111: warning: type qualifiers ignored on function return type
  2910. In file included from daapclient.cpp:55:
  2911. /opt/kde/include/dnssd/servicebrowser.h:172: warning: type qualifiers ignored on function return type
  2912. daapclient.cpp: In member function ‘virtual bool DaapClient::openDevice(bool):
  2913. daapclient.cpp:163: warning: deprecated conversion from string constant to ‘char*
  2914. daapclient.cpp: At global scope:
  2915. daapclient.cpp:585: warning: type qualifiers ignored on function return type
  2916. daapclient.cpp: In member function ‘void DaapClient::broadcastButtonToggled():
  2917. daapclient.cpp:674: warning: deprecated conversion from string constant to ‘char*
  2918. mv -f .deps/daapclient.Tpo .deps/daapclient.Plo
  2919. /opt/qt/bin/moc ./daapserver.h -o daapserver.moc
  2920. /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
  2921. In file included from ./daapclient.h:19,
  2922.                  from daapserver.h:16,
  2923.                  from daapserver.cpp:16:
  2924. ../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  2925. ../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  2926. ../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  2927. In file included from daapserver.h:16,
  2928.                  from daapserver.cpp:16:
  2929. ./daapclient.h:111: warning: type qualifiers ignored on function return type
  2930. In file included from ../../../../amarok/src/collectiondb.h:23,
  2931.                  from daapserver.cpp:17:
  2932. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2933. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2934. mv -f .deps/daapserver.Tpo .deps/daapserver.Plo
  2935. /opt/qt/bin/moc ./proxy.h -o proxy.moc
  2936. /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
  2937. In file included from daapclient.h:19,
  2938.                  from proxy.cpp:15:
  2939. ../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  2940. ../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  2941. ../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  2942. In file included from proxy.cpp:15:
  2943. daapclient.h:111: warning: type qualifiers ignored on function return type
  2944. mv -f .deps/proxy.Tpo .deps/proxy.Plo
  2945. /opt/qt/bin/moc addhostbase.h -o addhostbase.moc
  2946. rm -f addhostbase.cpp
  2947. echo '#include <kdialog.h>' > addhostbase.cpp
  2948. echo '#include <klocale.h>' >> addhostbase.cpp
  2949. /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i addhostbase.h ./addhostbase.ui > addhostbase.cpp.temp ; ret=$?; \
  2950. /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 ;\
  2951. rm -f addhostbase.cpp.temp ;\
  2952. if test "$ret" = 0; then echo '#include "addhostbase.moc"' >> addhostbase.cpp; else rm -f addhostbase.cpp ; exit $ret ; fi
  2953. /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
  2954. mv -f .deps/addhostbase.Tpo .deps/addhostbase.Plo
  2955. /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
  2956. make[6]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap'
  2957. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/daap'
  2958. Making all in ipod
  2959. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/ipod'
  2960. /opt/qt/bin/moc ./ipodmediadevice.h -o ipodmediadevice.moc
  2961. /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
  2962. In file included from ../../../../amarok/src/collectiondb.h:17,
  2963.                 from ipodmediadevice.cpp:34:
  2964. ../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  2965. ../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  2966. ../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  2967. In file included from ../../../../amarok/src/collectiondb.h:23,
  2968.                 from ipodmediadevice.cpp:34:
  2969. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  2970. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  2971. In file included from ../../../../amarok/src/playlistbrowser.h:14,
  2972.                 from ipodmediadevice.cpp:39:
  2973. ../../../../amarok/src/playlistbrowseritem.h: At global scope:
  2974. ../../../../amarok/src/playlistbrowseritem.h:124: warning: type qualifiers ignored on function return type
  2975. ../../../../amarok/src/playlistbrowseritem.h:268: warning: type qualifiers ignored on function return type
  2976. ../../../../amarok/src/playlistbrowseritem.h:274: warning: type qualifiers ignored on function return type
  2977. ../../../../amarok/src/playlistbrowseritem.h:282: warning: type qualifiers ignored on function return type
  2978. ../../../../amarok/src/playlistbrowseritem.h:303: warning: type qualifiers ignored on function return type
  2979. ../../../../amarok/src/playlistbrowseritem.h:365: warning: type qualifiers ignored on function return type
  2980. ../../../../amarok/src/playlistbrowseritem.h:377: warning: type qualifiers ignored on function return type
  2981. ../../../../amarok/src/playlistbrowseritem.h:378: warning: type qualifiers ignored on function return type
  2982. ../../../../amarok/src/playlistbrowseritem.h:379: warning: type qualifiers ignored on function return type
  2983. ../../../../amarok/src/playlistbrowseritem.h:380: warning: type qualifiers ignored on function return type
  2984. ../../../../amarok/src/playlistbrowseritem.h:381: warning: type qualifiers ignored on function return type
  2985. ../../../../amarok/src/playlistbrowseritem.h:416: warning: type qualifiers ignored on function return type
  2986. ../../../../amarok/src/playlistbrowseritem.h:562: warning: type qualifiers ignored on function return type
  2987. mv -f .deps/ipodmediadevice.Tpo .deps/ipodmediadevice.Plo
  2988. /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
  2989. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/ipod'
  2990. Making all in ifp
  2991. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/ifp'
  2992. /opt/qt/bin/moc ./ifpmediadevice.h -o ifpmediadevice.moc
  2993. /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
  2994. In file included from ../../../../amarok/src/collectiondb.h:17,
  2995.                 from ifpmediadevice.cpp:32:
  2996. ../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  2997. ../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  2998. ../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  2999. In file included from ../../../../amarok/src/collectiondb.h:23,
  3000.                 from ifpmediadevice.cpp:32:
  3001. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  3002. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  3003. mv -f .deps/ifpmediadevice.Tpo .deps/ifpmediadevice.Plo
  3004. /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
  3005. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/ifp'
  3006. Making all in njb
  3007. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/njb'
  3008. /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
  3009. In file included from ../../../../amarok/src/collectiondb.h:17,
  3010.                 from njbmediadevice.cpp:31:
  3011. ../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  3012. ../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  3013. ../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  3014. In file included from ../../../../amarok/src/collectiondb.h:23,
  3015.                 from njbmediadevice.cpp:31:
  3016. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  3017. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  3018. mv -f .deps/njbmediadevice.Tpo .deps/njbmediadevice.Plo
  3019. /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
  3020. mv -f .deps/playlist.Tpo .deps/playlist.Plo
  3021. /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
  3022. mv -f .deps/track.Tpo .deps/track.Plo
  3023. /opt/qt/bin/moc ./njbmediadevice.h -o njbmediadevice.moc.cpp
  3024. /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
  3025. mv -f .deps/njbmediadevice.moc.Tpo .deps/njbmediadevice.moc.Plo
  3026. /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
  3027. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/njb'
  3028. Making all in mtp
  3029. make[5]: Entering directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/mtp'
  3030. /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
  3031. In file included from ../../../../amarok/src/collectiondb.h:17,
  3032.                 from ../../../../amarok/src/collectionbrowser.h:21,
  3033.                 from mtpmediadevice.cpp:37:
  3034. ../../../../amarok/src/threadmanager.h:100: warning: type qualifiers ignored on function return type
  3035. ../../../../amarok/src/threadmanager.h:196: warning: type qualifiers ignored on function return type
  3036. ../../../../amarok/src/threadmanager.h:417: warning: type qualifiers ignored on function return type
  3037. In file included from ../../../../amarok/src/collectiondb.h:23,
  3038.                 from ../../../../amarok/src/collectionbrowser.h:21,
  3039.                 from mtpmediadevice.cpp:37:
  3040. /opt/qt/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
  3041. /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
  3042. mtpmediadevice.cpp: In member function ‘uint32_t MtpMediaDevice::getDefaultParentId()’:
  3043. mtpmediadevice.cpp:384: warning: deprecated conversion from string constant to ‘char*’
  3044. mtpmediadevice.cpp: In member function ‘LIBMTP_album_t* MtpMediaDevice::getOrCreateAlbum(QPtrList<MediaItem>*)’:
  3045. mtpmediadevice.cpp:512: error: ‘realloc’ was not declared in this scope
  3046. mtpmediadevice.cpp:528: error: ‘malloc’ was not declared in this scope
  3047. mtpmediadevice.cpp: In member function ‘void MtpMediaDevice::playlistFromItem(MtpMediaItem*)’:
  3048. mtpmediadevice.cpp:895: error: ‘malloc’ was not declared in this scope
  3049. mtpmediadevice.cpp: In member function ‘virtual bool MtpMediaDevice::openDevice(bool)’:
  3050. mtpmediadevice.cpp:1146: error: ‘free’ was not declared in this scope
  3051. mtpmediadevice.cpp: In member function ‘virtual void MtpMediaDevice::customClicked()’:
  3052. mtpmediadevice.cpp:1254: error: ‘free’ was not declared in this scope
  3053. make[5]: *** [mtpmediadevice.lo] Error 1
  3054. make[5]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice/mtp'
  3055. make[4]: *** [all-recursive] Error 1
  3056. make[4]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src/mediadevice'
  3057. make[3]: *** [all-recursive] Error 1
  3058. make[3]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok/src'
  3059. make[2]: *** [all-recursive] Error 1
  3060. make[2]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10/amarok'
  3061. make[1]: *** [all-recursive] Error 1
  3062. make[1]: Leaving directory `/tmp/yaourt-tmp-adam/aur-amarok1/src/amarok-1.4.10'
  3063. make: *** [all] Error 2
  3064. ==> ERROR: A failure occurred in build().
  3065.     Aborting...
  3066. ==> ERROR: Makepkg was unable to build amarok1.
  3067. ==> Restart building amarok1 ? [y/N]
  3068. ==> --------------------------------
  3069. ==>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement