The following packages will be installed: xbuffy Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching xbuffy.SlackBuild... 0%100%100%100%100%100%Done Fetching xbuffy.info... 0%100%100%100%100%100%Done xbuffy-3.3.bl.3/ xbuffy-3.3.bl.3/xbuffy.c xbuffy-3.3.bl.3/README xbuffy-3.3.bl.3/xbuffy.h xbuffy-3.3.bl.3/xbuffy.man xbuffy-3.3.bl.3/xbuffy.xbm xbuffy-3.3.bl.3/boxfile.fmt xbuffy-3.3.bl.3/boxfile.sample xbuffy-3.3.bl.3/XBuffy.ad xbuffy-3.3.bl.3/boxfile.c xbuffy-3.3.bl.3/getword.c xbuffy-3.3.bl.3/header_cmp.c xbuffy-3.3.bl.3/len_next.c xbuffy-3.3.bl.3/move_left.c xbuffy-3.3.bl.3/nntp.c xbuffy-3.3.bl.3/realfrom.c xbuffy-3.3.bl.3/remfirstwd.c xbuffy-3.3.bl.3/strincmp.c xbuffy-3.3.bl.3/CHANGES xbuffy-3.3.bl.3/libdyn/ xbuffy-3.3.bl.3/libdyn/Makefile xbuffy-3.3.bl.3/libdyn/README xbuffy-3.3.bl.3/libdyn/dyn.1 xbuffy-3.3.bl.3/libdyn/dyn_append.c xbuffy-3.3.bl.3/libdyn/dyn_create.c xbuffy-3.3.bl.3/libdyn/dyn_debug.c xbuffy-3.3.bl.3/libdyn/dyn_delete.c xbuffy-3.3.bl.3/libdyn/dyn_header.c xbuffy-3.3.bl.3/libdyn/dyn_insert.c xbuffy-3.3.bl.3/libdyn/dyn_paranoid.c xbuffy-3.3.bl.3/libdyn/dyn_put.c xbuffy-3.3.bl.3/libdyn/dyn_realloc.c xbuffy-3.3.bl.3/libdyn/dyn_size.c xbuffy-3.3.bl.3/libdyn/test.c xbuffy-3.3.bl.3/libdyn/dyn.h xbuffy-3.3.bl.3/libdyn/dynP.h xbuffy-3.3.bl.3/libdyn/Makefile.in xbuffy-3.3.bl.3/Makefile.in xbuffy-3.3.bl.3/strdup.c xbuffy-3.3.bl.3/TODO xbuffy-3.3.bl.3/README.BL xbuffy-3.3.bl.3/config.h.in xbuffy-3.3.bl.3/configure xbuffy-3.3.bl.3/configure.in xbuffy-3.3.bl.3/acconfig.h xbuffy-3.3.bl.3/led.c xbuffy-3.3.bl.3/install-sh xbuffy-3.3.bl.3/mkinstalldirs xbuffy-3.3.bl.3/utimes.c creating cache ./config.cache checking for prefix... /usr checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/ginstall -c checking how to run the C preprocessor... gcc -E checking for X... libraries /usr/lib64, headers checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes Found X libraries at /usr/lib64 checking for XShapeQueryExtension in -lXext... yes Defaulting to Athena Widgets Disabling keyboard LED blinking support checking for ANSI C header files... yes checking for setpriority... yes checking for utimes... yes checking for strdup... yes checking for bcopy... yes updating cache ./config.cache creating ./config.status creating Makefile creating libdyn/Makefile creating config.h (cd libdyn && make CC="gcc" CFLAGS="-g -O2 -I. -O2 -fPIC -I..") make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/xbuffy/xbuffy-3.3.bl.3/libdyn' gcc -g -O2 -I. -O2 -fPIC -I.. -c -o dyn_create.o dyn_create.c dyn_create.c: In function ‘DynCreate’: dyn_create.c:29:25: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration] 29 | obj = (DynObjectP) malloc(sizeof(DynObjectRecP)); | ^~~~~~ dyn_create.c:17:1: note: include ‘’ or provide a declaration of ‘malloc’ 16 | #include "dynP.h" +++ |+#include 17 | dyn_create.c:29:25: warning: incompatible implicit declaration of built-in function ‘malloc’ [-Wbuiltin-declaration-mismatch] 29 | obj = (DynObjectP) malloc(sizeof(DynObjectRecP)); | ^~~~~~ dyn_create.c:29:25: note: include ‘’ or provide a declaration of ‘malloc’ dyn_create.c: In function ‘DynDestroy’: dyn_create.c:45:6: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration] 45 | free(obj->array); | ^~~~ dyn_create.c:45:6: note: include ‘’ or provide a declaration of ‘free’ dyn_create.c:45:6: warning: incompatible implicit declaration of built-in function ‘free’ [-Wbuiltin-declaration-mismatch] dyn_create.c:45:6: note: include ‘’ or provide a declaration of ‘free’ gcc -g -O2 -I. -O2 -fPIC -I.. -c -o dyn_put.o dyn_put.c dyn_put.c: In function ‘DynPut’: dyn_put.c:76:6: warning: implicit declaration of function ‘bcopy’ [-Wimplicit-function-declaration] 76 | bcopy(el, obj->array + index*obj->el_size, obj->el_size); | ^~~~~ dyn_put.c:76:6: warning: incompatible implicit declaration of built-in function ‘bcopy’ [-Wbuiltin-declaration-mismatch] gcc -g -O2 -I. -O2 -fPIC -I.. -c -o dyn_debug.o dyn_debug.c gcc -g -O2 -I. -O2 -fPIC -I.. -c -o dyn_delete.o dyn_delete.c dyn_delete.c: In function ‘DynDelete’: dyn_delete.c:38:16: warning: implicit declaration of function ‘bzero’ [-Wimplicit-function-declaration] 38 | bzero(obj->array + index*obj->el_size, obj->el_size); | ^~~~~ dyn_delete.c:38:16: warning: incompatible implicit declaration of built-in function ‘bzero’ [-Wbuiltin-declaration-mismatch] dyn_delete.c:52:11: warning: implicit declaration of function ‘bcopy’ [-Wimplicit-function-declaration] 52 | bcopy(obj->array + (index+1)*obj->el_size, | ^~~~~ dyn_delete.c:52:11: warning: incompatible implicit declaration of built-in function ‘bcopy’ [-Wbuiltin-declaration-mismatch] dyn_delete.c:62:16: warning: incompatible implicit declaration of built-in function ‘bzero’ [-Wbuiltin-declaration-mismatch] 62 | bzero(obj->array + obj->el_size*(obj->num_el - 1), | ^~~~~ gcc -g -O2 -I. -O2 -fPIC -I.. -c -o dyn_size.o dyn_size.c gcc -g -O2 -I. -O2 -fPIC -I.. -c -o dyn_append.o dyn_append.c dyn_append.c: In function ‘DynAppend’: dyn_append.c:34:6: warning: implicit declaration of function ‘bcopy’ [-Wimplicit-function-declaration] 34 | bcopy(els, obj->array + obj->num_el*obj->el_size, obj->el_size*num); | ^~~~~ dyn_append.c:34:6: warning: incompatible implicit declaration of built-in function ‘bcopy’ [-Wbuiltin-declaration-mismatch] gcc -g -O2 -I. -O2 -fPIC -I.. -c -o dyn_realloc.o dyn_realloc.c dyn_realloc.c: In function ‘_DynRealloc’: dyn_realloc.c:35:22: warning: implicit declaration of function ‘realloc’ [-Wimplicit-function-declaration] 35 | temp = (DynPtr) realloc(obj->array, new_size_in_bytes); | ^~~~~~~ dyn_realloc.c:16:1: note: include ‘’ or provide a declaration of ‘realloc’ 15 | #include "dynP.h" +++ |+#include 16 | dyn_realloc.c:35:22: warning: incompatible implicit declaration of built-in function ‘realloc’ [-Wbuiltin-declaration-mismatch] 35 | temp = (DynPtr) realloc(obj->array, new_size_in_bytes); | ^~~~~~~ dyn_realloc.c:35:22: note: include ‘’ or provide a declaration of ‘realloc’ gcc -g -O2 -I. -O2 -fPIC -I.. -c -o dyn_paranoid.o dyn_paranoid.c gcc -g -O2 -I. -O2 -fPIC -I.. -c -o dyn_insert.o dyn_insert.c dyn_insert.c: In function ‘DynInsert’: dyn_insert.c:45:6: warning: implicit declaration of function ‘bcopy’ [-Wimplicit-function-declaration] 45 | bcopy(obj->array + index, obj->array + (index + num), | ^~~~~ dyn_insert.c:45:6: warning: incompatible implicit declaration of built-in function ‘bcopy’ [-Wbuiltin-declaration-mismatch] ar rc libdyn.a dyn_create.o dyn_put.o dyn_debug.o dyn_delete.o dyn_size.o dyn_append.o dyn_realloc.o dyn_paranoid.o dyn_insert.o ranlib libdyn.a make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/xbuffy/xbuffy-3.3.bl.3/libdyn' gcc -g -O2 -I. -O2 -fPIC -c -o xbuffy.o xbuffy.c xbuffy.c: In function ‘CheckBox’: xbuffy.c:235:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 235 | XtAppAddTimeOut(app, (currentBox->pollTime * 1000), CheckBox, (XtPointer) i); | ^ xbuffy.c: In function ‘PopupHeader’: xbuffy.c:513:26: warning: implicit declaration of function ‘DynSize’ [-Wimplicit-function-declaration] 513 | if ((!firstTime) && (DynSize(mailHeaders) != 0)) | ^~~~~~~ xbuffy.c:586:56: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 586 | XtAddCallback(tmpCommand, XtNcallback, BreakPopup, (XtPointer) i); | ^ xbuffy.c:641:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 641 | TimerBreakPopup, (XtPointer) i); | ^ xbuffy.c: In function ‘CountMBoxMail’: xbuffy.c:747:30: warning: implicit declaration of function ‘real_from’ [-Wimplicit-function-declaration] 747 | if ((!in_header) && (real_from(buffer))) | ^~~~~~~~~ xbuffy.c:774:17: warning: implicit declaration of function ‘remove_header_keyword’ [-Wimplicit-function-declaration] 774 | remove_header_keyword(buffer); | ^~~~~~~~~~~~~~~~~~~~~ xbuffy.c: In function ‘main’: xbuffy.c:1498:9: warning: implicit declaration of function ‘readBoxfile’ [-Wimplicit-function-declaration] 1498 | readBoxfile(data.boxFile); | ^~~~~~~~~~~ gcc -g -O2 -I. -O2 -fPIC -c -o boxfile.o boxfile.c boxfile.c: In function ‘readBoxfile’: boxfile.c:280:33: warning: implicit declaration of function ‘initBox’ [-Wimplicit-function-declaration] 280 | initBox(tempBox.box, | ^~~~~~~ gcc -g -O2 -I. -O2 -fPIC -c -o realfrom.o realfrom.c realfrom.c: In function ‘real_from’: realfrom.c:81:20: warning: implicit declaration of function ‘get_word’; did you mean ‘getwd’? [-Wimplicit-function-declaration] 81 | if ((len = get_word(buffer, 0, field, sizeof(field))) < 0) | ^~~~~~~~ | getwd realfrom.c:92:43: warning: implicit declaration of function ‘strincmp’; did you mean ‘strncmp’? [-Wimplicit-function-declaration] 92 | found = found || (strincmp(day_name[i], field, 3) == 0); | ^~~~~~~~ | strncmp realfrom.c:114:24: warning: implicit declaration of function ‘atoi’ [-Wimplicit-function-declaration] 114 | (day = atoi(field)) < 0 || day < 1 || day > 31) | ^~~~ gcc -g -O2 -I. -O2 -fPIC -c -o getword.o getword.c getword.c: In function ‘get_word’: getword.c:45:23: warning: implicit declaration of function ‘len_next_part’ [-Wimplicit-function-declaration] 45 | len = len_next_part(p); | ^~~~~~~~~~~~~ gcc -g -O2 -I. -O2 -fPIC -c -o len_next.o len_next.c gcc -g -O2 -I. -O2 -fPIC -c -o move_left.o move_left.c move_left.c:9:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 9 | move_left(string, chars) | ^~~~~~~~~ gcc -g -O2 -I. -O2 -fPIC -c -o strincmp.o strincmp.c gcc -g -O2 -I. -O2 -fPIC -c -o remfirstwd.o remfirstwd.c remfirstwd.c:34:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 34 | remove_header_keyword(string) | ^~~~~~~~~~~~~~~~~~~~~ remfirstwd.c: In function ‘remove_header_keyword’: remfirstwd.c:52:9: warning: implicit declaration of function ‘move_left’ [-Wimplicit-function-declaration] 52 | move_left(string, loc); | ^~~~~~~~~ gcc -g -O2 -I. -O2 -fPIC -c -o header_cmp.o header_cmp.c header_cmp.c: In function ‘header_cmp’: header_cmp.c:37:13: warning: implicit declaration of function ‘strincmp’; did you mean ‘strncmp’? [-Wimplicit-function-declaration] 37 | if (strincmp(header, prefix, len)) | ^~~~~~~~ | strncmp gcc -o xbuffy xbuffy.o boxfile.o realfrom.o getword.o len_next.o move_left.o strincmp.o remfirstwd.o header_cmp.o ./libdyn/libdyn.a -L/usr/lib64 -lXaw -lXext -lXmu -lXext -lXmu -lXt -lX11 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-x86_64/network/xbuffy/xbuffy-3.3.bl.3-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/xbuffy usr/doc/ usr/doc/xbuffy-3.3.bl.3/ usr/doc/xbuffy-3.3.bl.3/CHANGES usr/doc/xbuffy-3.3.bl.3/README usr/doc/xbuffy-3.3.bl.3/README.BL usr/doc/xbuffy-3.3.bl.3/TODO usr/doc/xbuffy-3.3.bl.3/xbuffy.SlackBuild usr/lib/ usr/lib/X11/ usr/lib/X11/app-defaults/ usr/lib/X11/app-defaults/XBuffy usr/man/ usr/man/man1/ usr/man/man1/xbuffy.1.gz usr/share/ usr/share/pixmaps/ usr/share/pixmaps/xbuffy.xbm Slackware package /usr/src/slapt-src-x86_64/network/xbuffy/xbuffy-3.3.bl.3-x86_64-1salix15.0.txz created. Installing package xbuffy-3.3.bl.3-x86_64-1salix15.0... | xbuffy (a multi folder biff for X) | | XBuffy is a multi folder biff program for X. It allows the user to | specify multiple mail folders to poll for new mails. Supported | formats are mbox, maildir and (experimentally) MH. | | Homepage: http://www.fiction.net/blong/programs/#xbuffy | | | | | |