The following packages will be installed: proxychains Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching proxychains.SlackBuild... 0%100%100%100%100%100%Done Fetching proxychains.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done proxychains-ng-4.11/ proxychains-ng-4.11/.gitignore proxychains-ng-4.11/AUTHORS proxychains-ng-4.11/COPYING proxychains-ng-4.11/Makefile proxychains-ng-4.11/README proxychains-ng-4.11/TODO proxychains-ng-4.11/VERSION proxychains-ng-4.11/configure proxychains-ng-4.11/src/ proxychains-ng-4.11/src/allocator_thread.c proxychains-ng-4.11/src/allocator_thread.h proxychains-ng-4.11/src/common.c proxychains-ng-4.11/src/common.h proxychains-ng-4.11/src/core.c proxychains-ng-4.11/src/core.h proxychains-ng-4.11/src/debug.c proxychains-ng-4.11/src/debug.h proxychains-ng-4.11/src/hash.c proxychains-ng-4.11/src/hash.h proxychains-ng-4.11/src/hostsreader.c proxychains-ng-4.11/src/ip_type.c proxychains-ng-4.11/src/ip_type.h proxychains-ng-4.11/src/libproxychains.c proxychains-ng-4.11/src/main.c proxychains-ng-4.11/src/mutex.h proxychains-ng-4.11/src/nameinfo.c proxychains-ng-4.11/src/proxychains.conf proxychains-ng-4.11/src/proxyresolv proxychains-ng-4.11/src/version.c proxychains-ng-4.11/tests/ proxychains-ng-4.11/tests/test_getaddrinfo.c proxychains-ng-4.11/tests/test_gethostent.c proxychains-ng-4.11/tests/test_gethostent_r.c proxychains-ng-4.11/tests/test_getnameinfo.c proxychains-ng-4.11/tests/test_proxy_gethostbyname.c proxychains-ng-4.11/tests/test_sendto.c proxychains-ng-4.11/tests/test_shm.c proxychains-ng-4.11/tests/test_v4_in_v6.c proxychains-ng-4.11/tools/ proxychains-ng-4.11/tools/install.sh proxychains-ng-4.11/tools/version.sh checking whether netinet/in.h defines s6_addr16 ... yes checking whether $CC defines __OpenBSD__ ... no Done, now run make && make install cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/nameinfo.o src/nameinfo.c printf '#define VERSION "%s"\n' "$(sh tools/version.sh)" > src/version.h cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/version.o src/version.c cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/core.o src/core.c cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/common.o src/common.c cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/libproxychains.o src/libproxychains.c cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/allocator_thread.o src/allocator_thread.c cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/ip_type.o src/ip_type.c src/ip_type.c:4:48: warning: missing braces around initializer [-Wmissing-braces] const ip_type ip_type_localhost = { .addr.v4 = {127, 0, 0, 1} }; ^ src/ip_type.c:4:48: note: (near initialization for ‘ip_type_localhost.addr.v4’) src/ip_type.c:4:35: warning: missing braces around initializer [-Wmissing-braces] const ip_type ip_type_localhost = { .addr.v4 = {127, 0, 0, 1} }; ^ src/ip_type.c:4:35: note: (near initialization for ‘ip_type_localhost’) cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/hostsreader.o src/hostsreader.c cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/hash.o src/hash.c cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/debug.o src/debug.c cc -shared -fPIC -Wl,--no-as-needed -ldl -lpthread -Wl,-soname=libproxychains4.so \ -o libproxychains4.so src/nameinfo.o src/version.o src/core.o src/common.o src/libproxychains.o src/allocator_thread.o src/ip_type.o src/hostsreader.o src/hash.o src/debug.o cc -DSUPER_SECURE -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -march=i486 -mtune=i686 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/main.o src/main.c cc src/main.o src/common.o -o proxychains4 ./tools/install.sh -D -m 644 libproxychains4.so /usr/src/slapt-src/network/proxychains/package-proxychains/usr/lib/libproxychains4.so ./tools/install.sh -D -m 755 proxychains4 /usr/src/slapt-src/network/proxychains/package-proxychains/usr/bin/proxychains4 ./tools/install.sh -D -m 644 src/proxychains.conf /usr/src/slapt-src/network/proxychains/package-proxychains/etc/proxychains.conf Slackware package maker, version 3.141593. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/network/proxychains/proxychains-4.11-i486-1salix.txz ./ usr/ usr/lib/ usr/lib/libproxychains4.so usr/bin/ usr/bin/proxychains4 usr/doc/ usr/doc/proxychains-4.11/ usr/doc/proxychains-4.11/README usr/doc/proxychains-4.11/COPYING usr/doc/proxychains-4.11/AUTHORS usr/doc/proxychains-4.11/proxychains.SlackBuild usr/doc/proxychains-4.11/TODO usr/doc/proxychains-4.11/VERSION install/ install/doinst.sh install/slack-desc etc/ etc/proxychains.conf.new Slackware package /usr/src/slapt-src/network/proxychains/proxychains-4.11-i486-1salix.txz created. Installing package proxychains-4.11-i486-1salix... | proxychains (TCP and DNS through proxy server) | | proxychains(-ng) is a preloader which hooks calls to sockets in | dynamically linked programs and redirects it through one or more | socks/http proxies. | | Homepage: https://github.com/rofl0r/proxychains-ng/ | | | | | |