* Package: media-sound/mpd-0.19.1  * Repository: gentoo  * Maintainer: angelos@gentoo.org hwoarang@gentoo.org,sound@gentoo.org  * USE: abi_x86_64 alsa amd64 bzip2 curl elibc_glibc ffmpeg fifo flac icu id3tag inotify ipv6 kernel_linux mad network ogg pulseaudio sqlite systemd tcpd unicode userland_GNU vorbis  * FEATURES: preserve-libs sandbox splitdebug userpriv usersandbox * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found kernel object directory: * /lib/modules/3.16.5-gentoo/build * Found sources for kernel version: * 3.16.5-gentoo * Checking for suitable kernel configuration options...  [ ok ] >>> Unpacking source... >>> Unpacking mpd-0.19.1.tar.xz to /var/tmp/portage/media-sound/mpd-0.19.1/work >>> Source unpacked in /var/tmp/portage/media-sound/mpd-0.19.1/work >>> Preparing source in /var/tmp/portage/media-sound/mpd-0.19.1/work/mpd-0.19.1 ... * Applying mpd-0.18.conf.patch ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/mpd-0.19.1/work/mpd-0.19.1 ... * econf: updating mpd-0.19.1/build/config.guess with /usr/share/gnuconfig/config.guess * econf: updating mpd-0.19.1/build/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --disable-libmpdclient --disable-expat --disable-upnp --disable-adplug --enable-alsa --disable-ao --disable-audiofile --enable-bzip2 --disable-cdio-paranoia --disable-iso9660 --enable-curl --disable-smbclient --disable-nfs --disable-debug --enable-ffmpeg --enable-fifo --enable-flac --disable-fluidsynth --disable-gme --enable-id3 --enable-inotify --enable-ipv6 --disable-jack --disable-soundcloud --enable-libwrap --disable-lsr --disable-soxr --enable-mad --disable-mikmod --disable-mms --disable-modplug --disable-mp4v2 --disable-mpc --disable-mpg123 --disable-openal --disable-opus --disable-oss --disable-pipe-output --enable-pulse --disable-recorder-output --disable-sidplay --disable-sndfile --enable-sqlite --enable-systemd-daemon --enable-vorbis --disable-wavpack --disable-wildmidi --disable-zzip --enable-icu --disable-glib --disable-aac --without-zeroconf --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-database --disable-roar --disable-documentation --enable-dsd --enable-largefile --disable-despotify --disable-osx --disable-shine-encoder --disable-solaris-output --enable-tcp --enable-un --disable-werror --docdir=/usr/share/doc/mpd-0.19.1 --enable-shout --enable-vorbis-encoder --enable-httpd-output --disable-lame-encoder --disable-twolame-encoder --disable-wave-encoder checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99 checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking whether make sets $(MAKE)... (cached) yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking if g++ supports C++0x features without additional flags... no checking if g++ supports C++0x features with -std=c++0x... yes checking if g++ supports C++0x features with -std=gnu++0x... yes checking for library containing clock_gettime... none required checking for library containing syslog... none required checking for library containing socket... none required checking for library containing gethostbyname... none required checking for pipe2... yes checking for accept4... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for eventfd... yes checking for signalfd... yes checking for library containing exp... -lm checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking valgrind/memcheck.h usability... yes checking valgrind/memcheck.h presence... yes checking for valgrind/memcheck.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking for prctl... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_setname_np in -lpthread... yes checking for poll... yes checking for epoll_create1... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for boostlib >= 1.46... yes checking for ICU... yes checking for ipv6... yes checking for struct ucred... yes checking for getpeereid... no checking for SYSTEMD_DAEMON... yes checking for inotify_init... yes checking for inotify_init1... yes checking tcpd.h usability... yes checking tcpd.h presence... yes checking for tcpd.h... yes checking for request_init in -lwrap... yes checking whether libwrap is compatible with C++... yes checking for ID3TAG... yes checking for SQLITE... yes checking for CURL... yes checking for ZLIB... yes configure: auto-detected zlib support checking for BZ2_bzDecompressInit in -lbz2... yes checking for bzip2... /bin/bzip2 checking for FFMPEG... yes checking for FLAC... yes checking for MAD... yes checking for SHOUT... yes checking for VORBIS... yes checking for VORBISENC... yes checking for ALSA... yes checking for mkfifo... yes checking for PULSE... yes checking whether C compiler accepts -fvisibility=hidden... yes checking whether C compiler accepts -ffast-math... yes checking whether C compiler accepts -ftree-vectorize... yes checking whether C++ compiler accepts -fvisibility=hidden... yes checking whether C++ compiler accepts -fno-threadsafe-statics... yes checking whether C++ compiler accepts -fmerge-all-constants... yes checking whether C++ compiler accepts -ffast-math... yes checking whether C++ compiler accepts -ftree-vectorize... yes checking whether C compiler accepts -ffunction-sections... yes checking whether C compiler accepts -fdata-sections... yes checking whether C++ compiler accepts -ffunction-sections... yes checking whether C++ compiler accepts -fdata-sections... yes checking whether the linker accepts -Wl,--gc-sections... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wcast-qual... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -pedantic... yes checking whether C++ compiler accepts -Wall... yes checking whether C++ compiler accepts -Wextra... yes checking whether C++ compiler accepts -Wmissing-declarations... yes checking whether C++ compiler accepts -Wshadow... yes checking whether C++ compiler accepts -Wpointer-arith... yes checking whether C++ compiler accepts -Wcast-qual... yes checking whether C++ compiler accepts -Wwrite-strings... yes checking whether C++ compiler accepts -Wsign-compare... yes ########### MPD CONFIGURATION ############ Archive support: (+bzip2) (-ISO9660) (-ZIP) Client support: (+IPv6) (+TCP) (+UNIX Domain Sockets) File format support: (-AAC) (-AdPlug) (-C64 SID) (+FFMPEG) (+FLAC) (-FluidSynth) (-GME) (-libsndfile) (-MikMod) (-MODPLUG) (-MP4V2) (+MAD) (-MPG123) (-Musepack) (-Opus) (-OggTremor) (+OggVorbis) (-WAVE) (-WavPack) (-WildMidi) Other features: (-libsamplerate) (-libsoxr) (-libmpdclient) (+inotify) (+SQLite) Metadata support: (+ID3) Playback support: (+ALSA) (+FIFO) (-File Recorder) (+HTTP Daemon) (-JACK) (-libao) (-OSS) (-OpenAL) (-OS X) (-Pipeline) (+PulseAudio) (-ROAR) (+SHOUTcast) (-Solaris) (-WinMM) Streaming encoder support: (+FLAC) (-LAME) (-Shine) (+Ogg Vorbis) (-Opus) (-TwoLAME) (-WAVE) Streaming support: (-CDIO_PARANOIA) (+CURL) (-SMBCLIENT) (-Despotify) (-Soundcloud) (-MMS) Event loop: epoll ########################################## Generating files needed for compilation checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/doxygen.conf config.status: creating systemd/mpd.service config.status: creating config.h config.status: executing depfiles commands MPD is ready for compilation, type "make" to begin. >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/mpd-0.19.1/work/mpd-0.19.1 ... make -j10 make all-am make[1]: Entering directory '/var/tmp/portage/media-sound/mpd-0.19.1/work/mpd-0.19.1' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-Listen.o `test -f 'src/Listen.cxx' || echo './'`src/Listen.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-LogInit.o `test -f 'src/LogInit.cxx' || echo './'`src/LogInit.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-LogBackend.o `test -f 'src/LogBackend.cxx' || echo './'`src/LogBackend.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-Log.o `test -f 'src/Log.cxx' || echo './'`src/Log.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-ls.o `test -f 'src/ls.cxx' || echo './'`src/ls.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-IOThread.o `test -f 'src/IOThread.cxx' || echo './'`src/IOThread.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-Instance.o `test -f 'src/Instance.cxx' || echo './'`src/Instance.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-GlobalEvents.o `test -f 'src/GlobalEvents.cxx' || echo './'`src/GlobalEvents.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-MusicBuffer.o `test -f 'src/MusicBuffer.cxx' || echo './'`src/MusicBuffer.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-MusicPipe.o `test -f 'src/MusicPipe.cxx' || echo './'`src/MusicPipe.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-MusicChunk.o `test -f 'src/MusicChunk.cxx' || echo './'`src/MusicChunk.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-Mapper.o `test -f 'src/Mapper.cxx' || echo './'`src/Mapper.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-Partition.o `test -f 'src/Partition.cxx' || echo './'`src/Partition.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-Permission.o `test -f 'src/Permission.cxx' || echo './'`src/Permission.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-PlayerThread.o `test -f 'src/PlayerThread.cxx' || echo './'`src/PlayerThread.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-PlayerControl.o `test -f 'src/PlayerControl.cxx' || echo './'`src/PlayerControl.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-PlaylistError.o `test -f 'src/PlaylistError.cxx' || echo './'`src/PlaylistError.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-PlaylistGlobal.o `test -f 'src/PlaylistGlobal.cxx' || echo './'`src/PlaylistGlobal.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-PlaylistPrint.o `test -f 'src/PlaylistPrint.cxx' || echo './'`src/PlaylistPrint.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-PlaylistSave.o `test -f 'src/PlaylistSave.cxx' || echo './'`src/PlaylistSave.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-ReplayGainConfig.o `test -f 'src/ReplayGainConfig.cxx' || echo './'`src/ReplayGainConfig.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-ReplayGainInfo.o `test -f 'src/ReplayGainInfo.cxx' || echo './'`src/ReplayGainInfo.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-DetachedSong.o `test -f 'src/DetachedSong.cxx' || echo './'`src/DetachedSong.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-SongUpdate.o `test -f 'src/SongUpdate.cxx' || echo './'`src/SongUpdate.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-SongLoader.o `test -f 'src/SongLoader.cxx' || echo './'`src/SongLoader.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-SongPrint.o `test -f 'src/SongPrint.cxx' || echo './'`src/SongPrint.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-SongSave.o `test -f 'src/SongSave.cxx' || echo './'`src/SongSave.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-StateFile.o `test -f 'src/StateFile.cxx' || echo './'`src/StateFile.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-Stats.o `test -f 'src/Stats.cxx' || echo './'`src/Stats.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-TagPrint.o `test -f 'src/TagPrint.cxx' || echo './'`src/TagPrint.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-TagSave.o `test -f 'src/TagSave.cxx' || echo './'`src/TagSave.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-TagFile.o `test -f 'src/TagFile.cxx' || echo './'`src/TagFile.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-TagStream.o `test -f 'src/TagStream.cxx' || echo './'`src/TagStream.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-TimePrint.o `test -f 'src/TimePrint.cxx' || echo './'`src/TimePrint.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/mixer/libmpd_a-Volume.o `test -f 'src/mixer/Volume.cxx' || echo './'`src/mixer/Volume.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-SongFilter.o `test -f 'src/SongFilter.cxx' || echo './'`src/SongFilter.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-PlaylistFile.o `test -f 'src/PlaylistFile.cxx' || echo './'`src/PlaylistFile.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-CommandLine.o `test -f 'src/CommandLine.cxx' || echo './'`src/CommandLine.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/queue/libmpd_a-PlaylistUpdate.o `test -f 'src/queue/PlaylistUpdate.cxx' || echo './'`src/queue/PlaylistUpdate.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-StorageCommands.o `test -f 'src/command/StorageCommands.cxx' || echo './'`src/command/StorageCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-DatabaseCommands.o `test -f 'src/command/DatabaseCommands.cxx' || echo './'`src/command/DatabaseCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-Count.o `test -f 'src/db/Count.cxx' || echo './'`src/db/Count.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-LightSong.o `test -f 'src/db/LightSong.cxx' || echo './'`src/db/LightSong.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-DatabaseGlue.o `test -f 'src/db/DatabaseGlue.cxx' || echo './'`src/db/DatabaseGlue.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-Configured.o `test -f 'src/db/Configured.cxx' || echo './'`src/db/Configured.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-DatabaseSong.o `test -f 'src/db/DatabaseSong.cxx' || echo './'`src/db/DatabaseSong.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-DatabasePrint.o `test -f 'src/db/DatabasePrint.cxx' || echo './'`src/db/DatabasePrint.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-DatabaseQueue.o `test -f 'src/db/DatabaseQueue.cxx' || echo './'`src/db/DatabaseQueue.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-DatabasePlaylist.o `test -f 'src/db/DatabasePlaylist.cxx' || echo './'`src/db/DatabasePlaylist.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-DatabaseError.o `test -f 'src/db/DatabaseError.cxx' || echo './'`src/db/DatabaseError.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-DatabaseLock.o `test -f 'src/db/DatabaseLock.cxx' || echo './'`src/db/DatabaseLock.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-Selection.o `test -f 'src/db/Selection.cxx' || echo './'`src/db/Selection.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-InotifyDomain.o `test -f 'src/db/update/InotifyDomain.cxx' || echo './'`src/db/update/InotifyDomain.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-InotifySource.o `test -f 'src/db/update/InotifySource.cxx' || echo './'`src/db/update/InotifySource.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-InotifyQueue.o `test -f 'src/db/update/InotifyQueue.cxx' || echo './'`src/db/update/InotifyQueue.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-InotifyUpdate.o `test -f 'src/db/update/InotifyUpdate.cxx' || echo './'`src/db/update/InotifyUpdate.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-StickerCommands.o `test -f 'src/command/StickerCommands.cxx' || echo './'`src/command/StickerCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-Archive.o `test -f 'src/db/update/Archive.cxx' || echo './'`src/db/update/Archive.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libinput_a-IcyMetaDataParser.o `test -f 'src/IcyMetaDataParser.cxx' || echo './'`src/IcyMetaDataParser.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/input/plugins/libinput_a-FfmpegInputPlugin.o `test -f 'src/input/plugins/FfmpegInputPlugin.cxx' || echo './'`src/input/plugins/FfmpegInputPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/fs/io/libfs_a-GunzipReader.o `test -f 'src/fs/io/GunzipReader.cxx' || echo './'`src/fs/io/GunzipReader.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/fs/io/libfs_a-AutoGunzipReader.o `test -f 'src/fs/io/AutoGunzipReader.cxx' || echo './'`src/fs/io/AutoGunzipReader.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/fs/io/libfs_a-GzipOutputStream.o `test -f 'src/fs/io/GzipOutputStream.cxx' || echo './'`src/fs/io/GzipOutputStream.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/playlist/libplaylist_plugins_a-CloseSongEnumerator.o `test -f 'src/playlist/CloseSongEnumerator.cxx' || echo './'`src/playlist/CloseSongEnumerator.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/playlist/libplaylist_plugins_a-MemorySongEnumerator.o `test -f 'src/playlist/MemorySongEnumerator.cxx' || echo './'`src/playlist/MemorySongEnumerator.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/playlist/libplaylist_plugins_a-PlaylistRegistry.o `test -f 'src/playlist/PlaylistRegistry.cxx' || echo './'`src/playlist/PlaylistRegistry.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/libdecoder_a-DecoderBuffer.o `test -f 'src/decoder/DecoderBuffer.cxx' || echo './'`src/decoder/DecoderBuffer.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/libdecoder_a-DecoderPlugin.o `test -f 'src/decoder/DecoderPlugin.cxx' || echo './'`src/decoder/DecoderPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/libdecoder_a-DecoderList.o `test -f 'src/decoder/DecoderList.cxx' || echo './'`src/decoder/DecoderList.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-DsdiffDecoderPlugin.o `test -f 'src/decoder/plugins/DsdiffDecoderPlugin.cxx' || echo './'`src/decoder/plugins/DsdiffDecoderPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-DsfDecoderPlugin.o `test -f 'src/decoder/plugins/DsfDecoderPlugin.cxx' || echo './'`src/decoder/plugins/DsfDecoderPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-DsdLib.o `test -f 'src/decoder/plugins/DsdLib.cxx' || echo './'`src/decoder/plugins/DsdLib.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-MadDecoderPlugin.o `test -f 'src/decoder/plugins/MadDecoderPlugin.cxx' || echo './'`src/decoder/plugins/MadDecoderPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-XiphTags.o `test -f 'src/decoder/plugins/XiphTags.cxx' || echo './'`src/decoder/plugins/XiphTags.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-OggCodec.o `test -f 'src/decoder/plugins/OggCodec.cxx' || echo './'`src/decoder/plugins/OggCodec.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-VorbisDomain.o `test -f 'src/decoder/plugins/VorbisDomain.cxx' || echo './'`src/decoder/plugins/VorbisDomain.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-VorbisComments.o `test -f 'src/decoder/plugins/VorbisComments.cxx' || echo './'`src/decoder/plugins/VorbisComments.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-VorbisDecoderPlugin.o `test -f 'src/decoder/plugins/VorbisDecoderPlugin.cxx' || echo './'`src/decoder/plugins/VorbisDecoderPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-FlacInput.o `test -f 'src/decoder/plugins/FlacInput.cxx' || echo './'`src/decoder/plugins/FlacInput.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-FlacIOHandle.o `test -f 'src/decoder/plugins/FlacIOHandle.cxx' || echo './'`src/decoder/plugins/FlacIOHandle.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-FlacMetadata.o `test -f 'src/decoder/plugins/FlacMetadata.cxx' || echo './'`src/decoder/plugins/FlacMetadata.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-FlacPcm.o `test -f 'src/decoder/plugins/FlacPcm.cxx' || echo './'`src/decoder/plugins/FlacPcm.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-FlacDomain.o `test -f 'src/decoder/plugins/FlacDomain.cxx' || echo './'`src/decoder/plugins/FlacDomain.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-FlacCommon.o `test -f 'src/decoder/plugins/FlacCommon.cxx' || echo './'`src/decoder/plugins/FlacCommon.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-FlacDecoderPlugin.o `test -f 'src/decoder/plugins/FlacDecoderPlugin.cxx' || echo './'`src/decoder/plugins/FlacDecoderPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-FfmpegMetaData.o `test -f 'src/decoder/plugins/FfmpegMetaData.cxx' || echo './'`src/decoder/plugins/FfmpegMetaData.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/plugins/libdecoder_a-FfmpegDecoderPlugin.o `test -f 'src/decoder/plugins/FfmpegDecoderPlugin.cxx' || echo './'`src/decoder/plugins/FfmpegDecoderPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -I/usr/include/alsa -D_REENTRANT -pthread -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/liboutput_plugins_a-Timer.o `test -f 'src/output/Timer.cxx' || echo './'`src/output/Timer.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/PlaylistDatabase.o src/PlaylistDatabase.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/Registry.o src/db/Registry.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/Helpers.o src/db/Helpers.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/UniqueTags.o src/db/UniqueTags.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/plugins/simple/Directory.o src/db/plugins/simple/Directory.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/plugins/simple/Song.o src/db/plugins/simple/Song.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/plugins/simple/SongSort.o src/db/plugins/simple/SongSort.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/plugins/simple/Mount.o src/db/plugins/simple/Mount.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/plugins/simple/SimpleDatabasePlugin.o src/db/plugins/simple/SimpleDatabasePlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/input/plugins/libarchive_a-ArchiveInputPlugin.o `test -f 'src/input/plugins/ArchiveInputPlugin.cxx' || echo './'`src/input/plugins/ArchiveInputPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/Main.o src/Main.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-Registry.o `test -f 'src/output/Registry.cxx' || echo './'`src/output/Registry.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-MultipleOutputs.o `test -f 'src/output/MultipleOutputs.cxx' || echo './'`src/output/MultipleOutputs.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-OutputThread.o `test -f 'src/output/OutputThread.cxx' || echo './'`src/output/OutputThread.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-Domain.o `test -f 'src/output/Domain.cxx' || echo './'`src/output/Domain.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-OutputControl.o `test -f 'src/output/OutputControl.cxx' || echo './'`src/output/OutputControl.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-OutputState.o `test -f 'src/output/OutputState.cxx' || echo './'`src/output/OutputState.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-OutputPrint.o `test -f 'src/output/OutputPrint.cxx' || echo './'`src/output/OutputPrint.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-OutputCommand.o `test -f 'src/output/OutputCommand.cxx' || echo './'`src/output/OutputCommand.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-OutputPlugin.o `test -f 'src/output/OutputPlugin.cxx' || echo './'`src/output/OutputPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-Finish.o `test -f 'src/output/Finish.cxx' || echo './'`src/output/Finish.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/output/libmpd_a-Init.o `test -f 'src/output/Init.cxx' || echo './'`src/output/Init.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/mixer/libmpd_a-MixerControl.o `test -f 'src/mixer/MixerControl.cxx' || echo './'`src/mixer/MixerControl.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/mixer/libmpd_a-MixerType.o `test -f 'src/mixer/MixerType.cxx' || echo './'`src/mixer/MixerType.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/mixer/libmpd_a-MixerAll.o `test -f 'src/mixer/MixerAll.cxx' || echo './'`src/mixer/MixerAll.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-notify.o `test -f 'src/notify.cxx' || echo './'`src/notify.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-AudioConfig.o `test -f 'src/AudioConfig.cxx' || echo './'`src/AudioConfig.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-CheckAudioFormat.o `test -f 'src/CheckAudioFormat.cxx' || echo './'`src/CheckAudioFormat.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-AudioFormat.o `test -f 'src/AudioFormat.cxx' || echo './'`src/AudioFormat.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-AudioParser.o `test -f 'src/AudioParser.cxx' || echo './'`src/AudioParser.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/protocol/libmpd_a-Ack.o `test -f 'src/protocol/Ack.cxx' || echo './'`src/protocol/Ack.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/protocol/libmpd_a-ArgParser.o `test -f 'src/protocol/ArgParser.cxx' || echo './'`src/protocol/ArgParser.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/protocol/libmpd_a-Result.o `test -f 'src/protocol/Result.cxx' || echo './'`src/protocol/Result.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-CommandError.o `test -f 'src/command/CommandError.cxx' || echo './'`src/command/CommandError.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-AllCommands.o `test -f 'src/command/AllCommands.cxx' || echo './'`src/command/AllCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-QueueCommands.o `test -f 'src/command/QueueCommands.cxx' || echo './'`src/command/QueueCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-TagCommands.o `test -f 'src/command/TagCommands.cxx' || echo './'`src/command/TagCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-PlayerCommands.o `test -f 'src/command/PlayerCommands.cxx' || echo './'`src/command/PlayerCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-PlaylistCommands.o `test -f 'src/command/PlaylistCommands.cxx' || echo './'`src/command/PlaylistCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-FileCommands.o `test -f 'src/command/FileCommands.cxx' || echo './'`src/command/FileCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-OutputCommands.o `test -f 'src/command/OutputCommands.cxx' || echo './'`src/command/OutputCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-MessageCommands.o `test -f 'src/command/MessageCommands.cxx' || echo './'`src/command/MessageCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-OtherCommands.o `test -f 'src/command/OtherCommands.cxx' || echo './'`src/command/OtherCommands.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/command/libmpd_a-CommandListBuilder.o `test -f 'src/command/CommandListBuilder.cxx' || echo './'`src/command/CommandListBuilder.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-Idle.o `test -f 'src/Idle.cxx' || echo './'`src/Idle.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/libmpd_a-CrossFade.o `test -f 'src/CrossFade.cxx' || echo './'`src/CrossFade.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/libmpd_a-DecoderError.o `test -f 'src/decoder/DecoderError.cxx' || echo './'`src/decoder/DecoderError.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/libmpd_a-DecoderThread.o `test -f 'src/decoder/DecoderThread.cxx' || echo './'`src/decoder/DecoderThread.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/libmpd_a-DecoderControl.o `test -f 'src/decoder/DecoderControl.cxx' || echo './'`src/decoder/DecoderControl.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/libmpd_a-DecoderAPI.o `test -f 'src/decoder/DecoderAPI.cxx' || echo './'`src/decoder/DecoderAPI.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/libmpd_a-DecoderInternal.o `test -f 'src/decoder/DecoderInternal.cxx' || echo './'`src/decoder/DecoderInternal.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/decoder/libmpd_a-DecoderPrint.o `test -f 'src/decoder/DecoderPrint.cxx' || echo './'`src/decoder/DecoderPrint.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/filter/libmpd_a-FilterConfig.o `test -f 'src/filter/FilterConfig.cxx' || echo './'`src/filter/FilterConfig.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/filter/libmpd_a-FilterPlugin.o `test -f 'src/filter/FilterPlugin.cxx' || echo './'`src/filter/FilterPlugin.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/filter/libmpd_a-FilterRegistry.o `test -f 'src/filter/FilterRegistry.cxx' || echo './'`src/filter/FilterRegistry.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-Client.o `test -f 'src/client/Client.cxx' || echo './'`src/client/Client.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientEvent.o `test -f 'src/client/ClientEvent.cxx' || echo './'`src/client/ClientEvent.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientExpire.o `test -f 'src/client/ClientExpire.cxx' || echo './'`src/client/ClientExpire.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientGlobal.o `test -f 'src/client/ClientGlobal.cxx' || echo './'`src/client/ClientGlobal.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientIdle.o `test -f 'src/client/ClientIdle.cxx' || echo './'`src/client/ClientIdle.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientList.o `test -f 'src/client/ClientList.cxx' || echo './'`src/client/ClientList.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientNew.o `test -f 'src/client/ClientNew.cxx' || echo './'`src/client/ClientNew.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientProcess.o `test -f 'src/client/ClientProcess.cxx' || echo './'`src/client/ClientProcess.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientRead.o `test -f 'src/client/ClientRead.cxx' || echo './'`src/client/ClientRead.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientWrite.o `test -f 'src/client/ClientWrite.cxx' || echo './'`src/client/ClientWrite.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientMessage.o `test -f 'src/client/ClientMessage.cxx' || echo './'`src/client/ClientMessage.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientSubscribe.o `test -f 'src/client/ClientSubscribe.cxx' || echo './'`src/client/ClientSubscribe.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/client/libmpd_a-ClientFile.o `test -f 'src/client/ClientFile.cxx' || echo './'`src/client/ClientFile.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/win32/libmpd_a-Win32Main.o `test -f 'src/win32/Win32Main.cxx' || echo './'`src/win32/Win32Main.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/osx/libmpd_a-OSXMain.o `test -f 'src/osx/OSXMain.cxx' || echo './'`src/osx/OSXMain.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/playlist/libmpd_a-PlaylistStream.o `test -f 'src/playlist/PlaylistStream.cxx' || echo './'`src/playlist/PlaylistStream.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/playlist/libmpd_a-PlaylistMapper.o `test -f 'src/playlist/PlaylistMapper.cxx' || echo './'`src/playlist/PlaylistMapper.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/playlist/libmpd_a-PlaylistAny.o `test -f 'src/playlist/PlaylistAny.cxx' || echo './'`src/playlist/PlaylistAny.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/playlist/libmpd_a-PlaylistSong.o `test -f 'src/playlist/PlaylistSong.cxx' || echo './'`src/playlist/PlaylistSong.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/playlist/libmpd_a-PlaylistQueue.o `test -f 'src/playlist/PlaylistQueue.cxx' || echo './'`src/playlist/PlaylistQueue.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/playlist/libmpd_a-Print.o `test -f 'src/playlist/Print.cxx' || echo './'`src/playlist/Print.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/libmpd_a-PlaylistVector.o `test -f 'src/db/PlaylistVector.cxx' || echo './'`src/db/PlaylistVector.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/queue/libmpd_a-Queue.o `test -f 'src/queue/Queue.cxx' || echo './'`src/queue/Queue.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/queue/libmpd_a-QueuePrint.o `test -f 'src/queue/QueuePrint.cxx' || echo './'`src/queue/QueuePrint.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/queue/libmpd_a-QueueSave.o `test -f 'src/queue/QueueSave.cxx' || echo './'`src/queue/QueueSave.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/queue/libmpd_a-Playlist.o `test -f 'src/queue/Playlist.cxx' || echo './'`src/queue/Playlist.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/queue/libmpd_a-PlaylistControl.o `test -f 'src/queue/PlaylistControl.cxx' || echo './'`src/queue/PlaylistControl.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/queue/libmpd_a-PlaylistEdit.o `test -f 'src/queue/PlaylistEdit.cxx' || echo './'`src/queue/PlaylistEdit.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/queue/libmpd_a-PlaylistTag.o `test -f 'src/queue/PlaylistTag.cxx' || echo './'`src/queue/PlaylistTag.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/queue/libmpd_a-PlaylistState.o `test -f 'src/queue/PlaylistState.cxx' || echo './'`src/queue/PlaylistState.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/unix/libmpd_a-SignalHandlers.o `test -f 'src/unix/SignalHandlers.cxx' || echo './'`src/unix/SignalHandlers.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/unix/libmpd_a-Daemon.o `test -f 'src/unix/Daemon.cxx' || echo './'`src/unix/Daemon.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-UpdateDomain.o `test -f 'src/db/update/UpdateDomain.cxx' || echo './'`src/db/update/UpdateDomain.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-Service.o `test -f 'src/db/update/Service.cxx' || echo './'`src/db/update/Service.cxx src/unix/Daemon.cxx: In function ‘void daemonize_commit()’: src/unix/Daemon.cxx:220:44: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] write(detach_fd, &result, sizeof(result)); ^ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-Queue.o `test -f 'src/db/update/Queue.cxx' || echo './'`src/db/update/Queue.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-UpdateIO.o `test -f 'src/db/update/UpdateIO.cxx' || echo './'`src/db/update/UpdateIO.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-Editor.o `test -f 'src/db/update/Editor.cxx' || echo './'`src/db/update/Editor.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-Walk.o `test -f 'src/db/update/Walk.cxx' || echo './'`src/db/update/Walk.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-UpdateSong.o `test -f 'src/db/update/UpdateSong.cxx' || echo './'`src/db/update/UpdateSong.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-Container.o `test -f 'src/db/update/Container.cxx' || echo './'`src/db/update/Container.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-Remove.o `test -f 'src/db/update/Remove.cxx' || echo './'`src/db/update/Remove.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/db/update/libmpd_a-ExcludeList.o `test -f 'src/db/update/ExcludeList.cxx' || echo './'`src/db/update/ExcludeList.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/sticker/libmpd_a-StickerDatabase.o `test -f 'src/sticker/StickerDatabase.cxx' || echo './'`src/sticker/StickerDatabase.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/sticker/libmpd_a-StickerPrint.o `test -f 'src/sticker/StickerPrint.cxx' || echo './'`src/sticker/StickerPrint.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/sticker/libmpd_a-SongSticker.o `test -f 'src/sticker/SongSticker.cxx' || echo './'`src/sticker/SongSticker.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -I/usr/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -std=gnu++0x -pthread -march=corei7-avx -O2 -pipe -ggdb -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -c -o src/util/Alloc.o src/util/Alloc.cxx src/sticker/SongSticker.cxx:27:18: fatal error: glib.h: No such file or directory #include ^ compilation terminated. Makefile:10972: recipe for target 'src/sticker/libmpd_a-SongSticker.o' failed make[1]: *** [src/sticker/libmpd_a-SongSticker.o] Error 1 make[1]: *** Waiting for unfinished jobs.... src/util/Alloc.cxx: In function ‘void oom()’: src/util/Alloc.cxx:30:51: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] (void)write(STDERR_FILENO, "Out of memory\n", 14); ^ make[1]: Leaving directory '/var/tmp/portage/media-sound/mpd-0.19.1/work/mpd-0.19.1' Makefile:4327: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: media-sound/mpd-0.19.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/mpd-0.19.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/mpd-0.19.1::gentoo'`. * The complete build log is located at '/var/tmp/portage/media-sound/mpd-0.19.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/mpd-0.19.1/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/mpd-0.19.1/work/mpd-0.19.1' * S: '/var/tmp/portage/media-sound/mpd-0.19.1/work/mpd-0.19.1'