* Package: app-editors/hteditor-2.1.0  * Repository: gentoo  * Maintainer: radhermit@gentoo.org  * Upstream: https://sourceforge.net/tracker/?group_id=1066  * USE: X abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU  * FEATURES: ccache preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking ht-2.1.0.tar.bz2 to /var/tmp/portage/app-editors/hteditor-2.1.0/work >>> Source unpacked in /var/tmp/portage/app-editors/hteditor-2.1.0/work >>> Preparing source in /var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0 ... * econf: updating ht-2.1.0/config.guess with /usr/share/gnuconfig/config.guess * econf: updating ht-2.1.0/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --enable-x11-textmode --enable-maintainermode configure: loading site script /usr/share/config.site 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/lib/portage/python2.7/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes *** LINUX, building POSIX version. we need (n)curses. 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 whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by /usr/bin/gmake... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for ar... /usr/bin/ar checking for gar... (cached) /usr/bin/ar checking whether to use the included lzo compression library... no checking for lzo1x_1_compress in -llzo2... yes checking lzo/lzo1x.h usability... yes checking lzo/lzo1x.h presence... yes checking for lzo/lzo1x.h... yes checking for XOpenDisplay in -lX11... yes checking for ANSI C header files... no checking stdlib.h usability... yes checking stdlib.h presence... yes checking for stdlib.h... yes checking string.h usability... yes checking string.h presence... yes checking for string.h... yes checking stdint.h usability... yes checking stdint.h presence... yes checking for stdint.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for an ANSI C-conforming const... yes checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long int... 8 checking for asinh... no checking for acosh... no checking for atanh... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating analyser/Makefile config.status: creating asm/Makefile config.status: creating doc/Makefile config.status: creating eval/Makefile config.status: creating info/Makefile config.status: creating io/Makefile config.status: creating io/posix/Makefile config.status: creating io/win32/Makefile config.status: creating minilzo/Makefile config.status: creating output/Makefile config.status: creating tools/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands ./configure successful. ===================== Configuration summary ===================== X11 textmode support available: yes enable profiling: no make a release build: yes using included minilzo: no >>> Source configured. >>> Compiling source in /var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0 ... make -j4 -l2.0 AR=x86_64-pc-linux-gnu-ar 'CFLAGS=-O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector' 'CXXFLAGS=-O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector' /usr/bin/gmake all-recursive gmake[1]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0' Making all in tools gmake[2]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/tools' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o bin2c.o bin2c.c x86_64-pc-linux-gnu-gcc -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -Wl,-O1 -Wl,--as-needed -o bin2c bin2c.o gmake[2]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/tools' Making all in analyser gmake[2]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/analyser' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o analy.o analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o analy_alpha.o analy_alpha.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o analy_names.o analy_names.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o analy_x86.o analy_x86.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o code_analy.o code_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o data_analy.o data_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o language.o language.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o pe_analy.o pe_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o stddata.o stddata.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o elf_analy.o elf_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o analy_register.o analy_register.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o coff_analy.o coff_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o analy_java.o analy_java.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o class_analy.o class_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o ne_analy.o ne_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o analy_il.o analy_il.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o le_analy.o le_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o analy_ppc.o analy_ppc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o macho_analy.o macho_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o flt_analy.o flt_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o xbe_analy.o xbe_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o pef_analy.o pef_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o analy_arm.o analy_arm.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o xex_analy.o xex_analy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../asm -I../io/posix -I../io -I../output -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o analy_avr.o analy_avr.cc rm -f libanalyser.a x86_64-pc-linux-gnu-ar cru libanalyser.a analy.o analy_alpha.o analy_names.o analy_x86.o code_analy.o data_analy.o language.o pe_analy.o stddata.o elf_analy.o analy_register.o coff_analy.o analy_java.o class_analy.o ne_analy.o analy_il.o le_analy.o analy_ppc.o macho_analy.o flt_analy.o xbe_analy.o pef_analy.o analy_arm.o xex_analy.o analy_avr.o x86_64-pc-linux-gnu-ranlib libanalyser.a gmake[2]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/analyser' Making all in asm gmake[2]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/asm' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o alphadis.o alphadis.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o alphaopc.o alphaopc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o asm.o asm.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o x86asm.o x86asm.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o x86dis.o x86dis.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o x86opc.o x86opc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o javadis.o javadis.cc x86dis.cc: In member function ‘virtual void x86dis::str_op(char*, int*, x86dis_insn*, x86_insn_op*, bool)’: x86dis.cc:1221:39: warning: format not a string literal and no format arguments [-Wformat-security] sprintf(opstr, x86_regs[j][op->reg]); ^ x86dis.cc:1223:41: warning: format not a string literal and no format arguments [-Wformat-security] sprintf(opstr, x86_64regs[j][op->reg]); ^ x86dis.cc:1229:36: warning: format not a string literal and no format arguments [-Wformat-security] sprintf(opstr, x86_segs[op->seg]); ^ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o javaopc.o javaopc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o ildis.o ildis.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o ilopc.o ilopc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o ppcopc.o ppcopc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o ppcdis.o ppcdis.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o armdis.o armdis.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o arm-dis.o arm-dis.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o avrdis.o avrdis.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o avropc.o avropc.cc rm -f libasm.a x86_64-pc-linux-gnu-ar cru libasm.a alphadis.o alphaopc.o asm.o x86asm.o x86dis.o x86opc.o javadis.o javaopc.o ildis.o ilopc.o ppcopc.o ppcdis.o armdis.o arm-dis.o avrdis.o avropc.o x86_64-pc-linux-gnu-ranlib libasm.a gmake[2]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/asm' Making all in doc gmake[2]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/doc' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/doc' Making all in info gmake[2]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/info' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../io/posix -I../io -I../eval -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o infoview.o infoview.cc rm -f libinfo.a x86_64-pc-linux-gnu-ar cru libinfo.a infoview.o x86_64-pc-linux-gnu-ranlib libinfo.a gmake[2]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/info' Making all in io gmake[2]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/io' Making all in posix gmake[3]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/io/posix' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o event.o event.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o sysfile.o sysfile.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o sysdisplay.o sysdisplay.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o syskeyb.o syskeyb.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o sysinit.o sysinit.cc sysinit.cc: In function ‘bool init_system()’: sysinit.cc:42:18: warning: ignoring return value of ‘int setuid(__uid_t)’, declared with attribute warn_unused_result [-Wunused-result] setuid(getuid()); ^ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../io -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o sysclipboard.o sysclipboard.cc rm -f libhtio.a x86_64-pc-linux-gnu-ar cru libhtio.a event.o sysfile.o sysdisplay.o syskeyb.o sysinit.o sysclipboard.o x86_64-pc-linux-gnu-ranlib libhtio.a gmake[3]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/io/posix' gmake[3]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/io' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./posix -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o display.o display.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./posix -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o keyb.o keyb.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./posix -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o sys.o sys.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./posix -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o file.o file.cc rm -f libcomio.a x86_64-pc-linux-gnu-ar cru libcomio.a display.o keyb.o sys.o file.o x86_64-pc-linux-gnu-ranlib libcomio.a gmake[3]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/io' gmake[2]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/io' Making all in output gmake[2]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/output' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../analyser -I../asm -I../io/posix -I../io -I../output -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o out_html.o out_html.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../analyser -I../asm -I../io/posix -I../io -I../output -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o out.o out.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../analyser -I../asm -I../io/posix -I../io -I../output -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o out_ht.o out_ht.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../analyser -I../asm -I../io/posix -I../io -I../output -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o out_sym.o out_sym.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../analyser -I../asm -I../io/posix -I../io -I../output -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o out_txt.o out_txt.cc rm -f liboutput.a x86_64-pc-linux-gnu-ar cru liboutput.a out_html.o out.o out_ht.o out_sym.o out_txt.o x86_64-pc-linux-gnu-ranlib liboutput.a gmake[2]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/output' Making all in eval gmake[2]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/eval' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o evalparse.o evalparse.c x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o eval.o eval.cc x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o lex.o lex.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o evalx.o evalx.c rm -f libhteval.a x86_64-pc-linux-gnu-ar cru libhteval.a evalparse.o eval.o lex.o evalx.o x86_64-pc-linux-gnu-ranlib libhteval.a gmake[2]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0/eval' gmake[2]: Entering directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o atom.o atom.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o except.o except.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o data.o data.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o str.o str.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o strtools.o strtools.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o endianess.o endianess.cc tools/bin2c -Nhtinfo ./doc/hthelp.info htdoc.c htdoc.h x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o blockop.o blockop.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o cstream.o cstream.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o formats.o formats.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htanaly.o htanaly.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htapp.o htapp.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htcfg.o htcfg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htclipboard.o htclipboard.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htcoff.o htcoff.cc htapp.cc: In member function ‘virtual void* ht_project_listbox::getLast()’: htapp.cc:769:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void*)(project->count()); ^ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htcoffhd.o htcoffhd.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htctrl.o htctrl.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htdebug.o htdebug.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htdialog.o htdialog.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htelf.o htelf.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htelfhd.o htelfhd.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htelfimg.o htelfimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htelfphs.o htelfphs.cc htdialog.cc: In member function ‘virtual void* ht_history_listbox::getLast()’: htdialog.cc:462:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void*)(history->count()); ^ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htelfshs.o htelfshs.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htelfsym.o htelfsym.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htelfrel.o htelfrel.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htfinfo.o htfinfo.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htformat.o htformat.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o hthex.o hthex.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o hthist.o hthist.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htidle.o htidle.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htiobox.o htiobox.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htle.o htle.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htleent.o htleent.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htlehead.o htlehead.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htleimg.o htleimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htleobj.o htleobj.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htlepage.o htlepage.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htmenu.o htmenu.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htmz.o htmz.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htmzhead.o htmzhead.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htmzimg.o htmzimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htmzrel.o htmzrel.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htne.o htne.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htneent.o htneent.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htnehead.o htnehead.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htnenms.o htnenms.cc htne.cc: In member function ‘bool ht_ne::relocate(ht_reloc_file*)’: htne.cc:331:102: warning: large integer implicitly truncated to unsigned type [-Woverflow] if (!relocate_single(rf, i, seg_ofs + reloc.src_ofs, reloc.type, reloc.flags, 0xdead, 0xcafebabe)) return false; ^ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htneobj.o htneobj.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htnewexe.o htnewexe.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htobj.o htobj.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpal.o htpal.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpe.o htpe.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpedimp.o htpedimp.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpeexp.o htpeexp.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpehead.o htpehead.cc htpal.cc: In member function ‘virtual void palette_entry::strvalue(char*)’: htpal.cc:308:22: warning: format not a string literal and no format arguments [-Wformat-security] p += sprintf(p, text); ^ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpeimg.o htpeimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpeimp.o htpeimp.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htperes.o htperes.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpereloc.o htpereloc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htreg.o htreg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htsearch.o htsearch.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o httag.o httag.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o httree.o httree.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o main.o main.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o store.o store.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o stream.o stream.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o tools.o tools.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o vxd.o vxd.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o vxdserv.o vxdserv.cc x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o cplus-dem.o cplus-dem.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o regex.o regex.c x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o syntax.o syntax.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o textfile.o textfile.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o textedit.o textedit.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o classread.o classread.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o classview.o classview.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o httext.o httext.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o hteval.o hteval.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o relfile.o relfile.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htprocess.o htprocess.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o mfile.o mfile.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o elfstruc.o elfstruc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o pestruct.o pestruct.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o coff_s.o coff_s.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o mzstruct.o mzstruct.cc x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o defreg.o defreg.c x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htdisasm.o htdisasm.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htcoffimg.o htcoffimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o nestruct.o nestruct.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htneimg.o htneimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htneimp.o htneimp.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o cmds.o cmds.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o snprintf.o snprintf.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpeil.o htpeil.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o ilstruct.o ilstruct.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o log.o log.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o classimg.o classimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o vfs.o vfs.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o vfsview.o vfsview.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htlevxd.o htlevxd.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o lestruct.o lestruct.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htmacho.o htmacho.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htmachohd.o htmachohd.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o machostruc.o machostruc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htmachoimg.o htmachoimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o fltstruc.o fltstruc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htflt.o htflt.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htflthd.o htflthd.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htfltimg.o htfltimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o xbestruct.o xbestruct.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htxbehead.o htxbehead.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htxbe.o htxbe.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htxbeimg.o htxbeimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htxbeimp.o htxbeimp.cc htxbehead.cc: In function ‘ht_view* htxbeheader_init(Bounds*, File*, ht_format_group*)’: htxbehead.cc:270:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] name = (char *)xbe_shared->sections.sections[i].section_name_address; ^ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o pefstruc.o pefstruc.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpef.o htpef.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpefhd.o htpefhd.cc htxbe.cc: In function ‘bool xbe_section_name_to_section(xbe_section_headers*, const char*, int*)’: htxbe.cc:300:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (ht_strncmp(name, (char *)s->section_name_address, slen) == 0) { ^ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpefimg.o htpefimg.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htpefimp.o htpefimp.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htxex.o htxex.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htxexhead.o htxexhead.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o xexstruct.o xexstruct.cc x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o cp-demangle.o cp-demangle.c x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htxeximg.o htxeximg.cc x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./analyser -I./asm -I./info -I./io/posix -I./io -I./output -I./eval -I. -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -c -o htdoc.o htdoc.c main.cc: In function ‘void load_file(char*, uint)’: main.cc:116:25: warning: ignoring return value of ‘char* getcwd(char*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] getcwd(cwd, sizeof cwd); ^ x86_64-pc-linux-gnu-g++ -O2 -march=athlon64 -mtune=athlon64 -pipe -fstack-protector -L/usr/X11/lib -L/usr/X11R6/lib -Wl,-O1 -Wl,--as-needed -o ht atom.o except.o data.o str.o strtools.o endianess.o htdoc.o blockop.o cstream.o formats.o htanaly.o htapp.o htcfg.o htclipboard.o htcoff.o htcoffhd.o htctrl.o htdebug.o htdialog.o htelf.o htelfhd.o htelfimg.o htelfphs.o htelfshs.o htelfsym.o htelfrel.o htfinfo.o htformat.o hthex.o hthist.o htidle.o htiobox.o htle.o htleent.o htlehead.o htleimg.o htleobj.o htlepage.o htmenu.o htmz.o htmzhead.o htmzimg.o htmzrel.o htne.o htneent.o htnehead.o htnenms.o htneobj.o htnewexe.o htobj.o htpal.o htpe.o htpedimp.o htpeexp.o htpehead.o htpeimg.o htpeimp.o htperes.o htpereloc.o htreg.o htsearch.o httag.o httree.o main.o store.o stream.o tools.o vxd.o vxdserv.o cplus-dem.o regex.o syntax.o textfile.o textedit.o classread.o classview.o httext.o hteval.o relfile.o htprocess.o mfile.o elfstruc.o pestruct.o coff_s.o mzstruct.o defreg.o htdisasm.o htcoffimg.o nestruct.o htneimg.o htneimp.o cmds.o snprintf.o htpeil.o ilstruct.o log.o classimg.o vfs.o vfsview.o htlevxd.o lestruct.o htmacho.o htmachohd.o machostruc.o htmachoimg.o fltstruc.o htflt.o htflthd.o htfltimg.o xbestruct.o htxbehead.o htxbe.o htxbeimg.o htxbeimp.o pefstruc.o htpef.o htpefhd.o htpefimg.o htpefimp.o htxex.o htxexhead.o xexstruct.o cp-demangle.o htxeximg.o analyser/libanalyser.a asm/libasm.a info/libinfo.a io/posix/libhtio.a output/liboutput.a io/libcomio.a eval/libhteval.a -lX11 -lncurses -llzo2 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: io/posix/libhtio.a(sysdisplay.o): undefined reference to symbol 'meta' /lib64/libtinfo.so.5: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:554: recipe for target 'ht' failed gmake[2]: *** [ht] Error 1 gmake[2]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0' Makefile:723: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0' Makefile:457: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: app-editors/hteditor-2.1.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-editors/hteditor-2.1.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-editors/hteditor-2.1.0::gentoo'`. * The complete build log is located at '/var/tmp/portage/app-editors/hteditor-2.1.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-editors/hteditor-2.1.0/temp/environment'. * Working directory: '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0' * S: '/var/tmp/portage/app-editors/hteditor-2.1.0/work/ht-2.1.0'