The following packages will be installed: uni2ascii Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching uni2ascii.SlackBuild... 0%100%100%100%100%100%Done Fetching uni2ascii.info... 0%100%100%100%100%100%Done uni2ascii-4.18/ uni2ascii-4.18/putu8.c uni2ascii-4.18/install-sh uni2ascii-4.18/INSTALL uni2ascii-4.18/ascii2uni.py uni2ascii-4.18/Makefile.am uni2ascii-4.18/uni2ascii.info uni2ascii-4.18/configure.ac uni2ascii-4.18/COPYING uni2ascii-4.18/aclocal.m4 uni2ascii-4.18/exitcode.h uni2ascii-4.18/UTF8in.c uni2ascii-4.18/GetWord.c uni2ascii-4.18/SetFormat.c uni2ascii-4.18/uni2html.py uni2ascii-4.18/uni2ascii.c uni2ascii-4.18/enttbl.c uni2ascii-4.18/utf8error.h uni2ascii-4.18/uni2ascii-4.18.lsm uni2ascii-4.18/AUTHORS uni2ascii-4.18/uni2ascii.1 uni2ascii-4.18/TestSuiteAscii2Uni uni2ascii-4.18/config.h.in uni2ascii-4.18/NEWS uni2ascii-4.18/ChangeLog uni2ascii-4.18/configure uni2ascii-4.18/missing uni2ascii-4.18/u2a.tcl uni2ascii-4.18/formats.h uni2ascii-4.18/CREDITS uni2ascii-4.18/enttbl.h uni2ascii-4.18/unicode.h uni2ascii-4.18/depcomp uni2ascii-4.18/mkinstalldirs uni2ascii-4.18/Makefile.in uni2ascii-4.18/u2a_endian.h uni2ascii-4.18/endian.c uni2ascii-4.18/TODO uni2ascii-4.18/ascii2uni.1 uni2ascii-4.18/README uni2ascii-4.18/ascii2uni.c checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for size_t... yes checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking gnu/libc-version.h usability... yes checking gnu/libc-version.h presence... yes checking for gnu/libc-version.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking type.h usability... no checking type.h presence... no checking for type.h... no checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for fgetln... no checking for getline... yes checking for regcomp... yes checking for setlocale... yes checking for strtoul... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/usr/src/slapt-src-i486/misc/uni2ascii/uni2ascii-4.18' gcc -DHAVE_CONFIG_H -I. -DNEWSUMMARY -g -O2 -MT endian.o -MD -MP -MF .deps/endian.Tpo -c -o endian.o endian.c mv -f .deps/endian.Tpo .deps/endian.Po gcc -DHAVE_CONFIG_H -I. -DNEWSUMMARY -g -O2 -MT enttbl.o -MD -MP -MF .deps/enttbl.Tpo -c -o enttbl.o enttbl.c enttbl.c: In function ‘LookupCodeForEntity’: enttbl.c:560:8: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration] 560 | c =strcmp(s,EntityCodeTable[m].name); | ^~~~~~ enttbl.c:24:1: note: include ‘’ or provide a declaration of ‘strcmp’ 23 | #include "unicode.h" +++ |+#include 24 | mv -f .deps/enttbl.Tpo .deps/enttbl.Po gcc -DHAVE_CONFIG_H -I. -DNEWSUMMARY -g -O2 -MT SetFormat.o -MD -MP -MF .deps/SetFormat.Tpo -c -o SetFormat.o SetFormat.c mv -f .deps/SetFormat.Tpo .deps/SetFormat.Po gcc -DHAVE_CONFIG_H -I. -DNEWSUMMARY -g -O2 -MT uni2ascii.o -MD -MP -MF .deps/uni2ascii.Tpo -c -o uni2ascii.o uni2ascii.c uni2ascii.c:2682:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 2682 | SubstituteChar(UTF32 c) { | ^~~~~~~~~~~~~~ uni2ascii.c:2696:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 2696 | AddCustomSubstitution(char *str){ | ^~~~~~~~~~~~~~~~~~~~~ uni2ascii.c: In function ‘main’: uni2ascii.c:3176:24: warning: implicit declaration of function ‘putu8’ [-Wimplicit-function-declaration] 3176 | if(PassThroughP) putu8(c); | ^~~~~ mv -f .deps/uni2ascii.Tpo .deps/uni2ascii.Po gcc -DHAVE_CONFIG_H -I. -DNEWSUMMARY -g -O2 -MT UTF8in.o -MD -MP -MF .deps/UTF8in.Tpo -c -o UTF8in.o UTF8in.c mv -f .deps/UTF8in.Tpo .deps/UTF8in.Po gcc -DHAVE_CONFIG_H -I. -DNEWSUMMARY -g -O2 -MT putu8.o -MD -MP -MF .deps/putu8.Tpo -c -o putu8.o putu8.c mv -f .deps/putu8.Tpo .deps/putu8.Po gcc -DNEWSUMMARY -g -O2 -o uni2ascii endian.o enttbl.o SetFormat.o uni2ascii.o UTF8in.o putu8.o gcc -DHAVE_CONFIG_H -I. -DNEWSUMMARY -g -O2 -MT ascii2uni.o -MD -MP -MF .deps/ascii2uni.Tpo -c -o ascii2uni.o ascii2uni.c mv -f .deps/ascii2uni.Tpo .deps/ascii2uni.Po gcc -DHAVE_CONFIG_H -I. -DNEWSUMMARY -g -O2 -MT GetWord.o -MD -MP -MF .deps/GetWord.Tpo -c -o GetWord.o GetWord.c mv -f .deps/GetWord.Tpo .deps/GetWord.Po gcc -DNEWSUMMARY -g -O2 -o ascii2uni ascii2uni.o enttbl.o GetWord.o putu8.o SetFormat.o cp u2a.tcl u2a make[1]: Leaving directory '/usr/src/slapt-src-i486/misc/uni2ascii/uni2ascii-4.18' make[1]: Entering directory '/usr/src/slapt-src-i486/misc/uni2ascii/uni2ascii-4.18' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/misc/uni2ascii/package-uni2ascii/usr/bin" /usr/bin/ginstall -c uni2ascii ascii2uni '/usr/src/slapt-src-i486/misc/uni2ascii/package-uni2ascii/usr/bin' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/misc/uni2ascii/package-uni2ascii/usr/bin" /usr/bin/ginstall -c u2a '/usr/src/slapt-src-i486/misc/uni2ascii/package-uni2ascii/usr/bin' test -z "/usr/man/man1" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/misc/uni2ascii/package-uni2ascii/usr/man/man1" /usr/bin/ginstall -c -m 644 uni2ascii.1 ascii2uni.1 '/usr/src/slapt-src-i486/misc/uni2ascii/package-uni2ascii/usr/man/man1' make[1]: Leaving directory '/usr/src/slapt-src-i486/misc/uni2ascii/uni2ascii-4.18' 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/uni2ascii/uni2ascii-4.18-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/ascii2uni usr/bin/u2a usr/bin/uni2ascii usr/doc/ usr/doc/uni2ascii-4.18/ usr/doc/uni2ascii-4.18/AUTHORS usr/doc/uni2ascii-4.18/COPYING usr/doc/uni2ascii-4.18/CREDITS usr/doc/uni2ascii-4.18/ChangeLog usr/doc/uni2ascii-4.18/INSTALL usr/doc/uni2ascii-4.18/NEWS usr/doc/uni2ascii-4.18/README usr/doc/uni2ascii-4.18/TODO usr/doc/uni2ascii-4.18/TestSuiteAscii2Uni usr/doc/uni2ascii-4.18/uni2ascii.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/ascii2uni.1.gz usr/man/man1/uni2ascii.1.gz Slackware package /usr/src/slapt-src-i486/misc/uni2ascii/uni2ascii-4.18-i586-2salix15.0.txz created. Installing package uni2ascii-4.18-i586-2salix15.0... | uni2ascii (convert UTF-8 into 7-bit ASCII and vice versa) | | uni2ascii provides conversion in both directions between UTF-8 Unicode | and more than thirty 7-bit ASCII equivalents, including HTML numeric | character references, various escapes and hexadecimal. Such ASCII | equivalents are useful when including Unicode text in program source, | when debugging, and when entering text into web programs that can | handle the Unicode character set but are not 8-bit safe. | | Homepage: http://billposer.org/Software/uni2ascii.html | | |