Created
June 15, 2012 18:05
-
-
Save arcusfelis/2937901 to your computer and use it in GitHub Desktop.
rebar-i18n-old.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [22:00:58] user@delta i18n :) ./rebar --version | |
| rebar version: 2 date: 20110930_055606 vcs: git f51e3df | |
| [22:01:02] user@delta i18n :) ./rebar clean skip_deps=true | |
| ==> i18n (clean) | |
| [22:01:06] user@delta i18n :) cat rebar.config | |
| %% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*- | |
| %% ex: ft=erlang ts=4 sw=4 et | |
| {port_sources, ["c_src/*.{c,cpp}"]}. | |
| {port_envs, [ | |
| {"CC", "$CC"}, | |
| {"CXX", "$CXX"}, | |
| {"CFLAGS", "$ICU_CFLAGS $CFLAGS $ICU_INC_PATH"}, | |
| {"CXXFLAGS", "$ICU_CXXFLAGS $CXXFLAGS $ICU_INC_PATH"}, | |
| {"LDFLAGS", "$ICU_LDFLAGS $LDFLAGS"} | |
| ]}. | |
| {so_specs, [ | |
| {"priv/i18n_nif$I18N_BUILD_ID.so", ["c_src/*.o"]} | |
| ]}. | |
| {clean_files, ["priv/i18n_*.so"]}. | |
| {rebar_plugins, [rebar_i18n_plugin]}. | |
| {cover_enabled, true}. | |
| {eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}. | |
| {deps, [ | |
| {triq, ".*", {git, "git://github.com/krestenkrab/triq.git", "master"}}, | |
| {rebar_i18n_plugin, ".*", | |
| {git, "git://github.com/freeakk/rebar_i18n_plugin.git", "master"}}, | |
| {edown, ".*", {git, "git://github.com/esl/edown.git", "HEAD"}} | |
| ]}. | |
| {edoc_opts, [{doclet, edown_doclet}, | |
| {src_path, ["src/"]}, | |
| {subpackages, true}]}. | |
| [22:01:09] user@delta i18n :) ./rebar compile skip_deps=true -vvv | |
| DEBUG: Rebar location: "/home/user/erlang/i18n/rebar" | |
| DEBUG: Entering /home/user/erlang/i18n | |
| DEBUG: is_app_available, looking for App triq with Path "/home/user/erlang/i18n/deps/triq" | |
| DEBUG: vcs_vsn: Unknown VCS atom in vsn field: "0.1.0" | |
| INFO: Looking for triq-.* ; found triq-0.1.0 at /home/user/erlang/i18n/deps/triq | |
| DEBUG: is_app_available, looking for App rebar_i18n_plugin with Path "/home/user/erlang/i18n/deps/rebar_i18n_plugin" | |
| DEBUG: vcs_vsn: Unknown VCS atom in vsn field: "1" | |
| INFO: Looking for rebar_i18n_plugin-.* ; found rebar_i18n_plugin-1 at /home/user/erlang/i18n/deps/rebar_i18n_plugin | |
| DEBUG: is_app_available, looking for App edown with Path "/home/user/erlang/i18n/deps/edown" | |
| DEBUG: vcs_vsn: Primary vcs used for /home/user/erlang/i18n/deps/edown | |
| INFO: sh info: | |
| cwd: "/home/user/erlang/i18n" | |
| cmd: git describe --always --tags | |
| opts: [{cd,"/home/user/erlang/i18n/deps/edown"},{use_stdout,false}] | |
| INFO: Looking for edown-.* ; found edown-0.3.0 at /home/user/erlang/i18n/deps/edown | |
| DEBUG: Available deps: [{dep,"/home/user/erlang/i18n/deps/triq",triq,".*", | |
| {git,"git://github.com/krestenkrab/triq.git", | |
| "master"}}, | |
| {dep,"/home/user/erlang/i18n/deps/rebar_i18n_plugin", | |
| rebar_i18n_plugin,".*", | |
| {git,"git://github.com/freeakk/rebar_i18n_plugin.git", | |
| "master"}}, | |
| {dep,"/home/user/erlang/i18n/deps/edown",edown,".*", | |
| {git,"git://github.com/esl/edown.git","HEAD"}}] | |
| DEBUG: Missing deps : [] | |
| DEBUG: is_app_available, looking for App triq with Path "/home/user/erlang/i18n/deps/triq" | |
| DEBUG: vcs_vsn: Unknown VCS atom in vsn field: "0.1.0" | |
| INFO: Looking for triq-.* ; found triq-0.1.0 at /home/user/erlang/i18n/deps/triq | |
| DEBUG: is_app_available, looking for App rebar_i18n_plugin with Path "/home/user/erlang/i18n/deps/rebar_i18n_plugin" | |
| DEBUG: vcs_vsn: Unknown VCS atom in vsn field: "1" | |
| INFO: Looking for rebar_i18n_plugin-.* ; found rebar_i18n_plugin-1 at /home/user/erlang/i18n/deps/rebar_i18n_plugin | |
| DEBUG: is_app_available, looking for App edown with Path "/home/user/erlang/i18n/deps/edown" | |
| DEBUG: vcs_vsn: Primary vcs used for /home/user/erlang/i18n/deps/edown | |
| INFO: sh info: | |
| cwd: "/home/user/erlang/i18n" | |
| cmd: git describe --always --tags | |
| opts: [{cd,"/home/user/erlang/i18n/deps/edown"},{use_stdout,false}] | |
| INFO: Looking for edown-.* ; found edown-0.3.0 at /home/user/erlang/i18n/deps/edown | |
| DEBUG: Adding skip dir: /home/user/erlang/i18n/deps/triq | |
| DEBUG: Adding skip dir: /home/user/erlang/i18n/deps/rebar_i18n_plugin | |
| DEBUG: Adding skip dir: /home/user/erlang/i18n/deps/edown | |
| DEBUG: Predirs: ["/home/user/erlang/i18n/deps/triq", | |
| "/home/user/erlang/i18n/deps/rebar_i18n_plugin", | |
| "/home/user/erlang/i18n/deps/edown"] | |
| DEBUG: Entering /home/user/erlang/i18n/deps/triq | |
| DEBUG: Available deps: [] | |
| DEBUG: Missing deps : [] | |
| DEBUG: Predirs: [] | |
| INFO: Skipping compile in /home/user/erlang/i18n/deps/triq | |
| DEBUG: Postdirs: [] | |
| DEBUG: Entering /home/user/erlang/i18n/deps/rebar_i18n_plugin | |
| DEBUG: Available deps: [] | |
| DEBUG: Missing deps : [] | |
| DEBUG: Predirs: [] | |
| INFO: Skipping compile in /home/user/erlang/i18n/deps/rebar_i18n_plugin | |
| DEBUG: Postdirs: [] | |
| DEBUG: Entering /home/user/erlang/i18n/deps/edown | |
| DEBUG: Available deps: [] | |
| DEBUG: Missing deps : [] | |
| DEBUG: Predirs: [] | |
| INFO: Skipping compile in /home/user/erlang/i18n/deps/edown | |
| DEBUG: Postdirs: [] | |
| ==> i18n (compile) | |
| DEBUG: Matched required ERTS version: 5.10 -> .* | |
| DEBUG: Matched required OTP release: R16B -> .* | |
| DEBUG: is_app_available, looking for App triq with Path "/home/user/erlang/i18n/deps/triq" | |
| DEBUG: vcs_vsn: Unknown VCS atom in vsn field: "0.1.0" | |
| INFO: Looking for triq-.* ; found triq-0.1.0 at /home/user/erlang/i18n/deps/triq | |
| DEBUG: is_app_available, looking for App rebar_i18n_plugin with Path "/home/user/erlang/i18n/deps/rebar_i18n_plugin" | |
| DEBUG: vcs_vsn: Unknown VCS atom in vsn field: "1" | |
| INFO: Looking for rebar_i18n_plugin-.* ; found rebar_i18n_plugin-1 at /home/user/erlang/i18n/deps/rebar_i18n_plugin | |
| DEBUG: is_app_available, looking for App edown with Path "/home/user/erlang/i18n/deps/edown" | |
| DEBUG: vcs_vsn: Primary vcs used for /home/user/erlang/i18n/deps/edown | |
| INFO: sh info: | |
| cwd: "/home/user/erlang/i18n" | |
| cmd: git describe --always --tags | |
| opts: [{cd,"/home/user/erlang/i18n/deps/edown"},{use_stdout,false}] | |
| INFO: Looking for edown-.* ; found edown-0.3.0 at /home/user/erlang/i18n/deps/edown | |
| DEBUG: erl_opts [debug_info] | |
| Compiled src/ct_expand.erl | |
| Compiled src/i18n_expand.erl | |
| DEBUG: Starting 3 compile worker(s) | |
| Compiled src/i18n_message.erl | |
| Compiled src/i18n_calendar.erl | |
| Compiled src/i18n_transliteration.erl | |
| Compiled src/i18n_sup.erl | |
| Compiled src/i18n_regex.erl | |
| Compiled src/i18n_nif.erl | |
| Compiled src/i18n_collation.erl | |
| Compiled src/i18n_locale.erl | |
| Compiled src/i18n_string.erl | |
| src/i18n_locale_server.erl:32: Warning: undefined callback function code_change/3 (behaviour 'gen_server') | |
| src/i18n_locale_server.erl:32: Warning: undefined callback function handle_cast/2 (behaviour 'gen_server') | |
| src/i18n_locale_server.erl:32: Warning: undefined callback function handle_info/2 (behaviour 'gen_server') | |
| Compiled src/i18n_locale_server.erl | |
| Compiled src/i18n_iterator.erl | |
| Compiled src/i18n_app.erl | |
| Skip expanding: {unbound_var,'X'} | |
| src/i18n_search.erl:40: Warning: type i18n_search_option() is unused | |
| Expanding: [123,48,44,100,97,116,101,125] | |
| Compiled src/i18n_search.erl | |
| DEBUG: Worker exited cleanly | |
| Compiled src/i18n_date.erl | |
| DEBUG: Worker exited cleanly | |
| Compiling c_src/cloner.c | |
| INFO: sh info: | |
| cwd: "/home/user/erlang/i18n" | |
| cmd: $CC -c $CFLAGS $DRV_CFLAGS c_src/cloner.c -o c_src/cloner.o | |
| opts: [{env,[{"BINDIR","/usr/local/lib/erlang/erts-5.10/bin"}, | |
| {"CC","gcc \n"}, | |
| {"CFLAGS", | |
| "-g -Wall -O2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long \n -I/usr/include \n -idirafter c_src/include "}, | |
| {"CXX","g++ \n"}, | |
| {"CXXFLAGS", | |
| "-g -Wall -O2 -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long \n -I/usr/include \n -idirafter c_src/include "}, | |
| {"DBUS_SESSION_BUS_ADDRESS", | |
| "unix:abstract=/tmp/dbus-hVdaa8TTeU,guid=53cf66190bd2bd496de722b400000056"}, | |
| {"DEFAULTS_PATH", | |
| "/usr/share/gconf/kde-plasma.default.path"}, | |
| {"DESKTOP_SESSION","kde-plasma"}, | |
| {"DISPLAY",":0"}, | |
| {"DM_CONTROL","/var/run/xdmctl"}, | |
| {"DRV_CFLAGS", | |
| "-g -Wall -fPIC -I/usr/local/lib/erlang/lib/erl_interface-3.7.6/include -I/usr/local/lib/erlang/erts-5.10/include "}, | |
| {"DRV_LDFLAGS", | |
| "-shared -L/usr/local/lib/erlang/lib/erl_interface-3.7.6/lib -lerl_interface -lei"}, | |
| {"EDITOR","/usr/bin/vim"}, | |
| {"EMU","beam"}, | |
| {"ERLANG_ARCH","64"}, | |
| {"ERLANG_TARGET","R16B-x86_64-unknown-linux-gnu-64"}, | |
| {"ERL_CFLAGS", | |
| " -I/usr/local/lib/erlang/lib/erl_interface-3.7.6/include -I/usr/local/lib/erlang/erts-5.10/include "}, | |
| {"ERL_LDFLAGS", | |
| " -L/usr/local/lib/erlang/lib/erl_interface-3.7.6/lib -lerl_interface -lei"}, | |
| {"GPG_AGENT_INFO","/tmp/gpg-rdA5qL/S.gpg-agent:2878:1"}, | |
| {"GS_LIB","/home/user/.fonts"}, | |
| {"GTK2_RC_FILES", | |
| "/etc/gtk-2.0/gtkrc:/home/user/.gtkrc-2.0:/home/user/.gtkrc-2.0-kde4:/home/user/.kde/share/config/gtkrc-2.0"}, | |
| {"GTK_MODULES","canberra-gtk-module:canberra-gtk-module"}, | |
| {"GTK_RC_FILES", | |
| "/etc/gtk/gtkrc:/home/user/.gtkrc:/home/user/.kde/share/config/gtkrc"}, | |
| {"HOME","/home/user"}, | |
| {"I18N_BUILD_ID",".1339783272"}, | |
| {"ICU_CFLAGS", | |
| "-g -Wall -O2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long \n"}, | |
| {"ICU_CXXFLAGS", | |
| "-g -Wall -O2 -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long \n"}, | |
| {"ICU_INC_PATH", | |
| "-I/usr/include \n -idirafter c_src/include "}, | |
| {"ICU_LDFLAGS", | |
| " -ldl -lm -L/usr/lib -licui18n -licuuc -licudata -ldl -lm \n"}, | |
| {"LDFLAGS", | |
| " -ldl -lm -L/usr/lib -licui18n -licuuc -licudata -ldl -lm \n "}, | |
| {"LESSCLOSE","/usr/bin/lesspipe %s %s"}, | |
| {"LESSOPEN","| /usr/bin/lesspipe %s"}, | |
| {"LIBGL_DRIVERS_PATH", | |
| "/usr/lib/fglrx/dri:/usr/lib32/fglrx/dri"}, | |
| {"LOGNAME","user"}, | |
| {"MANDATORY_PATH", | |
| "/usr/share/gconf/kde-plasma.mandatory.path"}, | |
| {"OLDPWD","/home/user"}, | |
| {"PATH", | |
| "/usr/local/lib/erlang/erts-5.10/bin:/usr/local/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/user/.rvm/bin:/home/user/.rvm/bin"}, | |
| {"PROGNAME","erl"}, | |
| {"PWD","/home/user/erlang/i18n"}, | |
| {"ROOTDIR","/usr/local/lib/erlang"}, | |
| {"SHELL","/bin/bash"}, | |
| {"SHLVL","2"}, | |
| {"TERM","xterm"}, | |
| {"UDEdir",[]}, | |
| {"USER","user"}, | |
| {"WINDOWPATH","7"}, | |
| {"XDM_MANAGED","method=classic"}, | |
| {"_","./rebar"}, | |
| {"__array_start","0"}, | |
| {"_first","0"}, | |
| {"_second","1"}, | |
| {"escape_flag","1"}, | |
| {"rvm_bin_path","/home/user/.rvm/bin"}, | |
| {"rvm_clang_flag","0"}, | |
| {"rvm_debug_flag","0"}, | |
| {"rvm_dump_environment_flag","0"}, | |
| {"rvm_path","/home/user/.rvm"}, | |
| {"rvm_prefix","/home/user"}, | |
| {"rvm_reload_flag","0"}, | |
| {"rvm_verbose_flag","0"}, | |
| {"rvm_version","1.9.2"}]}] | |
| INFO: Using specs [{"priv/i18n_nif$I18N_BUILD_ID.so",["c_src/*.o"]}] | |
| INFO: sh info: | |
| cwd: "/home/user/erlang/i18n" | |
| cmd: $CC c_src/*.o $LDFLAGS $DRV_LDFLAGS -o priv/i18n_nif$I18N_BUILD_ID.so | |
| opts: [{env,[{"BINDIR","/usr/local/lib/erlang/erts-5.10/bin"}, | |
| {"CC","gcc \n"}, | |
| {"CFLAGS", | |
| "-g -Wall -O2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long \n -I/usr/include \n -idirafter c_src/include "}, | |
| {"CXX","g++ \n"}, | |
| {"CXXFLAGS", | |
| "-g -Wall -O2 -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long \n -I/usr/include \n -idirafter c_src/include "}, | |
| {"DBUS_SESSION_BUS_ADDRESS", | |
| "unix:abstract=/tmp/dbus-hVdaa8TTeU,guid=53cf66190bd2bd496de722b400000056"}, | |
| {"DEFAULTS_PATH", | |
| "/usr/share/gconf/kde-plasma.default.path"}, | |
| {"DESKTOP_SESSION","kde-plasma"}, | |
| {"DISPLAY",":0"}, | |
| {"DM_CONTROL","/var/run/xdmctl"}, | |
| {"DRV_CFLAGS", | |
| "-g -Wall -fPIC -I/usr/local/lib/erlang/lib/erl_interface-3.7.6/include -I/usr/local/lib/erlang/erts-5.10/include "}, | |
| {"DRV_LDFLAGS", | |
| "-shared -L/usr/local/lib/erlang/lib/erl_interface-3.7.6/lib -lerl_interface -lei"}, | |
| {"EDITOR","/usr/bin/vim"}, | |
| {"EMU","beam"}, | |
| {"ERLANG_ARCH","64"}, | |
| {"ERLANG_TARGET","R16B-x86_64-unknown-linux-gnu-64"}, | |
| {"ERL_CFLAGS", | |
| " -I/usr/local/lib/erlang/lib/erl_interface-3.7.6/include -I/usr/local/lib/erlang/erts-5.10/include "}, | |
| {"ERL_LDFLAGS", | |
| " -L/usr/local/lib/erlang/lib/erl_interface-3.7.6/lib -lerl_interface -lei"}, | |
| {"GPG_AGENT_INFO","/tmp/gpg-rdA5qL/S.gpg-agent:2878:1"}, | |
| {"GS_LIB","/home/user/.fonts"}, | |
| {"GTK2_RC_FILES", | |
| "/etc/gtk-2.0/gtkrc:/home/user/.gtkrc-2.0:/home/user/.gtkrc-2.0-kde4:/home/user/.kde/share/config/gtkrc-2.0"}, | |
| {"GTK_MODULES","canberra-gtk-module:canberra-gtk-module"}, | |
| {"GTK_RC_FILES", | |
| "/etc/gtk/gtkrc:/home/user/.gtkrc:/home/user/.kde/share/config/gtkrc"}, | |
| {"HOME","/home/user"}, | |
| {"I18N_BUILD_ID",".1339783272"}, | |
| {"ICU_CFLAGS", | |
| "-g -Wall -O2 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long \n"}, | |
| {"ICU_CXXFLAGS", | |
| "-g -Wall -O2 -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long \n"}, | |
| {"ICU_INC_PATH", | |
| "-I/usr/include \n -idirafter c_src/include "}, | |
| {"ICU_LDFLAGS", | |
| " -ldl -lm -L/usr/lib -licui18n -licuuc -licudata -ldl -lm \n"}, | |
| {"LDFLAGS", | |
| " -ldl -lm -L/usr/lib -licui18n -licuuc -licudata -ldl -lm \n "}, | |
| {"LESSCLOSE","/usr/bin/lesspipe %s %s"}, | |
| {"LESSOPEN","| /usr/bin/lesspipe %s"}, | |
| {"LIBGL_DRIVERS_PATH", | |
| "/usr/lib/fglrx/dri:/usr/lib32/fglrx/dri"}, | |
| {"LOGNAME","user"}, | |
| {"MANDATORY_PATH", | |
| "/usr/share/gconf/kde-plasma.mandatory.path"}, | |
| {"OLDPWD","/home/user"}, | |
| {"PATH", | |
| "/usr/local/lib/erlang/erts-5.10/bin:/usr/local/lib/erlang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/user/.rvm/bin:/home/user/.rvm/bin"}, | |
| {"PROGNAME","erl"}, | |
| {"PWD","/home/user/erlang/i18n"}, | |
| {"QT_PLUGIN_PATH", | |
| "/home/user/.kde/lib/kde4/plugins/:/usr/lib/kde4/plugins/"}, | |
| {"ROOTDIR","/usr/local/lib/erlang"}, | |
| {"SHELL","/bin/bash"}, | |
| {"SHLVL","2"}, | |
| {"TERM","xterm"}, | |
| {"UDEdir",[]}, | |
| {"USER","user"}, | |
| {"WINDOWPATH","7"}, | |
| {"XCURSOR_THEME","oxy-white"}, | |
| {"_","./rebar"}, | |
| {"__array_start","0"}, | |
| {"_first","0"}, | |
| {"_second","1"}, | |
| {"escape_flag","1"}]}] | |
| INFO: No app_vars_file defined. | |
| DEBUG: vcs_vsn: Primary vcs used for /home/user/erlang/i18n | |
| INFO: sh info: | |
| cwd: "/home/user/erlang/i18n" | |
| cmd: git describe --always --tags | |
| opts: [{cd,"/home/user/erlang/i18n"},{use_stdout,false}] | |
| DEBUG: Postdirs: [] | |
| [22:01:22] user@delta i18n :) dir priv/ | |
| i18n_nif.1339783272.so README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment