Skip to content

Instantly share code, notes, and snippets.

@asenchi
Created December 9, 2014 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asenchi/0b7175b6c119e96194d6 to your computer and use it in GitHub Desktop.
Save asenchi/0b7175b6c119e96194d6 to your computer and use it in GitHub Desktop.
• hvalvatn:release (sfl4j) asenchi$ cmake -DCMAKE_BUILD_TYPE=release ..
-- The C compiler identification is AppleClang 6.0.0.6000056
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found Git: /usr/local/bin/git (found version "2.0.1")
Doxygen was not found, the documentation pages will not be generated
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release
• hvalvatn:release (sfl4j) asenchi$ make
Scanning dependencies of target lua-5_1_5
[ 2%] Creating directories for 'lua-5_1_5'
[ 5%] Performing download step (download, verify and extract) for 'lua-5_1_5'
-- downloading...
src='http://www.lua.org/ftp/lua-5.1.5.tar.gz'
dst='/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Download/lua-5_1_5/lua-5.1.5.tar.gz'
timeout='none'
-- [download 1% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- downloading... done
-- verifying file...
file='/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Download/lua-5_1_5/lua-5.1.5.tar.gz'
-- verifying file... done
-- extracting...
src='/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Download/lua-5_1_5/lua-5.1.5.tar.gz'
dst='/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lua-5_1_5'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 8%] Performing patch step for 'lua-5_1_5'
patching file CMakeLists.txt
patching file src/ldebug.c
patching file src/loslib.c
patching file src/luaconf.h
patching file src/lua.h
[ 11%] No update step for 'lua-5_1_5'
[ 13%] Performing configure step for 'lua-5_1_5'
Not searching for unused variables given on the command line.
-- The C compiler identification is AppleClang 6.0.0.6000056
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Build/lua-5_1_5
[ 16%] Performing build step for 'lua-5_1_5'
Scanning dependencies of target lua
[ 3%] Building C object CMakeFiles/lua.dir/src/lapi.c.o
[ 6%] Building C object CMakeFiles/lua.dir/src/lauxlib.c.o
/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lua-5_1_5/src/lauxlib.c:577:61: warning: while loop has empty body
[-Wempty-body]
while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ;
^
/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lua-5_1_5/src/lauxlib.c:577:61: note: put the semicolon on a separate line to
silence this warning
1 warning generated.
[ 10%] Building C object CMakeFiles/lua.dir/src/lbaselib.c.o
[ 13%] Building C object CMakeFiles/lua.dir/src/lcode.c.o
[ 17%] Building C object CMakeFiles/lua.dir/src/ldblib.c.o
[ 20%] Building C object CMakeFiles/lua.dir/src/ldebug.c.o
[ 24%] Building C object CMakeFiles/lua.dir/src/ldo.c.o
[ 27%] Building C object CMakeFiles/lua.dir/src/ldump.c.o
[ 31%] Building C object CMakeFiles/lua.dir/src/lfunc.c.o
[ 34%] Building C object CMakeFiles/lua.dir/src/lgc.c.o
[ 37%] Building C object CMakeFiles/lua.dir/src/linit.c.o
[ 41%] Building C object CMakeFiles/lua.dir/src/liolib.c.o
[ 44%] Building C object CMakeFiles/lua.dir/src/llex.c.o
[ 48%] Building C object CMakeFiles/lua.dir/src/lmathlib.c.o
[ 51%] Building C object CMakeFiles/lua.dir/src/lmem.c.o
[ 55%] Building C object CMakeFiles/lua.dir/src/loadlib.c.o
[ 58%] Building C object CMakeFiles/lua.dir/src/lobject.c.o
[ 62%] Building C object CMakeFiles/lua.dir/src/lopcodes.c.o
[ 65%] Building C object CMakeFiles/lua.dir/src/loslib.c.o
[ 68%] Building C object CMakeFiles/lua.dir/src/lparser.c.o
[ 72%] Building C object CMakeFiles/lua.dir/src/lstate.c.o
[ 75%] Building C object CMakeFiles/lua.dir/src/lstring.c.o
[ 79%] Building C object CMakeFiles/lua.dir/src/lstrlib.c.o
[ 82%] Building C object CMakeFiles/lua.dir/src/ltable.c.o
[ 86%] Building C object CMakeFiles/lua.dir/src/ltablib.c.o
[ 89%] Building C object CMakeFiles/lua.dir/src/ltm.c.o
[ 93%] Building C object CMakeFiles/lua.dir/src/lundump.c.o
[ 96%] Building C object CMakeFiles/lua.dir/src/lvm.c.o
[100%] Building C object CMakeFiles/lua.dir/src/lzio.c.o
Linking C static library liblua.a
[100%] Built target lua
[ 19%] Performing install step for 'lua-5_1_5'
[100%] Built target lua
Install the project...
-- Install configuration: "release"
-- Installing: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/lib/liblua.a
-- Installing: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/include/lua.h
-- Installing: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/include/luaconf.h
-- Installing: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/include/lualib.h
-- Installing: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/include/lauxlib.h
[ 22%] Completed 'lua-5_1_5'
[ 22%] Built target lua-5_1_5
Scanning dependencies of target lpeg-0_12
[ 25%] Creating directories for 'lpeg-0_12'
[ 27%] Performing download step (download, verify and extract) for 'lpeg-0_12'
-- downloading...
src='http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-0.12.tar.gz'
dst='/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Download/lpeg-0_12/lpeg-0.12.tar.gz'
timeout='none'
-- [download 2% complete]
-- [download 8% complete]
-- [download 16% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 28% complete]
-- [download 34% complete]
-- [download 38% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 71% complete]
-- [download 73% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 89% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 100% complete]
-- downloading... done
-- verifying file...
file='/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Download/lpeg-0_12/lpeg-0.12.tar.gz'
-- verifying file... done
-- extracting...
src='/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Download/lpeg-0_12/lpeg-0.12.tar.gz'
dst='/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 30%] Performing patch step for 'lpeg-0_12'
patching file lptree.c
patching file CMakeLists.txt
[ 33%] No update step for 'lpeg-0_12'
[ 36%] Performing configure step for 'lpeg-0_12'
Not searching for unused variables given on the command line.
-- The C compiler identification is AppleClang 6.0.0.6000056
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Build/lpeg-0_12
[ 38%] Performing build step for 'lpeg-0_12'
Scanning dependencies of target lpeg
[ 25%] Building C object CMakeFiles/lpeg.dir/lpcap.c.o
In file included from /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12/lpcap.c:9:
In file included from /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12/lpcap.h:9:
/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12/lptypes.h:13:9: warning: 'NDEBUG' macro redefined
#define NDEBUG
^
<command line>:1:9: note: previous definition is here
#define NDEBUG 1
^
1 warning generated.
[ 50%] Building C object CMakeFiles/lpeg.dir/lpcode.c.o
In file included from /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12/lpcode.c:12:
/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12/lptypes.h:13:9: warning: 'NDEBUG' macro redefined
#define NDEBUG
^
<command line>:1:9: note: previous definition is here
#define NDEBUG 1
^
1 warning generated.
[ 75%] Building C object CMakeFiles/lpeg.dir/lptree.c.o
In file included from /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12/lptree.c:14:
/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12/lptypes.h:13:9: warning: 'NDEBUG' macro redefined
#define NDEBUG
^
<command line>:1:9: note: previous definition is here
#define NDEBUG 1
^
1 warning generated.
[100%] Building C object CMakeFiles/lpeg.dir/lpvm.c.o
In file included from /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12/lpvm.c:13:
In file included from /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12/lpcap.h:9:
/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lpeg-0_12/lptypes.h:13:9: warning: 'NDEBUG' macro redefined
#define NDEBUG
^
<command line>:1:9: note: previous definition is here
#define NDEBUG 1
^
1 warning generated.
Linking C static library liblpeg.a
[100%] Built target lpeg
[ 41%] Performing install step for 'lpeg-0_12'
[100%] Built target lpeg
Install the project...
-- Install configuration: "release"
-- Installing: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/lib/liblpeg.a
[ 44%] Completed 'lpeg-0_12'
[ 44%] Built target lpeg-0_12
Scanning dependencies of target lua-cjson-2_1_0
[ 47%] Creating directories for 'lua-cjson-2_1_0'
[ 50%] Performing download step (git clone) for 'lua-cjson-2_1_0'
Cloning into 'lua-cjson-2_1_0'...
remote: Counting objects: 1013, done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 1013 (delta 12), reused 11 (delta 5)
Receiving objects: 100% (1013/1013), 288.26 KiB | 336.00 KiB/s, done.
Resolving deltas: 100% (621/621), done.
Checking connectivity... done.
Note: checking out 'be85986dc481ad2a0d3abc06ac57e1d1241d9d4c'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at be85986... Export the function for the Windows build
[ 52%] No patch step for 'lua-cjson-2_1_0'
[ 55%] Performing update step for 'lua-cjson-2_1_0'
[ 58%] Performing configure step for 'lua-cjson-2_1_0'
Not searching for unused variables given on the command line.
-- The C compiler identification is AppleClang 6.0.0.6000056
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Looking for isinf
-- Looking for isinf - found
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Build/lua-cjson-2_1_0
[ 61%] Performing build step for 'lua-cjson-2_1_0'
Scanning dependencies of target cjson
[ 33%] Building C object CMakeFiles/cjson.dir/lua_cjson.c.o
In file included from /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lua-cjson-2_1_0/lua_cjson.c:47:
/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lua-cjson-2_1_0/fpconv.h:19:20: warning: inline function 'fpconv_init' is not
defined [-Wundefined-inline]
extern inline void fpconv_init();
^
/Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/Source/lua-cjson-2_1_0/lua_cjson.c:1390:5: note: used here
fpconv_init();
^
1 warning generated.
[ 66%] Building C object CMakeFiles/cjson.dir/strbuf.c.o
[100%] Building C object CMakeFiles/cjson.dir/fpconv.c.o
Linking C static library libcjson.a
[100%] Built target cjson
[ 63%] Performing install step for 'lua-cjson-2_1_0'
[100%] Built target cjson
Install the project...
-- Install configuration: "release"
-- Installing: /Users/asenchi/simple/src/mozilla-services/lua_sandbox/release/ep_base/lib/libcjson.a
[ 66%] Completed 'lua-cjson-2_1_0'
[ 66%] Built target lua-cjson-2_1_0
Scanning dependencies of target luasandbox
[ 69%] Building C object src/CMakeFiles/luasandbox.dir/lua_sandbox.c.o
[ 72%] Building C object src/CMakeFiles/luasandbox.dir/lua_sandbox_private.c.o
[ 75%] Building C object src/CMakeFiles/luasandbox.dir/lua_serialize.c.o
[ 77%] Building C object src/CMakeFiles/luasandbox.dir/lua_serialize_protobuf.c.o
[ 80%] Building C object src/CMakeFiles/luasandbox.dir/lua_circular_buffer.c.o
[ 83%] Building C object src/CMakeFiles/luasandbox.dir/lua_bloom_filter.c.o
[ 86%] Building C object src/CMakeFiles/luasandbox.dir/lua_hyperloglog.c.o
[ 88%] Building C object src/CMakeFiles/luasandbox.dir/cephes.c.o
[ 91%] Building C object src/CMakeFiles/luasandbox.dir/xxhash.c.o
[ 94%] Building C object src/CMakeFiles/luasandbox.dir/redis_hyperloglog.c.o
[ 97%] Building C object src/CMakeFiles/luasandbox.dir/struct.c.o
Linking C static library libluasandbox.a
[ 97%] Built target luasandbox
Scanning dependencies of target test_lua_sandbox
[100%] Building C object src/test/CMakeFiles/test_lua_sandbox.dir/test_lua_sandbox.c.o
Linking C executable test_lua_sandbox
[100%] Built target test_lua_sandbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment