>>> Unpacking source... >>> Unpacking vbs-1.4.0.tar.gz to /var/tmp/portage/sci-electronics/vbs-1.4.0/work * Applying vbs-1.4.0-gcc-4.1.patch ...  [ ok ] * Applying vbs-1.4.0-gcc-4.3.patch ...  [ ok ] >>> Source unpacked in /var/tmp/portage/sci-electronics/vbs-1.4.0/work >>> Compiling source in /var/tmp/portage/sci-electronics/vbs-1.4.0/work/vbs-1.4.0 ... ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking whether i686-pc-linux-gnu-gcc accepts -fPIC... yes checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E checking whether i686-pc-linux-gnu-g++ accepts -fPIC... yes checking whether i686-pc-linux-gnu-g++ needs -frepo... no 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 sstream usability... yes checking sstream presence... yes checking for sstream... yes checking for bzip2... bzip2 checking for a BSD-compatible install... /usr/bin/install -c checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking whether make sets ${MAKE}... yes checking for swig... swig checking libguile.h usability... yes checking libguile.h presence... yes checking for libguile.h... yes checking tcl.h usability... yes checking tcl.h presence... yes checking for tcl.h... yes checking for Tcl_Main in -ltcl... yes checking for Tcl_Main in -ltcl8... no checking for Tcl_Main in -ltcl8.2... no checking for perl... perl checking for bison... bison -y 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 unistd.h... (cached) yes checking for fork... yes checking for stat... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt... yes checking for getopt_long... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzopen in -lz... yes checking whether _HPUX_SOURCE is required for POSIX prototypes... no checking whether getopt is prototyped in unistd.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h Configure finished. Run one of the following commands: 'make vbs' ......... Compile VBS simulator 'make vbs-guile' ... Compile Guile script program 'make vbs.so' ...... Library for Perl scripting 'make libvbs.so' ... Library for TCL scripting make -j14 -j1 vbs echo "#define VERSION" \"1.4.0\" > version.h i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c ./swig/vbs_api.cc ./swig/vbs_api.cc: In function 'int vbs_read(char*)': ./swig/vbs_api.cc:216: warning: deprecated conversion from string constant to 'char*' bison -y -d -o vbs_yacc.c vbs.y i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c vbs_yacc.c flex -ovbs_lex.c vbs.l i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c vbs_lex.c vbs_lex.c: In function 'yylex': vbs.l:285: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result vbs.l: At top level: vbs_lex.c:2556: warning: 'yyunput' defined but not used vbs_lex.c:2597: warning: 'input' defined but not used i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c parser.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c vpi_user.c i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c ./common/debug.cc i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c ./common/bvector.cc i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c ./common/error.cc i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c ./common/hash.cc i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c ./common/sym_tab.cc i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -O2 -pipe -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c ./common/scp_tab.cc ./common/scp_tab.cc: In member function 'char* scope_table::find(int)': ./common/scp_tab.cc:55: warning: deprecated conversion from string constant to 'char*' ./common/scp_tab.cc: In member function 'char* scope_table::get_scope(const char*)': ./common/scp_tab.cc:151: error: invalid conversion from 'const char*' to 'char*' make: *** [scp_tab.o] Error 1 * * ERROR: sci-electronics/vbs-1.4.0 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2366: Called die * The specific snippet of code: * emake -j1 vbs || die "Compilation failed" * The die message: * Compilation failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/sci-electronics/vbs-1.4.0:20090706-102706.log'. * The ebuild environment file is located at '/var/tmp/portage/sci-electronics/vbs-1.4.0/temp/environment'. *