Skip to content

Instantly share code, notes, and snippets.

@mspanc
Created April 21, 2015 22:23
Show Gist options
  • Save mspanc/8907747d7a85d3b6aa72 to your computer and use it in GitHub Desktop.
Save mspanc/8907747d7a85d3b6aa72 to your computer and use it in GitHub Desktop.
spanc:dupa macbookair$ git push
Counting objects: 6, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (6/6), 583 bytes | 0 bytes/s, done.
Total 6 (delta 3), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching custom git buildpack... done
remote: -----> Multipack app detected
remote: =====> Downloading Buildpack: https://github.com/mspanc/heroku-buildpack-apt
remote: =====> Detected Framework: Apt
remote: -----> Updating apt caches
remote: Ign http://archive.ubuntu.com trusty InRelease
remote: Ign http://archive.ubuntu.com trusty-security InRelease
remote: Ign http://archive.ubuntu.com trusty-updates InRelease
remote: Get:1 http://archive.ubuntu.com trusty Release.gpg [933 B]
remote: Get:2 http://archive.ubuntu.com trusty-security Release.gpg [933 B]
remote: Get:3 http://archive.ubuntu.com trusty-updates Release.gpg [933 B]
remote: Get:4 http://archive.ubuntu.com trusty Release [58.5 kB]
remote: Get:5 http://archive.ubuntu.com trusty-security Release [63.5 kB]
remote: Get:6 http://archive.ubuntu.com trusty-updates Release [63.5 kB]
remote: Get:7 http://archive.ubuntu.com trusty/main amd64 Packages [1,350 kB]
remote: Get:8 http://archive.ubuntu.com trusty/universe amd64 Packages [5,859 kB]
remote: Get:9 http://archive.ubuntu.com trusty/main Translation-en [762 kB]
remote: Get:10 http://archive.ubuntu.com trusty/universe Translation-en [4,089 kB]
remote: Get:11 http://archive.ubuntu.com trusty-security/main amd64 Packages [258 kB]
remote: Get:12 http://archive.ubuntu.com trusty-security/main Translation-en [131 kB]
remote: Get:13 http://archive.ubuntu.com trusty-updates/main amd64 Packages [502 kB]
remote: Get:14 http://archive.ubuntu.com trusty-updates/main Translation-en [237 kB]
remote: Ign http://archive.ubuntu.com trusty/main Translation-en_US
remote: Ign http://archive.ubuntu.com trusty/universe Translation-en_US
remote: Fetched 13.4 MB in 8s (1,572 kB/s)
remote: Reading package lists...
remote: -----> Fetching .debs for libgirepository-1.0-1
remote: Reading package lists...
remote: Building dependency tree...
remote: 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 61 not upgraded.
remote: Need to get 85.6 kB of archives.
remote: After this operation, 0 B of additional disk space will be used.
remote: Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgirepository-1.0-1 amd64 1.40.0-1ubuntu0.2 [85.6 kB]
remote: Fetched 85.6 kB in 0s (1,128 kB/s)
remote: Download complete and in download only mode
remote: -----> Fetching .debs for libgirepository1.0-dev
remote: Reading package lists...
remote: Building dependency tree...
remote: The following extra packages will be installed:
remote: gobject-introspection libffi-dev python-mako python-markupsafe
remote: Suggested packages:
remote: libgirepository1.0-doc python-beaker python-mako-doc
remote: The following NEW packages will be installed:
remote: gobject-introspection libffi-dev libgirepository1.0-dev python-mako
remote: python-markupsafe
remote: 0 upgraded, 5 newly installed, 0 to remove and 61 not upgraded.
remote: Need to get 1,059 kB of archives.
remote: After this operation, 9,629 kB of additional disk space will be used.
remote: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main python-markupsafe amd64 0.18-1build2 [14.3 kB]
remote: Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main python-mako all 0.9.1-1 [59.6 kB]
remote: Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gobject-introspection amd64 1.40.0-1ubuntu0.2 [254 kB]
remote: Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libffi-dev amd64 3.1~rc1+r3.0.13-12 [99.8 kB]
remote: Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgirepository1.0-dev amd64 1.40.0-1ubuntu0.2 [632 kB]
remote: Fetched 1,059 kB in 0s (6,101 kB/s)
remote: Download complete and in download only mode
remote: -----> Installing gobject-introspection_1.40.0-1ubuntu0.2_amd64.deb
remote: -----> Installing libffi-dev_3.1~rc1+r3.0.13-12_amd64.deb
remote: -----> Installing libgirepository-1.0-1_1.40.0-1ubuntu0.2_amd64.deb
remote: -----> Installing libgirepository1.0-dev_1.40.0-1ubuntu0.2_amd64.deb
remote: -----> Installing python-mako_0.9.1-1_all.deb
remote: -----> Installing python-markupsafe_0.18-1build2_amd64.deb
remote: -----> Writing profile script
remote: =====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-ruby
remote: =====> Detected Framework: Ruby
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.0.0
remote: -----> Installing dependencies using 1.7.12
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote: Fetching gem metadata from https://rubygems.org/.........
remote: Using rake 10.4.2
remote: Using minitest 5.6.0
remote: Using thread_safe 0.3.5
remote: Using builder 3.2.2
remote: Using json 1.8.2
remote: Using erubis 2.7.0
remote: Using mini_portile 0.6.2
remote: Using rack 1.6.0
remote: Using arel 6.0.0
remote: Using i18n 0.7.0
remote: Using mime-types 2.4.3
remote: Using coffee-script-source 1.9.1.1
remote: Using execjs 2.5.2
remote: Using thor 0.19.1
remote: Using multi_json 1.11.0
remote: Using pg 0.18.1
remote: Using bundler 1.7.12
remote: Using sass 3.4.13
remote: Using tilt 1.4.1
remote: Using tzinfo 1.2.2
remote: Using rdoc 4.2.0
remote: Using rack-test 0.6.3
remote: Using sprockets 3.0.1
remote: Using nokogiri 1.6.6.2
remote: Using mail 2.6.3
remote: Using coffee-script 2.4.1
remote: Using uglifier 2.7.1
remote: Using activesupport 4.2.1
remote: Using loofah 2.0.1
remote: Using sdoc 0.4.1
remote: Using rails-deprecated_sanitizer 1.0.3
remote: Using activemodel 4.2.1
remote: Using globalid 0.3.5
remote: Using rails-html-sanitizer 1.0.2
remote: Using jbuilder 2.2.13
remote: Using rails-dom-testing 1.0.6
remote: Using activerecord 4.2.1
remote: Using activejob 4.2.1
remote: Using actionview 4.2.1
remote: Using actionpack 4.2.1
remote: Using railties 4.2.1
remote: Using actionmailer 4.2.1
remote: Using sprockets-rails 2.2.4
remote: Using coffee-rails 4.1.0
remote: Using jquery-rails 4.0.3
remote: Using rails 4.2.1
remote: Using sass-rails 5.0.3
remote: Using turbolinks 2.5.3
remote: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
remote: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/ruby-2.0.0/bin/ruby extconf.rb
remote: checking for ffi_call() in -lffi... no
remote: checking for ffi_call() in -llibffi... no
remote: checking for ffi_raw_call()... yes
remote: checking for ffi_prep_raw_closure()... yes
remote: checking for rb_thread_blocking_region()... yes
remote: checking for rb_thread_call_with_gvl()... yes
remote: checking for rb_thread_call_without_gvl()... yes
remote: checking for ffi_prep_cif_var()... yes
remote: creating extconf.h
remote: creating Makefile
remote: make "DESTDIR="
remote: Configuring libffi
remote: make -C "/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux"
remote: make[1]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-Wall -fexceptions" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/bash" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "mandir=/usr/local/share/man" "prefix=/usr/local" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld -m elf_x86_64" "NM=/usr/bin/nm -B" "RANLIB=ranlib" "DESTDIR=" all-recursive
remote: make[2]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: Making all in include
remote: make[3]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/include'
remote: make[3]: Nothing to be done for `all'.
remote: make[3]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/include'
remote: Making all in testsuite
remote: make[3]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/testsuite'
remote: make[3]: Nothing to be done for `all'.
remote: make[3]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/testsuite'
remote: Making all in man
remote: make[3]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/man'
remote: make[3]: Nothing to be done for `all'.
remote: make[3]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/man'
remote: make[3]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/debug.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/debug.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/debug.c -fPIC -DPIC -o src/.libs/debug.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/prep_cif.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/prep_cif.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/prep_cif.c -fPIC -DPIC -o src/.libs/prep_cif.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/types.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/types.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/types.c -fPIC -DPIC -o src/.libs/types.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/raw_api.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/raw_api.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/raw_api.c -fPIC -DPIC -o src/.libs/raw_api.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/java_raw_api.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/java_raw_api.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/java_raw_api.c -fPIC -DPIC -o src/.libs/java_raw_api.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/closures.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/closures.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/closures.c -fPIC -DPIC -o src/.libs/closures.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/x86/ffi64.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/ffi64.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/ffi64.c -fPIC -DPIC -o src/x86/.libs/ffi64.o
remote: /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -c -o src/x86/unix64.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/unix64.S
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/unix64.S -fPIC -DPIC -o src/x86/.libs/unix64.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/x86/ffi.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/ffi.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/ffi.c -fPIC -DPIC -o src/x86/.libs/ffi.o
remote: /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -c -o src/x86/sysv.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/sysv.S
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/sysv.S -fPIC -DPIC -o src/x86/.libs/sysv.o
remote: /bin/bash ./libtool --tag=CC --mode=link gcc -g -Wall -fexceptions -version-info `grep -v '^#' /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/libtool-version` -o libffi.la -rpath /usr/local/lib src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo
remote: libtool: link: gcc -shared -fPIC -DPIC src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o -Wl,-soname -Wl,libffi.so.5 -o .libs/libffi.so.5.0.10
remote: libtool: link: (cd ".libs" && rm -f "libffi.so.5" && ln -s "libffi.so.5.0.10" "libffi.so.5")
remote: libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.5.0.10" "libffi.so")
remote: libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
remote: /bin/bash ./libtool --tag=CC --mode=link gcc -g -Wall -fexceptions -o libffi_convenience.la src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo
remote: libtool: link: rm -fr .libs/libffi_convenience.a(D)
remote: libtool: link: ar cru .libs/libffi_convenience.a src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o
remote: libtool: link: ranlib .libs/libffi_convenience.a
remote: libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
remote: make[3]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: make[2]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: make[1]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: compiling MemoryPointer.c
remote: compiling Platform.c
remote: compiling DataConverter.c
remote: compiling StructLayout.c
remote: compiling DynamicLibrary.c
remote: compiling AbstractMemory.c
remote: compiling ArrayType.c
remote: compiling Variadic.c
remote: compiling LastError.c
remote: compiling LongDouble.c
remote: compiling StructByReference.c
remote: compiling Buffer.c
remote: compiling Call.c
remote: compiling Thread.c
remote: compiling ffi.c
remote: compiling Struct.c
remote: compiling StructByValue.c
remote: compiling ClosurePool.c
remote: compiling Type.c
remote: compiling FunctionInfo.c
remote: compiling MappedType.c
remote: compiling Function.c
remote: compiling MethodHandle.c
remote: compiling Pointer.c
remote: compiling Types.c
remote: linking shared-object ffi_c.so
remote: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/.apt/usr/lib/x86_64-linux-gnu/libffi.a(prep_cif.o): In function `ffi_prep_cif':
remote: (.text+0x180): multiple definition of `ffi_prep_cif'
remote: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/.libs/libffi_convenience.a(prep_cif.o):/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/prep_cif.c:95: first defined here
remote: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/.apt/usr/lib/x86_64-linux-gnu/libffi.a(prep_cif.o): In function `ffi_prep_closure':
remote: (.text+0x1c0): multiple definition of `ffi_prep_closure'
remote: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/.libs/libffi_convenience.a(prep_cif.o):/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/prep_cif.c:173: first defined here
remote: /usr/bin/ld: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/.apt/usr/lib/x86_64-linux-gnu/libffi.a(prep_cif.o): relocation R_X86_64_PC32 against symbol `ffi_prep_cif_machdep' can not be used when making a shared object; recompile with -fPIC
remote: /usr/bin/ld: final link failed: Bad value
remote: collect2: error: ld returned 1 exit status
remote: make: *** [ffi_c.so] Error 1
remote: Gem files will remain installed in /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8 for inspection.
remote: Results logged to /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/gem_make.out
remote: An error occurred while installing ffi (1.9.8), and Bundler cannot continue.
remote: Make sure that `gem install ffi -v '1.9.8'` succeeds before bundling.
remote: Bundler Output: Fetching gem metadata from https://rubygems.org/.........
remote: Using rake 10.4.2
remote: Using minitest 5.6.0
remote: Using thread_safe 0.3.5
remote: Using builder 3.2.2
remote: Using json 1.8.2
remote: Using erubis 2.7.0
remote: Using mini_portile 0.6.2
remote: Using rack 1.6.0
remote: Using arel 6.0.0
remote: Using i18n 0.7.0
remote: Using mime-types 2.4.3
remote: Using coffee-script-source 1.9.1.1
remote: Using execjs 2.5.2
remote: Using thor 0.19.1
remote: Using multi_json 1.11.0
remote: Using pg 0.18.1
remote: Using bundler 1.7.12
remote: Using sass 3.4.13
remote: Using tilt 1.4.1
remote: Using tzinfo 1.2.2
remote: Using rdoc 4.2.0
remote: Using rack-test 0.6.3
remote: Using sprockets 3.0.1
remote: Using nokogiri 1.6.6.2
remote: Using mail 2.6.3
remote: Using coffee-script 2.4.1
remote: Using uglifier 2.7.1
remote: Using activesupport 4.2.1
remote: Using loofah 2.0.1
remote: Using sdoc 0.4.1
remote: Using rails-deprecated_sanitizer 1.0.3
remote: Using activemodel 4.2.1
remote: Using globalid 0.3.5
remote: Using rails-html-sanitizer 1.0.2
remote: Using jbuilder 2.2.13
remote: Using rails-dom-testing 1.0.6
remote: Using activerecord 4.2.1
remote: Using activejob 4.2.1
remote: Using actionview 4.2.1
remote: Using actionpack 4.2.1
remote: Using railties 4.2.1
remote: Using actionmailer 4.2.1
remote: Using sprockets-rails 2.2.4
remote: Using coffee-rails 4.1.0
remote: Using jquery-rails 4.0.3
remote: Using rails 4.2.1
remote: Using sass-rails 5.0.3
remote: Using turbolinks 2.5.3
remote:
remote: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
remote:
remote: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/ruby-2.0.0/bin/ruby extconf.rb
remote: checking for ffi_call() in -lffi... no
remote: checking for ffi_call() in -llibffi... no
remote: checking for ffi_raw_call()... yes
remote: checking for ffi_prep_raw_closure()... yes
remote: checking for rb_thread_blocking_region()... yes
remote: checking for rb_thread_call_with_gvl()... yes
remote: checking for rb_thread_call_without_gvl()... yes
remote: checking for ffi_prep_cif_var()... yes
remote: creating extconf.h
remote: creating Makefile
remote:
remote: make "DESTDIR="
remote: Configuring libffi
remote: make -C "/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux"
remote: make[1]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-Wall -fexceptions" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/bash" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "mandir=/usr/local/share/man" "prefix=/usr/local" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld -m elf_x86_64" "NM=/usr/bin/nm -B" "RANLIB=ranlib" "DESTDIR=" all-recursive
remote: make[2]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: Making all in include
remote: make[3]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/include'
remote: make[3]: Nothing to be done for `all'.
remote: make[3]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/include'
remote: Making all in testsuite
remote: make[3]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/testsuite'
remote: make[3]: Nothing to be done for `all'.
remote: make[3]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/testsuite'
remote: Making all in man
remote: make[3]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/man'
remote: make[3]: Nothing to be done for `all'.
remote: make[3]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/man'
remote: make[3]: Entering directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/debug.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/debug.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/debug.c -fPIC -DPIC -o src/.libs/debug.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/prep_cif.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/prep_cif.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/prep_cif.c -fPIC -DPIC -o src/.libs/prep_cif.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/types.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/types.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/types.c -fPIC -DPIC -o src/.libs/types.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/raw_api.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/raw_api.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/raw_api.c -fPIC -DPIC -o src/.libs/raw_api.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/java_raw_api.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/java_raw_api.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/java_raw_api.c -fPIC -DPIC -o src/.libs/java_raw_api.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/closures.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/closures.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/closures.c -fPIC -DPIC -o src/.libs/closures.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/x86/ffi64.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/ffi64.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/ffi64.c -fPIC -DPIC -o src/x86/.libs/ffi64.o
remote: /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -c -o src/x86/unix64.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/unix64.S
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/unix64.S -fPIC -DPIC -o src/x86/.libs/unix64.o
remote: /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c -o src/x86/ffi.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/ffi.c
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -g -Wall -fexceptions -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/ffi.c -fPIC -DPIC -o src/x86/.libs/ffi.o
remote: /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -c -o src/x86/sysv.lo /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/sysv.S
remote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -I. -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/include -Iinclude -I/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src -c /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/x86/sysv.S -fPIC -DPIC -o src/x86/.libs/sysv.o
remote: /bin/bash ./libtool --tag=CC --mode=link gcc -g -Wall -fexceptions -version-info `grep -v '^#' /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/libtool-version` -o libffi.la -rpath /usr/local/lib src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo
remote: libtool: link: gcc -shared -fPIC -DPIC src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o -Wl,-soname -Wl,libffi.so.5 -o .libs/libffi.so.5.0.10
remote: libtool: link: (cd ".libs" && rm -f "libffi.so.5" && ln -s "libffi.so.5.0.10" "libffi.so.5")
remote: libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.5.0.10" "libffi.so")
remote: libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
remote: /bin/bash ./libtool --tag=CC --mode=link gcc -g -Wall -fexceptions -o libffi_convenience.la src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo
remote: libtool: link: rm -fr .libs/libffi_convenience.a(D)
remote: libtool: link: ar cru .libs/libffi_convenience.a src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o
remote: libtool: link: ranlib .libs/libffi_convenience.a
remote: libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
remote: make[3]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: make[2]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: make[1]: Leaving directory `/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux'
remote: compiling MemoryPointer.c
remote: compiling Platform.c
remote: compiling DataConverter.c
remote: compiling StructLayout.c
remote: compiling DynamicLibrary.c
remote: compiling AbstractMemory.c
remote: compiling ArrayType.c
remote: compiling Variadic.c
remote: compiling LastError.c
remote: compiling LongDouble.c
remote: compiling StructByReference.c
remote: compiling Buffer.c
remote: compiling Call.c
remote: compiling Thread.c
remote: compiling ffi.c
remote: compiling Struct.c
remote: compiling StructByValue.c
remote: compiling ClosurePool.c
remote: compiling Type.c
remote: compiling FunctionInfo.c
remote: compiling MappedType.c
remote: compiling Function.c
remote: compiling MethodHandle.c
remote: compiling Pointer.c
remote: compiling Types.c
remote: linking shared-object ffi_c.so
remote: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/.apt/usr/lib/x86_64-linux-gnu/libffi.a(prep_cif.o): In function `ffi_prep_cif':
remote: (.text+0x180): multiple definition of `ffi_prep_cif'
remote: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/.libs/libffi_convenience.a(prep_cif.o):/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/prep_cif.c:95: first defined here
remote: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/.apt/usr/lib/x86_64-linux-gnu/libffi.a(prep_cif.o): In function `ffi_prep_closure':
remote: (.text+0x1c0): multiple definition of `ffi_prep_closure'
remote: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi-x86_64-linux/.libs/libffi_convenience.a(prep_cif.o):/tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/libffi/src/prep_cif.c:173: first defined here
remote: /usr/bin/ld: /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/.apt/usr/lib/x86_64-linux-gnu/libffi.a(prep_cif.o): relocation R_X86_64_PC32 against symbol `ffi_prep_cif_machdep' can not be used when making a shared object; recompile with -fPIC
remote: /usr/bin/ld: final link failed: Bad value
remote: collect2: error: ld returned 1 exit status
remote: make: *** [ffi_c.so] Error 1
remote:
remote:
remote: Gem files will remain installed in /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8 for inspection.
remote: Results logged to /tmp/build_f7d118f2d13aec915ee7bbf37a3ab770/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.8/ext/ffi_c/gem_make.out
remote: An error occurred while installing ffi (1.9.8), and Bundler cannot continue.
remote: Make sure that `gem install ffi -v '1.9.8'` succeeds before bundling.
remote: !
remote: ! Failed to install gems via Bundler.
remote: !
remote:
remote: ! Push rejected, failed to compile Multipack app
remote:
remote: Verifying deploy...
remote:
remote: ! Push rejected to quiet-coast-7108.
remote:
To https://git.heroku.com/quiet-coast-7108.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/quiet-coast-7108.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment