Skip to content

Instantly share code, notes, and snippets.

@aboltart
aboltart / gist:4190614
Created December 2, 2012 19:41
.rvm/log/ruby-2.0.0-preview2/openssl/make.log
[2012-12-02 21:26:35] make
making all in crypto...
making all in crypto/objects...
/usr/bin/perl obj_dat.pl obj_mac.h obj_dat.h
/usr/bin/perl objxref.pl obj_mac.num obj_xref.txt > obj_xref.h
cc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -O -c -o obj_dat.o obj_dat.c
cc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -O -c -o obj_xref.o obj_xref.c
ar r ../../libcrypto.a o_names.o obj_dat.o obj_lib.o obj_err.o obj_xref.o
/usr/bin/ranlib: archive member: ../../libcrypto.a(obj_dat.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
/usr/bin/ranlib: archive member: ../../libcrypto.a(obj_xref.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)
@aboltart
aboltart / gist:4190606
Created December 2, 2012 19:40
.rvm/log/ruby-2.0.0-preview2/openssl/configure.log
[2012-12-02 21:26:35] ./Configure darwin-i386-cc -I/Users/aabolts/.rvm/usr/include -L/Users/aabolts/.rvm/usr/lib zlib no-asm no-krb5 shared --prefix=/Users/aabolts/.rvm/usr --with-opt-dir=/Users/aabolts/.rvm/usr
Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [experimental-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] [no-krb5] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--test-sanity] os/compiler[:flags]
@aboltart
aboltart / gist:4190597
Created December 2, 2012 19:38
rvm --debug install ruby-2.0.0-preview2 --32 --verify-downloads 1 --patch $rvm_path/patches/ruby/1.9.3/p125/osx-arch-fix.patch (New)
ruby-2.0.0-preview2 - install
Fetching yaml-0.1.4.tar.gz to /Users/aabolts/.rvm/archives
Fetching: https://rvm.io/src/yaml-0.1.4.tar.gz
Fetch command: curl -f -L --create-dirs -C - -o yaml-0.1.4.tar.gz
Archive checksum matched, not downloading
Downloaded archive checksum matched.
Extracting yaml to /Users/aabolts/.rvm/src/yaml-0.1.4
Configuring yaml in /Users/aabolts/.rvm/src/yaml-0.1.4.
Compiling yaml in /Users/aabolts/.rvm/src/yaml-0.1.4.
Installing yaml to /Users/aabolts/.rvm/usr
@aboltart
aboltart / gist:4190588
Created December 2, 2012 19:36
rvm --debug --32 pkg install openssl
__rvm_update_configure_env(6):MACOSX_DEPLOYMENT_TARGET=10.8 CFLAGS= -arch i386 -g -Os -pipe -no-cpp-precomp CCFLAGS= -arch i386 -g -Os -pipe CXXFLAGS= -arch i386 -g -Os -pipe LDFLAGS= -arch i386 -bind_at_load LDSHARED=cc -arch i386 -dynamiclib -undefined suppress -flat_namespace:
found compiler: gcc-4.2
Fetching openssl-1.0.1c.tar.gz to /Users/aabolts/.rvm/archives
Fetching: http://www.openssl.org/source/openssl-1.0.1c.tar.gz
Fetch command: curl -f -L --create-dirs -C - -o openssl-1.0.1c.tar.gz
No archive, downloading
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4352k 100 4352k 0 0 1603k 0 0:00:02 0:00:02 --:--:-- 1644k
Downloaded archive checksum matched.
@aboltart
aboltart / gist:4188009
Created December 2, 2012 10:01
.rvm/src/ruby-2.0.0-preview2/ext/psych/mkmf.log
find_header: checking for yaml.h... -------------------- yes
"gcc-4.2 -E -I../../.ext/include/x86_64-darwin12.2.0 -I../.././include -I../.././ext/psych -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I/Users/aabolts/.rvm/usr/include -I/Users/aabolts/.rvm/usr/include -arch i386 -g -Os -pipe -no-cpp-precomp -fno-common conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: #include <yaml.h>
/* end */
@aboltart
aboltart / gist:4188008
Created December 2, 2012 10:00
.rvm/log/ruby-2.0.0-preview2/configure.log
[2012-12-02 11:32:15] env MACOSX_DEPLOYMENT_TARGET=10.8 CFLAGS= -arch i386 -g -Os -pipe -no-cpp-precomp CCFLAGS= -arch i386 -g -Os -pipe CXXFLAGS= -arch i386 -g -Os -pipe LDFLAGS= -arch i386 -bind_at_load LDSHARED=cc -arch i386 -dynamiclib -undefined suppress -flat_namespace ./configure --enable-shared --disable-install-doc --prefix=/Users/aabolts/.rvm/rubies/ruby-2.0.0-preview2 --with-opt-dir=/Users/aabolts/.rvm/usr:/Users/aabolts/.rvm/usr
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking target system type... x86_64-apple-darwin12.2.0
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
@aboltart
aboltart / gist:4188007
Created December 2, 2012 09:59
.rvm/src/ruby-2.0.0-preview2/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --enable-shared --disable-install-doc --prefix=/Users/aabolts/.rvm/rubies/ruby-2.0.0-preview2 --with-opt-dir=/Users/aabolts/.rvm/usr:/Users/aabolts/.rvm/usr
## --------- ##
## Platform. ##
@aboltart
aboltart / gist:4187997
Created December 2, 2012 09:55
.rvm/log/ruby-2.0.0-preview2/rubygems.install.log
[2012-12-02 11:34:58] env GEM_PATH=/Users/aabolts/.rvm/gems/ruby-2.0.0-preview2:/Users/aabolts/.rvm/gems/ruby-2.0.0-preview2@global:/Users/aabolts/.rvm/gems/ruby-2.0.0-preview2:/Users/aabolts/.rvm/gems/ruby-2.0.0-preview2@global GEM_HOME=/Users/aabolts/.rvm/gems/ruby-2.0.0-preview2 /Users/aabolts/.rvm/rubies/ruby-2.0.0-preview2/bin/ruby /Users/aabolts/.rvm/src/rubygems-1.8.24/setup.rb
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
@aboltart
aboltart / gist:4187992
Created December 2, 2012 09:53
.rvm/src/ruby-2.0.0-preview2/ext/psych/mkmf.log
find_header: checking for yaml.h... -------------------- yes
"gcc-4.2 -E -I../../.ext/include/x86_64-darwin12.2.0 -I../.././include -I../.././ext/psych -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I/Users/aabolts/.rvm/usr/include -I/Users/aabolts/.rvm/usr/include -arch i386 -g -Os -pipe -no-cpp-precomp -fno-common conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: #include <yaml.h>
/* end */
@aboltart
aboltart / gist:4187989
Created December 2, 2012 09:52
rvm --debug install ruby-2.0.0-preview2 --32 --verify-downloads 1 --patch $rvm_path/patches/ruby/1.9.3/p125/osx-arch-fix.patch
ruby-2.0.0-preview2 - install
Fetching yaml-0.1.4.tar.gz to /Users/aabolts/.rvm/archives
Fetching: https://rvm.io/src/yaml-0.1.4.tar.gz
Fetch command: curl -f -L --create-dirs -C - -o yaml-0.1.4.tar.gz
Archive checksum matched, not downloading
Downloaded archive checksum matched.
Extracting yaml to /Users/aabolts/.rvm/src/yaml-0.1.4
Configuring yaml in /Users/aabolts/.rvm/src/yaml-0.1.4.
Compiling yaml in /Users/aabolts/.rvm/src/yaml-0.1.4.
Installing yaml to /Users/aabolts/.rvm/usr