Skip to content

Instantly share code, notes, and snippets.

View RudyOnRails's full-sized avatar

Kevin Musiorski RudyOnRails

  • Burdski Builds, LLC
  • Chicago, IL
View GitHub Profile
~/Downloads/libiconv-1.13.1: make
builddir="`pwd`"; cd libcharset && /Applications/Xcode.app/Contents/Developer/usr/bin/make all && /Applications/Xcode.app/Contents/Developer/usr/bin/make install-lib libdir="$builddir/lib" includedir="$builddir/lib"
if [ ! -d include ] ; then mkdir include ; fi
cp ./include/libcharset.h.in include/libcharset.h
cd lib && /Applications/Xcode.app/Contents/Developer/usr/bin/make all
/bin/sh ../libtool --mode=compile gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
libtool: compile: gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1
~/Downloads/libiconv-1.13.1: sudo make install
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
cd libcharset && /Applications/Xcode.app/Contents/Developer/usr/bin/make install prefix='/usr/local/Cellar/libiconv/1.13.1' exec_prefix='/usr/local/Cellar/libiconv/1.13.1' libdir='/usr/local/Cellar/libiconv/1.13.1/lib'
@RudyOnRails
RudyOnRails / gist:c8cb8f81b165bda7d146
Created June 22, 2014 17:48
gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.8.0/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.8.0/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.26 --with-iconv-include=/usr/local/Cellar/libiconv/1.13.1/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.13.1/lib
Building native extensions with: '--with-xml2-include=/usr/local/Cellar/libxml2/2.8.0/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.8.0/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.26 --with-iconv-include=/usr/local/Cellar/libiconv/1.13.1/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.13.1/lib'
This could take a while...
Building nokogiri using packaged libraries.
Building libxml2-2.8.0 for nokogiri with the following patches applied:
- 0001-Fix-parser-local-buffers-size-problems.patch
- 0002-Fix-entities-local-buffers-size-problems.patch
- 0003-Fix-an-error-in-previous-commit.patch
- 0004-Fix-potential-out-of-bound-access.patch
- 0005-Detect-excessive-entities-expansion-upon-replacement.patch
- 0006-Do-not-fetch-external-parsed-entities.patch
root "courses#index"
WorkerIS-kmusio-1487.local:19323 on INGEST at 2 minutes agoClassActiveJob::QueueAdapters::ResqueAdapter::JobWrapperArguments{"job_class"=>"CreateAssetJob", "job_id"=>"dbd92051-13dd-4727-95c2-7823b0a693f3", "queue_name"=>"ingest", "arguments"=>[{"_aj_globalid"=>"gid://lakeshore/User/7"}, "GenericWork", {"description"=>[], "publisher"=>[], "language"=>[], "visibility_during_embargo"=>"department", "embargo_release_date"=>"2018-02-13", "visibility_after_embargo"=>"open", "visibility_during_lease"=>"open", "lease_expiration_date"=>"2018-02-13", "visibility_after_lease"=>"department", "visibility"=>"department", "asset_type"=>"http://definitions.artic.edu/ontology/1.0/type/StillImage", "document_type_uri"=>"http://definitions.artic.edu/doctypes/GeneralStillImage", "first_document_sub_type_uri"=>"", "alt_label"=>[], "capture_device"=>"", "digitization_source_uri"=>"", "compositing_uri"=>"", "light_type_uri"=>"", "view_notes"=>[], "visual_surrogate"=>"", "public_domain"=>"0", "caption"=>"", "view_uris"=>[], "keyword
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/services/curation_concerns/qa_select_service.rb:26:in `fetch'
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/services/curation_concerns/qa_select_service.rb:26:in `label'
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/renderers/curation_concerns/renderers/rights_attribute_renderer.rb:22:in `rights_attribute_to_html'
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/renderers/curation_concerns/renderers/rights_attribute_renderer.rb:7:in `attribute_value_to_html'
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/renderers/curation_concerns/renderers/attribute_renderer.rb:30:in `block in render'
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/renderers/curation_concerns/renderers/attribute_renderer.rb:29:in `each'
/data/local/hyd