>>> Unpacking source... >>> Unpacking raccess-0.7.tar.gz to /var/tmp/portage/net-misc/raccess-0.7/work * Applying raccess-0.7-asneeded.patch ...  [ ok ] >>> Source unpacked in /var/tmp/portage/net-misc/raccess-0.7/work >>> Compiling source in /var/tmp/portage/net-misc/raccess-0.7/work/raccess-0.7 ... * econf: updating raccess-0.7/config.sub with /usr/share/gnuconfig/config.sub * econf: updating raccess-0.7/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 --sysconfdir=/etc/raccess loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc -O2 -pipe -Wl,-O1) works... yes checking whether the C compiler (gcc -O2 -pipe -Wl,-O1) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for mawk... mawk checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for main in -lnsl... yes checking for main in -lsocket... no checking for main in -lresolv... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for unistd.h... yes checking for pcap.h... yes checking for working const... yes checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uid_t in sys/types.h... yes checking whether gcc needs -traditional... no checking for 8-bit clean memcmp... yes checking return type of signal handlers... void checking for vprintf... yes checking for gethostname... yes checking for select... yes checking for socket... yes checking for strstr... yes checking for strdup... yes checking for strerror... yes checking for strtoul... yes checking for strtol... yes checking struct ip contains ip_csum... no checking operating system... Linux 2.6.29-gentoo-r4 updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating queso/Makefile creating exploits/Makefile creating config.h make -j14 CC=i686-pc-linux-gnu-gcc make all-recursive make[1]: Entering directory `/var/tmp/portage/net-misc/raccess-0.7/work/raccess-0.7' Making all in src make[2]: Entering directory `/var/tmp/portage/net-misc/raccess-0.7/work/raccess-0.7/src' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DLOCATION_BIN_FILES=\"/usr/lib/raccess\" -DLOCATION_CONFIG_FILES=\"/etc/raccess\" -c main.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DLOCATION_BIN_FILES=\"/usr/lib/raccess\" -DLOCATION_CONFIG_FILES=\"/etc/raccess\" -c filehandle.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DLOCATION_BIN_FILES=\"/usr/lib/raccess\" -DLOCATION_CONFIG_FILES=\"/etc/raccess\" -c services_info.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DLOCATION_BIN_FILES=\"/usr/lib/raccess\" -DLOCATION_CONFIG_FILES=\"/etc/raccess\" -c scanhost.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DLOCATION_BIN_FILES=\"/usr/lib/raccess\" -DLOCATION_CONFIG_FILES=\"/etc/raccess\" -c detectos.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DLOCATION_BIN_FILES=\"/usr/lib/raccess\" -DLOCATION_CONFIG_FILES=\"/etc/raccess\" -c remote_attack_module.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DLOCATION_BIN_FILES=\"/usr/lib/raccess\" -DLOCATION_CONFIG_FILES=\"/etc/raccess\" -c lookfor.c filehandle.c: In function 'filequest': filehandle.c:23: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result main.c: In function 'info': main.c:52: warning: ignoring return value of 'system', declared with attribute warn_unused_result detectos.c: In function 'queso': detectos.c:17: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result detectos.c:22: warning: ignoring return value of 'read', declared with attribute warn_unused_result remote_attack_module.c: In function 'remote_attack': remote_attack_module.c:28: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result remote_attack_module.c:46: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result remote_attack_module.c:67: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result remote_attack_module.c: In function 'verify_software': remote_attack_module.c:110: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result remote_attack_module.c: In function 'prepare_exploit': remote_attack_module.c:173: warning: ignoring return value of 'fread', declared with attribute warn_unused_result remote_attack_module.c: In function 'run_exploit': remote_attack_module.c:210: warning: ignoring return value of 'fread', declared with attribute warn_unused_result remote_attack_module.c:224: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -o raccess filehandle.o main.o scanhost.o services_info.o detectos.o remote_attack_module.o lookfor.o -lm -lresolv -lnsl make[2]: Leaving directory `/var/tmp/portage/net-misc/raccess-0.7/work/raccess-0.7/src' Making all in queso make[2]: Entering directory `/var/tmp/portage/net-misc/raccess-0.7/work/raccess-0.7/queso' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DDFLT_CONFIG_FILE=\"/etc/raccess/queso.conf\" -c queso.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -DDFLT_CONFIG_FILE=\"/etc/raccess/queso.conf\" -c tcpip.c tcpip.c: In function 'init_route_tables': tcpip.c:397: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result tcpip.c:400: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result tcpip.c:409: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -o queso queso.o tcpip.o -lresolv -lnsl make[2]: Leaving directory `/var/tmp/portage/net-misc/raccess-0.7/work/raccess-0.7/queso' Making all in exploits make[2]: Entering directory `/var/tmp/portage/net-misc/raccess-0.7/work/raccess-0.7/exploits' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bero1.3.4a.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bero1.3.4b.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bero1.3.4c.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindb.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindc.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c binda.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindd.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c binde.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindf.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindg.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindh.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindj.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindi.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindk.c bindh.c: In function 'runshell': bindh.c:213: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindh.c: In function 'main': bindh.c:544: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long int' bindi.c: In function 'MultiplexConnection': bindi.c:129: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindi.c:130: warning: ignoring return value of 'write', declared with attribute warn_unused_result bero1.3.4b.c: In function 'main': bero1.3.4b.c:132: warning: format '%p' expects type 'void *', but argument 2 has type 'long unsigned int' bero1.3.4b.c:136: warning: format '%p' expects type 'void *', but argument 2 has type 'long unsigned int' bero1.3.4b.c:138: warning: format '%p' expects type 'void *', but argument 2 has type 'long unsigned int' bero1.3.4b.c: In function 'retloc_find': bero1.3.4b.c:282: warning: format '%p' expects type 'void **', but argument 3 has type 'long unsigned int *' bero1.3.4b.c:283: warning: format '%p' expects type 'void **', but argument 3 has type 'long unsigned int *' bero1.3.4b.c: In function 'shellami': bero1.3.4b.c:321: warning: ignoring return value of 'write', declared with attribute warn_unused_result bero1.3.4a.c: In function 'main': bero1.3.4a.c:132: warning: format '%p' expects type 'void *', but argument 2 has type 'long unsigned int' bero1.3.4a.c:136: warning: format '%p' expects type 'void *', but argument 2 has type 'long unsigned int' bero1.3.4a.c:138: warning: format '%p' expects type 'void *', but argument 2 has type 'long unsigned int' bero1.3.4a.c: In function 'retloc_find': bero1.3.4a.c:282: warning: format '%p' expects type 'void **', but argument 3 has type 'long unsigned int *' bero1.3.4a.c:283: warning: format '%p' expects type 'void **', but argument 3 has type 'long unsigned int *' bero1.3.4a.c: In function 'shellami': bero1.3.4a.c:321: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindl.c bindj.c: In function 'main': bindj.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindj.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindj.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindj.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindj.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindk.c: In function 'main': bindk.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindk.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindk.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindk.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindk.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindm.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindo.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindn.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindp.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindq.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindr.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c binds.c bero1.3.4c.c: In function 'main': bero1.3.4c.c:132: warning: format '%p' expects type 'void *', but argument 2 has type 'long unsigned int' bero1.3.4c.c:136: warning: format '%p' expects type 'void *', but argument 2 has type 'long unsigned int' bero1.3.4c.c:138: warning: format '%p' expects type 'void *', but argument 2 has type 'long unsigned int' bero1.3.4c.c: In function 'retloc_find': bero1.3.4c.c:282: warning: format '%p' expects type 'void **', but argument 3 has type 'long unsigned int *' bero1.3.4c.c:283: warning: format '%p' expects type 'void **', but argument 3 has type 'long unsigned int *' bero1.3.4c.c: In function 'shellami': bero1.3.4c.c:321: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindt.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindu.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindv.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindw.c bindf.c: In function 'check_data': bindf.c:495: warning: format '%08x' expects type 'unsigned int', but argument 2 has type 'u32' bindf.c:507: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindf.c:536: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindf.c: In function 'main': bindf.c:673: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindx.c bindl.c: In function 'main': bindl.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindl.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindl.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindl.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindl.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bindy.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c pro1.2.0a.c bindm.c: In function 'main': bindm.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindm.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindm.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindm.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindm.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c pro1.2.0b.c bindt.c: In function 'main': bindt.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindt.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindt.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindt.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindt.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindo.c: In function 'main': bindo.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindo.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindo.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindo.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindo.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindn.c: In function 'main': bindn.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindn.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindn.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindn.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindn.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c pro1.2.0c.c bindr.c: In function 'main': bindr.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindr.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindr.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindr.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindr.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindq.c: In function 'main': bindq.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindq.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindq.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindq.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindq.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result binds.c: In function 'main': binds.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result binds.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result binds.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result binds.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result binds.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c pro1.2.0d.c bindp.c: In function 'main': bindp.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindp.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindp.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindp.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindp.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindx.c: In function 'main': bindx.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindx.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindx.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindx.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindx.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c wu2.4.2a.c bindv.c: In function 'main': bindv.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindv.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindv.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindv.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindv.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindu.c: In function 'main': bindu.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindu.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindu.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindu.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindu.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c wu2.4.2b.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c wu2.5.0a.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c wu2.5.0b.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c wu2.5.0c.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c wu2.5.0d.c bindw.c: In function 'main': bindw.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindw.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindw.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindw.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindw.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0b.c: In function 'sends': pro1.2.0b.c:64: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0b.c: In function 'own3dshell': pro1.2.0b.c:97: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c wu2.5.0e.c pro1.2.0a.c: In function 'bind_portz': pro1.2.0a.c:107: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0a.c: In function 'shellz': pro1.2.0a.c:259: warning: ignoring return value of 'read', declared with attribute warn_unused_result pro1.2.0a.c:260: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0a.c: In function 'send_data': pro1.2.0a.c:276: warning: ignoring return value of 'write', declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c wu2.5.0f.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c wu2.5.0g.c pro1.2.0d.c: In function 'main': pro1.2.0d.c:79: warning: incompatible implicit declaration of built-in function 'strcpy' pro1.2.0d.c:89: warning: incompatible implicit declaration of built-in function 'strncpy' pro1.2.0d.c:101: warning: incompatible implicit declaration of built-in function 'bzero' pro1.2.0d.c:112: warning: incompatible implicit declaration of built-in function 'exit' pro1.2.0d.c:119: warning: incompatible implicit declaration of built-in function 'exit' pro1.2.0d.c:148: warning: incompatible implicit declaration of built-in function 'strncpy' pro1.2.0d.c:150: warning: incompatible implicit declaration of built-in function 'strlen' pro1.2.0d.c:184: warning: incompatible implicit declaration of built-in function 'strstr' pro1.2.0d.c: In function 'shell': pro1.2.0d.c:207: warning: incompatible implicit declaration of built-in function 'memset' pro1.2.0d.c:209: warning: incompatible implicit declaration of built-in function 'strlen' pro1.2.0d.c:214: warning: incompatible implicit declaration of built-in function 'memset' pro1.2.0d.c:218: warning: incompatible implicit declaration of built-in function 'exit' pro1.2.0d.c:224: warning: incompatible implicit declaration of built-in function 'exit' pro1.2.0d.c:208: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result pro1.2.0d.c: In function 'ftplogin': pro1.2.0d.c:235: warning: incompatible implicit declaration of built-in function 'memset' pro1.2.0d.c:237: warning: incompatible implicit declaration of built-in function 'strlen' pro1.2.0d.c: In function 'resolve': pro1.2.0d.c:267: warning: incompatible implicit declaration of built-in function 'exit' pro1.2.0d.c:269: warning: incompatible implicit declaration of built-in function 'memcpy' pro1.2.0d.c: In function 'usage': pro1.2.0d.c:277: warning: incompatible implicit declaration of built-in function 'exit' bindy.c: In function 'main': bindy.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindy.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindy.c:328: warning: ignoring return value of 'read', declared with attribute warn_unused_result bindy.c:335: warning: ignoring return value of 'write', declared with attribute warn_unused_result bindy.c:338: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0a.c:109: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here wu2.5.0a.c:769: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c wu2.6.0a.c make[2]: *** [wu2.5.0a.o] Error 1 make[2]: *** Waiting for unfinished jobs.... wu2.5.0c.c:109: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here wu2.5.0c.c:769: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here wu2.5.0d.c:109: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here wu2.5.0d.c:769: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here make[2]: *** [wu2.5.0d.o] Error 1 make[2]: *** [wu2.5.0c.o] Error 1 wu2.5.0b.c:109: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here wu2.5.0b.c:769: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here make[2]: *** [wu2.5.0b.o] Error 1 wu2.4.2a.c: In function 'main': wu2.4.2a.c:62: warning: incompatible implicit declaration of built-in function 'exit' wu2.4.2a.c:95: warning: incompatible implicit declaration of built-in function 'exit' wu2.4.2a.c:101: warning: incompatible implicit declaration of built-in function 'exit' wu2.4.2a.c: In function 'sh': wu2.4.2a.c:235: warning: incompatible implicit declaration of built-in function 'exit' wu2.4.2a.c:240: warning: incompatible implicit declaration of built-in function 'exit' wu2.4.2a.c:226: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result wu2.5.0e.c:109: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here wu2.5.0e.c:769: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here make[2]: *** [wu2.5.0e.o] Error 1 wu2.4.2b.c: In function 'send_recv': wu2.4.2b.c:95: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.4.2b.c: In function 'check_exploit': wu2.4.2b.c:136: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.4.2b.c: In function 'shellz': wu2.4.2b.c:165: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.4.2b.c:193: warning: ignoring return value of 'read', declared with attribute warn_unused_result wu2.4.2b.c:194: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c: In function 'ftptest': wu2.5.0f.c:94: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:95: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c: In function 'port': wu2.5.0f.c:161: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:163: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:183: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c: In function 'termio': wu2.5.0f.c:240: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:246: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c: In function 'main': wu2.5.0f.c:304: warning: ignoring return value of 'read', declared with attribute warn_unused_result wu2.5.0f.c:316: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:320: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:323: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:324: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:325: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:326: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:328: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:329: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:330: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0f.c:331: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0c.c: In function 'mkd': pro1.2.0c.c:225: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0c.c:228: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0c.c: In function 'put': pro1.2.0c.c:279: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0c.c:306: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0c.c:318: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0c.c: In function 'logintoftp': pro1.2.0c.c:342: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0c.c:353: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0c.c: In function 'sh': pro1.2.0c.c:372: warning: ignoring return value of 'write', declared with attribute warn_unused_result pro1.2.0c.c:383: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result pro1.2.0c.c:384: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.5.0g.c: In function 'surface_patterns': wu2.5.0g.c:287: warning: ignoring return value of 'read', declared with attribute warn_unused_result wu2.5.0g.c:288: warning: ignoring return value of 'write', declared with attribute warn_unused_result wu2.6.0a.c: In function 'main': wu2.6.0a.c:684: warning: format '%c' expects type 'int', but argument 6 has type 'long unsigned int' wu2.6.0a.c:684: warning: format '%c' expects type 'int', but argument 7 has type 'long unsigned int' wu2.6.0a.c:684: warning: format '%c' expects type 'int', but argument 8 has type 'long unsigned int' wu2.6.0a.c:684: warning: format '%c' expects type 'int', but argument 9 has type 'long unsigned int' wu2.6.0a.c:684: warning: format '%c' expects type 'int', but argument 6 has type 'long unsigned int' wu2.6.0a.c:684: warning: format '%c' expects type 'int', but argument 7 has type 'long unsigned int' wu2.6.0a.c:684: warning: format '%c' expects type 'int', but argument 8 has type 'long unsigned int' wu2.6.0a.c:684: warning: format '%c' expects type 'int', but argument 9 has type 'long unsigned int' wu2.6.0a.c:686: warning: format '%c' expects type 'int', but argument 6 has type 'long unsigned int' wu2.6.0a.c:686: warning: format '%c' expects type 'int', but argument 7 has type 'long unsigned int' wu2.6.0a.c:686: warning: format '%c' expects type 'int', but argument 8 has type 'long unsigned int' wu2.6.0a.c:686: warning: format '%c' expects type 'int', but argument 9 has type 'long unsigned int' wu2.6.0a.c:686: warning: format '%c' expects type 'int', but argument 6 has type 'long unsigned int' wu2.6.0a.c:686: warning: format '%c' expects type 'int', but argument 7 has type 'long unsigned int' wu2.6.0a.c:686: warning: format '%c' expects type 'int', but argument 8 has type 'long unsigned int' wu2.6.0a.c:686: warning: format '%c' expects type 'int', but argument 9 has type 'long unsigned int' wu2.6.0a.c:691: warning: format '%c' expects type 'int', but argument 6 has type 'long unsigned int' wu2.6.0a.c:691: warning: format '%c' expects type 'int', but argument 7 has type 'long unsigned int' wu2.6.0a.c:691: warning: format '%c' expects type 'int', but argument 8 has type 'long unsigned int' wu2.6.0a.c:691: warning: format '%c' expects type 'int', but argument 9 has type 'long unsigned int' wu2.6.0a.c:691: warning: format '%c' expects type 'int', but argument 6 has type 'long unsigned int' wu2.6.0a.c:691: warning: format '%c' expects type 'int', but argument 7 has type 'long unsigned int' wu2.6.0a.c:691: warning: format '%c' expects type 'int', but argument 8 has type 'long unsigned int' wu2.6.0a.c:691: warning: format '%c' expects type 'int', but argument 9 has type 'long unsigned int' wu2.6.0a.c:693: warning: format '%c' expects type 'int', but argument 6 has type 'long unsigned int' wu2.6.0a.c:693: warning: format '%c' expects type 'int', but argument 7 has type 'long unsigned int' wu2.6.0a.c:693: warning: format '%c' expects type 'int', but argument 8 has type 'long unsigned int' wu2.6.0a.c:693: warning: format '%c' expects type 'int', but argument 9 has type 'long unsigned int' wu2.6.0a.c:693: warning: format '%c' expects type 'int', but argument 6 has type 'long unsigned int' wu2.6.0a.c:693: warning: format '%c' expects type 'int', but argument 7 has type 'long unsigned int' wu2.6.0a.c:693: warning: format '%c' expects type 'int', but argument 8 has type 'long unsigned int' wu2.6.0a.c:693: warning: format '%c' expects type 'int', but argument 9 has type 'long unsigned int' make[2]: Leaving directory `/var/tmp/portage/net-misc/raccess-0.7/work/raccess-0.7/exploits' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-misc/raccess-0.7/work/raccess-0.7' make: *** [all-recursive-am] Error 2 * * ERROR: net-misc/raccess-0.7 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2363: Called die * The specific snippet of code: * emake CC="$(tc-getCC)" || 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/net-misc/raccess-0.7:20090603-153921.log'. * The ebuild environment file is located at '/var/tmp/portage/net-misc/raccess-0.7/temp/environment'. *