The following packages will be installed: tudu Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching tudu.SlackBuild... 0%100%100%100%100%100%Done Fetching tudu.info... 0%100%100%100%100%100%Done tudu-0.10.4/ tudu-0.10.4/ChangeLog tudu-0.10.4/configure.acr tudu-0.10.4/configure tudu-0.10.4/COPYING tudu-0.10.4/Makefile.acr tudu-0.10.4/AUTHORS tudu-0.10.4/data/ tudu-0.10.4/data/welcome.xml tudu-0.10.4/data/default_theme tudu-0.10.4/data/Makefile.acr tudu-0.10.4/data/tudu.dtd tudu-0.10.4/data/tudu.1 tudu-0.10.4/data/tudurc tudu-0.10.4/data/foo_theme tudu-0.10.4/CONTRIBUTORS tudu-0.10.4/src/ tudu-0.10.4/src/config.h tudu-0.10.4/src/tudu.cc tudu-0.10.4/src/window.cc tudu-0.10.4/src/interface.h tudu-0.10.4/src/defs.h.acr tudu-0.10.4/src/includes.h tudu-0.10.4/src/config.cc tudu-0.10.4/src/date.h tudu-0.10.4/src/screen.cc tudu-0.10.4/src/data.h tudu-0.10.4/src/scheduler.h tudu-0.10.4/src/cmd.h tudu-0.10.4/src/Makefile.acr tudu-0.10.4/src/parser.cc tudu-0.10.4/src/interface.cc tudu-0.10.4/src/scheduler.cc tudu-0.10.4/src/date.cc tudu-0.10.4/src/text.h tudu-0.10.4/src/editor.cc tudu-0.10.4/src/text.cc tudu-0.10.4/src/editor.h tudu-0.10.4/src/window.h tudu-0.10.4/src/cmd.cc tudu-0.10.4/src/screen.h tudu-0.10.4/src/parser.h tudu-0.10.4/src/data.cc tudu-0.10.4/README tudu-0.10.4/todo.xml checking for cpp... checking build system type... i586-slackware-linux checking host system type... i686-unknown-linux-gnu checking target system type... i686-unknown-linux-gnu checking for working directories... current using prefix '/usr' checking for c++ compiler... g++ checking for xcurses.h... no checking for ncursesw/curses.h... yes checking for ncurses/curses.h... yes checking for ncurses.h... yes checking for curses.h... yes checking for libncursesw ... yes checking for libncurses ... yes checking for libcurses ... yes checking for WIDEC_CURSES... yes checking for string... yes checking for vector... yes checking for map... yes checking for fstream... yes checking for list... yes checking for stack... yes checking for algorithm... yes checking for set... yes checking for ctime... yes checking for cstring... yes checking for csignal... yes checking for cstdio... yes checking for cstdlib... yes checking for sys/types.h... yes checking for sys/wait.h... yes checking for sys/stat.h... yes checking for unistd.h... yes checking for fcntl.h... yes checking for locale... yes checking for cwchar... yes checking for clocale... yes checking for climits... yes checking for iostream... yes checking for iomanip... yes checking for sstream... yes checking for cerrno... yes creating ./Makefile creating src/Makefile creating data/Makefile creating src/defs.h cleaning temporally files... done cd src && make make[1]: Entering directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/src' g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c tudu.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c data.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c editor.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c interface.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c window.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c text.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c parser.cc parser.cc: In member function ‘void Writer::amp(std::wstring&)’: parser.cc:400:11: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] 400 | } while (0) | ^~~~~ parser.cc:405:9: note: in expansion of macro ‘replace’ 405 | replace(L'&', L"&"); | ^~~~~~~ parser.cc:392:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ 392 | { \ | ^ parser.cc:406:9: note: in expansion of macro ‘replace’ 406 | replace(L'<', L"<"); | ^~~~~~~ parser.cc:400:11: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] 400 | } while (0) | ^~~~~ parser.cc:406:9: note: in expansion of macro ‘replace’ 406 | replace(L'<', L"<"); | ^~~~~~~ parser.cc:392:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ 392 | { \ | ^ parser.cc:407:9: note: in expansion of macro ‘replace’ 407 | replace(L'>', L">"); | ^~~~~~~ g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c config.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c date.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c screen.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c scheduler.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -c cmd.cc g++ -O2 -march=i586 -mtune=i686 -Wall -O2 -o tudu tudu.o data.o editor.o interface.o window.o text.o parser.o config.o date.o screen.o scheduler.o cmd.o -L/usr/lib -Wl,-R/usr/lib -lncursesw make[1]: Leaving directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/src' cd data && make make[1]: Entering directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/data' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/data' cd src && make make[1]: Entering directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/src' cd data && make make[1]: Entering directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/data' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/data' cd src && make install make[1]: Entering directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/src' mkdir -p /usr/src/slapt-src-i486/office/tudu/package-tudu/usr/bin /usr/bin/ginstall -m 755 tudu /usr/src/slapt-src-i486/office/tudu/package-tudu/usr/bin make[1]: Leaving directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/src' cd data && make install make[1]: Entering directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/data' mkdir -p /usr/src/slapt-src-i486/office/tudu/package-tudu/usr/share/tudu /usr/bin/ginstall -m 644 tudu.dtd /usr/src/slapt-src-i486/office/tudu/package-tudu/usr/share/tudu /usr/bin/ginstall -m 644 welcome.xml /usr/src/slapt-src-i486/office/tudu/package-tudu/usr/share/tudu mkdir -p /usr/src/slapt-src-i486/office/tudu/package-tudu/etc /usr/bin/ginstall -m 644 tudurc /usr/src/slapt-src-i486/office/tudu/package-tudu/etc mkdir -p /usr/src/slapt-src-i486/office/tudu/package-tudu/usr/man/man1 /usr/bin/ginstall -m 644 tudu.1 /usr/src/slapt-src-i486/office/tudu/package-tudu/usr/man/man1 make[1]: Leaving directory '/usr/src/slapt-src-i486/office/tudu/tudu-0.10.4/data' 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/office/tudu/tudu-0.10.4-i586-1salix15.0.txz ./ etc/ etc/tudurc install/ install/slack-desc usr/ usr/bin/ usr/bin/tudu usr/doc/ usr/doc/tudu-0.10.4/ usr/doc/tudu-0.10.4/AUTHORS usr/doc/tudu-0.10.4/CONTRIBUTORS usr/doc/tudu-0.10.4/COPYING usr/doc/tudu-0.10.4/ChangeLog usr/doc/tudu-0.10.4/README usr/doc/tudu-0.10.4/tudu.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/tudu.1.gz usr/share/ usr/share/tudu/ usr/share/tudu/tudu.dtd usr/share/tudu/welcome.xml Slackware package /usr/src/slapt-src-i486/office/tudu/tudu-0.10.4-i586-1salix15.0.txz created. Installing package tudu-0.10.4-i586-1salix15.0... | tudu (todo list program) | | TuDu is a comand line interface to manage hierarchical todos. | Each task has a title, a long text description, a deadline | (tudu warns you when the date is close), and a scheduled date. | | | https://code.meskio.net/tudu/ | | | | |