The following packages will be installed: cmdiag Fetching README... 0%100%100%100%100%100%Done Fetching cmdiag.SlackBuild... 0%100%100%100%100%100%Done Fetching cmdiag.cpp.patch... 0%100%100%100%100%100%Done Fetching cmdiag.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done cmdiag-0.2/ cmdiag-0.2/Makefile cmdiag-0.2/bar.h cmdiag-0.2/func.cpp cmdiag-0.2/cmodem.h cmdiag-0.2/pbar.cpp cmdiag-0.2/func.h cmdiag-0.2/cmodem.cpp cmdiag-0.2/pbar.h cmdiag-0.2/README.txt cmdiag-0.2/cmdiag.cpp cmdiag-0.2/bar.cpp cmdiag-0.2/globals.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- cmdiag.cpp.orig 2008-05-01 22:42:18.000000000 +0200 |+++ cmdiag.cpp 2011-08-08 12:05:24.113372114 +0200 -------------------------- patching file cmdiag.cpp Using Plan A... Hunk #1 succeeded at 13. done g++ -O2 -march=i486 -mtune=i686 -Wall -O2 -c cmdiag.cpp cmdiag.cpp: In function ‘int main(int, char**)’: cmdiag.cpp:29:48: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] char * cm_ip = get_cmd_option(argc, argv, CMIP); ^ cmdiag.cpp:30:54: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] char * cm_str = get_cmd_option(argc, argv, CM_STRING); ^ cmdiag.cpp:31:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] char * cmts_ip = get_cmd_option(argc, argv, CMTSIP); ^ cmdiag.cpp:32:58: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] char * cmts_str = get_cmd_option(argc, argv, CMTS_STRING); ^ cmdiag.cpp:46:46: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] cmodem = new CModem(cm_ip, " ", cm_str, " "); ^ cmdiag.cpp:46:46: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] g++ -O2 -march=i486 -mtune=i686 -Wall -O2 -c bar.cpp g++ -O2 -march=i486 -mtune=i686 -Wall -O2 -c pbar.cpp g++ -O2 -march=i486 -mtune=i686 -Wall -O2 -c cmodem.cpp cmodem.cpp: In member function ‘std::string* CModem::Get_Us_Snr()’: cmodem.cpp:272:55: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] char * oid_sid = get_cm_oidsid(ip, cmts_ip, CM_US_SNR); ^ cmodem.cpp: In member function ‘std::string* CModem::Get_CMTS_Rx_Power()’: cmodem.cpp:352:62: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] char * oid_sid = get_cm_oidsid(ip, cmts_ip, CMTS_CM_RX_POWER); ^ g++ -O2 -march=i486 -mtune=i686 -Wall -O2 -c func.cpp g++ -O2 -march=i486 -mtune=i686 -Wall -O2 -lncurses cmdiag.o bar.o pbar.o cmodem.o func.o -o cmdiag `net-snmp-config --libs` `net-snmp-config --external-libs` 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/cmdiag/cmdiag-0.2-i486-1salix.txz ./ usr/ usr/sbin/ usr/sbin/cmdiag usr/doc/ usr/doc/cmdiag-0.2/ usr/doc/cmdiag-0.2/README.txt usr/doc/cmdiag-0.2/cmdiag.SlackBuild install/ install/slack-desc Slackware package /usr/src/slapt-src/network/cmdiag/cmdiag-0.2-i486-1salix.txz created. Installing package cmdiag-0.2-i486-1salix... | cmdiag (cable modem diagnostics tool) | | cmdiag can get information from Docsis 1.0, 1.1 and maybe 2.0 cable | modems. It gathers information from the cable modem via SNMP and | displays various cable parameters in real time. | This small tool is writen in C++, it runs on Linux and FreeBSD. | | Homepage: http://cmdiag.sourceforge.net/ | | | | |