The following packages will be installed: memuse Fetching README... 0%100%100%100%100%100%Done Fetching memuse.SlackBuild... 0%100%100%100%100%100%Done Fetching memuse.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done memuse-0.20/ memuse-0.20/.gitignore memuse-0.20/Makefile memuse-0.20/memuse.c memuse-0.20/memuse.h memuse-0.20/library.c memuse-0.20/proc.c memuse-0.20/report.c cc -O2 -fPIC -g -Wall -W -D_FORTIFY_SOURCE=2 -fstack-protector `pkg-config --cflags glib-2.0` `pkg-config --libs glib-2.0` -c -o memuse.o memuse.c cc -O2 -fPIC -g -Wall -W -D_FORTIFY_SOURCE=2 -fstack-protector `pkg-config --cflags glib-2.0` `pkg-config --libs glib-2.0` -c -o proc.o proc.c proc.c: In function 'parse_process': proc.c:48:6: warning: unused variable 'ret' [-Wunused-variable] int ret; ^ cc -O2 -fPIC -g -Wall -W -D_FORTIFY_SOURCE=2 -fstack-protector `pkg-config --cflags glib-2.0` `pkg-config --libs glib-2.0` -c -o report.o report.c In file included from memuse.h:23:0, from report.c:31: report.c: In function 'report_results': report.c:78:13: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t {aka long unsigned int}' [-Wformat=] printf(_("%8lluKb(%+6lldK)\t%s \n"), program->kb,program->kb-program_d->kb,program->name); ^ report.c:78:11: note: in expansion of macro '_' printf(_("%8lluKb(%+6lldK)\t%s \n"), program->kb,program->kb-program_d->kb,program->name); ^ report.c:78:13: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] printf(_("%8lluKb(%+6lldK)\t%s \n"), program->kb,program->kb-program_d->kb,program->name); ^ report.c:78:11: note: in expansion of macro '_' printf(_("%8lluKb(%+6lldK)\t%s \n"), program->kb,program->kb-program_d->kb,program->name); ^ report.c:80:13: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t {aka long unsigned int}' [-Wformat=] printf(_("%8lluKb\t\t%s \n"), program->kb, program->name); ^ report.c:80:11: note: in expansion of macro '_' printf(_("%8lluKb\t\t%s \n"), program->kb, program->name); ^ report.c:82:18: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] sprintf(buf,_("%8lluKb\t\t%s \n"), program->kb, program->name); ^ report.c:82:16: note: in expansion of macro '_' sprintf(buf,_("%8lluKb\t\t%s \n"), program->kb, program->name); ^ report.c:88:11: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t {aka long unsigned int}' [-Wformat=] printf(_("%8lluKb\t\tsystem total\n"), total); ^ report.c:88:9: note: in expansion of macro '_' printf(_("%8lluKb\t\tsystem total\n"), total); ^ cc -O2 -fPIC -g -Wall -W -D_FORTIFY_SOURCE=2 -fstack-protector `pkg-config --cflags glib-2.0` `pkg-config --libs glib-2.0` -c -o library.o library.c library.c: In function 'report_library': library.c:102:11: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t {aka long unsigned int}' [-Wformat=] printf("%40s\t%i\t%lluKb\t\t%lluKb\n", ^ library.c:102:11: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t {aka long unsigned int}' [-Wformat=] gcc -O2 -fPIC -g -Wall -W -D_FORTIFY_SOURCE=2 -fstack-protector `pkg-config --cflags glib-2.0` `pkg-config --libs glib-2.0` memuse.o proc.o report.o library.o -o memuse 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/system/memuse/memuse-0.20-x86_64-1salix.txz ./ usr/ usr/bin/ usr/bin/memuse usr/doc/ usr/doc/memuse-0.20/ usr/doc/memuse-0.20/memuse.SlackBuild install/ install/slack-desc Slackware package /usr/src/slapt-src/system/memuse/memuse-0.20-x86_64-1salix.txz created. Installing package memuse-0.20-x86_64-1salix... | memuse - Memory usage diagnostics tool | | Memuse is a tool to see how much memory applications use. | | http://www.moblin.org/ | | | | | | | |