* Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found sources for kernel version: * 2.6.30 >>> Unpacking source... >>> Unpacking pearpc-0.4.tar.bz2 to /var/tmp/portage/app-emulation/pearpc-0.4/work >>> Unpacking createdisk.py to /var/tmp/portage/app-emulation/pearpc-0.4/work unpack createdisk.py: file format not recognized. Ignoring. * Applying pearpc-0.4-configure.patch ...  [ ok ] >>> Source unpacked in /var/tmp/portage/app-emulation/pearpc-0.4/work >>> Compiling source in /var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4 ... * econf: updating pearpc-0.4/config.guess with /usr/share/gnuconfig/config.guess * econf: updating pearpc-0.4/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 --libdir=/usr/lib64 --enable-debug --enable-ui=sdl checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes *** GNU, building POSIX version. we need pthread and rt. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for gmake... /usr/bin/gmake checking whether /usr/bin/gmake sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by /usr/bin/gmake... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 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++... gcc3 checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for bison... bison -y checking for ar... /usr/bin/ar checking for gar... (cached) /usr/bin/ar checking for egrep... grep -E checking for clock_settime in -lrt... yes checking whether byte ordering is bigendian... no checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.2.0... yes checking for setenv... yes checking for memset... yes checking for log2... yes checking for exp2... yes 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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking asm/types.h usability... yes checking asm/types.h presence... yes checking for asm/types.h... yes checking for stdint.h... (cached) yes checking for asm/types.h... (cached) yes checking for linux/netlink.h... yes checking for an ANSI C-conforming const... yes checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long int... yes checking size of long int... 8 checking for long long... yes checking size of long long... 8 configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating scripts/Makefile config.status: creating src/Makefile config.status: creating src/cpu/Makefile config.status: creating src/cpu/cpu_generic/Makefile config.status: creating src/cpu/cpu_jitc_x86/Makefile config.status: creating src/debug/Makefile config.status: creating src/io/Makefile config.status: creating src/io/3c90x/Makefile config.status: creating src/io/ide/Makefile config.status: creating src/io/graphic/Makefile config.status: creating src/io/rtl8139/Makefile config.status: creating src/io/prom/Makefile config.status: creating src/io/prom/fs/Makefile config.status: creating src/io/prom/fs/hfs/Makefile config.status: creating src/io/prom/fs/hfsplus/Makefile config.status: creating src/io/cuda/Makefile config.status: creating src/io/pci/Makefile config.status: creating src/io/pic/Makefile config.status: creating src/io/macio/Makefile config.status: creating src/io/nvram/Makefile config.status: creating src/io/usb/Makefile config.status: creating src/system/Makefile config.status: creating src/system/arch/Makefile config.status: creating src/system/arch/x86/Makefile config.status: creating src/system/arch/generic/Makefile config.status: creating src/system/osapi/Makefile config.status: creating src/system/osapi/beos/Makefile config.status: creating src/system/osapi/posix/Makefile config.status: creating src/system/osapi/win32/Makefile config.status: creating src/system/ui/Makefile config.status: creating src/system/ui/beos/Makefile config.status: creating src/system/ui/gtk/Makefile config.status: creating src/system/ui/qt/Makefile config.status: creating src/system/ui/sdl/Makefile config.status: creating src/system/ui/win32/Makefile config.status: creating src/system/ui/x11/Makefile config.status: creating src/tools/Makefile config.status: creating config.h config.status: executing depfiles commands ./configure successful. ================================================================================ Configuration summary ================================================================================ cpu emulation method: cpu_generic compiled for architecture: generic compiled for OS-API: posix compiled for UI system: sdl enable debug: yes enable profiling: no make release build: yes omit frame pointer: yes final C compiler flags: -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT final C++ compiler flags: -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT final linker flags: -Wl,-O1 -lSDL -lpthread final linker add: -lpthread -lrt -lrt -lSDL -lpthread ================================================================================ make -j5 /usr/bin/gmake all-recursive gmake[1]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4' Making all in doc gmake[2]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/doc' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/doc' Making all in src gmake[2]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src' Making all in cpu gmake[3]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/cpu' Making all in cpu_generic gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/cpu/cpu_generic' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ppc_alu.o -MD -MP -MF ".deps/ppc_alu.Tpo" -c -o ppc_alu.o ppc_alu.cc; \ then mv -f ".deps/ppc_alu.Tpo" ".deps/ppc_alu.Po"; else rm -f ".deps/ppc_alu.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ppc_cpu.o -MD -MP -MF ".deps/ppc_cpu.Tpo" -c -o ppc_cpu.o ppc_cpu.cc; \ then mv -f ".deps/ppc_cpu.Tpo" ".deps/ppc_cpu.Po"; else rm -f ".deps/ppc_cpu.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ppc_dec.o -MD -MP -MF ".deps/ppc_dec.Tpo" -c -o ppc_dec.o ppc_dec.cc; \ then mv -f ".deps/ppc_dec.Tpo" ".deps/ppc_dec.Po"; else rm -f ".deps/ppc_dec.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ppc_exc.o -MD -MP -MF ".deps/ppc_exc.Tpo" -c -o ppc_exc.o ppc_exc.cc; \ then mv -f ".deps/ppc_exc.Tpo" ".deps/ppc_exc.Po"; else rm -f ".deps/ppc_exc.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ppc_fpu.o -MD -MP -MF ".deps/ppc_fpu.Tpo" -c -o ppc_fpu.o ppc_fpu.cc; \ then mv -f ".deps/ppc_fpu.Tpo" ".deps/ppc_fpu.Po"; else rm -f ".deps/ppc_fpu.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ppc_mmu.o -MD -MP -MF ".deps/ppc_mmu.Tpo" -c -o ppc_mmu.o ppc_mmu.cc; \ then mv -f ".deps/ppc_mmu.Tpo" ".deps/ppc_mmu.Po"; else rm -f ".deps/ppc_mmu.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ppc_opc.o -MD -MP -MF ".deps/ppc_opc.Tpo" -c -o ppc_opc.o ppc_opc.cc; \ then mv -f ".deps/ppc_opc.Tpo" ".deps/ppc_opc.Po"; else rm -f ".deps/ppc_opc.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ppc_vec.o -MD -MP -MF ".deps/ppc_vec.Tpo" -c -o ppc_vec.o ppc_vec.cc; \ then mv -f ".deps/ppc_vec.Tpo" ".deps/ppc_vec.Po"; else rm -f ".deps/ppc_vec.Tpo"; exit 1; fi ppc_mmu.cc: In function ‘void ppc_opc_stb()’: ppc_mmu.cc:1637: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_stbx()’: ppc_mmu.cc:1676: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_stfd()’: ppc_mmu.cc:1691: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_stfdx()’: ppc_mmu.cc:1742: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_stfiwx()’: ppc_mmu.cc:1756: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_stfs()’: ppc_mmu.cc:1775: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_stfsx()’: ppc_mmu.cc:1838: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_sth()’: ppc_mmu.cc:1849: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_sthbrx()’: ppc_mmu.cc:1859: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_sthx()’: ppc_mmu.cc:1898: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_stw()’: ppc_mmu.cc:1985: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_stwbrx()’: ppc_mmu.cc:1996: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_stwx()’: ppc_mmu.cc:2061: warning: value computed is not used ppc_mmu.cc: In function ‘void ppc_opc_stvx()’: ppc_mmu.cc:2081: warning: value computed is not used rm -f libcpu.a /usr/bin/ar cru libcpu.a ppc_alu.o ppc_cpu.o ppc_dec.o ppc_exc.o ppc_fpu.o ppc_mmu.o ppc_opc.o ppc_vec.o x86_64-pc-linux-gnu-ranlib libcpu.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/cpu/cpu_generic' gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/cpu' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/cpu' gmake[3]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/cpu' Making all in debug gmake[3]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/debug' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT asm.o -MD -MP -MF ".deps/asm.Tpo" -c -o asm.o asm.cc; \ then mv -f ".deps/asm.Tpo" ".deps/asm.Po"; else rm -f ".deps/asm.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ppcdis.o -MD -MP -MF ".deps/ppcdis.Tpo" -c -o ppcdis.o ppcdis.cc; \ then mv -f ".deps/ppcdis.Tpo" ".deps/ppcdis.Po"; else rm -f ".deps/ppcdis.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ppcopc.o -MD -MP -MF ".deps/ppcopc.Tpo" -c -o ppcopc.o ppcopc.cc; \ then mv -f ".deps/ppcopc.Tpo" ".deps/ppcopc.Po"; else rm -f ".deps/ppcopc.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT debugparse.o -MD -MP -MF ".deps/debugparse.Tpo" -c -o debugparse.o debugparse.c; \ then mv -f ".deps/debugparse.Tpo" ".deps/debugparse.Po"; else rm -f ".deps/debugparse.Tpo"; exit 1; fi ppcdis.cc: In member function ‘virtual char* PPCDisassembler::getName()’: ppcdis.cc:202: warning: deprecated conversion from string constant to ‘char*’ ppcdis.cc: In member function ‘virtual char* PPCDisassembler::str(dis_insn*, int)’: ppcdis.cc:207: warning: deprecated conversion from string constant to ‘char*’ if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT lex.o -MD -MP -MF ".deps/lex.Tpo" -c -o lex.o lex.c; \ then mv -f ".deps/lex.Tpo" ".deps/lex.Po"; else rm -f ".deps/lex.Tpo"; exit 1; fi asm.cc: In member function ‘virtual char* Assembler::get_name()’: asm.cc:135: warning: deprecated conversion from string constant to ‘char*’ asm.cc: In member function ‘virtual char* Disassembler::str(dis_insn*, int)’: asm.cc:246: warning: deprecated conversion from string constant to ‘char*’ if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT parsehelper.o -MD -MP -MF ".deps/parsehelper.Tpo" -c -o parsehelper.o parsehelper.c; \ then mv -f ".deps/parsehelper.Tpo" ".deps/parsehelper.Po"; else rm -f ".deps/parsehelper.Tpo"; exit 1; fi lex.c:815:5: warning: "YY_STACK_USED" is not defined lex.c: In function ‘yylex’: lex.l:320: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result lex.c:1978:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined lex.c:1981:5: warning: "YY_NEVER_INTERACTIVE" is not defined lex.c:2272:5: warning: "YY_MAIN" is not defined lex.l: At top level: lex.c:1737: warning: ‘yyunput’ defined but not used lex.c:1783: warning: ‘input’ defined but not used if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT debugger.o -MD -MP -MF ".deps/debugger.Tpo" -c -o debugger.o debugger.cc; \ then mv -f ".deps/debugger.Tpo" ".deps/debugger.Po"; else rm -f ".deps/debugger.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT stdfuncs.o -MD -MP -MF ".deps/stdfuncs.Tpo" -c -o stdfuncs.o stdfuncs.cc; \ then mv -f ".deps/stdfuncs.Tpo" ".deps/stdfuncs.Po"; else rm -f ".deps/stdfuncs.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT x86opc.o -MD -MP -MF ".deps/x86opc.Tpo" -c -o x86opc.o x86opc.cc; \ then mv -f ".deps/x86opc.Tpo" ".deps/x86opc.Po"; else rm -f ".deps/x86opc.Tpo"; exit 1; fi stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ stdfuncs.cc:393: warning: deprecated conversion from string constant to ‘char*’ if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT x86dis.o -MD -MP -MF ".deps/x86dis.Tpo" -c -o x86dis.o x86dis.cc; \ then mv -f ".deps/x86dis.Tpo" ".deps/x86dis.Po"; else rm -f ".deps/x86dis.Tpo"; exit 1; fi debugger.cc: In member function ‘virtual Float* FPRFunction::evalFloat() const’: debugger.cc:183: warning: no return statement in function returning non-void debugger.cc: In member function ‘Function* Debugger::eval_scalarToFunction(eval_scalar&)’: debugger.cc:380: warning: enumeration value ‘REG_PC’ not handled in switch x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:169: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:173: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:173: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:173: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:173: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:173: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:173: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:486: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:777: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1015: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1111: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1122: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1133: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1133: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1133: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1133: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1144: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1144: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1144: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1144: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1144: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1144: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1144: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1155: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1155: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1155: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1155: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1155: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1155: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1155: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1155: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1166: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1166: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1166: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1166: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1166: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1166: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1166: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1166: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1177: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1188: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1188: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1199: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1210: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ x86opc.cc:1306: warning: deprecated conversion from string constant to ‘char*’ debugger.cc:380: warning: enumeration value ‘REG_CR’ not handled in switch debugger.cc:380: warning: enumeration value ‘REG_LR’ not handled in switch debugger.cc:380: warning: enumeration value ‘REG_CTR’ not handled in switch debugger.cc:380: warning: enumeration value ‘REG_XER’ not handled in switch debugger.cc:380: warning: enumeration value ‘REG_MSR’ not handled in switch debugger.cc:380: warning: enumeration value ‘REG_SRR0’ not handled in switch debugger.cc:380: warning: enumeration value ‘REG_SRR1’ not handled in switch debugger.cc: In function ‘bool translateAddress(uint32, uint32&, bool)’: debugger.cc:551: warning: no return statement in function returning non-void debugger.cc: In member function ‘bool Debugger::parse(const String&)’: debugger.cc:562: warning: deprecated conversion from string constant to ‘char*’ debugger.cc:589: warning: enumeration value ‘REG_GPR’ not handled in switch debugger.cc:589: warning: enumeration value ‘REG_FPR’ not handled in switch debugger.cc:589: warning: enumeration value ‘REG_PC’ not handled in switch debugger.cc:589: warning: enumeration value ‘REG_CR’ not handled in switch debugger.cc:589: warning: enumeration value ‘REG_LR’ not handled in switch debugger.cc:589: warning: enumeration value ‘REG_CTR’ not handled in switch debugger.cc:589: warning: enumeration value ‘REG_XER’ not handled in switch debugger.cc:589: warning: enumeration value ‘REG_MSR’ not handled in switch debugger.cc:589: warning: enumeration value ‘REG_SRR0’ not handled in switch debugger.cc:589: warning: enumeration value ‘REG_SRR1’ not handled in switch debugger.cc:672: warning: unused variable ‘v’ debugger.cc:686: warning: unused variable ‘v’ debugger.cc:701: warning: unused variable ‘v’ debugger.cc:715: warning: unused variable ‘v’ debugger.cc:729: warning: unused variable ‘v’ debugger.cc:744: warning: unused variable ‘v’ debugger.cc:571: warning: enumeration value ‘COMMAND_BREAK’ not handled in switch debugger.cc:571: warning: enumeration value ‘COMMAND_LIST_BREAK’ not handled in switch debugger.cc:571: warning: enumeration value ‘COMMAND_STEP’ not handled in switch debugger.cc:571: warning: enumeration value ‘COMMAND_NEXT’ not handled in switch debugger.cc:571: warning: enumeration value ‘COMMAND_CONTINUE’ not handled in switch debugger.cc:571: warning: enumeration value ‘COMMAND_QUIT’ not handled in switch debugger.cc: In member function ‘void Debugger::enter()’: debugger.cc:867: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result x86dis.cc: In member function ‘virtual dis_insn* X86Disassembler::decode(const byte*, int, CPU_ADDR)’: x86dis.cc:87: warning: deprecated conversion from string constant to ‘char*’ x86dis.cc: In member function ‘virtual char* X86Disassembler::getName()’: x86dis.cc:608: warning: deprecated conversion from string constant to ‘char*’ x86dis.cc: In member function ‘virtual void X86Disassembler::str_op(char*, int*, x86dis_insn*, x86_insn_op*, bool)’: x86dis.cc:762: warning: format not a string literal and no format arguments x86dis.cc:767: warning: format not a string literal and no format arguments x86dis.cc: In member function ‘virtual char* X86Disassembler::str(dis_insn*, int)’: x86dis.cc:1034: warning: deprecated conversion from string constant to ‘char*’ debugger.cc:855: warning: ‘disstr’ is used uninitialized in this function rm -f libdebug.a /usr/bin/ar cru libdebug.a asm.o ppcdis.o ppcopc.o debugparse.o lex.o parsehelper.o debugger.o stdfuncs.o x86opc.o x86dis.o x86_64-pc-linux-gnu-ranlib libdebug.a gmake[3]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/debug' Making all in io gmake[3]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io' Making all in 3c90x gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/3c90x' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT 3c90x.o -MD -MP -MF ".deps/3c90x.Tpo" -c -o 3c90x.o 3c90x.cc; \ then mv -f ".deps/3c90x.Tpo" ".deps/3c90x.Po"; else rm -f ".deps/3c90x.Tpo"; exit 1; fi 3c90x.cc:162: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:163: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:164: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:165: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:171: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:172: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:173: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:174: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:180: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:181: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:182: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:183: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:185: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:186: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:187: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:188: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:189: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:190: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:191: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:192: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:286: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:287: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:351: warning: ‘packed’ attribute ignored for field of type ‘byte’ 3c90x.cc:352: warning: ‘packed’ attribute ignored for field of type ‘byte’ 3c90x.cc:372: warning: ‘packed’ attribute ignored for field of type ‘byte’ 3c90x.cc:373: warning: ‘packed’ attribute ignored for field of type ‘byte’ 3c90x.cc:383: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:384: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:385: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:386: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:387: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:388: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:389: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:390: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:391: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:392: warning: ‘packed’ attribute ignored for field of type ‘uint8’ 3c90x.cc:510: warning: ‘packed’ attribute ignored for field of type ‘byte [6]’ 3c90x.cc:511: warning: ‘packed’ attribute ignored for field of type ‘byte [6]’ 3c90x.cc:512: warning: ‘packed’ attribute ignored for field of type ‘byte [2]’ 3c90x.cc: In member function ‘void _3c90x_NIC::txDPD0(DPD0*)’: 3c90x.cc:1319: warning: comparison between signed and unsigned integer expressions 3c90x.cc: In member function ‘void _3c90x_NIC::rxUPD(UPD*)’: 3c90x.cc:1499: warning: comparison between signed and unsigned integer expressions 3c90x.cc: In member function ‘void _3c90x_NIC::indicate(uint)’: 3c90x.cc:1553: warning: suggest parentheses around comparison in operand of ‘&’ rm -f lib3c90x.a /usr/bin/ar cru lib3c90x.a 3c90x.o x86_64-pc-linux-gnu-ranlib lib3c90x.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/3c90x' Making all in rtl8139 gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/rtl8139' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT rtl8139.o -MD -MP -MF ".deps/rtl8139.Tpo" -c -o rtl8139.o rtl8139.cc; \ then mv -f ".deps/rtl8139.Tpo" ".deps/rtl8139.Po"; else rm -f ".deps/rtl8139.Tpo"; exit 1; fi rtl8139.cc:75: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:76: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:77: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:78: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:79: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:80: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:82: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:83: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:84: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:85: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:86: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:87: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:88: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:89: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:100: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:101: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:110: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:111: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:112: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:113: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:115: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:116: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:117: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:118: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:120: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:121: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:136: warning: ‘packed’ attribute ignored for field of type ‘uint8’ rtl8139.cc:147: warning: ‘packed’ attribute ignored for field of type ‘byte [6]’ rtl8139.cc:148: warning: ‘packed’ attribute ignored for field of type ‘byte [6]’ rtl8139.cc:149: warning: ‘packed’ attribute ignored for field of type ‘byte [2]’ rm -f librtl8139.a /usr/bin/ar cru librtl8139.a rtl8139.o x86_64-pc-linux-gnu-ranlib librtl8139.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/rtl8139' Making all in prom gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom' Making all in fs gmake[5]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom/fs' Making all in hfs gmake[6]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom/fs/hfs' if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT block.o -MD -MP -MF ".deps/block.Tpo" -c -o block.o block.c; \ then mv -f ".deps/block.Tpo" ".deps/block.Po"; else rm -f ".deps/block.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT btree.o -MD -MP -MF ".deps/btree.Tpo" -c -o btree.o btree.c; \ then mv -f ".deps/btree.Tpo" ".deps/btree.Po"; else rm -f ".deps/btree.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT data.o -MD -MP -MF ".deps/data.Tpo" -c -o data.o data.c; \ then mv -f ".deps/data.Tpo" ".deps/data.Po"; else rm -f ".deps/data.Tpo"; exit 1; fi btree.c: In function ‘insertx’: btree.c:443: warning: pointer targets in passing argument 3 of ‘n_insert’ differ in signedness node.h:31: note: expected ‘unsigned int *’ but argument is of type ‘int *’ btree.c:448: warning: pointer targets in passing argument 3 of ‘n_insert’ differ in signedness node.h:31: note: expected ‘unsigned int *’ but argument is of type ‘int *’ if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT file.o -MD -MP -MF ".deps/file.Tpo" -c -o file.o file.c; \ then mv -f ".deps/file.Tpo" ".deps/file.Po"; else rm -f ".deps/file.Tpo"; exit 1; fi btree.c: In function ‘bt_insert’: btree.c:492: warning: pointer targets in passing argument 3 of ‘insertx’ differ in signedness btree.c:411: note: expected ‘int *’ but argument is of type ‘unsigned int *’ if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT hfs.o -MD -MP -MF ".deps/hfs.Tpo" -c -o hfs.o hfs.c; \ then mv -f ".deps/hfs.Tpo" ".deps/hfs.Po"; else rm -f ".deps/hfs.Tpo"; exit 1; fi file.c: In function ‘f_addextent’: file.c:272: warning: passing argument 2 of ‘r_packextrec’ from incompatible pointer type record.h:41: note: expected ‘const struct ExtDescriptor (*)[3]’ but argument is of type ‘struct ExtDescriptor (*)[3]’ file.c:289: warning: passing argument 1 of ‘v_putextrec’ from incompatible pointer type volume.h:51: note: expected ‘const struct ExtDescriptor (*)[3]’ but argument is of type ‘struct ExtDescriptor (*)[3]’ file.c: In function ‘f_trunc’: file.c:457: warning: passing argument 1 of ‘v_putextrec’ from incompatible pointer type volume.h:51: note: expected ‘const struct ExtDescriptor (*)[3]’ but argument is of type ‘struct ExtDescriptor (*)[3]’ hfs.c: In function ‘hfs_create’: hfs.c:722: warning: pointer targets in passing argument 4 of ‘v_resolve’ differ in signedness volume.h:56: note: expected ‘long int *’ but argument is of type ‘long unsigned int *’ hfs.c: In function ‘hfs_open’: hfs.c:793: warning: pointer targets in passing argument 4 of ‘v_resolve’ differ in signedness volume.h:56: note: expected ‘long int *’ but argument is of type ‘long unsigned int *’ hfs.c: In function ‘hfs_stat’: hfs.c:1136: warning: pointer targets in passing argument 4 of ‘v_resolve’ differ in signedness volume.h:56: note: expected ‘long int *’ but argument is of type ‘long unsigned int *’ hfs.c: In function ‘hfs_mkdir’:block.c: In function ‘flushchain’: block.c:221: warning: ‘bnum’ may be used uninitialized in this function hfs.c:1215: warning: pointer targets in passing argument 4 of ‘v_resolve’ differ in signedness volume.h:56: note: expected ‘long int *’ but argument is of type ‘long unsigned int *’ hfs.c: In function ‘hfs_rmdir’: hfs.c:1247: warning: pointer targets in passing argument 4 of ‘v_resolve’ differ in signedness volume.h:56: note: expected ‘long int *’ but argument is of type ‘long unsigned int *’ hfs.c: In function ‘hfs_delete’: hfs.c:1297: warning: pointer targets in passing argument 4 of ‘v_resolve’ differ in signedness volume.h:56: note: expected ‘long int *’ but argument is of type ‘long unsigned int *’ hfs.c: In function ‘hfs_rename’: hfs.c:1372: warning: pointer targets in passing argument 4 of ‘v_resolve’ differ in signedness volume.h:56: note: expected ‘long int *’ but argument is of type ‘long unsigned int *’ hfs.c:1378: warning: pointer targets in passing argument 4 of ‘v_resolve’ differ in signedness volume.h:56: note: expected ‘long int *’ but argument is of type ‘long unsigned int *’ hfs.c: In function ‘hfs_format’: hfs.c:1836: warning: passing argument 2 of ‘r_packextrec’ from incompatible pointer type record.h:41: note: expected ‘const struct ExtDescriptor (*)[3]’ but argument is of type ‘struct ExtDescriptor (*)[3]’ hfs.c:1868: warning: passing argument 3 of ‘b_writelb’ from incompatible pointer type block.h:29: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ hfs.c:1873: warning: passing argument 3 of ‘b_writelb’ from incompatible pointer type block.h:29: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ hfs.c:1879: warning: passing argument 3 of ‘b_writelb’ from incompatible pointer type block.h:29: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ hfs.c:1883: warning: passing argument 3 of ‘b_writelb’ from incompatible pointer type block.h:29: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ block.c: In function ‘fillchain’: block.c:163: warning: ‘bnum’ may be used uninitialized in this function if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT low.o -MD -MP -MF ".deps/low.Tpo" -c -o low.o low.c; \ then mv -f ".deps/low.Tpo" ".deps/low.Po"; else rm -f ".deps/low.Tpo"; exit 1; fi low.c: In function ‘l_putddr’: low.c:96: warning: passing argument 3 of ‘b_writepb’ from incompatible pointer type block.h:26: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ low.c: In function ‘l_putpmentry’: low.c:202: warning: passing argument 3 of ‘b_writepb’ from incompatible pointer type block.h:26: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ low.c: In function ‘l_putbb’: low.c:301: warning: passing argument 3 of ‘b_writelb’ from incompatible pointer type block.h:29: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ low.c:309: warning: passing argument 3 of ‘b_writelb’ from incompatible pointer type block.h:29: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ low.c: In function ‘l_putmdb’: low.c:461: warning: passing argument 3 of ‘b_writelb’ from incompatible pointer type block.h:29: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ low.c:462: warning: passing argument 3 of ‘b_writelb’ from incompatible pointer type block.h:29: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT medium.o -MD -MP -MF ".deps/medium.Tpo" -c -o medium.o medium.c; \ then mv -f ".deps/medium.Tpo" ".deps/medium.Po"; else rm -f ".deps/medium.Tpo"; exit 1; fi medium.c: In function ‘m_zeropm’: medium.c:139: warning: passing argument 3 of ‘b_writepb’ from incompatible pointer type block.h:26: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ medium.c: In function ‘m_zerobb’: medium.c:311: warning: passing argument 3 of ‘b_writelb’ from incompatible pointer type block.h:29: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ medium.c:312: warning: passing argument 3 of ‘b_writelb’ from incompatible pointer type block.h:29: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT node.o -MD -MP -MF ".deps/node.Tpo" -c -o node.o node.c; \ then mv -f ".deps/node.Tpo" ".deps/node.Po"; else rm -f ".deps/node.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT os.o -MD -MP -MF ".deps/os.Tpo" -c -o os.o os.cc; \ then mv -f ".deps/os.Tpo" ".deps/os.Po"; else rm -f ".deps/os.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT record.o -MD -MP -MF ".deps/record.Tpo" -c -o record.o record.c; \ then mv -f ".deps/record.Tpo" ".deps/record.Po"; else rm -f ".deps/record.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT version.o -MD -MP -MF ".deps/version.Tpo" -c -o version.o version.c; \ then mv -f ".deps/version.Tpo" ".deps/version.Po"; else rm -f ".deps/version.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT volume.o -MD -MP -MF ".deps/volume.Tpo" -c -o volume.o volume.c; \ then mv -f ".deps/volume.Tpo" ".deps/volume.Po"; else rm -f ".deps/volume.Tpo"; exit 1; fi volume.c: In function ‘v_writevbm’: volume.c:418: warning: assignment from incompatible pointer type volume.c: In function ‘v_allocblocks’: volume.c:723: warning: passing argument 4 of ‘b_writeab’ from incompatible pointer type block.h:32: note: expected ‘const byte (*)[512]’ but argument is of type ‘byte (*)[512]’ volume.c: In function ‘v_scavenge’: volume.c:1080: warning: passing argument 2 of ‘markexts’ from incompatible pointer type volume.c:1036: note: expected ‘const struct ExtDescriptor (*)[3]’ but argument is of type ‘struct ExtDescriptor (*)[3]’ volume.c:1081: warning: passing argument 2 of ‘markexts’ from incompatible pointer type volume.c:1036: note: expected ‘const struct ExtDescriptor (*)[3]’ but argument is of type ‘struct ExtDescriptor (*)[3]’ volume.c:1113: warning: passing argument 2 of ‘markexts’ from incompatible pointer type volume.c:1036: note: expected ‘const struct ExtDescriptor (*)[3]’ but argument is of type ‘struct ExtDescriptor (*)[3]’ volume.c:1150: warning: passing argument 2 of ‘markexts’ from incompatible pointer type volume.c:1036: note: expected ‘const struct ExtDescriptor (*)[3]’ but argument is of type ‘struct ExtDescriptor (*)[3]’ volume.c:1151: warning: passing argument 2 of ‘markexts’ from incompatible pointer type volume.c:1036: note: expected ‘const struct ExtDescriptor (*)[3]’ but argument is of type ‘struct ExtDescriptor (*)[3]’ rm -f libhfs.a /usr/bin/ar cru libhfs.a block.o btree.o data.o file.o hfs.o low.o medium.o node.o os.o record.o version.o volume.o x86_64-pc-linux-gnu-ranlib libhfs.a gmake[6]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom/fs/hfs' Making all in hfsplus gmake[6]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom/fs/hfsplus' if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT blockiter.o -MD -MP -MF ".deps/blockiter.Tpo" -c -o blockiter.o blockiter.c; \ then mv -f ".deps/blockiter.Tpo" ".deps/blockiter.Po"; else rm -f ".deps/blockiter.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT btree.o -MD -MP -MF ".deps/btree.Tpo" -c -o btree.o btree.c; \ then mv -f ".deps/btree.Tpo" ".deps/btree.Po"; else rm -f ".deps/btree.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT hfstime.o -MD -MP -MF ".deps/hfstime.Tpo" -c -o hfstime.o hfstime.c; \ then mv -f ".deps/hfstime.Tpo" ".deps/hfstime.Po"; else rm -f ".deps/hfstime.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT libhfsp.o -MD -MP -MF ".deps/libhfsp.Tpo" -c -o libhfsp.o libhfsp.c; \ then mv -f ".deps/libhfsp.Tpo" ".deps/libhfsp.Po"; else rm -f ".deps/libhfsp.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT os.o -MD -MP -MF ".deps/os.Tpo" -c -o os.o os.cc; \ then mv -f ".deps/os.Tpo" ".deps/os.Po"; else rm -f ".deps/os.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT partitions.o -MD -MP -MF ".deps/partitions.Tpo" -c -o partitions.o partitions.c; \ then mv -f ".deps/partitions.Tpo" ".deps/partitions.Po"; else rm -f ".deps/partitions.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT record.o -MD -MP -MF ".deps/record.Tpo" -c -o record.o record.c; \ then mv -f ".deps/record.Tpo" ".deps/record.Po"; else rm -f ".deps/record.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT unicode.o -MD -MP -MF ".deps/unicode.Tpo" -c -o unicode.o unicode.c; \ then mv -f ".deps/unicode.Tpo" ".deps/unicode.Po"; else rm -f ".deps/unicode.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I ../../../.. -march=nocona -O2 -pipe -Wundef -Wall -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT volume.o -MD -MP -MF ".deps/volume.Tpo" -c -o volume.o volume.c; \ then mv -f ".deps/volume.Tpo" ".deps/volume.Po"; else rm -f ".deps/volume.Tpo"; exit 1; fi unicode.c:19:1: warning: "__USE_GNU" redefined In file included from /usr/include/stdlib.h:25, from unicode.c:16: /usr/include/features.h:294:1: warning: this is the location of the previous definition unicode.c: In function ‘unicode_uni2asc’: unicode.c:90: warning: ignoring return value of ‘wcrtomb’, declared with attribute warn_unused_result unicode.c: In function ‘fast_unicode_compare’: unicode.c:118: warning: initialization discards qualifiers from pointer target type unicode.c:119: warning: initialization discards qualifiers from pointer target type rm -f libhfsplus.a /usr/bin/ar cru libhfsplus.a blockiter.o btree.o hfstime.o libhfsp.o os.o partitions.o record.o unicode.o volume.o x86_64-pc-linux-gnu-ranlib libhfsplus.a gmake[6]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom/fs/hfsplus' gmake[6]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom/fs' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT part.o -MD -MP -MF ".deps/part.Tpo" -c -o part.o part.cc; \ then mv -f ".deps/part.Tpo" ".deps/part.Po"; else rm -f ".deps/part.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT hfs.o -MD -MP -MF ".deps/hfs.Tpo" -c -o hfs.o hfs.cc; \ then mv -f ".deps/hfs.Tpo" ".deps/hfs.Po"; else rm -f ".deps/hfs.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT hfsplus.o -MD -MP -MF ".deps/hfsplus.Tpo" -c -o hfsplus.o hfsplus.cc; \ then mv -f ".deps/hfsplus.Tpo" ".deps/hfsplus.Po"; else rm -f ".deps/hfsplus.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT fs.o -MD -MP -MF ".deps/fs.Tpo" -c -o fs.o fs.cc; \ then mv -f ".deps/fs.Tpo" ".deps/fs.Po"; else rm -f ".deps/fs.Tpo"; exit 1; fi part.cc: In constructor ‘PartitionMapFDisk::PartitionMapFDisk(File*, uint)’: part.cc:249: warning: deprecated conversion from string constant to ‘char*’ part.cc:252: warning: deprecated conversion from string constant to ‘char*’ part.cc:256: warning: deprecated conversion from string constant to ‘char*’ In file included from hfs.cc:25: hfsstruct.h:45: warning: ‘packed’ attribute ignored for field of type ‘char [28]’ hfsstruct.h:56: warning: ‘packed’ attribute ignored for field of type ‘HFSExtentDescriptor’ hfsstruct.h:58: warning: ‘packed’ attribute ignored for field of type ‘HFSExtentDescriptor [3]’ hfsstruct.h:60: warning: ‘packed’ attribute ignored for field of type ‘HFSExtentDescriptor [3]’ hfsplus.cc:52: warning: ‘packed’ attribute ignored for field of type ‘HFSPlusExtentDescriptor [8]’ hfsplus.cc:84: warning: ‘packed’ attribute ignored for field of type ‘HFSPlusForkData’ hfsplus.cc:85: warning: ‘packed’ attribute ignored for field of type ‘HFSPlusForkData’ hfsplus.cc:86: warning: ‘packed’ attribute ignored for field of type ‘HFSPlusForkData’ hfsplus.cc:87: warning: ‘packed’ attribute ignored for field of type ‘HFSPlusForkData’ hfsplus.cc:88: warning: ‘packed’ attribute ignored for field of type ‘HFSPlusForkData’ hfsplus.cc: In constructor ‘HFSPlusFile::HFSPlusFile(volume*, hfsp_cat_file, FileSystem*, bool)’: hfsplus.cc:357: warning: comparison between signed and unsigned integer expressions rm -f libfs.a /usr/bin/ar cru libfs.a part.o hfs.o hfsplus.o fs.o x86_64-pc-linux-gnu-ranlib libfs.a gmake[6]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom/fs' gmake[5]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom/fs' gmake[5]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT prom.o -MD -MP -MF ".deps/prom.Tpo" -c -o prom.o prom.cc; \ then mv -f ".deps/prom.Tpo" ".deps/prom.Po"; else rm -f ".deps/prom.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT prommem.o -MD -MP -MF ".deps/prommem.Tpo" -c -o prommem.o prommem.cc; \ then mv -f ".deps/prommem.Tpo" ".deps/prommem.Po"; else rm -f ".deps/prommem.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT fcode.o -MD -MP -MF ".deps/fcode.Tpo" -c -o fcode.o fcode.cc; \ then mv -f ".deps/fcode.Tpo" ".deps/fcode.Po"; else rm -f ".deps/fcode.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT forth.o -MD -MP -MF ".deps/forth.Tpo" -c -o forth.o forth.cc; \ then mv -f ".deps/forth.Tpo" ".deps/forth.Po"; else rm -f ".deps/forth.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT forthtable.o -MD -MP -MF ".deps/forthtable.Tpo" -c -o forthtable.o forthtable.cc; \ then mv -f ".deps/forthtable.Tpo" ".deps/forthtable.Po"; else rm -f ".deps/forthtable.Tpo"; exit 1; fi prommem.cc: In function ‘bool prom_get_string(String&, uint32)’: prommem.cc:45: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) prommem.cc:45: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) prommem.cc: In function ‘uint32 prom_allocate_mem(uint32, uint32, uint32)’: prommem.cc:152: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) prommem.cc:152: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) prommem.cc:155: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) prommem.cc:155: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) prommem.cc: In function ‘uint32 prom_mem_malloc(uint32)’: prommem.cc:221: warning: unused variable ‘block’ prommem.cc: In function ‘bool prom_mem_init()’: prommem.cc:307: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) prommem.cc:307: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) prommem.cc:318: warning: large integer implicitly truncated to unsigned type prommem.cc:336: warning: large integer implicitly truncated to unsigned type prommem.cc:336: warning: large integer implicitly truncated to unsigned type prommem.cc:336: warning: large integer implicitly truncated to unsigned type prommem.cc:336: warning: large integer implicitly truncated to unsigned type prommem.cc:336: warning: large integer implicitly truncated to unsigned type prom.cc: In function ‘void prom_init()’: prom.cc:81: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result forthtable.cc:388: warning: deprecated conversion from string constant to ‘char*’ forthtable.cc:397: warning: deprecated conversion from string constant to ‘char*’ forthtable.cc:358: warning: ‘forth_aliases’ defined but not used forthtable.cc:394: warning: ‘forth_prepend’ defined but not used if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT promboot.o -MD -MP -MF ".deps/promboot.Tpo" -c -o promboot.o promboot.cc; \ then mv -f ".deps/promboot.Tpo" ".deps/promboot.Po"; else rm -f ".deps/promboot.Tpo"; exit 1; fi forth.cc: In member function ‘String& ForthVM::getToken(const String&)’: forth.cc:211: warning: no return statement in function returning non-void forth.cc: In member function ‘virtual uint32 ForthVar::getExecToken(ForthVM&)’: forth.cc:542: warning: no return statement in function returning non-void if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT promosi.o -MD -MP -MF ".deps/promosi.Tpo" -c -o promosi.o promosi.cc; \ then mv -f ".deps/promosi.Tpo" ".deps/promosi.Po"; else rm -f ".deps/promosi.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT promdt.o -MD -MP -MF ".deps/promdt.Tpo" -c -o promdt.o promdt.cc; \ then mv -f ".deps/promdt.Tpo" ".deps/promdt.Po"; else rm -f ".deps/promdt.Tpo"; exit 1; fi promboot.cc:238: warning: ‘typedef’ was ignored in this declaration promboot.cc:254: warning: ‘packed’ attribute ignored for field of type ‘byte [8]’ promboot.cc: In function ‘bool init_page_create(uint32, uint32)’: promboot.cc:285: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) promboot.cc:285: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) promboot.cc: In function ‘bool mapped_load_elf(File&)’: promboot.cc:390: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) promboot.cc:390: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) promboot.cc: In function ‘void read_partitions(Container&, bool)’: promboot.cc:1004: warning: deprecated conversion from string constant to ‘char*’ promboot.cc:1004: warning: deprecated conversion from string constant to ‘char*’ promboot.cc:1004: warning: deprecated conversion from string constant to ‘char*’ promboot.cc:1004: warning: deprecated conversion from string constant to ‘char*’ promosi.cc: In function ‘void prom_service_nextprop(prom_args*)’: promosi.cc:202: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc:202: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc: In function ‘void prom_service_setprop(prom_args*)’: promosi.cc:226: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc:226: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc: In function ‘void prom_service_canon(prom_args*)’: promosi.cc:271: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc:271: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc: In function ‘void prom_service_instance_to_path(prom_args*)’: promosi.cc:290: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc:290: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc: In function ‘void prom_service_package_to_path(prom_args*)’: promosi.cc:310: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc:310: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc: In function ‘void prom_service_call_method(prom_args*)’: promosi.cc:350: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc:350: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In member function ‘virtual void PromInstanceATY::callMethod(const char*, prom_args*)’: promdt.cc:400: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:400: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In member function ‘virtual uint32 PromInstanceATY::write(uint32, int)’: promdt.cc:463: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:463: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In member function ‘virtual uint32 PromInstanceKBD::read(uint32, int)’: promdt.cc:496: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:496: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc: In function ‘void call_prom_osi()’: promosi.cc:631: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc:631: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In member function ‘virtual void PromInstanceMMU::callMethod(const char*, prom_args*)’: promdt.cc:576: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41)promosi.cc:666: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promosi.cc:666: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:576: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:605: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) promdt.cc:605: warning: ‘bool ppc_prom_page_create(uint32, uint32)’ is deprecated (declared at ../../cpu/mem.h:42) promdt.cc: In member function ‘virtual PromInstance* PromNodeDisk::createInstance(const String&)’: promdt.cc:712: warning: comparison between signed and unsigned integer expressions promdt.cc: In member function ‘virtual uint32 PromInstanceDiskFile::read(uint32, int)’: promdt.cc:794: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:794: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In member function ‘virtual uint32 PromInstanceDiskPart::read(uint32, int)’: promdt.cc:859: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:859: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In member function ‘virtual uint32 PromPropLink::getValue(uint32, uint32)’: promdt.cc:899: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:899: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In member function ‘virtual uint32 PromPropInt::getValue(uint32, uint32)’: promdt.cc:926: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:926: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In member function ‘virtual uint32 PromPropMemory::getValue(uint32, uint32)’: promdt.cc:959: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:959: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In member function ‘virtual uint32 PromPropMemory::setValue(uint32, uint32)’: promdt.cc:972: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:972: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In member function ‘virtual uint32 PromPropString::getValue(uint32, uint32)’: promdt.cc:1009: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc:1009: warning: ‘bool ppc_prom_effective_to_physical(uint32&, uint32)’ is deprecated (declared at ../../cpu/mem.h:41) promdt.cc: In function ‘void prom_init_device_tree()’: promdt.cc:1633: warning: large integer implicitly truncated to unsigned type promdt.cc:1633: warning: large integer implicitly truncated to unsigned type forth.cc: In constructor ‘ForthWordAlias::ForthWordAlias(const char*, int, ...)’: forth.cc:445: warning: ‘ap’ may be used uninitialized in this function forth.cc: In constructor ‘ForthWordAlias::ForthWordAlias(const char*, int, ...)’: forth.cc:445: warning: ‘ap’ may be used uninitialized in this function rm -f libprom.a /usr/bin/ar cru libprom.a prom.o prommem.o fcode.o forth.o forthtable.o promboot.o promosi.o promdt.o x86_64-pc-linux-gnu-ranlib libprom.a gmake[5]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom' gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/prom' Making all in graphic gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/graphic' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT gcard.o -MD -MP -MF ".deps/gcard.Tpo" -c -o gcard.o gcard.cc; \ then mv -f ".deps/gcard.Tpo" ".deps/gcard.Po"; else rm -f ".deps/gcard.Tpo"; exit 1; fi rm -f libgraphic.a /usr/bin/ar cru libgraphic.a gcard.o x86_64-pc-linux-gnu-ranlib libgraphic.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/graphic' Making all in pic gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/pic' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT pic.o -MD -MP -MF ".deps/pic.Tpo" -c -o pic.o pic.cc; \ then mv -f ".deps/pic.Tpo" ".deps/pic.Po"; else rm -f ".deps/pic.Tpo"; exit 1; fi rm -f libpic.a /usr/bin/ar cru libpic.a pic.o x86_64-pc-linux-gnu-ranlib libpic.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/pic' Making all in cuda gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/cuda' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT cuda.o -MD -MP -MF ".deps/cuda.Tpo" -c -o cuda.o cuda.cc; \ then mv -f ".deps/cuda.Tpo" ".deps/cuda.Po"; else rm -f ".deps/cuda.Tpo"; exit 1; fi rm -f libcuda.a /usr/bin/ar cru libcuda.a cuda.o x86_64-pc-linux-gnu-ranlib libcuda.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/cuda' Making all in pci gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/pci' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT pci.o -MD -MP -MF ".deps/pci.Tpo" -c -o pci.o pci.cc; \ then mv -f ".deps/pci.Tpo" ".deps/pci.Po"; else rm -f ".deps/pci.Tpo"; exit 1; fi pci.cc: In member function ‘virtual void PCI_Device::readConfig(uint)’: pci.cc:192: warning: dereferencing type-punned pointer will break strict-aliasing rules pci.cc: In member function ‘virtual void PCI_Device::writeConfig(uint, int, int)’: pci.cc:227: warning: dereferencing type-punned pointer will break strict-aliasing rules pci.cc: In function ‘void pci_write(uint32, uint32, int)’: pci.cc:360: warning: dereferencing type-punned pointer will break strict-aliasing rules pci.cc: In function ‘void pci_read(uint32, uint32&, int)’: pci.cc:421: warning: dereferencing type-punned pointer will break strict-aliasing rules rm -f libpci.a /usr/bin/ar cru libpci.a pci.o x86_64-pc-linux-gnu-ranlib libpci.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/pci' Making all in ide gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/ide' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ide.o -MD -MP -MF ".deps/ide.Tpo" -c -o ide.o ide.cc; \ then mv -f ".deps/ide.Tpo" ".deps/ide.Po"; else rm -f ".deps/ide.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT idedevice.o -MD -MP -MF ".deps/idedevice.Tpo" -c -o idedevice.o idedevice.cc; \ then mv -f ".deps/idedevice.Tpo" ".deps/idedevice.Po"; else rm -f ".deps/idedevice.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ata.o -MD -MP -MF ".deps/ata.Tpo" -c -o ata.o ata.cc; \ then mv -f ".deps/ata.Tpo" ".deps/ata.Po"; else rm -f ".deps/ata.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT cd.o -MD -MP -MF ".deps/cd.Tpo" -c -o cd.o cd.cc; \ then mv -f ".deps/cd.Tpo" ".deps/cd.Po"; else rm -f ".deps/cd.Tpo"; exit 1; fi ide.cc: In member function ‘void IDE_Controller::receive_atapi_packet()’: ide.cc:758: warning: large integer implicitly truncated to unsigned type ide.cc:891: warning: large integer implicitly truncated to unsigned type ide.cc:895: warning: large integer implicitly truncated to unsigned type ide.cc:897: warning: large integer implicitly truncated to unsigned type ide.cc:986: warning: unused variable ‘polled’ ide.cc:987: warning: unused variable ‘request’ ide.cc:988: warning: unused variable ‘len’ ide.cc:989: warning: unused variable ‘control’ ide.cc:1010: warning: unused variable ‘dap’ ide.cc: In member function ‘void IDE_Controller::ide_write_reg(uint32, uint32, int)’: ide.cc:1362: warning: dereferencing type-punned pointer will break strict-aliasing rules ide.cc:1395: warning: dereferencing type-punned pointer will break strict-aliasing rules ide.cc: In member function ‘void IDE_Controller::ide_read_reg(uint32, uint32&, int)’: ide.cc:1752: warning: dereferencing type-punned pointer will break strict-aliasing rules ide.cc:1821: warning: dereferencing type-punned pointer will break strict-aliasing rules cd.cc: In member function ‘virtual int CDROMDeviceSCSI::getConfig(byte*, int, byte, int)’: cd.cc:823: warning: suggest parentheses around arithmetic in operand of ‘|’ cd.cc: In member function ‘virtual int CDROMDeviceSCSI::readDVDStructure(byte*, int, uint8, uint32, uint8, uint8, uint8, uint8)’: cd.cc:848: warning: suggest parentheses around arithmetic in operand of ‘|’ rm -f libide.a /usr/bin/ar cru libide.a ide.o idedevice.o ata.o cd.o x86_64-pc-linux-gnu-ranlib libide.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/ide' Making all in macio gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/macio' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT macio.o -MD -MP -MF ".deps/macio.Tpo" -c -o macio.o macio.cc; \ then mv -f ".deps/macio.Tpo" ".deps/macio.Po"; else rm -f ".deps/macio.Tpo"; exit 1; fi rm -f libmacio.a /usr/bin/ar cru libmacio.a macio.o x86_64-pc-linux-gnu-ranlib libmacio.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/macio' Making all in nvram gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/nvram' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT nvram.o -MD -MP -MF ".deps/nvram.Tpo" -c -o nvram.o nvram.cc; \ then mv -f ".deps/nvram.Tpo" ".deps/nvram.Po"; else rm -f ".deps/nvram.Tpo"; exit 1; fi nvram.cc: In function ‘void nvram_write(uint32, uint32, int)’: nvram.cc:56: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result nvram.cc: In function ‘void nvram_read(uint32, uint32&, int)’: nvram.cc:70: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result rm -f libnvram.a /usr/bin/ar cru libnvram.a nvram.o x86_64-pc-linux-gnu-ranlib libnvram.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/nvram' Making all in usb gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/usb' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT usb.o -MD -MP -MF ".deps/usb.Tpo" -c -o usb.o usb.cc; \ then mv -f ".deps/usb.Tpo" ".deps/usb.Po"; else rm -f ".deps/usb.Tpo"; exit 1; fi usb.cc:43: warning: ‘packed’ attribute ignored for field of type ‘uint8 [116]’ usb.cc: In function ‘const char* hc_regname(uint32)’: usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc:164: warning: deprecated conversion from string constant to ‘char*’ usb.cc: In member function ‘virtual bool PCI_USB::writeDeviceMem(uint, uint32, uint32, uint)’: usb.cc:396: warning: suggest parentheses around arithmetic in operand of ‘|’ rm -f libusb.a /usr/bin/ar cru libusb.a usb.o x86_64-pc-linux-gnu-ranlib libusb.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io/usb' gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT io.o -MD -MP -MF ".deps/io.Tpo" -c -o io.o io.cc; \ then mv -f ".deps/io.Tpo" ".deps/io.Po"; else rm -f ".deps/io.Tpo"; exit 1; fi rm -f libio.a /usr/bin/ar cru libio.a io.o x86_64-pc-linux-gnu-ranlib libio.a gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io' gmake[3]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/io' Making all in system gmake[3]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system' Making all in arch gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/arch' Making all in generic gmake[5]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/arch/generic' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT sysvaccel.o -MD -MP -MF ".deps/sysvaccel.Tpo" -c -o sysvaccel.o sysvaccel.cc; \ then mv -f ".deps/sysvaccel.Tpo" ".deps/sysvaccel.Po"; else rm -f ".deps/sysvaccel.Tpo"; exit 1; fi rm -f libsarch.a /usr/bin/ar cru libsarch.a sysvaccel.o x86_64-pc-linux-gnu-ranlib libsarch.a gmake[5]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/arch/generic' gmake[5]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/arch' gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/arch' gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/arch' Making all in osapi gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/osapi' Making all in posix gmake[5]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/osapi/posix' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT sysclipboard.o -MD -MP -MF ".deps/sysclipboard.Tpo" -c -o sysclipboard.o sysclipboard.cc; \ then mv -f ".deps/sysclipboard.Tpo" ".deps/sysclipboard.Po"; else rm -f ".deps/sysclipboard.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT sysfile.o -MD -MP -MF ".deps/sysfile.Tpo" -c -o sysfile.o sysfile.cc; \ then mv -f ".deps/sysfile.Tpo" ".deps/sysfile.Po"; else rm -f ".deps/sysfile.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT sysinit.o -MD -MP -MF ".deps/sysinit.Tpo" -c -o sysinit.o sysinit.cc; \ then mv -f ".deps/sysinit.Tpo" ".deps/sysinit.Po"; else rm -f ".deps/sysinit.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT sysethtun.o -MD -MP -MF ".deps/sysethtun.Tpo" -c -o sysethtun.o sysethtun.cc; \ then mv -f ".deps/sysethtun.Tpo" ".deps/sysethtun.Po"; else rm -f ".deps/sysethtun.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT systhread.o -MD -MP -MF ".deps/systhread.Tpo" -c -o systhread.o systhread.cc; \ then mv -f ".deps/systhread.Tpo" ".deps/systhread.Po"; else rm -f ".deps/systhread.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT systimer.o -MD -MP -MF ".deps/systimer.Tpo" -c -o systimer.o systimer.cc; \ then mv -f ".deps/systimer.Tpo" ".deps/systimer.Po"; else rm -f ".deps/systimer.Tpo"; exit 1; fi sysclipboard.cc:23: warning: ‘bool open_clipboard()’ defined but not used sysclipboard.cc:28: warning: ‘void close_clipboard()’ defined but not used systimer.cc:36:7: warning: "USE_POSIX_SETITIMER" is not defined sysethtun.cc: In member function ‘virtual int UnixEthTunDevice::execIFConfigScript(const char*, const char*)’: sysethtun.cc:146: warning: missing sentinel in function call if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT syscdrom.o -MD -MP -MF ".deps/syscdrom.Tpo" -c -o syscdrom.o syscdrom.cc; \ then mv -f ".deps/syscdrom.Tpo" ".deps/syscdrom.Po"; else rm -f ".deps/syscdrom.Tpo"; exit 1; fi rm -f libsosapi.a /usr/bin/ar cru libsosapi.a sysclipboard.o sysfile.o sysinit.o sysethtun.o systhread.o systimer.o syscdrom.o x86_64-pc-linux-gnu-ranlib libsosapi.a gmake[5]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/osapi/posix' gmake[5]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/osapi' gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/osapi' gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/osapi' Making all in ui gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/ui' Making all in sdl gmake[5]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/ui/sdl' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT gui.o -MD -MP -MF ".deps/gui.Tpo" -c -o gui.o gui.cc; \ then mv -f ".deps/gui.Tpo" ".deps/gui.Po"; else rm -f ".deps/gui.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT sysdisplay.o -MD -MP -MF ".deps/sysdisplay.Tpo" -c -o sysdisplay.o sysdisplay.cc; \ then mv -f ".deps/sysdisplay.Tpo" ".deps/sysdisplay.Po"; else rm -f ".deps/sysdisplay.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT syskeyboard.o -MD -MP -MF ".deps/syskeyboard.Tpo" -c -o syskeyboard.o syskeyboard.cc; \ then mv -f ".deps/syskeyboard.Tpo" ".deps/syskeyboard.Po"; else rm -f ".deps/syskeyboard.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT sysmouse.o -MD -MP -MF ".deps/sysmouse.Tpo" -c -o sysmouse.o sysmouse.cc; \ then mv -f ".deps/sysmouse.Tpo" ".deps/sysmouse.Po"; else rm -f ".deps/sysmouse.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I ../../.. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT syssdl.o -MD -MP -MF ".deps/syssdl.Tpo" -c -o syssdl.o syssdl.cc; \ then mv -f ".deps/syssdl.Tpo" ".deps/syssdl.Po"; else rm -f ".deps/syssdl.Tpo"; exit 1; fi rm -f libui.a /usr/bin/ar cru libui.a gui.o sysdisplay.o syskeyboard.o sysmouse.o syssdl.o x86_64-pc-linux-gnu-ranlib libui.a gmake[5]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/ui/sdl' gmake[5]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/ui' gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/ui' gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system/ui' gmake[4]: Entering directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system' if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT display.o -MD -MP -MF ".deps/display.Tpo" -c -o display.o display.cc; \ then mv -f ".deps/display.Tpo" ".deps/display.Po"; else rm -f ".deps/display.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT sysexcept.o -MD -MP -MF ".deps/sysexcept.Tpo" -c -o sysexcept.o sysexcept.cc; \ then mv -f ".deps/sysexcept.Tpo" ".deps/sysexcept.Po"; else rm -f ".deps/sysexcept.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT sys.o -MD -MP -MF ".deps/sys.Tpo" -c -o sys.o sys.cc; \ then mv -f ".deps/sys.Tpo" ".deps/sys.Po"; else rm -f ".deps/sys.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT file.o -MD -MP -MF ".deps/file.Tpo" -c -o file.o file.cc; \ then mv -f ".deps/file.Tpo" ".deps/file.Po"; else rm -f ".deps/file.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT vt100.o -MD -MP -MF ".deps/vt100.Tpo" -c -o vt100.o vt100.cc; \ then mv -f ".deps/vt100.Tpo" ".deps/vt100.Po"; else rm -f ".deps/vt100.Tpo"; exit 1; fi if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I .. -march=nocona -O2 -pipe -Wundef -Wall -Woverloaded-virtual -fsigned-char -fomit-frame-pointer -g -fno-inline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT font.o -MD -MP -MF ".deps/font.Tpo" -c -o font.o font.cc; \ then mv -f ".deps/font.Tpo" ".deps/font.Po"; else rm -f ".deps/font.Tpo"; exit 1; fi file.cc: In function ‘int sys_basename(char*, const char*)’: file.cc:130: error: invalid conversion from ‘const char*’ to ‘char*’ file.cc:131: error: invalid conversion from ‘const char*’ to ‘char*’ file.cc: In function ‘int sys_dirname(char*, const char*)’: file.cc:146: error: invalid conversion from ‘const char*’ to ‘char*’ file.cc:147: error: invalid conversion from ‘const char*’ to ‘char*’ file.cc: In function ‘char* sys_filename_suffix(const char*)’: file.cc:274: error: invalid conversion from ‘const char*’ to ‘char*’ gmake[4]: *** [file.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... font.cc:26: warning: ‘packed’ attribute ignored for field of type ‘byte [4]’ font.cc:27: warning: ‘packed’ attribute ignored for field of type ‘byte’ font.cc:28: warning: ‘packed’ attribute ignored for field of type ‘byte’ font.cc:29: warning: ‘packed’ attribute ignored for field of type ‘byte [11]’ gmake[4]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src/system' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/var/tmp/portage/app-emulation/pearpc-0.4/work/pearpc-0.4' make: *** [all] Error 2 * * ERROR: app-emulation/pearpc-0.4 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3703: Called die * The specific snippet of code: * emake || die "emake failed"; * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-emulation/pearpc-0.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-emulation/pearpc-0.4/temp/environment'. *