The following packages will be installed: procinfo-ng Fetching README... 0%100%100%100%100%100%Done Fetching procinfo-ng.SlackBuild... 0%100%100%100%100%100%Done Fetching procinfo-ng.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done procinfo-ng-2.0.304/ procinfo-ng-2.0.304/configure procinfo-ng-2.0.304/cygwin_rendercpupagestat.cpp procinfo-ng-2.0.304/Makefile.in procinfo-ng-2.0.304/procinfo.8 procinfo-ng-2.0.304/configure.in procinfo-ng-2.0.304/linux26_rendercpupagestat.cpp procinfo-ng-2.0.304/linux26_netstat.cpp procinfo-ng-2.0.304/diskStats.cpp procinfo-ng-2.0.304/GPL-2.txt procinfo-ng-2.0.304/procinfo.cpp procinfo-ng-2.0.304/LICENSE.txt procinfo-ng-2.0.304/interrupts.cpp procinfo-ng-2.0.304/cygwin_procstat.cpp procinfo-ng-2.0.304/rendercpupagestat.cpp procinfo-ng-2.0.304/tests/ procinfo-ng-2.0.304/tests/testTime.cpp procinfo-ng-2.0.304/tests/select.c procinfo-ng-2.0.304/tests/sizes.c procinfo-ng-2.0.304/lib/ procinfo-ng-2.0.304/lib/prettyPrint.cpp procinfo-ng-2.0.304/lib/timeRoutines.cpp procinfo-ng-2.0.304/lib/routines.cpp procinfo-ng-2.0.304/linux26_procstat.cpp procinfo-ng-2.0.304/LGPL-2.1.txt procinfo-ng-2.0.304/getmeminfo.cpp procinfo-ng-2.0.304/install-sh checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/ginstall -c checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether time.h and sys/time.h may both be included... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for uint32_t... yes checking for uint64_t... yes checking for int32_t... yes checking for int64_t... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for working strtod... yes checking for select... yes checking for strtol... yes checking for strtoul... yes checking for strtoull... yes checking for snprintf... yes checking for readdir64... yes configure: creating ./config.status config.status: creating Makefile g++ -O2 -march=i586 -mtune=i686 -pipe -Wall -s -lncurses procinfo.cpp -o procinfo In file included from procinfo.cpp:43: lib/routines.cpp: In function ‘const string humanizeBigNums(int64_t, uint32_t)’: lib/routines.cpp:265:32: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 265 | const register int64_t absVal = llabs(val); | ^~~~~~ lib/routines.cpp: In function ‘const string humanizeBigNums(T, uint32_t)’: lib/routines.cpp:308:26: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 308 | const register T absVal = fabs(val); | ^~~~~~ In file included from procinfo.cpp:44: lib/timeRoutines.cpp: In function ‘const timeDiff __time_rel(const time_t&, const time_t&)’: lib/timeRoutines.cpp:134:60: warning: narrowing conversion of ‘(uint32_t)result1.timeWDHMS::minutes’ from ‘uint32_t’ {aka ‘unsigned int’} to ‘int’ [-Wnarrowing] 134 | { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours, | ~~~~~~~~^~~~~~~ lib/timeRoutines.cpp:134:86: warning: narrowing conversion of ‘(uint32_t)result1.timeWDHMS::hours’ from ‘uint32_t’ {aka ‘unsigned int’} to ‘int’ [-Wnarrowing] 134 | { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours, | ~~~~~~~~^~~~~ lib/timeRoutines.cpp:135:34: warning: narrowing conversion of ‘(uint32_t)result1.timeWDHMS::days’ from ‘uint32_t’ {aka ‘unsigned int’} to ‘int’ [-Wnarrowing] 135 | tm_wday: result1.days, tm_week: result1.weeks }; | ~~~~~~~~^~~~ lib/timeRoutines.cpp:135:57: warning: narrowing conversion of ‘(uint32_t)result1.timeWDHMS::weeks’ from ‘uint32_t’ {aka ‘unsigned int’} to ‘int’ [-Wnarrowing] 135 | tm_wday: result1.days, tm_week: result1.weeks }; | ~~~~~~~~^~~~~ lib/timeRoutines.cpp: In function ‘const timeDiff __time_rel(const double&, const double&)’: lib/timeRoutines.cpp:141:60: warning: narrowing conversion of ‘(uint32_t)result1.timeWDHMS::minutes’ from ‘uint32_t’ {aka ‘unsigned int’} to ‘int’ [-Wnarrowing] 141 | { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours, | ~~~~~~~~^~~~~~~ lib/timeRoutines.cpp:141:86: warning: narrowing conversion of ‘(uint32_t)result1.timeWDHMS::hours’ from ‘uint32_t’ {aka ‘unsigned int’} to ‘int’ [-Wnarrowing] 141 | { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours, | ~~~~~~~~^~~~~ lib/timeRoutines.cpp:142:34: warning: narrowing conversion of ‘(uint32_t)result1.timeWDHMS::days’ from ‘uint32_t’ {aka ‘unsigned int’} to ‘int’ [-Wnarrowing] 142 | tm_wday: result1.days, tm_week: result1.weeks }; | ~~~~~~~~^~~~ lib/timeRoutines.cpp:142:57: warning: narrowing conversion of ‘(uint32_t)result1.timeWDHMS::weeks’ from ‘uint32_t’ {aka ‘unsigned int’} to ‘int’ [-Wnarrowing] 142 | tm_wday: result1.days, tm_week: result1.weeks }; | ~~~~~~~~^~~~~ lib/timeRoutines.cpp: In function ‘const timeDiff structTM2structTD(tm)’: lib/timeRoutines.cpp:185:31: warning: narrowing conversion of ‘input.tm::tm_sec’ from ‘int’ to ‘double’ [-Wnarrowing] 185 | tm_sec: input.tm_sec, tm_min: input.tm_min, tm_hour: input.tm_hour, | ~~~~~~^~~~~~ In file included from procinfo.cpp:45: lib/prettyPrint.cpp: In function ‘int print(const char*, ...)’: lib/prettyPrint.cpp:42:32: warning: ‘int vwprintw(WINDOW*, const char*, va_list)’ is deprecated [-Wdeprecated-declarations] 42 | code = vwprintw(stdscr, fmt, argp); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from procinfo.cpp:39: /usr/include/ncurses.h:819:28: note: declared here 819 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *, va_list) GCC_DEPRECATED(use vw_printw) /* implemented */ | ^~~~~~~~ procinfo.cpp: In function ‘int main(int, char**)’: procinfo.cpp:317:70: warning: narrowing conversion of ‘getFrac(interval, 1000000)’ from ‘uint32_t’ {aka ‘unsigned int’} to ‘__suseconds_t’ {aka ‘long int’} [-Wnarrowing] 317 | const struct timeval sleepInterval = { (int)interval, getFrac(interval, 1000000) }; | ~~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from procinfo.cpp:125: diskStats.cpp: In function ‘std::vector > > renderDiskStats(bool, bool, bool, double, const std::vector&)’: diskStats.cpp:136:41: warning: ‘snprintf’ output truncated before the last format character [-Wformat-truncation=] 136 | snprintf(output, 39, "%-4s %-34s", diskStat.name.c_str(), rendered.c_str()); | ^ diskStats.cpp:136:17: note: ‘snprintf’ output 40 or more bytes into a destination of size 39 136 | snprintf(output, 39, "%-4s %-34s", diskStat.name.c_str(), rendered.c_str()); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from procinfo.cpp:65: rendercpupagestat.cpp: In function ‘std::vector > > renderCPUandPageStats(bool, bool, const double&, const uint64_t&, const uint64_t&, const std::vector&, const uint64_t&, const std::vector&)’: rendercpupagestat.cpp:18:52: warning: ‘snprintf’ output truncated before the last format character [-Wformat-truncation=] 18 | snprintf(fractionalSeconds, 2, "%2d", getFrac(cpuDiff / USER_HZ, 100)); | ^ rendercpupagestat.cpp:18:25: note: ‘snprintf’ output 3 bytes into a destination of size 2 18 | snprintf(fractionalSeconds, 2, "%2d", getFrac(cpuDiff / USER_HZ, 100)); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkdir -p /usr/src/slapt-src-i486/system/procinfo-ng/package-procinfo-ng//usr/bin install procinfo /usr/src/slapt-src-i486/system/procinfo-ng/package-procinfo-ng//usr/bin/procinfo mkdir -p /usr/src/slapt-src-i486/system/procinfo-ng/package-procinfo-ng//usr/man/man8 install -m 644 procinfo.8 /usr/src/slapt-src-i486/system/procinfo-ng/package-procinfo-ng//usr/man/man8/procinfo.8 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-i486/system/procinfo-ng/procinfo-ng-2.0.304-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/procinfo-ng usr/doc/ usr/doc/procinfo-ng-2.0.304/ usr/doc/procinfo-ng-2.0.304/GPL-2.txt usr/doc/procinfo-ng-2.0.304/LGPL-2.1.txt usr/doc/procinfo-ng-2.0.304/LICENSE.txt usr/doc/procinfo-ng-2.0.304/procinfo-ng.SlackBuild usr/man/ usr/man/man8/ usr/man/man8/procinfo-ng.8.gz Slackware package /usr/src/slapt-src-i486/system/procinfo-ng/procinfo-ng-2.0.304-i586-1salix15.0.txz created. Installing package procinfo-ng-2.0.304-i586-1salix15.0... | procinfo-ng (tool that displays system statistics from /proc) | | Procinfo-NG is a complete rewrite of the old system monitoring app | procinfo. | | Homepage: https://sourceforge.net/projects/procinfo-ng | | | | | | | WARNING: File already exist usr/doc/procinfo-ng-2.0.304/GPL-2.txt (it will be replaced) WARNING: File already exist usr/doc/procinfo-ng-2.0.304/LGPL-2.1.txt (it will be replaced) WARNING: File already exist usr/doc/procinfo-ng-2.0.304/LICENSE.txt (it will be replaced)