Created
February 8, 2012 18:13
-
-
Save Meettya/1771874 to your computer and use it in GitHub Desktop.
another rvm install 1.9.3 error 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
compiling readline.c | |
readline.c: In function ‘username_completion_proc_call’: | |
readline.c:1472: error: ‘username_completion_function’ undeclared (first use in this function) | |
readline.c:1472: error: (Each undeclared identifier is reported only once | |
readline.c:1472: error: for each function it appears in.) | |
{standard input}:3102:non-relocatable subtraction expression, "L_rl_filename_completion_function$non_lazy_ptr" minus "L00000000036$pb" | |
{standard input}:3102:symbol: "L_rl_filename_completion_function$non_lazy_ptr" can't be undefined in a subtraction expression | |
{standard input}:3064:non-relocatable subtraction expression, "L_rb_eIndexError$non_lazy_ptr" minus "L00000000035$pb" | |
{standard input}:3064:symbol: "L_rb_eIndexError$non_lazy_ptr" can't be undefined in a subtraction expression | |
{standard input}:3057:non-relocatable subtraction expression, "L_history_length$non_lazy_ptr" minus "L00000000035$pb" | |
{standard input}:3057:symbol: "L_history_length$non_lazy_ptr" can't be undefined in a subtraction expression | |
{standard input}:3050:non-relocatable subtraction expression, "L_history_length$non_lazy_ptr" minus "L00000000035$pb" | |
{standard input}:3050:symbol: "L_history_length$non_lazy_ptr" can't be undefined in a subtraction expression | |
{standard input}:3003:non-relocatable subtraction expression, "L_history_length$non_lazy_ptr" minus "L00000000034$pb" | |
{standard input}:3003:symbol: "L_history_length$non_lazy_ptr" can't be undefined in a subtraction expression | |
{standard input}:2968:non-relocatable subtraction expression, "L_history_length$non_lazy_ptr" minus "L00000000033$pb" | |
{standard input}:2968:symbol: "L_history_length$non_lazy_ptr" can't be undefined in a subtraction expression | |
{standard input}:2943:non-relocatable subtraction expression, "L_history_length$non_lazy_ptr" minus "L00000000032$pb" | |
{standard input}:2943:symbol: "L_history_length$non_lazy_ptr" can't be undefined in a subtraction expression | |
{standard input}:2925:non-relocatable subtraction expression, "_history_get_offset_func" minus "L00000000032$pb" | |
{standard input}:2925:symbol: "_history_get_offset_func" can't be undefined in a subtraction expression | |
{standard input}:2879:non-relocatable subtraction expression, "L_history_length$non_lazy_ptr" minus "L00000000031$pb" | |
{standard input}:2879:symbol: "L_history_length$non_lazy_ptr" can't be undefined in a subtraction expression |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment