The following packages will be installed: lua-cjson Fetching README... 0%100%100%100%100%100%Done Fetching lua-cjson.SlackBuild... 0%100%100%100%100%100%Done Fetching lua-cjson.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done lua-cjson-2.1.0/ lua-cjson-2.1.0/runtests.sh lua-cjson-2.1.0/fpconv.c lua-cjson-2.1.0/lua-cjson.spec lua-cjson-2.1.0/rfc4627.txt lua-cjson-2.1.0/dtoa.c lua-cjson-2.1.0/lua-cjson-2.1.0-1.rockspec lua-cjson-2.1.0/manual.txt lua-cjson-2.1.0/performance.html lua-cjson-2.1.0/CMakeLists.txt lua-cjson-2.1.0/fpconv.h lua-cjson-2.1.0/strbuf.h lua-cjson-2.1.0/strbuf.c lua-cjson-2.1.0/NEWS lua-cjson-2.1.0/manual.html lua-cjson-2.1.0/lua_cjson.c lua-cjson-2.1.0/LICENSE lua-cjson-2.1.0/dtoa_config.h lua-cjson-2.1.0/tests/ lua-cjson-2.1.0/tests/bench.lua lua-cjson-2.1.0/tests/numbers.json lua-cjson-2.1.0/tests/example3.json lua-cjson-2.1.0/tests/octets-escaped.dat lua-cjson-2.1.0/tests/types.json lua-cjson-2.1.0/tests/genutf8.pl lua-cjson-2.1.0/tests/rfc-example1.json lua-cjson-2.1.0/tests/example4.json lua-cjson-2.1.0/tests/example2.json lua-cjson-2.1.0/tests/README lua-cjson-2.1.0/tests/rfc-example2.json lua-cjson-2.1.0/tests/test.lua lua-cjson-2.1.0/tests/example5.json lua-cjson-2.1.0/tests/example1.json lua-cjson-2.1.0/g_fmt.c lua-cjson-2.1.0/Makefile lua-cjson-2.1.0/lua/ lua-cjson-2.1.0/lua/lua2json.lua lua-cjson-2.1.0/lua/json2lua.lua lua-cjson-2.1.0/lua/cjson/ lua-cjson-2.1.0/lua/cjson/util.lua lua-cjson-2.1.0/performance.txt lua-cjson-2.1.0/THANKS cc -c -O2 -march=i586 -mtune=i686 -Wall -pedantic -DNDEBUG -I/usr/local/include -fpic -o lua_cjson.o lua_cjson.c In file included from lua_cjson.c:47: fpconv.h:15:20: warning: inline function ‘fpconv_init’ declared but never defined 15 | extern inline void fpconv_init(); | ^~~~~~~~~~~ cc -c -O2 -march=i586 -mtune=i686 -Wall -pedantic -DNDEBUG -I/usr/local/include -fpic -o strbuf.o strbuf.c cc -c -O2 -march=i586 -mtune=i686 -Wall -pedantic -DNDEBUG -I/usr/local/include -fpic -o fpconv.o fpconv.c cc -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o 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/libraries/lua-cjson/lua-cjson-2.1.0-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/lua-cjson-2.1.0/ usr/doc/lua-cjson-2.1.0/LICENSE usr/doc/lua-cjson-2.1.0/NEWS usr/doc/lua-cjson-2.1.0/THANKS usr/doc/lua-cjson-2.1.0/lua-cjson.SlackBuild usr/doc/lua-cjson-2.1.0/manual.html usr/doc/lua-cjson-2.1.0/manual.txt usr/doc/lua-cjson-2.1.0/performance.html usr/doc/lua-cjson-2.1.0/performance.txt usr/lib/ usr/lib/lua/ usr/lib/lua/5.1/ usr/lib/lua/5.1/cjson.so Slackware package /usr/src/slapt-src/libraries/lua-cjson/lua-cjson-2.1.0-i586-2salix15.0.txz created. Installing package lua-cjson-2.1.0-i586-2salix15.0... | lua-cjson (JSON support for Lua) | | Lua CJSON provides JSON support for Lua. It has been tested under | Linux, FreeBSD, OSX, Solaris and Windows. Features: | | * Fast, standards compliant encoding/parsing routines | * Full support for JSON with UTF-8, including decoding surrogate pairs | * Optional run-time support for common exceptions to the JSON | specification (infinity, NaN,..) | * No dependencies on other libraries | | |