Skip to content

Instantly share code, notes, and snippets.

@mpeterv
Last active May 14, 2016 16:10
Show Gist options
  • Save mpeterv/a43fbcdeadaec40dd6fa3284ea7f07dd to your computer and use it in GitHub Desktop.
Save mpeterv/a43fbcdeadaec40dd6fa3284ea7f07dd to your computer and use it in GitHub Desktop.
`luarocks install sailor` output
Installing https://luarocks.org/sailor-0.5-4.src.rock
Missing dependencies for sailor 0.5-4:
datafile >= 0.1 (not installed)
luafilesystem >= 1.6.2 (not installed)
valua >= 0.2.2 (not installed)
lbase64 >= 20120807 (not installed)
cgilua >= 5.1.4 (not installed)
xavante >= 2.3 (not installed)
wsapi-xavante >= 1.6.1 (not installed)
busted >= 2.0.rc9 (not installed)
sailor 0.5-4 depends on datafile >= 0.1 (not installed)
Installing https://luarocks.org/datafile-0.2-1.src.rock
datafile 0.2-1 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
sailor 0.5-4 depends on luafilesystem >= 1.6.2 (not installed)
Installing https://luarocks.org/luafilesystem-1.6.3-2.src.rock
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/lfs.c -o src/lfs.o
gcc -shared -o lfs.so -L/home/mpeterv/luarocks/here/lib src/lfs.o
luafilesystem 1.6.3-2 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
sailor 0.5-4 depends on valua >= 0.2.2 (not installed)
Installing https://luarocks.org/valua-0.3-1.src.rock
valua 0.3-1 is now installed in /home/mpeterv/luarocks/here (license: MIT)
sailor 0.5-4 depends on lbase64 >= 20120807 (not installed)
Installing https://luarocks.org/lbase64-20120820-1.src.rock
Do not use 'module' as a build type. Use 'builtin' instead.
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c lbase64.c -o lbase64.o
gcc -shared -o base64.so -L/home/mpeterv/luarocks/here/lib lbase64.o
lbase64 20120820-1 is now installed in /home/mpeterv/luarocks/here (license: Public domain)
sailor 0.5-4 depends on cgilua >= 5.1.4 (not installed)
Installing https://luarocks.org/cgilua-5.1.4-2.src.rock
cgilua 5.1.4-2 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
sailor 0.5-4 depends on xavante >= 2.3 (not installed)
Installing https://luarocks.org/xavante-2.3.0-1.src.rock
Missing dependencies for xavante 2.3.0-1:
luasocket >= 2.1 (not installed)
copas >= 1.2.0 (not installed)
xavante 2.3.0-1 depends on luasocket >= 2.1 (not installed)
Installing https://luarocks.org/luasocket-3.0rc1-2.src.rock
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/mime.c -o src/mime.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -shared -o mime/core.so -L/home/mpeterv/luarocks/here/lib src/mime.o
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/serial.c -o src/serial.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -shared -o socket/serial.so -L/home/mpeterv/luarocks/here/lib src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/serial.o
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/unix.c -o src/unix.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -shared -o socket/unix.so -L/home/mpeterv/luarocks/here/lib src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/unix.o
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/luasocket.c -o src/luasocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/inet.c -o src/inet.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/except.c -o src/except.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/select.c -o src/select.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/tcp.c -o src/tcp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/udp.c -o src/udp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -shared -o socket/core.so -L/home/mpeterv/luarocks/here/lib src/luasocket.o src/timeout.o src/buffer.o src/io.o src/auxiliar.o src/options.o src/inet.o src/except.o src/select.o src/tcp.o src/udp.o src/usocket.o
luasocket 3.0rc1-2 is now installed in /home/mpeterv/luarocks/here (license: MIT)
xavante 2.3.0-1 depends on copas >= 1.2.0 (not installed)
Installing https://luarocks.org/copas-2.0.1-1.src.rock
Missing dependencies for copas 2.0.1-1:
coxpcall >= 1.14 (not installed)
copas 2.0.1-1 depends on coxpcall >= 1.14 (not installed)
Installing https://luarocks.org/coxpcall-1.16.0-1.src.rock
coxpcall 1.16.0-1 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
copas 2.0.1-1 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
xavante 2.3.0-1 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
sailor 0.5-4 depends on wsapi-xavante >= 1.6.1 (not installed)
Installing https://luarocks.org/wsapi-xavante-1.6.1-1.src.rock
Missing dependencies for wsapi-xavante 1.6.1-1:
wsapi >= 1.6.1 (not installed)
rings >= 1.3.0 (not installed)
wsapi-xavante 1.6.1-1 depends on wsapi >= 1.6.1 (not installed)
Installing https://luarocks.org/wsapi-1.6.1-1.src.rock
wsapi 1.6.1-1 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
wsapi-xavante 1.6.1-1 depends on rings >= 1.3.0 (not installed)
Installing https://luarocks.org/rings-1.3.0-1.src.rock
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/rings.c -o src/rings.o
gcc -shared -o rings.so -L/home/mpeterv/luarocks/here/lib src/rings.o
rings 1.3.0-1 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
wsapi-xavante 1.6.1-1 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
sailor 0.5-4 depends on busted >= 2.0.rc9 (not installed)
Installing https://luarocks.org/busted-2.0.rc11-0.rockspec
Missing dependencies for busted 2.0.rc11-0:
lua_cliargs >= 2.5-0, < 3.0.rc-1 (not installed)
dkjson >= 2.1.0 (not installed)
say >= 1.3-0 (not installed)
luassert >= 1.7.8-0 (not installed)
lua-term >= 0.1-1 (not installed)
penlight >= 1.3.2-2 (not installed)
mediator_lua >= 1.1.1-0 (not installed)
busted 2.0.rc11-0 depends on lua_cliargs >= 2.5-0, < 3.0.rc-1 (not installed)
Installing https://luarocks.org/lua_cliargs-2.5-5.src.rock
lua_cliargs 2.5-5 is now installed in /home/mpeterv/luarocks/here (license: MIT <http://opensource.org/licenses/MIT>)
busted 2.0.rc11-0 depends on dkjson >= 2.1.0 (not installed)
Installing https://luarocks.org/dkjson-2.5-2.src.rock
dkjson 2.5-2 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
busted 2.0.rc11-0 depends on say >= 1.3-0 (not installed)
Installing https://luarocks.org/say-1.3-1.rockspec
say 1.3-1 is now installed in /home/mpeterv/luarocks/here (license: MIT <http://opensource.org/licenses/MIT>)
busted 2.0.rc11-0 depends on luassert >= 1.7.8-0 (not installed)
Installing https://luarocks.org/luassert-1.7.10-0.rockspec
luassert 1.7.10-0 is now installed in /home/mpeterv/luarocks/here (license: MIT <http://opensource.org/licenses/MIT>)
busted 2.0.rc11-0 depends on lua-term >= 0.1-1 (not installed)
Installing https://luarocks.org/lua-term-0.7-1.rockspec
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c core.c -o core.o
gcc -shared -o term/core.so -L/home/mpeterv/luarocks/here/lib core.o
lua-term 0.7-1 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
busted 2.0.rc11-0 depends on penlight >= 1.3.2-2 (not installed)
Installing https://luarocks.org/penlight-1.3.2-2.rockspec
penlight 1.3.2-2 is now installed in /home/mpeterv/luarocks/here (license: MIT/X11)
busted 2.0.rc11-0 depends on mediator_lua >= 1.1.1-0 (not installed)
Installing https://luarocks.org/mediator_lua-1.1.2-0.rockspec
mediator_lua 1.1.2-0 is now installed in /home/mpeterv/luarocks/here (license: MIT <http://opensource.org/licenses/MIT>)
busted 2.0.rc11-0 is now installed in /home/mpeterv/luarocks/here (license: MIT <http://opensource.org/licenses/MIT>)
sailor 0.5-4 is now installed in /home/mpeterv/luarocks/here (license: MIT)
Installing https://luarocks.org/sailor-0.5-4.src.rock...
Using https://luarocks.org/sailor-0.5-4.src.rock... switching to 'build' mode
Missing dependencies for sailor:
valua >= 0.2.2
wsapi-xavante >= 1.6.1
busted >= 2.0.rc9
datafile >= 0.1
lbase64 >= 20120807
luafilesystem >= 1.6.2
xavante >= 2.3
cgilua >= 5.1.4
Using https://luarocks.org/valua-0.3-1.src.rock... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
valua 0.3-1 is now built and installed in /home/mpeterv/luarocks/here (license: MIT)
Using https://luarocks.org/wsapi-xavante-1.6.1-1.src.rock... switching to 'build' mode
Missing dependencies for wsapi-xavante:
xavante >= 2.3.0
rings >= 1.3.0
wsapi >= 1.6.1
coxpcall >= 1.14
Using https://luarocks.org/xavante-2.3.0-1.src.rock... switching to 'build' mode
Missing dependencies for xavante:
luafilesystem >= 1.6.0
luasocket >= 2.1
copas >= 1.2.0
Using https://luarocks.org/luafilesystem-1.6.3-2.src.rock... switching to 'build' mode
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/lfs.c -o src/lfs.o
gcc -shared -o lfs.so -L/home/mpeterv/luarocks/here/lib src/lfs.o
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
luafilesystem 1.6.3-2 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Using https://luarocks.org/luasocket-3.0rc1-2.src.rock... switching to 'build' mode
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/mime.c -o src/mime.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -shared -o mime/core.so -L/home/mpeterv/luarocks/here/lib src/mime.o
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/serial.c -o src/serial.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -shared -o socket/serial.so -L/home/mpeterv/luarocks/here/lib src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/serial.o
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/unix.c -o src/unix.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -shared -o socket/unix.so -L/home/mpeterv/luarocks/here/lib src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/unix.o
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/luasocket.c -o src/luasocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/inet.c -o src/inet.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/except.c -o src/except.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/select.c -o src/select.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/tcp.c -o src/tcp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/udp.c -o src/udp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default")))
gcc -shared -o socket/core.so -L/home/mpeterv/luarocks/here/lib src/luasocket.o src/timeout.o src/buffer.o src/io.o src/auxiliar.o src/options.o src/inet.o src/except.o src/select.o src/tcp.o src/udp.o src/usocket.o
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
luasocket 3.0rc1-2 is now built and installed in /home/mpeterv/luarocks/here (license: MIT)
Using https://luarocks.org/copas-2.0.1-1.src.rock... switching to 'build' mode
Missing dependencies for copas:
coxpcall >= 1.14
Using https://luarocks.org/coxpcall-1.16.0-1.src.rock... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
coxpcall 1.16.0-1 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
copas 2.0.1-1 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
xavante 2.3.0-1 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Using https://luarocks.org/rings-1.3.0-1.src.rock... switching to 'build' mode
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c src/rings.c -o src/rings.o
gcc -shared -o rings.so -L/home/mpeterv/luarocks/here/lib src/rings.o
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
rings 1.3.0-1 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Using https://luarocks.org/wsapi-1.6.1-1.src.rock... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
wsapi 1.6.1-1 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
wsapi-xavante 1.6.1-1 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Using https://luarocks.org/busted-2.0.rc11-0.rockspec... switching to 'build' mode
Missing dependencies for busted:
mediator_lua >= 1.1.1-0
penlight >= 1.3.2-2
say >= 1.3-0
lua-term >= 0.1-1
dkjson >= 2.1.0
luassert >= 1.7.8-0
lua_cliargs >= 2.5-0, < 3.0.rc-1
Using https://luarocks.org/mediator_lua-1.1.2-0.rockspec... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
mediator_lua 1.1.2-0 is now built and installed in /home/mpeterv/luarocks/here (license: MIT <http://opensource.org/licenses/MIT>)
Using https://luarocks.org/penlight-1.3.2-2.rockspec... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
penlight 1.3.2-2 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Using https://luarocks.org/say-1.3-1.rockspec... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
say 1.3-1 is now built and installed in /home/mpeterv/luarocks/here (license: MIT <http://opensource.org/licenses/MIT>)
Using https://luarocks.org/lua-term-0.7-1.rockspec... switching to 'build' mode
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c core.c -o core.o
gcc -shared -o term/core.so -L/home/mpeterv/luarocks/here/lib core.o
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
lua-term 0.7-1 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Using https://luarocks.org/dkjson-2.5-2.src.rock... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
dkjson 2.5-2 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Using https://luarocks.org/luassert-1.7.10-0.rockspec... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
luassert 1.7.10-0 is now built and installed in /home/mpeterv/luarocks/here (license: MIT <http://opensource.org/licenses/MIT>)
Using https://luarocks.org/lua_cliargs-2.5-5.src.rock... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
lua_cliargs 2.5-5 is now built and installed in /home/mpeterv/luarocks/here (license: MIT <http://opensource.org/licenses/MIT>)
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
busted 2.0.rc11-0 is now built and installed in /home/mpeterv/luarocks/here (license: MIT <http://opensource.org/licenses/MIT>)
Using https://luarocks.org/datafile-0.2-1.src.rock... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
datafile 0.2-1 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Using https://luarocks.org/lbase64-20120820-1.src.rock... switching to 'build' mode
Do not use 'module' as a build type. Use 'builtin' instead.
gcc -O2 -fPIC -I/home/mpeterv/luarocks/here/include -c lbase64.c -o lbase64.o
gcc -shared -o base64.so -L/home/mpeterv/luarocks/here/lib lbase64.o
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
lbase64 20120820-1 is now built and installed in /home/mpeterv/luarocks/here (license: Public domain)
Using https://luarocks.org/cgilua-5.1.4-2.src.rock... switching to 'build' mode
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
cgilua 5.1.4-2 is now built and installed in /home/mpeterv/luarocks/here (license: MIT/X11)
Updating manifest for /home/mpeterv/luarocks/here/lib/luarocks/rocks
sailor 0.5-4 is now built and installed in /home/mpeterv/luarocks/here (license: MIT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment