>>> Unpacking source... >>> Unpacking stk-4.3.1.tar.gz to /var/tmp/portage/media-libs/stk-4.3.1/work * Applying stk-4.3.1-cflags-lib.patch ...  [ ok ] * Applying stk-4.3.1-gcc43.patch ...  [ ok ] * Applying stk-4.3.1-fpic.patch ...  [ ok ] * Applying stk-4.3.1-missing.patch ...  [ ok ] * Applying stk-4.3.1-ldflags.patch ...  [ ok ] * Running eautoreconf in '/var/tmp/portage/media-libs/stk-4.3.1/work/stk-4.3.1' ... * Running aclocal ...  [ ok ] * Running autoconf ...  [ ok ] >>> Source unpacked in /var/tmp/portage/media-libs/stk-4.3.1/work >>> Compiling source in /var/tmp/portage/media-libs/stk-4.3.1/work/stk-4.3.1 ... * econf: updating stk-4.3.1/config.sub with /usr/share/gnuconfig/config.sub * econf: updating stk-4.3.1/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-alsa --without-oss --disable-debug RAWWAVE_PATH=/usr/share/stk/rawwaves/ configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether i686-pc-linux-gnu-g++ accepts -g... (cached) yes checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether byte ordering is bigendian... no checking for RAWWAVE_PATH argument... /usr/share/stk/rawwaves/ checking for INCLUDE_PATH argument... checking whether to compile realtime support... yes checking for cos in -lm... yes checking for select... yes checking for socket... yes checking for gettimeofday... yes checking whether to compile debug version... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for audio API... checking for snd_pcm_open in -lasound... yes using ALSA using OSS checking for pthread_create in -lpthread... yes checking whether i686-pc-linux-gnu-gcc needs -traditional... no checking for strstr... yes configure: creating ./config.status config.status: creating src/Makefile config.status: creating projects/demo/Makefile config.status: creating projects/effects/Makefile config.status: creating projects/ragamatic/Makefile config.status: creating projects/examples/Makefile config.status: creating projects/examples/libMakefile make -j14 i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c Stk.cpp -o Debug/Stk.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c Generator.cpp -o Debug/Generator.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c Noise.cpp -o Debug/Noise.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c SubNoise.cpp -o Debug/SubNoise.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c Blit.cpp -o Debug/Blit.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c BlitSaw.cpp -o Debug/BlitSaw.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c BlitSquare.cpp -o Debug/BlitSquare.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c Envelope.cpp -o Debug/Envelope.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c ADSR.cpp -o Debug/ADSR.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c Asymp.cpp -o Debug/Asymp.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c Modulate.cpp -o Debug/Modulate.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c SingWave.cpp -o Debug/SingWave.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c SineWave.cpp -o Debug/SineWave.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c Granulate.cpp -o Debug/Granulate.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c FileRead.cpp -o Debug/FileRead.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c FileWrite.cpp -o Debug/FileWrite.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c WvIn.cpp -o Debug/WvIn.o i686-pc-linux-gnu-g++ -O2 -pipe -Wall -g -D__GXX__ -I../include -Iinclude -fPIC -D__LITTLE_ENDIAN__ -D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__LINUX_OSS__ -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -DRAWWAVE_PATH=\"/usr/share/stk/rawwaves/\" -c FileWvIn.cpp -o Debug/FileWvIn.o FileWrite.cpp: In member function 'void FileWrite::close()': FileWrite.cpp:113: error: 'fclose' was not declared in this scope FileWrite.cpp: In member function 'bool FileWrite::setRawFile(const char*)': FileWrite.cpp:185: error: 'fopen' was not declared in this scope FileWrite.cpp: In member function 'bool FileWrite::setWavFile(const char*)': FileWrite.cpp:212: error: 'fopen' was not declared in this scope FileWrite.cpp:255: error: 'fwrite' was not declared in this scope FileWrite.cpp: In member function 'void FileWrite::closeWavFile()': FileWrite.cpp:279: error: 'fseek' was not declared in this scope FileWrite.cpp:280: error: 'fwrite' was not declared in this scope FileWrite.cpp:288: error: 'fclose' was not declared in this scope FileWrite.cpp: In member function 'bool FileWrite::setSndFile(const char*)': FileWrite.cpp:296: error: 'fopen' was not declared in this scope FileWrite.cpp:325: error: 'fwrite' was not declared in this scope FileWrite.cpp: In member function 'void FileWrite::closeSndFile()': FileWrite.cpp:351: error: 'fseek' was not declared in this scope FileWrite.cpp:352: error: 'fwrite' was not declared in this scope FileWrite.cpp:353: error: 'fclose' was not declared in this scope FileWrite.cpp: In member function 'bool FileWrite::setAifFile(const char*)': FileWrite.cpp:361: error: 'fopen' was not declared in this scope FileWrite.cpp:408: warning: dereferencing type-punned pointer will break strict-aliasing rules FileWrite.cpp:433: error: 'fwrite' was not declared in this scope FileWrite.cpp:434: error: 'fwrite' was not declared in this scope FileWrite.cpp:435: error: 'fwrite' was not declared in this scope FileWrite.cpp:436: error: 'fwrite' was not declared in this scope FileWrite.cpp:437: error: 'fwrite' was not declared in this scope FileWrite.cpp:442: error: 'fwrite' was not declared in this scope FileWrite.cpp:443: error: 'fwrite' was not declared in this scope FileWrite.cpp:448: error: 'fwrite' was not declared in this scope FileWrite.cpp:449: error: 'fwrite' was not declared in this scope FileWrite.cpp:452: error: 'fwrite' was not declared in this scope FileWrite.cpp: In member function 'void FileWrite::closeAifFile()': FileWrite.cpp:469: error: 'fseek' was not declared in this scope FileWrite.cpp:470: error: 'fwrite' was not declared in this scope FileWrite.cpp:499: error: 'fclose' was not declared in this scope FileWrite.cpp: In member function 'bool FileWrite::setMatFile(const char*)': FileWrite.cpp:507: error: 'fopen' was not declared in this scope FileWrite.cpp:569: error: 'fwrite' was not declared in this scope FileWrite.cpp:574: error: 'fwrite' was not declared in this scope FileWrite.cpp:575: error: 'fwrite' was not declared in this scope FileWrite.cpp:577: error: 'fseek' was not declared in this scope FileWrite.cpp:581: error: 'fwrite' was not declared in this scope FileWrite.cpp:583: error: 'fseek' was not declared in this scope FileWrite.cpp:588: error: 'fwrite' was not declared in this scope FileWrite.cpp:590: error: 'fwrite' was not declared in this scope FileWrite.cpp:593: error: 'fseek' was not declared in this scope FileWrite.cpp:594: error: 'fwrite' was not declared in this scope FileWrite.cpp:595: error: 'fseek' was not declared in this scope FileWrite.cpp: In member function 'void FileWrite::closeMatFile()': FileWrite.cpp:610: error: 'fseek' was not declared in this scope FileWrite.cpp:611: error: 'fwrite' was not declared in this scope FileWrite.cpp:615: error: 'fread' was not declared in this scope FileWrite.cpp:626: error: 'fclose' was not declared in this scope FileWrite.cpp: In member function 'void FileWrite::write(StkFrames&)': FileWrite.cpp:650: error: 'fwrite' was not declared in this scope FileWrite.cpp:658: error: 'fwrite' was not declared in this scope FileWrite.cpp:666: error: 'fwrite' was not declared in this scope FileWrite.cpp:676: error: 'fwrite' was not declared in this scope FileWrite.cpp:684: error: 'fwrite' was not declared in this scope FileWrite.cpp:692: error: 'fwrite' was not declared in this scope make: *** [FileWrite.o] Error 1 make: *** Waiting for unfinished jobs.... FileRead.cpp: In destructor 'virtual FileRead::~FileRead()': FileRead.cpp:53: error: 'fclose' was not declared in this scope FileRead.cpp: In member function 'void FileRead::close()': FileRead.cpp:58: error: 'fclose' was not declared in this scope FileRead.cpp: In member function 'void FileRead::open(std::string, bool, unsigned int, long unsigned int, StkFloat)': FileRead.cpp:76: error: 'fopen' was not declared in this scope FileRead.cpp:88: error: 'fread' was not declared in this scope FileRead.cpp:98: error: 'fseek' was not declared in this scope FileRead.cpp:99: error: 'fread' was not declared in this scope FileRead.cpp: In member function 'bool FileRead::getWavInfo(const char*)': FileRead.cpp:165: error: 'fread' was not declared in this scope FileRead.cpp:167: error: 'fread' was not declared in this scope FileRead.cpp:171: error: 'fseek' was not declared in this scope FileRead.cpp:172: error: 'fread' was not declared in this scope FileRead.cpp:177: error: 'fread' was not declared in this scope FileRead.cpp:178: error: 'fread' was not declared in this scope FileRead.cpp:184: error: 'ftell' was not declared in this scope FileRead.cpp:185: error: 'fseek' was not declared in this scope FileRead.cpp:187: error: 'fread' was not declared in this scope FileRead.cpp:192: error: 'fseek' was not declared in this scope FileRead.cpp:193: error: 'fread' was not declared in this scope FileRead.cpp:197: error: 'fseek' was not declared in this scope FileRead.cpp:206: error: 'fread' was not declared in this scope FileRead.cpp:214: error: 'fread' was not declared in this scope FileRead.cpp:222: error: 'fseek' was not declared in this scope FileRead.cpp:223: error: 'fread' was not declared in this scope FileRead.cpp:247: error: 'fseek' was not declared in this scope FileRead.cpp:250: error: 'fread' was not declared in this scope FileRead.cpp:253: error: 'fread' was not declared in this scope FileRead.cpp:258: error: 'fseek' was not declared in this scope FileRead.cpp:259: error: 'fread' was not declared in this scope FileRead.cpp:264: error: 'fread' was not declared in this scope FileRead.cpp:270: error: 'ftell' was not declared in this scope FileRead.cpp: In member function 'bool FileRead::getSndInfo(const char*)': FileRead.cpp:288: error: 'fseek' was not declared in this scope FileRead.cpp:289: error: 'fread' was not declared in this scope FileRead.cpp:306: error: 'fread' was not declared in this scope FileRead.cpp:314: error: 'fread' was not declared in this scope FileRead.cpp:320: error: 'fseek' was not declared in this scope FileRead.cpp:321: error: 'fread' was not declared in this scope FileRead.cpp:327: error: 'fread' was not declared in this scope FileRead.cpp: In member function 'bool FileRead::getAifInfo(const char*)': FileRead.cpp:361: error: 'fseek' was not declared in this scope FileRead.cpp:362: error: 'fread' was not declared in this scope FileRead.cpp:367: error: 'fread' was not declared in this scope FileRead.cpp:369: error: 'fread' was not declared in this scope FileRead.cpp:374: error: 'fseek' was not declared in this scope FileRead.cpp:375: error: 'fread' was not declared in this scope FileRead.cpp:380: error: 'fseek' was not declared in this scope FileRead.cpp:381: error: 'fread' was not declared in this scope FileRead.cpp:389: error: 'fread' was not declared in this scope FileRead.cpp:396: error: 'fread' was not declared in this scope FileRead.cpp:408: error: 'fread' was not declared in this scope FileRead.cpp:431: error: 'fread' was not declared in this scope FileRead.cpp:447: error: 'fseek' was not declared in this scope FileRead.cpp:450: error: 'fread' was not declared in this scope FileRead.cpp:452: error: 'fread' was not declared in this scope FileRead.cpp:457: error: 'fseek' was not declared in this scope FileRead.cpp:458: error: 'fread' was not declared in this scope FileRead.cpp:462: error: 'fseek' was not declared in this scope FileRead.cpp:464: error: 'ftell' was not declared in this scope FileRead.cpp: In member function 'bool FileRead::getMatInfo(const char*)': FileRead.cpp:484: error: 'fseek' was not declared in this scope FileRead.cpp:485: error: 'fread' was not declared in this scope FileRead.cpp:498: error: 'fseek' was not declared in this scope FileRead.cpp:499: error: 'fread' was not declared in this scope FileRead.cpp:512: error: 'fread' was not declared in this scope FileRead.cpp:522: error: 'fseek' was not declared in this scope FileRead.cpp:523: error: 'fread' was not declared in this scope FileRead.cpp:526: error: 'fread' was not declared in this scope FileRead.cpp:529: error: 'fseek' was not declared in this scope FileRead.cpp:532: error: 'fseek' was not declared in this scope FileRead.cpp:534: error: 'fread' was not declared in this scope FileRead.cpp:548: error: 'fseek' was not declared in this scope FileRead.cpp:549: error: 'fread' was not declared in this scope FileRead.cpp:554: error: 'fread' was not declared in this scope FileRead.cpp:569: error: 'fseek' was not declared in this scope FileRead.cpp:570: error: 'fread' was not declared in this scope FileRead.cpp:573: error: 'fseek' was not declared in this scope FileRead.cpp:574: error: 'ftell' was not declared in this scope FileRead.cpp: In member function 'void FileRead::read(StkFrames&, long unsigned int, bool)': FileRead.cpp:618: error: 'fseek' was not declared in this scope FileRead.cpp:619: error: 'fread' was not declared in this scope FileRead.cpp:637: error: 'fseek' was not declared in this scope FileRead.cpp:638: error: 'fread' was not declared in this scope FileRead.cpp:656: error: 'fseek' was not declared in this scope FileRead.cpp:657: error: 'fread' was not declared in this scope FileRead.cpp:668: error: 'fseek' was not declared in this scope FileRead.cpp:669: error: 'fread' was not declared in this scope FileRead.cpp:680: error: 'fseek' was not declared in this scope FileRead.cpp:681: error: 'fread' was not declared in this scope FileRead.cpp:694: error: 'fseek' was not declared in this scope FileRead.cpp:695: error: 'fread' was not declared in this scope FileRead.cpp:712: error: 'fseek' was not declared in this scope FileRead.cpp:714: error: 'fread' was not declared in this scope make: *** [FileRead.o] Error 1 * * ERROR: media-libs/stk-4.3.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2851: Called die * The specific snippet of code: * emake || die "make in src failed!" * The die message: * make in src failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/media-libs/stk-4.3.1:20090713-143413.log'. * The ebuild environment file is located at '/var/tmp/portage/media-libs/stk-4.3.1/temp/environment'. *