The following packages will be installed: birthday Fetching README... 0%100%100%100%100%100%Done Fetching birthday.SlackBuild... 0%100%100%100%100%100%Done Fetching birthday.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done birthday-1.6.2/COPYING birthday-1.6.2/bdtrans.c birthday-1.6.2/bdwin.c birthday-1.6.2/bdwin.rc birthday-1.6.2/dosbd.prj birthday-1.6.2/getopt.c birthday-1.6.2/getopt.h birthday-1.6.2/winbd.prj birthday-1.6.2/xmalloc.h birthday-1.6.2/xmalloc.c birthday-1.6.2/alloca.c birthday-1.6.2/README birthday-1.6.2/birthday.man birthday-1.6.2/test/ birthday-1.6.2/test/CVS/ birthday-1.6.2/test/CVS/Root birthday-1.6.2/test/CVS/Repository birthday-1.6.2/test/CVS/Entries birthday-1.6.2/test/wiki.januar.t birthday-1.6.2/test/basic1.t birthday-1.6.2/test/full1.t birthday-1.6.2/test/thorsten1.t birthday-1.6.2/test/basic2.t birthday-1.6.2/birthday.c birthday-1.6.2/birthday.h birthday-1.6.2/Makefile birthday-1.6.2/bdcal.c birthday-1.6.2/runtest.sh birthday-1.6.2/ChangeLog birthday-1.6.2/bdengine.c cc -O2 -DUNIX -Wall -Wstrict-prototypes -c -o birthday.o birthday.c cc -O2 -DUNIX -Wall -Wstrict-prototypes -c -o bdcal.o bdcal.c bdcal.c: In function ‘do_cal’: bdcal.c:102:20: warning: operation on ‘btime.tm_wday’ may be undefined [-Wsequence-point] 102 | btime.tm_wday=(++btime.tm_wday)%7; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ cc -O2 -DUNIX -Wall -Wstrict-prototypes -c -o bdengine.o bdengine.c bdengine.c: In function ‘readlist’: bdengine.c:579:27: warning: ‘%d’ directive writing between 1 and 11 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] 579 | sprintf(buf2, "%s %d years ago", buf, ydelta(evl[i].date, *today)); | ^~ bdengine.c:579:23: note: using the range [-2147483648, 2147483647] for directive argument 579 | sprintf(buf2, "%s %d years ago", buf, ydelta(evl[i].date, *today)); | ^~~~~~~~~~~~~~~~~ bdengine.c:579:9: note: ‘sprintf’ output between 13 and 1046 bytes into a destination of size 1024 579 | sprintf(buf2, "%s %d years ago", buf, ydelta(evl[i].date, *today)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bdengine.c:574:26: warning: ‘ has a birthday’ directive writing 15 bytes into a region of size between 1 and 1024 [-Wformat-overflow=] 574 | sprintf(buf2, "%s has a birthday", buf); | ^~~~~~~~~~~~~~~ bdengine.c:574:9: note: ‘sprintf’ output between 16 and 1039 bytes into a destination of size 1024 574 | sprintf(buf2, "%s has a birthday", buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bdengine.c:571:28: warning: ‘ is ’ directive writing 4 bytes into a region of size between 1 and 1024 [-Wformat-overflow=] 571 | sprintf(buf2, "%s is %d year old", buf, tmp_age); | ^~~~ bdengine.c:571:11: note: ‘sprintf’ output between 15 and 1038 bytes into a destination of size 1024 571 | sprintf(buf2, "%s is %d year old", buf, tmp_age); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bdengine.c:569:28: warning: ‘ is ’ directive writing 4 bytes into a region of size between 1 and 1024 [-Wformat-overflow=] 569 | sprintf(buf2, "%s is %d years old", buf, tmp_age); | ^~~~ bdengine.c:569:25: note: using the range [-2147483648, 2147483647] for directive argument 569 | sprintf(buf2, "%s is %d years old", buf, tmp_age); | ^~~~~~~~~~~~~~~~~~~~ bdengine.c:569:11: note: ‘sprintf’ output between 16 and 1049 bytes into a destination of size 1024 569 | sprintf(buf2, "%s is %d years old", buf, tmp_age); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -DUNIX -Wall -Wstrict-prototypes -c -o xmalloc.o xmalloc.c cc birthday.o bdcal.o bdengine.o xmalloc.o -o birthday install -d /usr/src/slapt-src-i486/misc/birthday/package-birthday/usr/bin /usr/src/slapt-src-i486/misc/birthday/package-birthday/usr/man/man1 install -s birthday /usr/src/slapt-src-i486/misc/birthday/package-birthday/usr/bin/birthday install -m 0644 birthday.man /usr/src/slapt-src-i486/misc/birthday/package-birthday/usr/man/man1/birthday.1 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/misc/birthday/birthday-1.6.2-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/birthday usr/doc/ usr/doc/birthday-1.6.2/ usr/doc/birthday-1.6.2/COPYING usr/doc/birthday-1.6.2/ChangeLog usr/doc/birthday-1.6.2/README usr/doc/birthday-1.6.2/birthday.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/birthday.1.gz Slackware package /usr/src/slapt-src-i486/misc/birthday/birthday-1.6.2-i586-1salix15.0.txz created. Installing package birthday-1.6.2-i586-1salix15.0... | birthday (reminder program) | | Birthday is a terminal program which displays a list of forthcomeing | birthdays and other events. It does this by reading from a simple | config file (./birthdays) in the users home directory. The program | is executalble at a shell prompt, which makes it ideal for setting | as an executable in the users .bashrc file. Doing so will set it to | display the list every time the user logs into his or her account. | | Project site: http://bithday.sourceforge.net | | |