The following packages will be installed: aggregate Fetching Makefile.in.patch... 0%100%100%100%100%100%Done Fetching README... 0%100%100%100%100%100%Done Fetching aggregate.SlackBuild... 0%100%100%100%100%100%Done Fetching aggregate.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done ./aggregate-1.6 ./aggregate-1.6/aggregate-ios ./aggregate-1.6/aggregate-ios.1 ./aggregate-1.6/aggregate.1 ./aggregate-1.6/aggregate.c ./aggregate-1.6/configure ./aggregate-1.6/configure.in ./aggregate-1.6/HISTORY ./aggregate-1.6/install-sh ./aggregate-1.6/LICENCE ./aggregate-1.6/LICENSE ./aggregate-1.6/Makefile.in patching file Makefile.in creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc -O2 -march=i486 -mtune=i686 ) works... yes checking whether the C compiler (gcc -O2 -march=i486 -mtune=i686 ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /usr/bin/ginstall -c updating cache ./config.cache creating ./config.status creating Makefile gcc -c -O aggregate.c gcc -s -o aggregate aggregate.o /usr/bin/ginstall -c -m 0755 -d /usr/src/slapt-src/network/aggregate/package-aggregate/usr/bin/ /usr/bin/ginstall -c -m 0755 -d /usr/src/slapt-src/network/aggregate/package-aggregate/usr/man/man1/ /usr/bin/ginstall -c -m 0755 aggregate /usr/src/slapt-src/network/aggregate/package-aggregate/usr/bin/ /usr/bin/ginstall -c -m 0644 aggregate.1 /usr/src/slapt-src/network/aggregate/package-aggregate/usr/man/man1/ /usr/bin/ginstall -c -m 0755 aggregate-ios /usr/src/slapt-src/network/aggregate/package-aggregate/usr/bin/ /usr/bin/ginstall -c -m 0644 aggregate-ios.1 /usr/src/slapt-src/network/aggregate/package-aggregate/usr/man/man1/ 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/aggregate/aggregate-1.6-i486-1salix.txz ./ usr/ usr/bin/ usr/bin/aggregate usr/bin/aggregate-ios usr/doc/ usr/doc/aggregate-1.6/ usr/doc/aggregate-1.6/LICENSE usr/doc/aggregate-1.6/HISTORY usr/doc/aggregate-1.6/aggregate.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/aggregate-ios.1.gz usr/man/man1/aggregate.1.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/network/aggregate/aggregate-1.6-i486-1salix.txz created. Installing package aggregate-1.6-i486-1salix... | aggregate (optimise a list of route prefixes) | | Takes a list of prefixes in conventional format on stdin, and | performs two optimisations to attempt to reduce the length of the | prefix list. The first optimisation is to remove any supplied | prefixes which are superfluous because they are already included in | another supplied prefix. For example, 203.97.2.0/24 would be removed | if 203.97.0.0/17 was also supplied. The second optimisation | identifies adjacent prefixes that can be combined under a single, | shorter-length prefix. For example, 203.97.2.0/24 and 203.97.3.0/24 | can be combined into the single prefix 203.97.2.0/23. | |