>>> Unpacking source... >>> Unpacking localshell-1.3.1.tar.bz2 to /var/tmp/portage/app-shells/localshell-1.3.1/work >>> Source unpacked in /var/tmp/portage/app-shells/localshell-1.3.1/work >>> Compiling source in /var/tmp/portage/app-shells/localshell-1.3.1/work/localshell-1.3.1 ... * econf: updating localshell-1.3.1/config/config.sub with /usr/share/gnuconfig/config.sub * econf: updating localshell-1.3.1/config/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --bindir=/bin --sysconfdir=/etc configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-g++... gcc3 checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... no 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 for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3 checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... (cached) yes checking for ANSI C header files... (cached) no checking whether we are using the GNU C++ compiler... (cached) yes checking whether i686-pc-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of i686-pc-linux-gnu-g++... (cached) gcc3 checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E checking whether C++ has bool... yes checking whether C++ has buggy scoping in for-loops... yes checking whether user wants assertions... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether user wants warnings... no checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking for ANSI C header files... (cached) no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for inline... inline checking for size_t... yes checking type of array argument to getgroups... gid_t checking for getgroups... yes checking for working getgroups... yes checking for memset... yes checking for regcomp... yes checking for strdup... yes checking for strndup... yes checking for strstr... yes configure: creating ./config.status config.status: creating Makefile config.status: creating README config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make -j14 make all-recursive make[1]: Entering directory `/var/tmp/portage/app-shells/localshell-1.3.1/work/localshell-1.3.1' Making all in src make[2]: Entering directory `/var/tmp/portage/app-shells/localshell-1.3.1/work/localshell-1.3.1/src' echo "const char* CONFIGFILE = \"/etc/localshell.conf\";" >built-configfile.h make all-am make[3]: Entering directory `/var/tmp/portage/app-shells/localshell-1.3.1/work/localshell-1.3.1/src' i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT localshell.o -MD -MP -MF .deps/localshell.Tpo -c -o localshell.o localshell.cxx i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.cxx i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.cxx config.cxx: In function 'int parse_config_argument__entry(uid_t, gid_t, const char*, configuration&)': config.cxx:124: error: invalid conversion from 'const char*' to 'char*' make[3]: *** [config.o] Error 1 make[3]: *** Waiting for unfinished jobs.... localshell.cxx: In function 'int main(int, char**)': localshell.cxx:102: warning: format '%s' expects type 'char*', but argument 3 has type 'int' localshell.cxx:102: warning: too few arguments for format mv -f .deps/localshell.Tpo .deps/localshell.Po mv -f .deps/common.Tpo .deps/common.Po make[3]: Leaving directory `/var/tmp/portage/app-shells/localshell-1.3.1/work/localshell-1.3.1/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/app-shells/localshell-1.3.1/work/localshell-1.3.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/app-shells/localshell-1.3.1/work/localshell-1.3.1' make: *** [all] Error 2 * * ERROR: app-shells/localshell-1.3.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2494: 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/log/portage/app-shells/localshell-1.3.1:20090709-090551.log'. * The ebuild environment file is located at '/var/tmp/portage/app-shells/localshell-1.3.1/temp/environment'. *