The following packages will be installed: odt2txt Fetching README... 0%100%100%100%100%100%Done Fetching odt2txt.SlackBuild... 0%100%100%100%100%100%Done Fetching odt2txt.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done odt2txt-0.5/ odt2txt-0.5/GPL-2 odt2txt-0.5/INSTALL odt2txt-0.5/Makefile odt2txt-0.5/README.md odt2txt-0.5/kunzip/ odt2txt-0.5/kunzip/fileio.c odt2txt-0.5/kunzip/fileio.h odt2txt-0.5/kunzip/kunzip.h odt2txt-0.5/kunzip/zipfile.c odt2txt-0.5/kunzip/zipfile.h odt2txt-0.5/mem.c odt2txt-0.5/mem.h odt2txt-0.5/odt2txt.1 odt2txt-0.5/odt2txt.c odt2txt-0.5/regex.c odt2txt-0.5/regex.h odt2txt-0.5/strbuf.c odt2txt-0.5/strbuf.h odt2txt-0.5/t/ odt2txt-0.5/t/test-regex.c odt2txt-0.5/t/test-strbuf.c cc -O2 -c -o odt2txt.o odt2txt.c cc -O2 -c -o regex.o regex.c regex.c: In function ‘image’: regex.c:176:9: warning: ‘memcpy’ reading 11 bytes from a region of size 5 [-Wstringop-overread] 176 | memcpy(match + pr_len + len, postfix, po_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -c -o mem.o mem.c cc -O2 -c -o strbuf.o strbuf.c cc -O2 -c -o kunzip/fileio.o kunzip/fileio.c cc -O2 -c -o kunzip/zipfile.o kunzip/zipfile.c cc -o odt2txt odt2txt.o regex.o mem.o strbuf.o kunzip/fileio.o kunzip/zipfile.o -lz install -d -m755 /usr/src/slapt-src-i486/office/odt2txt/package-odt2txt/usr//bin install odt2txt /usr/src/slapt-src-i486/office/odt2txt/package-odt2txt/usr//bin install -d -m755 /usr/src/slapt-src-i486/office/odt2txt/package-odt2txt/usr//share/man/man1 install odt2txt.1 /usr/src/slapt-src-i486/office/odt2txt/package-odt2txt/usr//share/man/man1 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/odt2txt/odt2txt-0.5-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/odt2txt usr/doc/ usr/doc/odt2txt-0.5/ usr/doc/odt2txt-0.5/GPL-2 usr/doc/odt2txt-0.5/INSTALL usr/doc/odt2txt-0.5/README.md usr/doc/odt2txt-0.5/odt2txt.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/odt2txt.1.gz Slackware package /usr/src/slapt-src-i486/office/odt2txt/odt2txt-0.5-i586-1salix15.0.txz created. Installing package odt2txt-0.5-i586-1salix15.0... | odt2txt (simple converter from OpenDocument Text to plain text) | | odt2txt is a command-line tool which extracts the text | out of OpenDocument Texts produced by OpenOffice.org, | StarOffice, KOffice and others. | odt2txt can also extract text from some file formats | similar to OpenDocument Text, such as OpenOffice.org XML (*.sxw), | which was used by OpenOffice.org version 1.x and older StarOffice | versions. To a lesser extend, odt2txt may be useful to extract | content from OpenDocument spreadsheets (*.ods) and OpenDocument | presentations (*.odp). | |