Skip to content

Instantly share code, notes, and snippets.

@scumola
Created October 5, 2012 18:02
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 scumola/3841373 to your computer and use it in GitHub Desktop.
Save scumola/3841373 to your computer and use it in GitHub Desktop.
All log files in /usr/local/rvm/log/ruby-1.9.3-p194/*
#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.
debug=false
ac_cs_recheck=false
ac_cs_silent=false
SHELL=${CONFIG_SHELL-/bin/sh}
export SHELL
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
emulate sh
NULLCMD=:
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
case `(set -o) 2>/dev/null` in #(
*posix*) :
set -o posix ;; #(
*) :
;;
esac
fi
as_nl='
'
export as_nl
# Printing a long string crashes Solaris 7 /usr/bin/printf.
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
# Prefer a ksh shell builtin over an external printf program on Solaris,
# but without wasting forks for bash or zsh.
if test -z "$BASH_VERSION$ZSH_VERSION" \
&& (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
as_echo='print -r --'
as_echo_n='print -rn --'
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
as_echo='printf %s\n'
as_echo_n='printf %s'
else
if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
as_echo_n='/usr/ucb/echo -n'
else
as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
as_echo_n_body='eval
arg=$1;
case $arg in #(
*"$as_nl"*)
expr "X$arg" : "X\\(.*\\)$as_nl";
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
esac;
expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
'
export as_echo_n_body
as_echo_n='sh -c $as_echo_n_body as_echo'
fi
export as_echo_body
as_echo='sh -c $as_echo_body as_echo'
fi
# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
PATH_SEPARATOR=:
(PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
(PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
PATH_SEPARATOR=';'
}
fi
# IFS
# We need space, tab and new line, in precisely that order. Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator.
as_myself=
case $0 in #((
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
done
IFS=$as_save_IFS
;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
as_myself=$0
fi
if test ! -f "$as_myself"; then
$as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
exit 1
fi
# Unset variables that we do not need and which cause bugs (e.g. in
# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
# suppresses any "Segmentation fault" message there. '((' could
# trigger a bug in pdksh 5.2.14.
for as_var in BASH_ENV ENV MAIL MAILPATH
do eval test x\${$as_var+set} = xset \
&& ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done
PS1='$ '
PS2='> '
PS4='+ '
# NLS nuisances.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE
# CDPATH.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
# as_fn_error STATUS ERROR [LINENO LOG_FD]
# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# script with STATUS, using 1 if that was 0.
as_fn_error ()
{
as_status=$1; test $as_status -eq 0 && as_status=1
if test "$4"; then
as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
$as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
fi
$as_echo "$as_me: error: $2" >&2
as_fn_exit $as_status
} # as_fn_error
# as_fn_set_status STATUS
# -----------------------
# Set $? to STATUS, without forking.
as_fn_set_status ()
{
return $1
} # as_fn_set_status
# as_fn_exit STATUS
# -----------------
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
as_fn_exit ()
{
set +e
as_fn_set_status $1
exit $1
} # as_fn_exit
# as_fn_unset VAR
# ---------------
# Portably unset VAR.
as_fn_unset ()
{
{ eval $1=; unset $1;}
}
as_unset=as_fn_unset
# as_fn_append VAR VALUE
# ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. Take
# advantage of any shell optimizations that allow amortized linear growth over
# repeated appends, instead of the typical quadratic growth present in naive
# implementations.
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
eval 'as_fn_append ()
{
eval $1+=\$2
}'
else
as_fn_append ()
{
eval $1=\$$1\$2
}
fi # as_fn_append
# as_fn_arith ARG...
# ------------------
# Perform arithmetic evaluation on the ARGs, and store the result in the
# global $as_val. Take advantage of shells that can avoid forks. The arguments
# must be portable across $(()) and expr.
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
eval 'as_fn_arith ()
{
as_val=$(( $* ))
}'
else
as_fn_arith ()
{
as_val=`expr "$@" || test $? -eq 1`
}
fi # as_fn_arith
if expr a : '\(a\)' >/dev/null 2>&1 &&
test "X`expr 00001 : '.*\(...\)'`" = X001; then
as_expr=expr
else
as_expr=false
fi
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
as_basename=basename
else
as_basename=false
fi
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
as_dirname=dirname
else
as_dirname=false
fi
as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
X"$0" : 'X\(//\)$' \| \
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X/"$0" |
sed '/^.*\/\([^/][^/]*\)\/*$/{
s//\1/
q
}
/^X\/\(\/\/\)$/{
s//\1/
q
}
/^X\/\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits
ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in #(((((
-n*)
case `echo 'xy\c'` in
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
xy) ECHO_C='\c';;
*) echo `echo ksh88 bug on AIX 6.1` > /dev/null
ECHO_T=' ';;
esac;;
*)
ECHO_N='-n';;
esac
rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
rm -f conf$$.dir/conf$$.file
else
rm -f conf$$.dir
mkdir conf$$.dir 2>/dev/null
fi
if (echo >conf$$.file) 2>/dev/null; then
if ln -s conf$$.file conf$$ 2>/dev/null; then
as_ln_s='ln -s'
# ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
# In both cases, we have to default to `cp -p'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
as_ln_s='cp -p'
fi
else
as_ln_s='cp -p'
fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
# as_fn_mkdir_p
# -------------
# Create "$as_dir" as a directory, including parents if necessary.
as_fn_mkdir_p ()
{
case $as_dir in #(
-*) as_dir=./$as_dir;;
esac
test -d "$as_dir" || eval $as_mkdir_p || {
as_dirs=
while :; do
case $as_dir in #(
*\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
*) as_qdir=$as_dir;;
esac
as_dirs="'$as_qdir' $as_dirs"
as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$as_dir" : 'X\(//\)[^/]' \| \
X"$as_dir" : 'X\(//\)$' \| \
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$as_dir" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
test -d "$as_dir" && break
done
test -z "$as_dirs" || eval "mkdir $as_dirs"
} || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
} # as_fn_mkdir_p
if mkdir -p . 2>/dev/null; then
as_mkdir_p='mkdir -p "$as_dir"'
else
test -d ./-p && rmdir ./-p
as_mkdir_p=false
fi
if test -x / >/dev/null 2>&1; then
as_test_x='test -x'
else
if ls -dL / >/dev/null 2>&1; then
as_ls_L_option=L
else
as_ls_L_option=
fi
as_test_x='
eval sh -c '\''
if test -d "$1"; then
test -d "$1/.";
else
case $1 in #(
-*)set "./$1";;
esac;
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
???[sx]*):;;*)false;;esac;fi
'\'' sh
'
fi
as_executable_p=$as_test_x
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
exec 6>&1
## ----------------------------------- ##
## Main body of $CONFIG_STATUS script. ##
## ----------------------------------- ##
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by $as_me, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
CONFIG_COMMANDS = $CONFIG_COMMANDS
$ $0 $@
on `(hostname || uname -n) 2>/dev/null | sed 1q`
"
# Files that config.status was made for.
config_files=" Makefile ruby-1.9.pc:template/ruby.pc.in"
ac_cs_usage="\
\`$as_me' instantiates files and other configuration actions
from templates according to the current configuration. Unless the files
and actions are specified as TAGs, all are instantiated by default.
Usage: $0 [OPTION]... [TAG]...
-h, --help print this help, then exit
-V, --version print version number and configuration settings, then exit
--config print configuration, then exit
-q, --quiet, --silent
do not print progress messages
-d, --debug don't remove temporary files
--recheck update $as_me by reconfiguring in the same conditions
--file=FILE[:TEMPLATE]
instantiate the configuration file FILE
Configuration files:
$config_files
Report bugs to the package provider."
ac_cs_config="'--enable-shared' '--disable-install-doc' '--prefix=/usr/local/rvm/rubies/ruby-1.9.3-p194' 'CFLAGS=-I/usr/local/rvm/usr/include' 'LDFLAGS=-L/usr/local/rvm/usr/lib'"
ac_cs_version="\
config.status
configured by ./configure, generated by GNU Autoconf 2.68,
with options \"$ac_cs_config\"
Copyright (C) 2010 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
ac_pwd='/usr/local/rvm/src/ruby-1.9.3-p194'
srcdir='.'
INSTALL='/usr/bin/install -c'
MKDIR_P='/bin/mkdir -p'
test -n "$AWK" || AWK=awk
# The default lists apply if the user does not specify any file.
ac_need_defaults=:
while test $# != 0
do
case $1 in
--*=?*)
ac_option=`expr "X$1" : 'X\([^=]*\)='`
ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ac_shift=:
;;
--*=)
ac_option=`expr "X$1" : 'X\([^=]*\)='`
ac_optarg=
ac_shift=:
;;
*)
ac_option=$1
ac_optarg=$2
ac_shift=shift
;;
esac
case $ac_option in
# Handling of the options.
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
ac_cs_recheck=: ;;
--version | --versio | --versi | --vers | --ver | --ve | --v | -V )
$as_echo "$ac_cs_version"; exit ;;
--config | --confi | --conf | --con | --co | --c )
$as_echo "$ac_cs_config"; exit ;;
--debug | --debu | --deb | --de | --d | -d )
debug=: ;;
--file | --fil | --fi | --f )
$ac_shift
case $ac_optarg in
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
'') as_fn_error $? "missing file argument" ;;
esac
as_fn_append CONFIG_FILES " '$ac_optarg'"
ac_need_defaults=false;;
--he | --h | --help | --hel | -h )
$as_echo "$ac_cs_usage"; exit ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil | --si | --s)
ac_cs_silent=: ;;
# This is an error.
-*) as_fn_error $? "unrecognized option: \`$1'
Try \`$0 --help' for more information." ;;
*) as_fn_append ac_config_targets " $1"
ac_need_defaults=false ;;
esac
shift
done
ac_configure_extra_args=
if $ac_cs_silent; then
exec 6>/dev/null
ac_configure_extra_args="$ac_configure_extra_args --silent"
fi
if $ac_cs_recheck; then
set X '/bin/sh' './configure' '--enable-shared' '--disable-install-doc' '--prefix=/usr/local/rvm/rubies/ruby-1.9.3-p194' 'CFLAGS=-I/usr/local/rvm/usr/include' 'LDFLAGS=-L/usr/local/rvm/usr/lib' $ac_configure_extra_args --no-create --no-recursion
shift
$as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
CONFIG_SHELL='/bin/sh'
export CONFIG_SHELL
exec "$@"
fi
exec 5>>config.log
{
echo
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
$as_echo "$ac_log"
} >&5
#
# INIT-COMMANDS
#
EXEEXT='' gnumake='yes'
ruby_pc='ruby-1.9.pc' PKG_CONFIG='pkg-config'
# Handling of arguments.
for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"$FIRSTMAKEFILE") CONFIG_FILES="$CONFIG_FILES $FIRSTMAKEFILE" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"$ruby_pc") CONFIG_FILES="$CONFIG_FILES $ruby_pc:template/ruby.pc.in" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
done
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
fi
# Have a temporary directory for convenience. Make it in the build tree
# simply because there is no reason against having it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to `$tmp'.
$debug ||
{
tmp= ac_tmp=
trap 'exit_status=$?
: "${ac_tmp:=$tmp}"
{ test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
' 0
trap 'as_fn_exit 1' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.
{
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
test -d "$tmp"
} ||
{
tmp=./conf$$-$RANDOM
(umask 077 && mkdir "$tmp")
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
ac_tmp=$tmp
# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# This happens for instance with `./config.status config.h'.
if test -n "$CONFIG_FILES"; then
ac_cr=`echo X | tr X '\015'`
# On cygwin, bash can eat \r inside `` if the user requested igncr.
# But we know of no other shell where ac_cr would be empty at this
# point, so we can use a bashism as a fallback.
if test "x$ac_cr" = x; then
eval ac_cr=\$\'\\r\'
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
ac_cs_awk_cr='\\r'
else
ac_cs_awk_cr=$ac_cr
fi
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
S["LTLIBOBJS"]=" ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}setproctitle$U.lo ${LIBOBJDIR}addr2line$U.lo"
S["exec"]="exec"
S["ruby_pc"]="ruby-1.9.pc"
S["PACKAGE"]="ruby"
S["BUILTIN_TRANSOBJS"]=" newline.$(OBJEXT)"
S["BUILTIN_TRANSSRCS"]=" newline.c"
S["BUILTIN_ENCOBJS"]=" ascii.$(OBJEXT) us_ascii.$(OBJEXT) unicode.$(OBJEXT) utf_8.$(OBJEXT)"
S["USE_RUBYGEMS"]="YES"
S["MANTYPE"]="doc"
S["NROFF"]="/usr/bin/nroff"
S["vendorhdrdir"]="${rubyhdrdir}/vendor_ruby"
S["sitehdrdir"]="${rubyhdrdir}/site_ruby"
S["rubyhdrdir"]="${includedir}/${RUBY_BASE_NAME}-${ruby_version}"
S["UNIVERSAL_INTS"]=""
S["UNIVERSAL_ARCHNAMES"]=""
S["configure_args"]=" '--enable-shared' '--disable-install-doc' '--prefix=/usr/local/rvm/rubies/ruby-1.9.3-p194' 'CFLAGS=-I/usr/local/rvm/usr/include' 'LDFLAGS=-L/usr/lo"\
"cal/rvm/usr/lib'"
S["vendordir"]="${rubylibprefix}/vendor_ruby"
S["sitedir"]="${rubylibprefix}/site_ruby"
S["ruby_version"]="1.9.1"
S["sitearch"]="${arch}"
S["arch"]="x86_64-linux"
S["RI_BASE_NAME"]="ri"
S["ridir"]="${datarootdir}/${RI_BASE_NAME}"
S["rubylibprefix"]="${libdir}/${RUBY_BASE_NAME}"
S["MAKEFILES"]="Makefile"
S["THREAD_MODEL"]="pthread"
S["MINIOBJS"]="dmydln.o"
S["SYMBOL_PREFIX"]=""
S["EXPORT_PREFIX"]=""
S["COMMON_HEADERS"]=""
S["COMMON_MACROS"]=""
S["COMMON_LIBS"]=""
S["MAINLIBS"]=""
S["ENABLE_SHARED"]="yes"
S["DLDLIBS"]=" -lc"
S["SOLIBS"]="$(LIBS)"
S["LIBRUBYARG_SHARED"]="-Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)"
S["LIBRUBYARG_STATIC"]="-Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static"
S["LIBRUBYARG"]="$(LIBRUBYARG_SHARED)"
S["LIBRUBY"]="$(LIBRUBY_SO)"
S["LIBRUBY_ALIASES"]="lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR) lib$(RUBY_SO_NAME).so"
S["LIBRUBY_SO"]="lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR).$(TEENY)"
S["LIBRUBY_A"]="lib$(RUBY_SO_NAME)-static.a"
S["RUBY_SO_NAME"]="$(RUBY_BASE_NAME)"
S["RUBYW_INSTALL_NAME"]=""
S["rubyw_install_name"]=""
S["RUBY_INSTALL_NAME"]="$(RUBY_BASE_NAME)"
S["LIBRUBY_DLDFLAGS"]="-Wl,-soname,lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR)"
S["LIBRUBY_LDSHARED"]="$(CC) -shared"
S["XLDFLAGS"]=""
S["XCFLAGS"]="-include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT"
S["warnflags"]="-Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-st"\
"atement -Werror-implicit-function-declaration"
S["debugflags"]="-ggdb"
S["optflags"]="-O3"
S["cxxflags"]=" ${optflags} ${debugflags} ${warnflags}"
S["cflags"]=" ${optflags} ${debugflags} ${warnflags}"
S["cppflags"]=""
S["NULLCMD"]=":"
S["INSTALLDOC"]="nodoc"
S["CAPITARGET"]="nodoc"
S["RDOCTARGET"]="nodoc"
S["EXECUTABLE_EXTS"]=""
S["ARCHFILE"]=""
S["LIBRUBY_RELATIVE"]="no"
S["EXTOUT"]=".ext"
S["XRUBY"]="$(RUNRUBY)"
S["RUNRUBY"]="$(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=$(EXTOUT)"
S["PREP"]="miniruby$(EXEEXT)"
S["MINIRUBY"]="./miniruby$(EXEEXT) -I$(srcdir)/lib -I. -I$(EXTOUT)/common"
S["TEST_RUNNABLE"]="yes"
S["XRUBY_RUBYHDRDIR"]=""
S["XRUBY_RUBYLIBDIR"]=""
S["XRUBY_LIBDIR"]=""
S["setup"]="Setup"
S["EXTSTATIC"]=""
S["STRIP"]="strip -S -x"
S["TRY_LINK"]=""
S["LIBPATHENV"]="LD_LIBRARY_PATH"
S["RPATHFLAG"]=" -Wl,-R%1$-s"
S["LIBPATHFLAG"]=" -L%1$-s"
S["LINK_SO"]=""
S["LIBEXT"]="a"
S["DLEXT2"]=""
S["DLEXT"]="so"
S["LDSHAREDXX"]="$(CXX) -shared"
S["LDSHARED"]="$(CC) -shared"
S["CCDLFLAGS"]="-fPIC"
S["STATIC"]=""
S["ARCH_FLAG"]=""
S["DLDFLAGS"]=""
S["ALLOCA"]=""
S["LIBOBJS"]=" ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}setproctitle$U.o ${LIBOBJDIR}addr2line$U.o"
S["WERRORFLAG"]="-Werror"
S["CHDIR"]="cd -P"
S["RMALL"]="rm -fr"
S["RMDIRS"]="rmdir --ignore-fail-on-non-empty -p"
S["RMDIR"]="rmdir --ignore-fail-on-non-empty"
S["CP"]="cp"
S["RM"]="rm -f"
S["PKG_CONFIG"]="pkg-config"
S["DOXYGEN"]=""
S["DOT"]=""
S["MAKEDIRS"]="/bin/mkdir -p"
S["MKDIR_P"]="/bin/mkdir -p"
S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"
S["INSTALL_PROGRAM"]="${INSTALL}"
S["SET_MAKE"]=""
S["LN_S"]="ln -s"
S["NM"]="nm"
S["DLLWRAP"]=""
S["WINDRES"]=""
S["ac_ct_OBJCOPY"]="objcopy"
S["OBJCOPY"]="objcopy"
S["ac_ct_OBJDUMP"]="objdump"
S["OBJDUMP"]="objdump"
S["ASFLAGS"]=""
S["AS"]="as"
S["AR"]="ar"
S["RANLIB"]="ranlib"
S["try_header"]=""
S["COUTFLAG"]="-o "
S["OUTFLAG"]="-o "
S["CPPOUTFILE"]="-o conftest.i"
S["GNU_LD"]="yes"
S["GCC"]="yes"
S["EGREP"]="/bin/grep -E"
S["GREP"]="/bin/grep"
S["CPP"]="$(CC) -E"
S["ac_ct_CXX"]="g++"
S["CXXFLAGS"]="${cxxflags}"
S["CXX"]="g++"
S["OBJEXT"]="o"
S["EXEEXT"]=""
S["ac_ct_CC"]="gcc"
S["CPPFLAGS"]=" $(DEFS) ${cppflags}"
S["LDFLAGS"]="-L. -L/usr/local/rvm/usr/lib -rdynamic -Wl,-export-dynamic"
S["CFLAGS"]="-I/usr/local/rvm/usr/include -fPIC"
S["CC"]="gcc"
S["target_os"]="linux"
S["target_vendor"]="unknown"
S["target_cpu"]="x86_64"
S["target"]="x86_64-unknown-linux-gnu"
S["host_os"]="linux-gnu"
S["host_vendor"]="unknown"
S["host_cpu"]="x86_64"
S["host"]="x86_64-unknown-linux-gnu"
S["RUBYW_BASE_NAME"]="rubyw"
S["RUBY_BASE_NAME"]="ruby"
S["build_os"]="linux-gnu"
S["build_vendor"]="unknown"
S["build_cpu"]="x86_64"
S["build"]="x86_64-unknown-linux-gnu"
S["RUBY_RELEASE_DATE"]="2012-04-20"
S["RUBY_PROGRAM_VERSION"]="1.9.3"
S["TEENY"]="1"
S["MINOR"]="9"
S["MAJOR"]="1"
S["BASERUBY"]="ruby"
S["target_alias"]=""
S["host_alias"]=""
S["build_alias"]=""
S["LIBS"]="-lpthread -lrt -ldl -lcrypt -lm "
S["ECHO_T"]=""
S["ECHO_N"]="-n"
S["ECHO_C"]=""
S["DEFS"]=""
S["mandir"]="${datarootdir}/man"
S["localedir"]="${datarootdir}/locale"
S["libdir"]="${exec_prefix}/lib"
S["psdir"]="${docdir}"
S["pdfdir"]="${docdir}"
S["dvidir"]="${docdir}"
S["htmldir"]="${docdir}"
S["infodir"]="${datarootdir}/info"
S["docdir"]="${datarootdir}/doc/${PACKAGE}"
S["oldincludedir"]="/usr/include"
S["includedir"]="${prefix}/include"
S["localstatedir"]="${prefix}/var"
S["sharedstatedir"]="${prefix}/com"
S["sysconfdir"]="${prefix}/etc"
S["datadir"]="${datarootdir}"
S["datarootdir"]="${prefix}/share"
S["libexecdir"]="${exec_prefix}/libexec"
S["sbindir"]="${exec_prefix}/sbin"
S["bindir"]="${exec_prefix}/bin"
S["program_transform_name"]="s&^&&"
S["prefix"]="/usr/local/rvm/rubies/ruby-1.9.3-p194"
S["exec_prefix"]="${prefix}"
S["PACKAGE_URL"]=""
S["PACKAGE_BUGREPORT"]=""
S["PACKAGE_STRING"]=""
S["PACKAGE_VERSION"]=""
S["PACKAGE_TARNAME"]=""
S["PACKAGE_NAME"]=""
S["PATH_SEPARATOR"]=":"
S["SHELL"]="/bin/sh"
_ACAWK
cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
for (key in S) S_is_set[key] = 1
FS = ""
}
{
line = $ 0
nfields = split(line, field, "@")
substed = 0
len = length(field[1])
for (i = 2; i < nfields; i++) {
key = field[i]
keylen = length(key)
if (S_is_set[key]) {
value = S[key]
line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
len += length(value) + length(field[++i])
substed = 1
} else
len += 1 + keylen
}
print line
}
_ACAWK
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
cat
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
|| as_fn_error $? "could not setup config files machinery" "$LINENO" 5
fi # test -n "$CONFIG_FILES"
eval set X " :F $CONFIG_FILES "
shift
for ac_tag
do
case $ac_tag in
:[FHLC]) ac_mode=$ac_tag; continue;;
esac
case $ac_mode$ac_tag in
:[FHL]*:*);;
:L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
:[FH]-) ac_tag=-:-;;
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
esac
ac_save_IFS=$IFS
IFS=:
set x $ac_tag
IFS=$ac_save_IFS
shift
ac_file=$1
shift
case $ac_mode in
:L) ac_source=$1;;
:[FH])
ac_file_inputs=
for ac_f
do
case $ac_f in
-) ac_f="$ac_tmp/stdin";;
*) # Look for the file first in the build tree, then in the source tree
# (if the path is not absolute). The absolute path cannot be DOS-style,
# because $ac_f cannot contain `:'.
test -f "$ac_f" ||
case $ac_f in
[\\/$]*) false;;
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
esac ||
as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
esac
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
as_fn_append ac_file_inputs " '$ac_f'"
done
# Let's still pretend it is `configure' which instantiates (i.e., don't
# use $as_me), people would be surprised to read:
# /* config.h. Generated by config.status. */
configure_input='Generated from '`
$as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
`' by configure.'
if test x"$ac_file" != x-; then
configure_input="$ac_file. $configure_input"
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
$as_echo "$as_me: creating $ac_file" >&6;}
fi
# Neutralize special characters interpreted by sed in replacement strings.
case $configure_input in #(
*\&* | *\|* | *\\* )
ac_sed_conf_input=`$as_echo "$configure_input" |
sed 's/[\\\\&|]/\\\\&/g'`;; #(
*) ac_sed_conf_input=$configure_input;;
esac
case $ac_tag in
*:-:* | *:-) cat >"$ac_tmp/stdin" \
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
esac
;;
esac
ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$ac_file" : 'X\(//\)[^/]' \| \
X"$ac_file" : 'X\(//\)$' \| \
X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$ac_file" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
as_dir="$ac_dir"; as_fn_mkdir_p
ac_builddir=.
case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*)
ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
# A ".." for each directory in $ac_dir_suffix.
ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
case $ac_top_builddir_sub in
"") ac_top_builddir_sub=. ac_top_build_prefix= ;;
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
esac ;;
esac
ac_abs_top_builddir=$ac_pwd
ac_abs_builddir=$ac_pwd$ac_dir_suffix
# for backward compatibility:
ac_top_builddir=$ac_top_build_prefix
case $srcdir in
.) # We are building in place.
ac_srcdir=.
ac_top_srcdir=$ac_top_builddir_sub
ac_abs_top_srcdir=$ac_pwd ;;
[\\/]* | ?:[\\/]* ) # Absolute name.
ac_srcdir=$srcdir$ac_dir_suffix;
ac_top_srcdir=$srcdir
ac_abs_top_srcdir=$srcdir ;;
*) # Relative name.
ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
ac_top_srcdir=$ac_top_build_prefix$srcdir
ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
esac
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
case $ac_mode in
:F)
#
# CONFIG_FILE
#
case $INSTALL in
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
*) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
esac
ac_MKDIR_P=$MKDIR_P
case $MKDIR_P in
[\\/$]* | ?:[\\/]* ) ;;
*/*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
esac
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
/datarootdir/ {
p
q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p'
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
ac_datarootdir_hack='
s&@datadir@&${datarootdir}&g
s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
s&@infodir@&${datarootdir}/info&g
s&@localedir@&${datarootdir}/locale&g
s&@mandir@&${datarootdir}/man&g
s&\${datarootdir}&${prefix}/share&g' ;;
esac
ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
h
s///
s/^/:/
s/[ ]*$/:/
s/:\$(srcdir):/:/g
s/:\${srcdir}:/:/g
s/:@srcdir@:/:/g
s/^:*//
s/:*$//
x
s/\(=[ ]*\).*/\1/
G
s/\n//
s/^[^=]*=[ ]*$//
}
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s|@configure_input@|$ac_sed_conf_input|;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@top_build_prefix@&$ac_top_build_prefix&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
>$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
{ ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
"$ac_tmp/out"`; test -z "$ac_out"; } &&
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined. Please make sure it is defined" >&5
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined. Please make sure it is defined" >&2;}
rm -f "$ac_tmp/stdin"
case $ac_file in
-) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
*) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
esac \
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
;;
esac
case $ac_file$ac_mode in
"Makefile":F) {
if test -d "$srcdir/.svn"; then
VCS='svn'
VCSUP='$(VCS) up $(SVNUPOPTIONS)'
elif test -d "$srcdir/.git/svn"; then
VCS='git svn'
VCSUP='$(VCS) rebase $(GITSVNREBASEOPTIONS)'
elif test -d "$srcdir/.git"; then
VCS='git'
VCSUP='$(VCS) pull $(GITPULLOPTIONS)'
else
VCS='echo cannot'
VCSUP='$(VCS)'
fi
sed '/^MISSING/s/\$U\././g;/^VCS *=/s#@VCS@#'"$VCS"'#;/^VCSUP *=/s#@VCSUP@#'"$VCSUP"'#' Makefile
echo; test x"$EXEEXT" = x || echo 'miniruby: miniruby$(EXEEXT)'
if test "$gnumake" != yes; then
echo '$(MKFILES): $(srcdir)/common.mk'
sed 's/{\$([^(){}]*)[^{}]*}//g' ${srcdir}/common.mk
else
echo 'distclean-local::; @$(RM) GNUmakefile uncommon.mk'
fi
} > confmk$$.tmp && mv -f confmk$$.tmp Makefile &&
{
grep '^ruby:' Makefile > /dev/null ||
${MAKE-make} info-program | grep '^PROGRAM=ruby$' > /dev/null ||
echo 'ruby: $(PROGRAM);' >> Makefile
} ;;
"$ruby_pc":F)
if sed 's/\$(\([A-Za-z_][A-Za-z0-9_]*\))/${\1}/g;s/@[A-Za-z_][A-Za-z0-9_]*@//' $ruby_pc > ruby.tmp.pc &&
{
test -z "$PKG_CONFIG" ||
PKG_CONFIG_PATH=. $PKG_CONFIG --print-errors ruby.tmp
}
then
mv -f ruby.tmp.pc $ruby_pc
else
exit 1
fi
;;
esac
done # for ac_tag
as_fn_exit 0
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for ranlib... ranlib
checking for ar... ar
checking for as... as
checking for objdump... objdump
checking for objcopy... objcopy
checking for nm... nm
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for dot... no
checking for doxygen... no
checking for pkg-config... pkg-config
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for cd using physical directory... cd -P
checking whether -Wno-unused-parameter is accepted... yes
checking whether -Wno-parentheses is accepted... yes
checking whether -Wno-long-long is accepted... yes
checking whether -Wno-missing-field-initializers is accepted... yes
checking whether -Werror=pointer-arith is accepted... no
checking whether -Wpointer-arith is accepted... yes
checking whether -Wwrite-strings is accepted... yes
checking whether -Wdeclaration-after-statement is accepted... yes
checking whether -Wshorten-64-to-32 is accepted... no
checking whether -Werror-implicit-function-declaration is accepted... yes
checking whether -Wextra is accepted... yes
checking whether -ggdb is accepted... yes
checking whether -fvisibility=hidden is accepted... yes
checking whether -Wl,-unexported_symbol,_Init_* is accepted... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for prototypes... yes
checking token paste string... ansi
checking stringization... #expr
checking string literal concatenation... yes
checking for variable length prototypes and stdarg.h... yes
checking for variable length macro... yes
checking for noreturn function attribute... __attribute__ ((noreturn)) x
checking for deprecated function attribute... __attribute__ ((deprecated)) x
checking for noinline function attribute... __attribute__ ((noinline)) x
checking for stdcall function attribute... x
checking for cdecl function attribute... x
checking for fastcall function attribute... x
checking for function alias... alias
checking for atomic builtins... yes
checking for exported function attribute... __attribute__ ((visibility("default")))
checking whether sys_nerr is declared... yes
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for socketpair in -lsocket... no
checking for clock_gettime in -lrt... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
Successfully installed rvm-1.11.3.5
1 gem installed
Installing ri documentation for rvm-1.11.3.5...
Installing RDoc documentation for rvm-1.11.3.5...
[2012-10-05 17:42:37] rvm gemset pristine # under ruby-1.9.3-p194
Restoring gems to pristine condition...
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
bigdecimal-1.1.0 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
io-console-0.3 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
json-1.5.4 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
minitest-2.5.1 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
rake-0.9.2.2 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
rdoc-3.9.4 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
finished.
[2012-10-05 17:42:52] rvm gemset pristine # under ruby-1.9.3-p194@bacin
Restoring gems to pristine condition...
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
bundler-1.2.0 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
finished.
[2012-10-05 17:42:53] rvm gemset pristine # under ruby-1.9.3-p194@global
Restoring gems to pristine condition...
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
bundler-1.2.1 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
rake-0.9.2.2 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
rubygems-bundler-1.1.0 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
rvm-1.11.3.5 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
finished.
[2012-10-05 17:21:35] '/usr/local/rvm/scripts/gemsets' initial # under ruby-1.9.3-p194
Importing initial gemsets for ruby-1.9.3-p194.
paths: /usr/local/rvm/gemsets /usr/local/rvm/gemsets/ruby /usr/local/rvm/gemsets/ruby/1.9.3 /usr/local/rvm/gemsets/ruby/1.9.3/p194
Installing gems listed in /usr/local/rvm/gemsets/default.gems file...
Processing of /usr/local/rvm/gemsets/default.gems is complete.
Installing gems listed in /usr/local/rvm/gemsets/global.gems file...
installing bundler ...
bundler installed.
installing rubygems-bundler ...
rubygems-bundler installed.
installing rake ...
rake installed.
installing rvm ...
rvm installed.
Processing of /usr/local/rvm/gemsets/global.gems is complete.
Installation of gems for ruby-1.9.3-p194 is complete.
[2012-10-05 17:22:29] '/usr/local/rvm/scripts/gemsets' initial # under ruby-1.9.3-p194
Importing initial gemsets for ruby-1.9.3-p194.
paths: /usr/local/rvm/gemsets /usr/local/rvm/gemsets/ruby /usr/local/rvm/gemsets/ruby/1.9.3 /usr/local/rvm/gemsets/ruby/1.9.3/p194
Installing gems listed in /usr/local/rvm/gemsets/default.gems file...
Processing of /usr/local/rvm/gemsets/default.gems is complete.
Installing gems listed in /usr/local/rvm/gemsets/global.gems file...
installing bundler ...
bundler installed.
installing rubygems-bundler ...
rubygems-bundler installed.
installing rake ...
rake installed.
installing rvm ...
rvm installed.
Processing of /usr/local/rvm/gemsets/global.gems is complete.
Installation of gems for ruby-1.9.3-p194 is complete.
[2012-10-05 17:41:54] '/usr/local/rvm/scripts/gemsets' initial # under ruby-1.9.3-p194
Importing initial gemsets for ruby-1.9.3-p194.
paths: /usr/local/rvm/gemsets /usr/local/rvm/gemsets/ruby /usr/local/rvm/gemsets/ruby/1.9.3 /usr/local/rvm/gemsets/ruby/1.9.3/p194
Installing gems listed in /usr/local/rvm/gemsets/default.gems file...
Processing of /usr/local/rvm/gemsets/default.gems is complete.
Installing gems listed in /usr/local/rvm/gemsets/global.gems file...
installing bundler ...
bundler installed.
installing rubygems-bundler ...
rubygems-bundler installed.
installing rake ...
rake installed.
installing rvm ...
rvm installed.
Processing of /usr/local/rvm/gemsets/global.gems is complete.
Installation of gems for ruby-1.9.3-p194 is complete.
[2012-10-05 17:41:19] make install
current path: /usr/local/rvm/src/ruby-1.9.3-p194
command(2): make install
./miniruby -I./lib -I. -I.ext/common ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"
installing binary commands: /usr/local/rvm/rubies/ruby-1.9.3-p194/bin
installing base libraries: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib
installing arch files: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-linux
installing pkgconfig data: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/pkgconfig
installing command scripts: /usr/local/rvm/rubies/ruby-1.9.3-p194/bin
installing library scripts: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1
installing common headers: /usr/local/rvm/rubies/ruby-1.9.3-p194/include/ruby-1.9.1
installing manpages: /usr/local/rvm/rubies/ruby-1.9.3-p194/share/man/man1
installing extension objects: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-linux
installing extension objects: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/x86_64-linux
installing extension objects: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/vendor_ruby/1.9.1/x86_64-linux
installing extension headers: /usr/local/rvm/rubies/ruby-1.9.3-p194/include/ruby-1.9.1/x86_64-linux
installing extension scripts: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1
installing extension scripts: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1
installing extension scripts: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/vendor_ruby/1.9.1
installing extension headers: /usr/local/rvm/rubies/ruby-1.9.3-p194/include/ruby-1.9.1/ruby
installing default gems: /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/gems/1.9.1 (cache, doc, gems, specifications)
rake 0.9.2.2
rdoc 3.9.4
minitest 2.5.1
json 1.5.4
io-console 0.3
bigdecimal 1.1.0
[2012-10-05 17:39:52] make
current path: /usr/local/rvm/src/ruby-1.9.3-p194
command(1): make
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -I/usr/local/rvm/usr/include -fPIC
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
DLDFLAGS = -Wl,-soname,libruby.so.1.9
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
compiling main.c
compiling dmydln.c
compiling dmyencoding.c
compiling version.c
compiling dmyversion.c
compiling miniprelude.c
compiling array.c
compiling bignum.c
compiling class.c
compiling compar.c
compiling complex.c
compiling dir.c
compiling dln_find.c
compiling enum.c
compiling enumerator.c
compiling error.c
compiling eval.c
compiling load.c
compiling proc.c
compiling file.c
compiling gc.c
compiling hash.c
compiling inits.c
compiling io.c
compiling marshal.c
compiling math.c
compiling node.c
compiling numeric.c
compiling object.c
compiling pack.c
compiling parse.c
compiling process.c
compiling random.c
compiling range.c
compiling rational.c
compiling re.c
compiling regcomp.c
compiling regenc.c
compiling regerror.c
compiling regexec.c
compiling regparse.c
compiling regsyntax.c
compiling ruby.c
compiling safe.c
compiling signal.c
compiling sprintf.c
compiling st.c
compiling strftime.c
compiling string.c
compiling struct.c
compiling time.c
compiling transcode.c
compiling util.c
compiling variable.c
compiling compile.c
compiling debug.c
compiling iseq.c
compiling vm.c
compiling vm_dump.c
compiling thread.c
compiling cont.c
compiling ./enc/ascii.c
compiling ./enc/us_ascii.c
compiling ./enc/unicode.c
compiling ./enc/utf_8.c
compiling newline.c
compiling ./missing/strlcpy.c
compiling ./missing/strlcat.c
compiling ./missing/setproctitle.c
compiling addr2line.c
compiling dmyext.c
linking miniruby
rbconfig.rb updated
generating enc.mk
compiling dln.c
compiling encoding.c
generating prelude.c
compiling prelude.c
linking static-library libruby-static.a
linking shared-library libruby.so.1.9.1
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194'
compiling ./enc/encdb.c
linking encoding encdb.so
compiling ./enc/big5.c
linking encoding big5.so
compiling ./enc/cp949.c
linking encoding cp949.so
compiling ./enc/emacs_mule.c
linking encoding emacs_mule.so
compiling ./enc/euc_jp.c
linking encoding euc_jp.so
compiling ./enc/euc_kr.c
linking encoding euc_kr.so
compiling ./enc/euc_tw.c
linking encoding euc_tw.so
compiling ./enc/gb2312.c
linking encoding gb2312.so
compiling ./enc/gb18030.c
linking encoding gb18030.so
compiling ./enc/gbk.c
linking encoding gbk.so
compiling ./enc/iso_8859_1.c
linking encoding iso_8859_1.so
compiling ./enc/iso_8859_2.c
linking encoding iso_8859_2.so
compiling ./enc/iso_8859_3.c
linking encoding iso_8859_3.so
compiling ./enc/iso_8859_4.c
linking encoding iso_8859_4.so
compiling ./enc/iso_8859_5.c
linking encoding iso_8859_5.so
compiling ./enc/iso_8859_6.c
linking encoding iso_8859_6.so
compiling ./enc/iso_8859_7.c
linking encoding iso_8859_7.so
compiling ./enc/iso_8859_8.c
linking encoding iso_8859_8.so
compiling ./enc/iso_8859_9.c
linking encoding iso_8859_9.so
compiling ./enc/iso_8859_10.c
linking encoding iso_8859_10.so
compiling ./enc/iso_8859_11.c
linking encoding iso_8859_11.so
compiling ./enc/iso_8859_13.c
linking encoding iso_8859_13.so
compiling ./enc/iso_8859_14.c
linking encoding iso_8859_14.so
compiling ./enc/iso_8859_15.c
linking encoding iso_8859_15.so
compiling ./enc/iso_8859_16.c
linking encoding iso_8859_16.so
compiling ./enc/koi8_r.c
linking encoding koi8_r.so
compiling ./enc/koi8_u.c
linking encoding koi8_u.so
compiling ./enc/shift_jis.c
linking encoding shift_jis.so
compiling ./enc/utf_16be.c
linking encoding utf_16be.so
compiling ./enc/utf_16le.c
linking encoding utf_16le.so
compiling ./enc/utf_32be.c
linking encoding utf_32be.so
compiling ./enc/utf_32le.c
linking encoding utf_32le.so
compiling ./enc/windows_1251.c
linking encoding windows_1251.so
make[1]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194'
making srcs under enc
make[1]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194'
make[1]: Nothing to be done for `srcs'.
make[1]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194'
compiling ./enc/trans/transdb.c
linking transcoder transdb.so
compiling ./enc/trans/big5.c
linking transcoder big5.so
compiling ./enc/trans/chinese.c
linking transcoder chinese.so
compiling ./enc/trans/emoji.c
linking transcoder emoji.so
compiling ./enc/trans/emoji_iso2022_kddi.c
linking transcoder emoji_iso2022_kddi.so
compiling ./enc/trans/emoji_sjis_docomo.c
linking transcoder emoji_sjis_docomo.so
compiling ./enc/trans/emoji_sjis_kddi.c
linking transcoder emoji_sjis_kddi.so
compiling ./enc/trans/emoji_sjis_softbank.c
linking transcoder emoji_sjis_softbank.so
compiling ./enc/trans/escape.c
linking transcoder escape.so
compiling ./enc/trans/gb18030.c
linking transcoder gb18030.so
compiling ./enc/trans/gbk.c
linking transcoder gbk.so
compiling ./enc/trans/iso2022.c
linking transcoder iso2022.so
compiling ./enc/trans/japanese.c
linking transcoder japanese.so
compiling ./enc/trans/japanese_euc.c
linking transcoder japanese_euc.so
compiling ./enc/trans/japanese_sjis.c
linking transcoder japanese_sjis.so
compiling ./enc/trans/korean.c
linking transcoder korean.so
compiling ./enc/trans/single_byte.c
linking transcoder single_byte.so
compiling ./enc/trans/utf8_mac.c
linking transcoder utf8_mac.so
compiling ./enc/trans/utf_16_32.c
linking transcoder utf_16_32.so
make[1]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194'
making encs
make[1]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194'
make[1]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194'
configuring -test-/add_suffix
configuring -test-/array/resize
configuring -test-/bug-3571
configuring -test-/bug-3662
configuring -test-/funcall
configuring -test-/load/dot.dot
configuring -test-/old_thread_select
configuring -test-/st/numhash
configuring -test-/string
configuring -test-/wait_for_single_fd
configuring -test-/win32/dln
Failed to configure -test-/win32/dln. It will not be installed.
configuring bigdecimal
configuring continuation
configuring coverage
configuring curses
configuring date
configuring dbm
Failed to configure dbm. It will not be installed.
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring dl
configuring dl/callback
configuring dl/win32
Failed to configure dl/win32. It will not be installed.
configuring etc
configuring fcntl
configuring fiber
configuring fiddle
ffi.h is missing. Please install libffi.
Failed to configure fiddle. It will not be installed.
configuring gdbm
Failed to configure gdbm. It will not be installed.
configuring iconv
configuring io/console
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
configuring mathn/complex
configuring mathn/rational
configuring nkf
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring racc/cparse
configuring readline
configuring ripper
configuring sdbm
configuring socket
configuring stringio
configuring strscan
configuring syck
configuring syslog
configuring tk
check functions.........
check struct members..
check libraries....
Use ActiveTcl libraries (if available).
Search tclConfig.sh and tkConfig.sh..............................
Fail to find [tclConfig.sh, tkConfig.sh]
Use X11 libraries (or use TK_XINCLUDES/TK_XLIBSW information on tkConfig.sh).
Warning:: cannot find X11 library. tcltklib will not be compiled (tcltklib is disabled on your Ruby. That is, Ruby/Tk will not work). Please check configure options. If your Tcl/Tk don't require X11, please try --without-X11.
Can't find X11 libraries.
So, can't make tcltklib.so which is required by Ruby/Tk.
Failed to configure tk. It will not be installed.
configuring tk/tkutil
Failed to configure tk/tkutil. It will not be installed.
configuring win32ole
Failed to configure win32ole. It will not be installed.
configuring zlib
make[1]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/add_suffix'
compiling bug.c
linking shared-object -test-/add_suffix/bug.so
installing default bug libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/add_suffix'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/array/resize'
compiling resize.c
linking shared-object -test-/array/resize.so
installing default resize libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/array/resize'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/bug-3571'
compiling bug.c
linking shared-object -test-/bug-3571/bug.so
installing default bug libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/bug-3571'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/bug-3662'
compiling bug.c
linking shared-object -test-/bug-3662/bug.so
installing default bug libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/bug-3662'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/funcall'
compiling passing_block.c
linking shared-object -test-/funcall/funcall.so
installing default funcall libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/funcall'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/load/dot.dot'
compiling dot.dot.c
linking shared-object -test-/load/dot.dot/dot.dot.so
installing default dot.dot libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/load/dot.dot'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/old_thread_select'
compiling old_thread_select.c
old_thread_select.c: In function 'old_thread_select':
old_thread_select.c:57: warning: 'rb_thread_select' is deprecated (declared at ../../.././include/ruby/intern.h:379)
linking shared-object -test-/old_thread_select/old_thread_select.so
installing default old_thread_select libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/old_thread_select'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/st/numhash'
compiling numhash.c
linking shared-object -test-/st/numhash.so
installing default numhash libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/st/numhash'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/string'
compiling enc_associate.c
compiling modify.c
compiling cstr.c
compiling ellipsize.c
compiling init.c
compiling set_len.c
linking shared-object -test-/string/string.so
installing default string libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/string'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/wait_for_single_fd'
compiling wait_for_single_fd.c
linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so
installing default wait_for_single_fd libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/wait_for_single_fd'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/win32/dln'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/-test-/win32/dln'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/bigdecimal'
compiling bigdecimal.c
linking shared-object bigdecimal.so
installing default bigdecimal libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/bigdecimal'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/continuation'
compiling continuation.c
linking shared-object continuation.so
installing default continuation libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/continuation'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/coverage'
compiling coverage.c
linking shared-object coverage.so
installing default coverage libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/coverage'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/curses'
compiling curses.c
linking shared-object curses.so
installing default curses libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/curses'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/date'
compiling date_parse.c
compiling date_core.c
compiling date_strftime.c
compiling date_strptime.c
linking shared-object date_core.so
installing default date_core libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/date'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/dbm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/dbm'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest'
compiling digest.c
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest/bubblebabble'
compiling bubblebabble.c
linking shared-object digest/bubblebabble.so
installing default bubblebabble libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest/bubblebabble'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest/md5'
compiling md5init.c
compiling md5ossl.c
linking shared-object digest/md5.so
installing default md5 libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest/md5'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest/rmd160'
compiling rmd160init.c
compiling rmd160ossl.c
linking shared-object digest/rmd160.so
installing default rmd160 libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest/rmd160'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest/sha1'
compiling sha1init.c
compiling sha1ossl.c
linking shared-object digest/sha1.so
installing default sha1 libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest/sha1'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest/sha2'
compiling sha2init.c
compiling sha2ossl.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/digest/sha2'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/dl'
compiling cptr.c
compiling cfunc.c
compiling dl.c
compiling handle.c
linking shared-object dl.so
installing dl libraries
installing default dl libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/dl'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/dl/callback'
generating callback.c
compiling callback.c
compiling callback-0.c
compiling callback-1.c
compiling callback-2.c
compiling callback-3.c
compiling callback-4.c
compiling callback-5.c
compiling callback-6.c
compiling callback-7.c
compiling callback-8.c
linking shared-object dl/callback.so
installing default callback libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/dl/callback'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/dl/win32'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/dl/win32'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/etc'
compiling etc.c
linking shared-object etc.so
installing default etc libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/etc'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/fcntl'
compiling fcntl.c
linking shared-object fcntl.so
installing default fcntl libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/fcntl'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/fiber'
compiling fiber.c
linking shared-object fiber.so
installing default fiber libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/fiber'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/fiddle'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/fiddle'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/gdbm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/gdbm'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/iconv'
compiling iconv.c
linking shared-object iconv.so
installing default iconv libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/iconv'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/io/console'
compiling console.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/io/console'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/io/nonblock'
compiling nonblock.c
linking shared-object io/nonblock.so
installing default nonblock libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/io/nonblock'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/io/wait'
compiling wait.c
linking shared-object io/wait.so
installing default wait libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/io/wait'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/json'
installing default libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/json'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/json/generator'
compiling generator.c
linking shared-object json/ext/generator.so
installing default generator libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/json/generator'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/json/parser'
compiling parser.c
linking shared-object json/ext/parser.so
installing default parser libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/json/parser'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/mathn/complex'
compiling complex.c
linking shared-object mathn/complex.so
installing default complex libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/mathn/complex'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/mathn/rational'
compiling rational.c
linking shared-object mathn/rational.so
installing default rational libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/mathn/rational'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/nkf'
compiling nkf.c
linking shared-object nkf.so
installing default nkf libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/nkf'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/objspace'
compiling objspace.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/objspace'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/openssl'
compiling ossl_pkey.c
compiling ossl_x509.c
compiling ossl_bio.c
compiling ossl_pkcs7.c
compiling ossl_x509cert.c
compiling ossl_x509attr.c
compiling ossl_pkey_rsa.c
compiling ossl_pkcs12.c
compiling ossl_pkey_dh.c
compiling ossl_bn.c
compiling ossl_x509req.c
compiling ossl_x509store.c
compiling ossl_x509name.c
compiling ossl_hmac.c
compiling ossl_digest.c
compiling ossl_rand.c
compiling ossl_x509ext.c
compiling ossl_x509crl.c
compiling ossl_ssl_session.c
compiling ossl_x509revoked.c
compiling ossl_pkey_dsa.c
compiling ossl_cipher.c
compiling ossl_ssl.c
compiling ossl_config.c
compiling ossl_asn1.c
compiling ossl_ns_spki.c
compiling ossl_engine.c
compiling ossl.c
compiling ossl_pkey_ec.c
compiling ossl_pkcs5.c
compiling openssl_missing.c
compiling ossl_ocsp.c
linking shared-object openssl.so
installing default openssl libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/openssl'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/pathname'
compiling pathname.c
linking shared-object pathname.so
installing default pathname libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/pathname'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/psych'
compiling emitter.c
compiling parser.c
compiling psych.c
compiling yaml_tree.c
compiling to_ruby.c
linking shared-object psych.so
installing default psych libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/psych'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/pty'
compiling pty.c
linking shared-object pty.so
installing default pty libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/pty'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/racc/cparse'
compiling cparse.c
linking shared-object racc/cparse.so
installing default cparse libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/racc/cparse'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/readline'
compiling readline.c
linking shared-object readline.so
installing default readline libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/readline'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/ripper'
compiling ripper.c
linking shared-object ripper.so
installing default ripper libraries
checking ../.././parse.y and ../.././ext/ripper/eventids2.c
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/ripper'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/sdbm'
compiling _sdbm.c
compiling init.c
linking shared-object sdbm.so
installing default sdbm libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/sdbm'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/socket'
generating constant definitions
compiling init.c
compiling constants.c
compiling basicsocket.c
compiling socket.c
compiling ipsocket.c
compiling tcpsocket.c
compiling tcpserver.c
compiling sockssocket.c
compiling udpsocket.c
compiling unixsocket.c
compiling unixserver.c
compiling option.c
compiling ancdata.c
compiling raddrinfo.c
linking shared-object socket.so
installing default socket libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/socket'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/stringio'
compiling stringio.c
linking shared-object stringio.so
installing default stringio libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/stringio'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/strscan'
compiling strscan.c
linking shared-object strscan.so
installing default strscan libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/strscan'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/syck'
compiling rubyext.c
compiling node.c
compiling gram.c
compiling emitter.c
compiling token.c
compiling bytecode.c
compiling implicit.c
compiling syck.c
compiling handler.c
compiling yaml2byte.c
linking shared-object syck.so
installing default syck libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/syck'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/syslog'
compiling syslog.c
linking shared-object syslog.so
installing default syslog libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/syslog'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/tk'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/tk'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/tk/tkutil'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/tk/tkutil'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/win32ole'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/win32ole'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/zlib'
compiling zlib.c
linking shared-object zlib.so
installing default zlib libraries
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194/ext/zlib'
make[2]: Entering directory `/usr/local/rvm/src/ruby-1.9.3-p194'
linking ruby
make[2]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194'
make[1]: Leaving directory `/usr/local/rvm/src/ruby-1.9.3-p194'
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/tar_reader.rb, skipping
unable to convert U+00E1 to US-ASCII in conversion from ISO-8859-1 to UTF-8 to US-ASCII for lib/rubygems/package/tar_input.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/tar_writer.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/tar_header.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/tar_output.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/f_sync_dir.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/tar_reader/entry.rb, skipping
unable to convert U+0160 from UTF-8 to US-ASCII for History.txt, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/tar_reader.rb, skipping
unable to convert U+00E1 to US-ASCII in conversion from ISO-8859-1 to UTF-8 to US-ASCII for lib/rubygems/package/tar_input.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/tar_writer.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/tar_header.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/tar_output.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/f_sync_dir.rb, skipping
unable to convert U+00E1 from UTF-8 to US-ASCII for lib/rubygems/package/tar_reader/entry.rb, skipping
unable to convert U+0160 from UTF-8 to US-ASCII for History.txt, skipping
RubyGems 1.8.24 installed
== 1.8.24 / 2012-04-27
* 1 bug fix:
* Install the .pem files properly. Fixes #320
* Remove OpenSSL dependency from the http code path
------------------------------------------------------------------------------
RubyGems installed the following executables:
/usr/local/rvm/rubies/ruby-1.9.3-p194/bin/gem
make all-recursive
make[1]: Entering directory `/usr/local/rvm/src/yaml-0.1.4'
Making all in include
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/include'
Making all in src
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT api.lo -MD -MP -MF ".deps/api.Tpo" -c -o api.lo api.c; \
then mv -f ".deps/api.Tpo" ".deps/api.Plo"; else rm -f ".deps/api.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -fPIC -DPIC -o .libs/api.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -o api.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT reader.lo -MD -MP -MF ".deps/reader.Tpo" -c -o reader.lo reader.c; \
then mv -f ".deps/reader.Tpo" ".deps/reader.Plo"; else rm -f ".deps/reader.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c reader.c -fPIC -DPIC -o .libs/reader.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c reader.c -o reader.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT scanner.lo -MD -MP -MF ".deps/scanner.Tpo" -c -o scanner.lo scanner.c; \
then mv -f ".deps/scanner.Tpo" ".deps/scanner.Plo"; else rm -f ".deps/scanner.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c scanner.c -fPIC -DPIC -o .libs/scanner.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c scanner.c -o scanner.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT parser.lo -MD -MP -MF ".deps/parser.Tpo" -c -o parser.lo parser.c; \
then mv -f ".deps/parser.Tpo" ".deps/parser.Plo"; else rm -f ".deps/parser.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -fPIC -DPIC -o .libs/parser.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -o parser.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT loader.lo -MD -MP -MF ".deps/loader.Tpo" -c -o loader.lo loader.c; \
then mv -f ".deps/loader.Tpo" ".deps/loader.Plo"; else rm -f ".deps/loader.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c loader.c -fPIC -DPIC -o .libs/loader.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c loader.c -o loader.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT writer.lo -MD -MP -MF ".deps/writer.Tpo" -c -o writer.lo writer.c; \
then mv -f ".deps/writer.Tpo" ".deps/writer.Plo"; else rm -f ".deps/writer.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c writer.c -fPIC -DPIC -o .libs/writer.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c writer.c -o writer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT emitter.lo -MD -MP -MF ".deps/emitter.Tpo" -c -o emitter.lo emitter.c; \
then mv -f ".deps/emitter.Tpo" ".deps/emitter.Plo"; else rm -f ".deps/emitter.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT emitter.lo -MD -MP -MF .deps/emitter.Tpo -c emitter.c -fPIC -DPIC -o .libs/emitter.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT emitter.lo -MD -MP -MF .deps/emitter.Tpo -c emitter.c -o emitter.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT dumper.lo -MD -MP -MF ".deps/dumper.Tpo" -c -o dumper.lo dumper.c; \
then mv -f ".deps/dumper.Tpo" ".deps/dumper.Plo"; else rm -f ".deps/dumper.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT dumper.lo -MD -MP -MF .deps/dumper.Tpo -c dumper.c -fPIC -DPIC -o .libs/dumper.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT dumper.lo -MD -MP -MF .deps/dumper.Tpo -c dumper.c -o dumper.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o libyaml.la -rpath /usr/local/rvm/usr/lib -release 0 -version-info 2:2:0 api.lo reader.lo scanner.lo parser.lo loader.lo writer.lo emitter.lo dumper.lo
gcc -shared .libs/api.o .libs/reader.o .libs/scanner.o .libs/parser.o .libs/loader.o .libs/writer.o .libs/emitter.o .libs/dumper.o -Wl,-soname -Wl,libyaml-0.so.2 -o .libs/libyaml-0.so.2.0.2
(cd .libs && rm -f libyaml-0.so.2 && ln -s libyaml-0.so.2.0.2 libyaml-0.so.2)
(cd .libs && rm -f libyaml.so && ln -s libyaml-0.so.2.0.2 libyaml.so)
ar cru .libs/libyaml.a api.o reader.o scanner.o parser.o loader.o writer.o emitter.o dumper.o
ranlib .libs/libyaml.a
creating libyaml.la
(cd .libs && rm -f libyaml.la && ln -s ../libyaml.la libyaml.la)
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/src'
Making all in .
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4'
Making all in tests
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/tests'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT run-scanner.o -MD -MP -MF ".deps/run-scanner.Tpo" -c -o run-scanner.o run-scanner.c; \
then mv -f ".deps/run-scanner.Tpo" ".deps/run-scanner.Po"; else rm -f ".deps/run-scanner.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o run-scanner run-scanner.o ../src/libyaml.la
mkdir .libs
gcc -g -O2 -o .libs/run-scanner run-scanner.o ../src/.libs/libyaml.so -Wl,--rpath -Wl,/usr/local/rvm/usr/lib
creating run-scanner
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT run-parser.o -MD -MP -MF ".deps/run-parser.Tpo" -c -o run-parser.o run-parser.c; \
then mv -f ".deps/run-parser.Tpo" ".deps/run-parser.Po"; else rm -f ".deps/run-parser.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o run-parser run-parser.o ../src/libyaml.la
gcc -g -O2 -o .libs/run-parser run-parser.o ../src/.libs/libyaml.so -Wl,--rpath -Wl,/usr/local/rvm/usr/lib
creating run-parser
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT run-loader.o -MD -MP -MF ".deps/run-loader.Tpo" -c -o run-loader.o run-loader.c; \
then mv -f ".deps/run-loader.Tpo" ".deps/run-loader.Po"; else rm -f ".deps/run-loader.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o run-loader run-loader.o ../src/libyaml.la
gcc -g -O2 -o .libs/run-loader run-loader.o ../src/.libs/libyaml.so -Wl,--rpath -Wl,/usr/local/rvm/usr/lib
creating run-loader
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT run-emitter.o -MD -MP -MF ".deps/run-emitter.Tpo" -c -o run-emitter.o run-emitter.c; \
then mv -f ".deps/run-emitter.Tpo" ".deps/run-emitter.Po"; else rm -f ".deps/run-emitter.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o run-emitter run-emitter.o ../src/libyaml.la
gcc -g -O2 -o .libs/run-emitter run-emitter.o ../src/.libs/libyaml.so -Wl,--rpath -Wl,/usr/local/rvm/usr/lib
creating run-emitter
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT run-dumper.o -MD -MP -MF ".deps/run-dumper.Tpo" -c -o run-dumper.o run-dumper.c; \
then mv -f ".deps/run-dumper.Tpo" ".deps/run-dumper.Po"; else rm -f ".deps/run-dumper.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o run-dumper run-dumper.o ../src/libyaml.la
gcc -g -O2 -o .libs/run-dumper run-dumper.o ../src/.libs/libyaml.so -Wl,--rpath -Wl,/usr/local/rvm/usr/lib
creating run-dumper
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT example-reformatter.o -MD -MP -MF ".deps/example-reformatter.Tpo" -c -o example-reformatter.o example-reformatter.c; \
then mv -f ".deps/example-reformatter.Tpo" ".deps/example-reformatter.Po"; else rm -f ".deps/example-reformatter.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o example-reformatter example-reformatter.o ../src/libyaml.la
gcc -g -O2 -o .libs/example-reformatter example-reformatter.o ../src/.libs/libyaml.so -Wl,--rpath -Wl,/usr/local/rvm/usr/lib
creating example-reformatter
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT example-reformatter-alt.o -MD -MP -MF ".deps/example-reformatter-alt.Tpo" -c -o example-reformatter-alt.o example-reformatter-alt.c; \
then mv -f ".deps/example-reformatter-alt.Tpo" ".deps/example-reformatter-alt.Po"; else rm -f ".deps/example-reformatter-alt.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o example-reformatter-alt example-reformatter-alt.o ../src/libyaml.la
gcc -g -O2 -o .libs/example-reformatter-alt example-reformatter-alt.o ../src/.libs/libyaml.so -Wl,--rpath -Wl,/usr/local/rvm/usr/lib
creating example-reformatter-alt
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT example-deconstructor.o -MD -MP -MF ".deps/example-deconstructor.Tpo" -c -o example-deconstructor.o example-deconstructor.c; \
then mv -f ".deps/example-deconstructor.Tpo" ".deps/example-deconstructor.Po"; else rm -f ".deps/example-deconstructor.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o example-deconstructor example-deconstructor.o ../src/libyaml.la
gcc -g -O2 -o .libs/example-deconstructor example-deconstructor.o ../src/.libs/libyaml.so -Wl,--rpath -Wl,/usr/local/rvm/usr/lib
creating example-deconstructor
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT example-deconstructor-alt.o -MD -MP -MF ".deps/example-deconstructor-alt.Tpo" -c -o example-deconstructor-alt.o example-deconstructor-alt.c; \
then mv -f ".deps/example-deconstructor-alt.Tpo" ".deps/example-deconstructor-alt.Po"; else rm -f ".deps/example-deconstructor-alt.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o example-deconstructor-alt example-deconstructor-alt.o ../src/libyaml.la
gcc -g -O2 -o .libs/example-deconstructor-alt example-deconstructor-alt.o ../src/.libs/libyaml.so -Wl,--rpath -Wl,/usr/local/rvm/usr/lib
creating example-deconstructor-alt
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/tests'
Making all in win32
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/win32'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/win32'
make[1]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4'
Making install in include
make[1]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/include'
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/include'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/rvm/usr/include" || mkdir -p -- "/usr/local/rvm/usr/include"
/usr/local/rvm/src/yaml-0.1.4/config/install-sh -c -m 644 'yaml.h' '/usr/local/rvm/usr/include/yaml.h'
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/include'
make[1]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/include'
Making install in src
make[1]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/src'
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/src'
test -z "/usr/local/rvm/usr/lib" || mkdir -p -- "/usr/local/rvm/usr/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libyaml.la' '/usr/local/rvm/usr/lib/libyaml.la'
/usr/bin/install -c .libs/libyaml-0.so.2.0.2 /usr/local/rvm/usr/lib/libyaml-0.so.2.0.2
(cd /usr/local/rvm/usr/lib && { ln -s -f libyaml-0.so.2.0.2 libyaml-0.so.2 || { rm -f libyaml-0.so.2 && ln -s libyaml-0.so.2.0.2 libyaml-0.so.2; }; })
(cd /usr/local/rvm/usr/lib && { ln -s -f libyaml-0.so.2.0.2 libyaml.so || { rm -f libyaml.so && ln -s libyaml-0.so.2.0.2 libyaml.so; }; })
/usr/bin/install -c .libs/libyaml.lai /usr/local/rvm/usr/lib/libyaml.la
/usr/bin/install -c .libs/libyaml.a /usr/local/rvm/usr/lib/libyaml.a
chmod 644 /usr/local/rvm/usr/lib/libyaml.a
ranlib /usr/local/rvm/usr/lib/libyaml.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/rvm/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/rvm/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/src'
make[1]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/src'
Making install in .
make[1]: Entering directory `/usr/local/rvm/src/yaml-0.1.4'
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/rvm/usr/lib/pkgconfig" || mkdir -p -- "/usr/local/rvm/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 'yaml-0.1.pc' '/usr/local/rvm/usr/lib/pkgconfig/yaml-0.1.pc'
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4'
make[1]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4'
Making install in tests
make[1]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/tests'
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/tests'
make[1]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/tests'
Making install in win32
make[1]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/win32'
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/win32'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/win32'
make[1]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/win32'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment