Created
February 16, 2010 00:59
-
-
Save gavinhughes/305168 to your computer and use it in GitHub Desktop.
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
Gavin@Gavin blog$ cat /Users/Gavin/.rvm/log/ruby-1.8.7-p249/make*.log | |
[2010-02-07 06:56:18] make | |
eval.c: In function 'rb_eval_string_wrap': | |
eval.c:1744: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'rb_eval_cmd': | |
eval.c:1885: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'call_trace_func': | |
eval.c:2736: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'rb_raise_jump': | |
eval.c:4770: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'method_missing': | |
eval.c:5736: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'rb_call0': | |
eval.c:5894: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'rb_f_eval': | |
eval.c:6696: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'exec_under': | |
eval.c:6720: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'rb_load': | |
eval.c:7036: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'call_end_proc': | |
eval.c:8066: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'rb_f_END': | |
eval.c:8079: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'mproc': | |
eval.c:9856: warning: assignment discards qualifiers from pointer target type | |
regex.c: In function 'ruby_re_compile_pattern': | |
regex.c:1366: warning: format '%d' expects type 'int', but argument 7 has type 'long int' | |
regex.c:2030: warning: format '%d' expects type 'int', but argument 6 has type 'long int' | |
digest.c: In function 'rb_digest_instance_inspect': | |
digest.c:280: warning: assignment discards qualifiers from pointer target type | |
ptr.c: In function 'rb_dlptr_inspect': | |
ptr.c:461: warning: format '%lx' expects type 'long unsigned int', but argument 7 has type 'struct ptr_data *' | |
ptr.c:461: warning: format '%lx' expects type 'long unsigned int', but argument 8 has type 'void *' | |
void | |
char | |
short | |
int | |
long | |
float | |
double | |
sym.c: In function 'rb_dlsym_inspect': | |
sym.c:270: warning: format '%lx' expects type 'long unsigned int', but argument 6 has type 'struct sym_data *' | |
sym.c:270: warning: format '%lx' expects type 'long unsigned int', but argument 7 has type 'void *' | |
ossl_asn1.c: In function 'decode_bool': | |
ossl_asn1.c:313: warning: passing argument 2 of 'd2i_ASN1_BOOLEAN' from incompatible pointer type | |
ossl_asn1.c: In function 'decode_int': | |
ossl_asn1.c:328: warning: passing argument 2 of 'd2i_ASN1_INTEGER' from incompatible pointer type | |
ossl_asn1.c: In function 'decode_bstr': | |
ossl_asn1.c:347: warning: passing argument 2 of 'd2i_ASN1_BIT_STRING' from incompatible pointer type | |
ossl_asn1.c: In function 'decode_enum': | |
ossl_asn1.c:373: warning: passing argument 2 of 'd2i_ASN1_ENUMERATED' from incompatible pointer type | |
ossl_asn1.c: In function 'decode_null': | |
ossl_asn1.c:390: warning: passing argument 2 of 'd2i_ASN1_NULL' from incompatible pointer type | |
ossl_asn1.c: In function 'decode_obj': | |
ossl_asn1.c:407: warning: passing argument 2 of 'd2i_ASN1_OBJECT' from incompatible pointer type | |
ossl_asn1.c: In function 'decode_time': | |
ossl_asn1.c:435: warning: passing argument 2 of 'd2i_ASN1_TIME' from incompatible pointer type | |
ossl_asn1.c: In function 'ossl_asn1_get_asn1type': | |
ossl_asn1.c:503: warning: cast to pointer from integer of different size | |
ossl_asn1.c: In function 'ossl_asn1_decode0': | |
ossl_asn1.c:727: warning: passing argument 1 of 'ASN1_get_object' from incompatible pointer type | |
ossl_cipher.c: In function 'ossl_cipher_init': | |
ossl_cipher.c:189: warning: initialization discards qualifiers from pointer target type | |
ossl_cipher.c: In function 'ossl_cipher_update_deprecated': | |
ossl_cipher.c:312: warning: assignment discards qualifiers from pointer target type | |
ossl_config.c: In function 'ossl_config_inspect': | |
ossl_config.c:434: warning: initialization discards qualifiers from pointer target type | |
ossl_engine.c: In function 'ossl_engine_inspect': | |
ossl_engine.c:329: warning: initialization discards qualifiers from pointer target type | |
ossl_ns_spki.c: In function 'ossl_spki_initialize': | |
ossl_ns_spki.c:67: warning: passing argument 2 of 'd2i_NETSCAPE_SPKI' from incompatible pointer type | |
ossl_ocsp.c: In function 'ossl_ocspreq_initialize': | |
ossl_ocsp.c:114: warning: passing argument 2 of 'd2i_OCSP_REQUEST' from incompatible pointer type | |
ossl_ocsp.c: In function 'ossl_ocspres_initialize': | |
ossl_ocsp.c:321: warning: passing argument 2 of 'd2i_OCSP_RESPONSE' from incompatible pointer type | |
ossl_pkcs7.c: In function 'ossl_pkcs7si_new': | |
ossl_pkcs7.c:89: warning: passing argument 2 of 'ASN1_dup' from incompatible pointer type | |
ossl_pkcs7.c: In function 'DupPKCS7SignerPtr': | |
ossl_pkcs7.c:102: warning: passing argument 2 of 'ASN1_dup' from incompatible pointer type | |
ossl_pkcs7.c: In function 'ossl_pkcs7ri_new': | |
ossl_pkcs7.c:115: warning: passing argument 2 of 'ASN1_dup' from incompatible pointer type | |
ossl_pkcs7.c: In function 'DupPKCS7RecipientPtr': | |
ossl_pkcs7.c:128: warning: passing argument 2 of 'ASN1_dup' from incompatible pointer type | |
ossl_pkey_dsa.c: In function 'ossl_dsa_initialize': | |
ossl_pkey_dsa.c:165: warning: passing argument 1 of 'PEM_ASN1_read_bio' from incompatible pointer type | |
ossl_pkey_dsa.c:165: warning: passing argument 4 of 'PEM_ASN1_read_bio' from incompatible pointer type | |
ossl_pkey_dsa.c: In function 'ossl_dsa_to_public_key': | |
ossl_pkey_dsa.c:370: warning: passing argument 2 of 'ASN1_dup' from incompatible pointer type | |
ossl_x509attr.c: In function 'ossl_x509attr_initialize': | |
ossl_x509attr.c:104: warning: passing argument 2 of 'd2i_X509_ATTRIBUTE' from incompatible pointer type | |
ossl_x509cert.c: In function 'ossl_x509_inspect': | |
ossl_x509cert.c:693: warning: initialization discards qualifiers from pointer target type | |
ossl_x509ext.c: In function 'ossl_x509ext_initialize': | |
ossl_x509ext.c:285: warning: passing argument 2 of 'd2i_X509_EXTENSION' from incompatible pointer type | |
ossl_x509name.c: In function 'ossl_x509name_initialize': | |
ossl_x509name.c:142: warning: passing argument 2 of 'd2i_X509_NAME' from incompatible pointer type | |
ossl_x509revoked.c: In function 'ossl_x509revoked_new': | |
ossl_x509revoked.c:48: warning: passing argument 2 of 'ASN1_dup' from incompatible pointer type | |
ossl_x509revoked.c: In function 'DupX509RevokedPtr': | |
ossl_x509revoked.c:64: warning: passing argument 2 of 'ASN1_dup' from incompatible pointer type | |
readline.c: In function 'username_completion_proc_call': | |
readline.c:730: error: 'username_completion_function' undeclared (first use in this function) | |
readline.c:730: error: (Each undeclared identifier is reported only once | |
readline.c:730: error: for each function it appears in.) | |
make[1]: *** [readline.o] Error 1 | |
make: *** [all] Error 1 | |
[2010-02-15 21:38:28] make | |
readline.c: In function 'username_completion_proc_call': | |
readline.c:730: error: 'username_completion_function' undeclared (first use in this function) | |
readline.c:730: error: (Each undeclared identifier is reported only once | |
readline.c:730: error: for each function it appears in.) | |
make[1]: *** [readline.o] Error 1 | |
make: *** [all] Error 1 | |
[2010-02-15 22:26:56] make | |
readline.c: In function 'username_completion_proc_call': | |
readline.c:730: error: 'username_completion_function' undeclared (first use in this function) | |
readline.c:730: error: (Each undeclared identifier is reported only once | |
readline.c:730: error: for each function it appears in.) | |
make[1]: *** [readline.o] Error 1 | |
make: *** [all] Error 1 | |
[2010-02-15 22:44:27] make | |
readline.c: In function 'username_completion_proc_call': | |
readline.c:730: error: 'username_completion_function' undeclared (first use in this function) | |
readline.c:730: error: (Each undeclared identifier is reported only once | |
readline.c:730: error: for each function it appears in.) | |
make[1]: *** [readline.o] Error 1 | |
make: *** [all] Error 1 | |
[2010-02-16 08:53:09] make | |
readline.c: In function 'username_completion_proc_call': | |
readline.c:730: error: 'username_completion_function' undeclared (first use in this function) | |
readline.c:730: error: (Each undeclared identifier is reported only once | |
readline.c:730: error: for each function it appears in.) | |
make[1]: *** [readline.o] Error 1 | |
make: *** [all] Error 1 | |
[2010-02-16 08:53:09] make | |
compiling Win32API | |
make[1]: Nothing to be done for `all'. | |
compiling bigdecimal | |
make[1]: Nothing to be done for `all'. | |
compiling curses | |
make[1]: Nothing to be done for `all'. | |
compiling dbm | |
make[1]: Nothing to be done for `all'. | |
compiling digest | |
make[1]: Nothing to be done for `all'. | |
compiling digest/bubblebabble | |
make[1]: Nothing to be done for `all'. | |
compiling digest/md5 | |
make[1]: Nothing to be done for `all'. | |
compiling digest/rmd160 | |
make[1]: Nothing to be done for `all'. | |
compiling digest/sha1 | |
make[1]: Nothing to be done for `all'. | |
compiling digest/sha2 | |
make[1]: Nothing to be done for `all'. | |
compiling dl | |
make[1]: Nothing to be done for `all'. | |
compiling etc | |
make[1]: Nothing to be done for `all'. | |
compiling fcntl | |
make[1]: Nothing to be done for `all'. | |
compiling gdbm | |
make[1]: Nothing to be done for `all'. | |
compiling iconv | |
make[1]: Nothing to be done for `all'. | |
compiling io/wait | |
make[1]: Nothing to be done for `all'. | |
compiling nkf | |
make[1]: Nothing to be done for `all'. | |
compiling openssl | |
make[1]: Nothing to be done for `all'. | |
compiling pty | |
make[1]: Nothing to be done for `all'. | |
compiling racc/cparse | |
make[1]: Nothing to be done for `all'. | |
compiling readline | |
gcc -I. -I../.. -I../../. -I../.././ext/readline -DHAVE_READLINE_READLINE_H -DHAVE_READLINE_HISTORY_H -DHAVE_RL_FILENAME_COMPLETION_FUNCTION -DHAVE_RL_COMPLETION_MATCHES -DHAVE_RL_DEPREP_TERM_FUNCTION -DHAVE_RL_COMPLETION_APPEND_CHARACTER -DHAVE_RL_BASIC_WORD_BREAK_CHARACTERS -DHAVE_RL_COMPLETER_WORD_BREAK_CHARACTERS -DHAVE_RL_BASIC_QUOTE_CHARACTERS -DHAVE_RL_COMPLETER_QUOTE_CHARACTERS -DHAVE_RL_FILENAME_QUOTE_CHARACTERS -DHAVE_RL_ATTEMPTED_COMPLETION_OVER -DHAVE_RL_LIBRARY_VERSION -DHAVE_RL_EVENT_HOOK -DHAVE_RL_CLEANUP_AFTER_SIGNAL -DHAVE_REPLACE_HISTORY_ENTRY -DHAVE_REMOVE_HISTORY -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -g -O2 -pipe -fno-common -c readline.c | |
Gavin@Gavin blog$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment