* Package: app-admin/qpage-3.3 * Repository: gentoo * Maintainer: chutzpah@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux tcpd userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox * Applying qpage-3.3-gentoo.patch ... [ ok ] * Applying qpage-3.3-fix-warning.patch ... [ ok ] creating cache ./config.cache checking if system type is SunOS/Solaris... no checking where to create lock files... not found configure: warning: please verify the DEFAULT_LOCKDIR value in config.h checking for gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler (x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) works... yes checking whether the C compiler (x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) is a cross-compiler... no checking whether we are using GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking whether make sets ${MAKE}... yes checking for cp... /bin/cp checking for rm... /bin/rm checking for chmod... /bin/chmod checking for mkdir... /bin/mkdir checking for sendmail... /usr/sbin/sendmail checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for the tcp_wrappers package... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for ioctl-types.h... no checking for fcntl.h... yes checking for unistd.h... yes checking for memory.h... yes checking for sys/mkdev.h... no checking for string.h... yes checking for syslog.h... yes checking for setjmp.h... yes checking for poll.h... yes checking for sys/poll.h... yes checking for sys/ioctl.h... yes checking for sys/select.h... yes checking for sys/modem.h... no checking for sys/digi.h... no checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking return type of signal handlers... void checking for size_t... yes checking for uid_t in sys/types.h... yes checking for st_rdev in struct stat... yes checking whether time.h and sys/time.h may both be included... yes checking for sys_siglist declaration in signal.h or unistd.h... yes checking for vprintf... yes checking for mktime... yes checking for memcpy... yes checking for vsyslog... yes checking for waitpid... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for uname... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h Now just type "make" to build QuickPage! x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -DTCP_WRAPPERS -c srvrsnpp.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -DTCP_WRAPPERS -c queue.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -DTCP_WRAPPERS -c config.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -DTCP_WRAPPERS -c ixo.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -DTCP_WRAPPERS -c ident.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -DTCP_WRAPPERS -c sendmail.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -DTCP_WRAPPERS -c qpage.c queue.c: In function 'write_page': queue.c:649:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat] queue.c: In function 'showqueue': queue.c:781:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat] queue.c: In function 'write_page': queue.c:555:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] srvrsnpp.c: In function 'become_daemon': srvrsnpp.c:1304:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] config.c: In function 'read_config_file': config.c:1303:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] srvrsnpp.c: In function 'accept_connection': srvrsnpp.c:1072:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -DTCP_WRAPPERS -c usersnpp.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -DTCP_WRAPPERS -c util.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -DTCP_WRAPPERS -c readmail.c util.c: In function 'get_user': util.c:814:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type '__uid_t' [-Wformat] util.c: In function 'lock_modem': util.c:1150:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type '__pid_t' [-Wformat] util.c:1167:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type '__pid_t' [-Wformat] util.c: In function 'drop_root_privileges': util.c:1291:4: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] util.c:1303:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] util.c:1311:6: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] util.c: In function 'lock_modem': util.c:1168:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] util.c:1187:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] /bin/rm -f qpage x86_64-pc-linux-gnu-gcc -o qpage qpage.o usersnpp.o srvrsnpp.o queue.o config.o util.o ixo.o ident.o readmail.o sendmail.o -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -lwrap -lnsl /bin/rm -f /var/tmp/portage/app-admin/qpage-3.3/image/usr/bin/qpage /bin/mkdir -p /var/tmp/portage/app-admin/qpage-3.3/image/usr/bin /bin/cp qpage /var/tmp/portage/app-admin/qpage-3.3/image/usr/bin /bin/rm -f /var/tmp/portage/app-admin/qpage-3.3/image/usr/share/man/man1/qpage.1 /bin/mkdir -p /var/tmp/portage/app-admin/qpage-3.3/image/usr/share/man/man1 /bin/cp qpage.man /var/tmp/portage/app-admin/qpage-3.3/image/usr/share/man/man1/qpage.1 !!! Cannot write to '/var/lock'.