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.14/ proxychains-ng-4.14/.gitignore proxychains-ng-4.14/AUTHORS proxychains-ng-4.14/COPYING proxychains-ng-4.14/Makefile proxychains-ng-4.14/README proxychains-ng-4.14/TODO proxychains-ng-4.14/VERSION proxychains-ng-4.14/configure proxychains-ng-4.14/src/ proxychains-ng-4.14/src/allocator_thread.c proxychains-ng-4.14/src/allocator_thread.h proxychains-ng-4.14/src/common.c proxychains-ng-4.14/src/common.h proxychains-ng-4.14/src/core.c proxychains-ng-4.14/src/core.h proxychains-ng-4.14/src/debug.c proxychains-ng-4.14/src/debug.h proxychains-ng-4.14/src/hash.c proxychains-ng-4.14/src/hash.h proxychains-ng-4.14/src/hostsreader.c proxychains-ng-4.14/src/ip_type.c proxychains-ng-4.14/src/ip_type.h proxychains-ng-4.14/src/libproxychains.c proxychains-ng-4.14/src/main.c proxychains-ng-4.14/src/mutex.h proxychains-ng-4.14/src/nameinfo.c proxychains-ng-4.14/src/proxychains.conf proxychains-ng-4.14/src/proxyresolv proxychains-ng-4.14/src/version.c proxychains-ng-4.14/tests/ proxychains-ng-4.14/tests/test_getaddrinfo.c proxychains-ng-4.14/tests/test_gethostent.c proxychains-ng-4.14/tests/test_gethostent_r.c proxychains-ng-4.14/tests/test_getnameinfo.c proxychains-ng-4.14/tests/test_proxy_gethostbyname.c proxychains-ng-4.14/tests/test_sendto.c proxychains-ng-4.14/tests/test_shm.c proxychains-ng-4.14/tests/test_v4_in_v6.c proxychains-ng-4.14/tools/ proxychains-ng-4.14/tools/install.sh proxychains-ng-4.14/tools/version.sh checking whether we have GNU-style getservbyname_r() ... yes checking whether we have pipe2() and O_CLOEXEC ... yes checking whether $CC defines __APPLE__ ... no checking whether $CC defines __FreeBSD__ ... no checking whether $CC defines __OpenBSD__ ... no checking whether $CC defines __sun ... no checking whether we can use -Wl,--no-as-needed ... yes checking what's the option to use in linker to set library name ... --soname Done, now run make && make install cc -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -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 -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/version.o src/version.c cc -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/core.o src/core.c cc -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/common.o src/common.c src/common.c: In function ‘get_config_path’: src/common.c:77:9: warning: null destination pointer [-Wformat-truncation=] 77 | snprintf(pbuf, bufsize, "%s/.proxychains/%s", path, PROXYCHAINS_CONF_FILE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/libproxychains.o src/libproxychains.c cc -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/allocator_thread.o src/allocator_thread.c cc -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/ip_type.o src/ip_type.c cc -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/hostsreader.o src/hostsreader.c cc -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/hash.o src/hash.c cc -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/debug.o src/debug.c cc -fPIC -Wl,--no-as-needed -ldl -lpthread -Wl,--soname,libproxychains4.so \ -shared -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 -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -O2 -fPIC -DLIB_DIR=\"/usr/lib64\" -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-x86_64/network/proxychains/package-proxychains/usr/lib64/libproxychains4.so ./tools/install.sh -D -m 755 proxychains4 /usr/src/slapt-src-x86_64/network/proxychains/package-proxychains/usr/bin/proxychains4 ./tools/install.sh -D -m 644 src/proxychains.conf /usr/src/slapt-src-x86_64/network/proxychains/package-proxychains/etc/proxychains.conf Slackware package maker, version 3.14159265. 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-x86_64/network/proxychains/proxychains-4.14-x86_64-2salix15.0.txz ./ etc/ etc/proxychains.conf.new install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/proxychains4 usr/doc/ usr/doc/proxychains-4.14/ usr/doc/proxychains-4.14/AUTHORS usr/doc/proxychains-4.14/COPYING usr/doc/proxychains-4.14/README usr/doc/proxychains-4.14/TODO usr/doc/proxychains-4.14/VERSION usr/doc/proxychains-4.14/proxychains.SlackBuild usr/lib64/ usr/lib64/libproxychains4.so Slackware package /usr/src/slapt-src-x86_64/network/proxychains/proxychains-4.14-x86_64-2salix15.0.txz created. Installing package proxychains-4.14-x86_64-2salix15.0... | 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/ | | | | | |