Skip to content

Instantly share code, notes, and snippets.

@2bits
2bits / CMakeCache.txt
Created October 12, 2012 17:57
minbif-1.0.5 build error on OSX 10.8.2 when ENABLE_PAM=ON missing include
# This is the CMakeCache file.
# For build in directory: /tmp/minbif-KEVP/minbif-1.0.5+git20120508/build
# It was generated by CMake: /usr/local/Cellar/cmake/2.8.9/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
@2bits
2bits / install.log
Created October 12, 2012 17:54
minbif-1.0.5 build error on OSX 10.8.2 when ENABLE_PAM=ON missing include
make PREFIX=/usr/local/Cellar/minbif/1.0.5+git20120508.orig
cd build && cmake .. -DDEBUG=OFF -DENABLE_MINBIF=ON -DENABLE_IMLIB=ON -DENABLE_CACA=ON -DENABLE_VIDEO=OFF -DENABLE_PLUGIN=OFF -DENABLE_PAM=ON -DENABLE_TLS=ON -DCMAKE_VERBOSE_MAKEFILE=0 -DCMAKE_INSTALL_PREFIX="/usr/local/Cellar/minbif/1.0.5+git20120508.orig" || cd .. && rm -rf build
Re-run cmake no build system arguments
-- The C compiler identification is Clang 4.1.0
-- The CXX compiler identification is Clang 4.1.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++
$ brew install -vd tmap
/usr/local/bin/brew: loading /usr/local/Library/Formula/tmap.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/automake.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/autoconf.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/libtool.rb
/usr/local/Library/Formula/tmap.rb: loading /usr/local/Library/Formula/automake.rb
/usr/local/Library/Formula/tmap.rb: loading /usr/local/Library/Formula/autoconf.rb
/usr/local/Library/Formula/tmap.rb: loading /usr/local/Library/Formula/libtool.rb
/usr/local/Library/Formula/tmap.rb: loading /usr/local/Library/Formula/python.rb
==> Cloning https://github.com/iontorrent/TMAP.git
0000000000028d60 s _.memset_pattern
0000000000028d50 s _.memset_pattern2
U _FT_Done_Face
U _FT_Done_Glyph
U _FT_Get_Char_Index
U _FT_Get_Glyph
U _FT_Get_Kerning
U _FT_Glyph_To_Bitmap
U _FT_Init_FreeType
U _FT_Load_Glyph
000000000003a770 s _.memset_pattern
000000000003a760 s _.memset_pattern2
U _FT_Done_Face
U _FT_Done_Glyph
U _FT_Get_Char_Index
U _FT_Get_Glyph
U _FT_Get_Kerning
U _FT_Glyph_To_Bitmap
U _FT_Init_FreeType
U _FT_Load_Glyph
@2bits
2bits / insighttoolkit.rb
Created October 10, 2012 18:33
itk formula
require 'formula'
class Insighttoolkit < Formula
homepage 'http://www.itk.org'
url 'http://sourceforge.net/projects/itk/files/itk/4.2/InsightToolkit-4.2.0.tar.gz'
sha1 '5d1fb109cc8b8648772b654f898a531d9af01e38'
head 'git://itk.org/ITK.git'
depends_on 'cmake' => :build
depends_on 'hdf5'
@2bits
2bits / test.log
Created October 10, 2012 15:57
feh-2.6.3 - output of make test on OSX 10.8
make test
make[1]: Nothing to be done for `all'.
make[1]: `feh' is up to date.
test/feh.t ..... 1/59
# Failed test 'stdout_is_file: src/feh --loadable --action 'echo touch %f' test/ok/gif test/ok/jpg test/ok/png test/ok/pnm test/fail/gif test/fail/jpg test/fail/png test/fail/pnm, test/nx_action/loadable_action'
# at test/feh.t line 57.
# STDOUT differs from test/nx_action/loadable_action starting at line 1.
# got: touch test/ok/jpg
# exp: touch test/ok/gif
# ^
@2bits
2bits / Slash_System
Created October 10, 2012 15:20
feh-2.6.3 - temporary problem running `make test` on Darwin 10.8
$ find /System -type f -name 'Command.pm' 2> /dev/null
/System/Library/Perl/5.10/ExtUtils/Command.pm
/System/Library/Perl/5.12/ExtUtils/Command.pm
/System/Library/Perl/Extras/5.10/App/CLI/Command.pm
/System/Library/Perl/Extras/5.10/darwin-thread-multi-2level/Apache2/Command.pm
/System/Library/Perl/Extras/5.12/App/CLI/Command.pm
/System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/Apache2/Command.pm
/System/Library/Perl/Extras/5.12/PPI/Token/QuoteLike/Command.pm
@2bits
2bits / stdout.txt
Created October 10, 2012 01:17
My OSX 10.8.2 config
HOMEBREW_VERSION: 0.9.3
HEAD: 81820fb3d48d753fd5e95c2ee3a2e0e90922a6e1
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit nehalem
OS X: 10.8.2-x86_64
Xcode: 4.5.1
CLT: 4.5.0.0.1.1249367152
LLVM-GCC: build 2336
Clang: 4.1 build 421
@2bits
2bits / install.log
Created October 10, 2012 01:16
feh-2.6.3 build error on osx, missing symbols from imlib2
$ brew install -vd --env=std feh
/usr/local/bin/brew: loading /usr/local/Library/Formula/feh.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/giblib.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/imlib2.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/pkg-config.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/jpeg.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/libexif.rb
/usr/local/Library/Formula/feh.rb: loading /usr/local/Library/Formula/giblib.rb
/usr/local/Library/Formula/feh.rb: loading /usr/local/Library/Formula/imlib2.rb
/usr/local/Library/Formula/feh.rb: loading /usr/local/Library/Formula/pkg-config.rb