The following packages will be installed: lua-zlib Fetching README... 0%100%100%100%100%100%Done Fetching lua-zlib.SlackBuild... 0%100%100%100%100%100%Done Fetching lua-zlib.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/ lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/.gitattributes lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/CMakeLists.txt lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/Makefile lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/README lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/amnon_david.gz lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/cmake/ lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/cmake/Modules/ lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/cmake/Modules/FindLuaJIT.cmake lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/lua_zlib.c lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/rockspec lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/tap.lua lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/test.lua lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/tom_macwright.gz lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/tom_macwright.out lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059/zlib.def make[1]: Entering directory '/usr/src/slapt-src/libraries/lua-zlib/lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059' gcc -c -O2 -fPIC -Wall -pedantic -I/usr/include/lua5.1 -march=i486 -mtune=i686 -I/usr/include/lua5.1 -o lua_zlib.o lua_zlib.c lua_zlib.c: In function ‘lz_checksum’: lua_zlib.c:303:38: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] checksum_combine_t combine = (checksum_combine_t) ^ lua_zlib.c:329:31: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] checksum_t checksum = (checksum_t) ^ lua_zlib.c: In function ‘lz_checksum_new’: lua_zlib.c:351:30: warning: ISO C forbids passing argument 2 of ‘lua_pushlightuserdata’ between function pointer and ‘void *’ [-Wpedantic] lua_pushlightuserdata(L, checksum); ^ In file included from /usr/include/lauxlib.h:15:0, from lua_zlib.c:2: /usr/include/lua.h:170:16: note: expected ‘void *’ but argument is of type ‘checksum_t {aka long unsigned int (*)(long unsigned int, const unsigned char *, unsigned int)}’ LUA_API void (lua_pushlightuserdata) (lua_State *L, void *p); ^ lua_zlib.c:352:30: warning: ISO C forbids passing argument 2 of ‘lua_pushlightuserdata’ between function pointer and ‘void *’ [-Wpedantic] lua_pushlightuserdata(L, combine); ^ In file included from /usr/include/lauxlib.h:15:0, from lua_zlib.c:2: /usr/include/lua.h:170:16: note: expected ‘void *’ but argument is of type ‘checksum_combine_t {aka long unsigned int (*)(long unsigned int, long unsigned int, long int)}’ LUA_API void (lua_pushlightuserdata) (lua_State *L, void *p); ^ gcc -O -shared -fPIC -L/usr/lib -L/usr/lib lua_zlib.o -lz -llua -lm -o zlib.so make[1]: Leaving directory '/usr/src/slapt-src/libraries/lua-zlib/lua-zlib-c0014bcbc4c3fd65ba3519b10965f0c184c1a059' cp zlib.so /usr/src/slapt-src/libraries/lua-zlib/package-lua-zlib/usr/lib/lua/5.1 Slackware package maker, version 3.141593. 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-zlib/lua-zlib-20140201_c0014bc-i486-1salix.txz ./ usr/ usr/lib/ usr/lib/lua/ usr/lib/lua/5.1/ usr/lib/lua/5.1/zlib.so usr/doc/ usr/doc/lua-zlib-20140201_c0014bc/ usr/doc/lua-zlib-20140201_c0014bc/README usr/doc/lua-zlib-20140201_c0014bc/lua-zlib.SlackBuild usr/doc/lua-zlib-20140201_c0014bc/test.lua.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/libraries/lua-zlib/lua-zlib-20140201_c0014bc-i486-1salix.txz created. Installing package lua-zlib-20140201_c0014bc-i486-1salix... | lua-zlib (Simple streaming interface to zlib for Lua) | | Simple streaming interface to zlib for Lua. Consists of two | functions: inflate and deflate. Both functions return "stream | functions" (takes a buffer of input and returns a buffer of output). | | | | | | | |