* Package: net-proxy/redsocks-0.5 * Repository: gentoo * Maintainer: mattst88@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox * Adding group 'redsocks' to your system ... * - Groupid: next available * Adding user 'redsocks' to your system ... * - Userid: 194 * - Shell: /sbin/nologin * - Home: /run/redsocks * - Groups: redsocks * - GECOS: added by portage for redsocks * - Creating /run/redsocks in / >>> Unpacking source... >>> Unpacking redsocks-0.5.tar.gz to /var/tmp/portage/net-proxy/redsocks-0.5/work >>> Source unpacked in /var/tmp/portage/net-proxy/redsocks-0.5/work >>> Preparing source in /var/tmp/portage/net-proxy/redsocks-0.5/work/redsocks-release-0.5 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-proxy/redsocks-0.5/work/redsocks-release-0.5 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-proxy/redsocks-0.5/work/redsocks-release-0.5 ... make -j1 mkdir -p gen touch gen/.build rm -f gen/version.c.tmp echo '/* this file is auto-generated during build */' > gen/version.c.tmp echo '#include "../version.h"' >> gen/version.c.tmp echo 'const char* redsocks_version = ' >> gen/version.c.tmp if [ -d .git ]; then \ echo '"redsocks.git/'`git describe --tags`'"'; \ if [ `git status --porcelain | grep -v -c '^??'` != 0 ]; then \ echo '"'"-unclean-$(date --rfc-3339=seconds | tr ' ' 'T')-${USER}@$(uname -n)"'"'; \ fi \ else \ echo '"redsocks/0.5"'; \ fi >> gen/version.c.tmp echo ';' >> gen/version.c.tmp mv -f gen/version.c.tmp gen/version.c gcc -MM parser.c main.c redsocks.c log.c http-connect.c socks4.c socks5.c http-relay.c base.c base64.c md5.c http-auth.c utils.c redudp.c dnstc.c gen/version.c 2>/dev/null >.depend || \ ( \ for I in http-auth.h redsocks.h libc-compat.h list.h parser.h version.h main.h log.h md5.h socks5.h base64.h redudp.h dnstc.h utils.h base.h libevent-compat.h; do \ export ${I//[-.]/_}_DEPS="`sed '/^\#[ \t]*include \?"\(.*\)".*/!d;s//\1/' $I`"; \ done; \ echo -n >.depend; \ for SRC in parser.c main.c redsocks.c log.c http-connect.c socks4.c socks5.c http-relay.c base.c base64.c md5.c http-auth.c utils.c redudp.c dnstc.c gen/version.c; do \ echo -n "${SRC%.c}.o: " >>.depend; \ export SRC_DEPS="`sed '/\#[ \t]*include \?"\(.*\)".*/!d;s//\1/' $SRC | sort`"; \ while true; do \ export SRC_DEPS_OLD="$SRC_DEPS"; \ export SRC_DEEP_DEPS=""; \ for HDR in $SRC_DEPS; do \ eval export SRC_DEEP_DEPS="\"$SRC_DEEP_DEPS \$${HDR//[-.]/_}_DEPS\""; \ done; \ export SRC_DEPS="`echo $SRC_DEPS $SRC_DEEP_DEPS | sed 's/ */\n/g' | sort -u`"; \ test "$SRC_DEPS" = "$SRC_DEPS_OLD" && break; \ done; \ echo $SRC $SRC_DEPS >>.depend; \ done; \ ) x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o parser.o parser.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o main.o main.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o redsocks.o redsocks.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o log.o log.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o http-connect.o http-connect.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o socks4.o socks4.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o socks5.o socks5.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o http-relay.o http-relay.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o base.o base.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o base64.o base64.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o md5.o md5.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o http-auth.o http-auth.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o utils.o utils.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o redudp.o redudp.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o dnstc.o dnstc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o gen/version.o gen/version.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -o redsocks parser.o main.o redsocks.o log.o http-connect.o socks4.o socks5.o http-relay.o base.o base64.o md5.o http-auth.o utils.o redudp.o dnstc.o gen/version.o -Wl,-O1 -Wl,--as-needed -levent_core >>> Source compiled. >>> Test phase: net-proxy/redsocks-0.5 make -j1 test cd tests && ./build + cd .. + make make[1]: Entering directory '/var/tmp/portage/net-proxy/redsocks-0.5/work/redsocks-release-0.5' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/tmp/portage/net-proxy/redsocks-0.5/work/redsocks-release-0.5' + cp -a ../redsocks ./regw/redsocks + for img in * + '[' -d build -a -f build/Dockerfile ']' + for img in * + '[' -d cleanup -a -f cleanup/Dockerfile ']' + for img in * + '[' -d conftest.py -a -f conftest.py/Dockerfile ']' + for img in * + '[' -d dante -a -f dante/Dockerfile ']' + sudo docker build -t redsocks/dante ./dante/ ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. sudo: no tty present and no askpass program specified make: *** [Makefile:104: tests/__build-tstamp__] Error 1 * ERROR: net-proxy/redsocks-0.5::gentoo failed (test phase): * Make test failed. See above for details. * * Call stack: * ebuild.sh, line 115: Called src_test * environment, line 1351: Called default * phase-functions.sh, line 808: Called default_src_test * phase-functions.sh, line 837: Called __eapi0_src_test * phase-helpers.sh, line 767: Called die * The specific snippet of code: * $emake_cmd ${internal_opts} test || \ * die "Make test failed. See above for details." * * If you need support, post the output of `emerge --info '=net-proxy/redsocks-0.5::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-proxy/redsocks-0.5::gentoo'`. * The complete build log is located at '/var/log/portage/net-proxy:redsocks-0.5:20170702-040347.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-proxy/redsocks-0.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-proxy/redsocks-0.5/temp/environment'. * Working directory: '/var/tmp/portage/net-proxy/redsocks-0.5/work/redsocks-release-0.5' * S: '/var/tmp/portage/net-proxy/redsocks-0.5/work/redsocks-release-0.5'