The following packages will be installed: niceshaper Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching niceshaper.SlackBuild... 0%100%100%100%100%100%Done Fetching niceshaper.info... 0%100%100%100%100%100%Done Fetching rc.niceshaper... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done niceshaper-1.0.0/ niceshaper-1.0.0/src/ niceshaper-1.0.0/src/filter.h niceshaper-1.0.0/src/instance.h niceshaper-1.0.0/src/sys.h niceshaper-1.0.0/src/tests.h niceshaper-1.0.0/src/talk.h niceshaper-1.0.0/src/net.h niceshaper-1.0.0/src/conv.cc niceshaper-1.0.0/src/main.h niceshaper-1.0.0/src/instance.cc niceshaper-1.0.0/src/libnetlink.cc niceshaper-1.0.0/src/class.cc niceshaper-1.0.0/src/niceshaper.cc niceshaper-1.0.0/src/aux.cc niceshaper-1.0.0/src/ifaces.h niceshaper-1.0.0/src/net.cc niceshaper-1.0.0/src/log.h niceshaper-1.0.0/src/Makefile niceshaper-1.0.0/src/talk.cc niceshaper-1.0.0/src/libnetlink.h niceshaper-1.0.0/src/main.cc niceshaper-1.0.0/src/ifaces.cc niceshaper-1.0.0/src/tests.cc niceshaper-1.0.0/src/filter.cc niceshaper-1.0.0/src/sys.cc niceshaper-1.0.0/src/log.cc niceshaper-1.0.0/src/niceshaper.h niceshaper-1.0.0/src/aux.h niceshaper-1.0.0/src/trigger.cc niceshaper-1.0.0/src/trigger.h niceshaper-1.0.0/src/conv.h niceshaper-1.0.0/src/class.h niceshaper-1.0.0/etc/ niceshaper-1.0.0/etc/niceshaper/ niceshaper-1.0.0/etc/niceshaper/config.conf niceshaper-1.0.0/etc/niceshaper/class.conf niceshaper-1.0.0/etc/init.d/ niceshaper-1.0.0/etc/init.d/niceshaper.debian niceshaper-1.0.0/etc/init.d/niceshaper.centos niceshaper-1.0.0/docs/ niceshaper-1.0.0/docs/htb.png niceshaper-1.0.0/docs/ns.css niceshaper-1.0.0/docs/pl/ niceshaper-1.0.0/docs/pl/index.html niceshaper-1.0.0/docs/pl/tutorial.html niceshaper-1.0.0/docs/pl/changelog.html niceshaper-1.0.0/docs/pl/install_editors.html niceshaper-1.0.0/docs/pl/documentation.html niceshaper-1.0.0/docs/mrtg.png niceshaper-1.0.0/docs/en/ niceshaper-1.0.0/docs/en/index.html niceshaper-1.0.0/docs/en/install_editors.html niceshaper-1.0.0/docs/en/documentation.html niceshaper-1.0.0/Makefile niceshaper-1.0.0/editors/ niceshaper-1.0.0/editors/mc/ niceshaper-1.0.0/editors/mc/niceshaper.syntax niceshaper-1.0.0/editors/vim/ niceshaper-1.0.0/editors/vim/niceshaper.vim niceshaper-1.0.0/COPYING niceshaper-1.0.0/include/ niceshaper-1.0.0/include/linux/ niceshaper-1.0.0/include/linux/types.h niceshaper-1.0.0/include/linux/pkt_sched.h make -C src make[1]: Entering directory '/usr/src/slapt-src/network/niceshaper/niceshaper-1.0.0/src' g++ -Wall -pedantic -I../include -c aux.cc g++ -Wall -pedantic -I../include -c log.cc g++ -Wall -pedantic -I../include -c class.cc g++ -Wall -pedantic -I../include -c niceshaper.cc g++ -Wall -pedantic -I../include -c conv.cc g++ -Wall -pedantic -I../include -c filter.cc g++ -Wall -pedantic -I../include -c ifaces.cc g++ -Wall -pedantic -I../include -c trigger.cc g++ -Wall -pedantic -I../include -c instance.cc g++ -Wall -pedantic -I../include -c libnetlink.cc libnetlink.cc: In static member function ‘static int RTNetlink::rtnl_open(RTNetlink::rtnl_handle*, unsigned int)’: libnetlink.cc:37:30: warning: argument to ‘sizeof’ in ‘void* memset(void*, int, size_t)’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(rth, 0, sizeof(rth)); ^ libnetlink.cc: In static member function ‘static int RTNetlink::rtnl_dump_request(RTNetlink::rtnl_handle*, int, void*, int)’: libnetlink.cc:120:69: warning: narrowing conversion of ‘len’ from ‘int’ to ‘size_t {aka unsigned int}’ inside { } is ill-formed in C++11 [-Wnarrowing] struct iovec iov[2] = { { &nlh, sizeof(nlh) }, { req, len } }; ^ libnetlink.cc: In static member function ‘static int RTNetlink::rtnl_ask(RTNetlink::rtnl_handle*, iovec*, int, RTNetlink::rtnl_dialog*, char*, int)’: libnetlink.cc:458:9: warning: narrowing conversion of ‘iovlen’ from ‘int’ to ‘size_t {aka unsigned int}’ inside { } is ill-formed in C++11 [-Wnarrowing] }; ^ libnetlink.cc: In static member function ‘static nlmsghdr* RTNetlink::rtnl_wait(RTNetlink::rtnl_handle*, RTNetlink::rtnl_dialog*, int*)’: libnetlink.cc:491:64: warning: narrowing conversion of ‘d->RTNetlink::rtnl_dialog::buflen’ from ‘int’ to ‘size_t {aka unsigned int}’ inside { } is ill-formed in C++11 [-Wnarrowing] struct iovec iov = { (void*)d->buf, d->buflen }; ^ libnetlink.cc: In static member function ‘static int RTNetlink::rtnl_from_file(FILE*, int (*)(sockaddr_nl*, nlmsghdr*, void*), void*)’: libnetlink.cc:649:31: warning: variable ‘type’ set but not used [-Wunused-but-set-variable] int err, len, type; ^ libnetlink.cc: In static member function ‘static int RTNetlink::rta_addattr32(rtattr*, int, int, __u32)’: libnetlink.cc:730:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (RTA_ALIGN(rta->rta_len) + len > maxlen) ^ libnetlink.cc: In static member function ‘static int RTNetlink::rta_addattr_l(rtattr*, int, int, void*, int)’: libnetlink.cc:746:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (RTA_ALIGN(rta->rta_len) + len > maxlen) ^ g++ -Wall -pedantic -I../include -c main.cc g++ -Wall -pedantic -I../include -c net.cc g++ -Wall -pedantic -I../include -c sys.cc g++ -Wall -pedantic -I../include -c talk.cc g++ -Wall -pedantic -I../include -c tests.cc g++ aux.o log.o class.o niceshaper.o conv.o filter.o ifaces.o trigger.o instance.o libnetlink.o main.o net.o sys.o talk.o tests.o -o niceshaper make[1]: Leaving directory '/usr/src/slapt-src/network/niceshaper/niceshaper-1.0.0/src' mv src/niceshaper niceshaper make -C src make[1]: Entering directory '/usr/src/slapt-src/network/niceshaper/niceshaper-1.0.0/src' g++ aux.o log.o class.o niceshaper.o conv.o filter.o ifaces.o trigger.o instance.o libnetlink.o main.o net.o sys.o talk.o tests.o -o niceshaper make[1]: Leaving directory '/usr/src/slapt-src/network/niceshaper/niceshaper-1.0.0/src' mv src/niceshaper niceshaper mkdir -p -m 755 /usr/src/slapt-src/network/niceshaper/package-niceshaper/usr/sbin install -m 755 -d /usr/src/slapt-src/network/niceshaper/package-niceshaper/usr/sbin install -m 700 niceshaper /usr/src/slapt-src/network/niceshaper/package-niceshaper/usr/sbin 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/niceshaper/niceshaper-1.0.0-i486-1salix.txz ./ usr/ usr/sbin/ usr/sbin/niceshaper usr/doc/ usr/doc/niceshaper-1.0.0/ usr/doc/niceshaper-1.0.0/COPYING usr/doc/niceshaper-1.0.0/niceshaper.SlackBuild usr/doc/niceshaper-1.0.0/html/ usr/doc/niceshaper-1.0.0/html/mrtg.png usr/doc/niceshaper-1.0.0/html/htb.png usr/doc/niceshaper-1.0.0/html/pl/ usr/doc/niceshaper-1.0.0/html/pl/changelog.html usr/doc/niceshaper-1.0.0/html/pl/documentation.html usr/doc/niceshaper-1.0.0/html/pl/install_editors.html usr/doc/niceshaper-1.0.0/html/pl/tutorial.html usr/doc/niceshaper-1.0.0/html/pl/index.html usr/doc/niceshaper-1.0.0/html/ns.css usr/doc/niceshaper-1.0.0/html/en/ usr/doc/niceshaper-1.0.0/html/en/documentation.html usr/doc/niceshaper-1.0.0/html/en/install_editors.html usr/doc/niceshaper-1.0.0/html/en/index.html usr/share/ usr/share/vim/ usr/share/vim/vim73/ usr/share/vim/vim73/syntax/ usr/share/vim/vim73/syntax/niceshaper.vim usr/share/mc/ usr/share/mc/syntax/ usr/share/mc/syntax/niceshaper.syntax var/ var/lib/ var/lib/niceshaper/ install/ install/doinst.sh install/slack-desc etc/ etc/niceshaper/ etc/niceshaper/class.conf etc/niceshaper/config.conf etc/rc.d/ etc/rc.d/rc.niceshaper.new Slackware package /usr/src/slapt-src/network/niceshaper/niceshaper-1.0.0-i486-1salix.txz created. Installing package niceshaper-1.0.0-i486-1salix... | niceshaper (dynamic traffic shaper) | | NiceShaper is a program working in a Linux router environment. | It uses a proven HTB QOS algorithm. It provides dynamic traffic | shaping which is more effective than traditional, static shaping. | By constantly monitoring packets flowing through the router | in response to changing load dynamically adjusts the bandwidth | of acting classes to a level enabling the fullest possible usage | of a internet access. At the same time does not allow for the creation | of congestion, ensuring complete convenience of interactive services. | | |