Skip to content

Instantly share code, notes, and snippets.

@aboltart
aboltart / gist:4478591
Created January 7, 2013 21:25
.rvm/src/yaml-0.1.4/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 yaml configure 0.1.4, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure --prefix=/Users/aabolts/.rvm/usr --disable-dependency-tracking
## --------- ##
## Platform. ##
@aboltart
aboltart / gist:4478576
Created January 7, 2013 21:25
.rvm/src/ruby-2.0.0-rc1/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-rc1 --with-opt-dir=/Users/aabolts/.rvm/usr:/Users/aabolts/.rvm/usr --with-arch=i386
## --------- ##
## Platform. ##
@aboltart
aboltart / gist:4478281
Created January 7, 2013 20:51
ruby-2.0.0-rc1/configure.log
[2013-01-07 22:36:08] env CFLAGS=-O3 -march=native -O3 ./configure --enable-shared --disable-install-doc --prefix=/Users/aabolts/.rvm/rubies/ruby-2.0.0-rc1 --with-opt-dir=/Users/aabolts/.rvm/usr:/Users/aabolts/.rvm/usr --with-arch=i386
checking build system type... x86_64-apple-darwin12.2.1
checking host system type... x86_64-apple-darwin12.2.1
checking target system type... x86_64-apple-darwin12.2.1
checking whether the C compiler works... no
configure: error: in `/Users/aabolts/.rvm/src/ruby-2.0.0-rc1':
configure: error: C compiler cannot create executables
See `config.log' for more details
@aboltart
aboltart / gist:4478267
Created January 7, 2013 20:50
ruby-2.0.0-rc1/yaml/configure.log
2013-01-07 22:33:32] env CFLAGS=-march=native -O3 -arch i386 -O3 CCFLAGS= -arch i386 -O3 CXXFLAGS= -arch i386 -O3 LDFLAGS= -arch i386 ./configure --prefix=/Users/aabolts/.rvm/usr --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc-4.2
@aboltart
aboltart / gist:4478250
Created January 7, 2013 20:48
ruby-2.0.0-rc1 install stack trace
[ ~ ] % rvm --debug install 2.0.0 --32
2.0.0 - install
__rvm_update_configure_env(4):CFLAGS= -arch i386 -O3 CCFLAGS= -arch i386 -O3 CXXFLAGS= -arch i386 -O3 LDFLAGS= -arch i386:
found compiler: gcc-4.2
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
No archive, downloading
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
@aboltart
aboltart / gist:4197730
Created December 3, 2012 20:25
activesupport 3.2.9 + ruby-2.0.0-preview2 fails
[2012-12-03 22:24:54.116] FATAL NoMethodError (private method `_dump_without_zone' called for 2012-12-03 22:24:52 +0200:Time):
activesupport (3.2.9) lib/active_support/core_ext/time/marshal.rb:54:in `_dump'
activesupport (3.2.9) lib/active_support/message_verifier.rb:53:in `dump'
activesupport (3.2.9) lib/active_support/message_verifier.rb:53:in `generate'
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:300:in `[]='
actionpack (3.2.9) lib/action_dispatch/middleware/session/cookie_store.rb:67:in `set_cookie'
rack (1.4.1) lib/rack/session/abstract/id.rb:330:in `commit_session'
rack (1.4.1) lib/rack/session/abstract/id.rb:206:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
@aboltart
aboltart / gist:4193407
Created December 3, 2012 07:32
ruby-oci8 + ruby-2.0.0-preview2 32 bit error
Using ruby-oci8 (2.1.3) from http://github.com/kubo/ruby-oci8.git (at master) * Checking out revision: master
Successfully built RubyGem
Name: ruby-oci8
Version: 2.1.3
File: ruby-oci8-2.1.3.gem
with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/Users/aabolts/.rvm/rubies/ruby-2.0.0-preview2/bin/ruby extconf.rb
checking for load library path...
@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