Skip to content

Instantly share code, notes, and snippets.

@2bits
2bits / config.log
Created September 23, 2012 17:34
e2fsprogs-1.42.6 configure error with llvm-gcc, asm/types.h no such file or directory configure 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 --prefix=/usr/local/Cellar/e2fsprogs/1.42.6
## --------- ##
## Platform. ##
@2bits
2bits / stdout.txt
Created September 23, 2012 17:26
e2fsprogs-1.42.6 configure error with llvm-gcc, asm/types.h no such file or directory
$ ./configure --prefix=/usr/local/Cellar/e2fsprogs/1.42.6
Generating configuration file for e2fsprogs version 1.42.6
Release date is September, 2012
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking for gcc... gcc
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
@2bits
2bits / install.log
Created September 15, 2012 03:01
dblatex install fail on Mt. Lion using pip
$ pip install dblatex
Downloading/unpacking dblatex
Running setup.py egg_info for package dblatex
warning: no files found matching 'setup.cfg'
Installing collected packages: dblatex
Running setup.py install for dblatex
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/var/folders/47/9ct0d2197xvbddpq2y0v2rjw0000gn/T/pip-build/dblatex/setup.py", line 514, in <module>
@2bits
2bits / rpm.rb
Created September 12, 2012 15:05
require 'formula'
class Rpm < Formula
homepage 'http://www.rpm.org/'
url 'http://rpm.org/releases/rpm-4.10.x/rpm-4.10.0.tar.bz2'
sha1 'd78f19194066c3895f91f58dc84e3aad69f0b02c'
depends_on 'nss'
depends_on 'nspr'
depends_on 'libmagic'
@2bits
2bits / FlexLexer.h
Created September 11, 2012 18:39
OSX 10.8.1 /usr/include/FlexLexer.h for comparison to 10.7.4's due to build errors with Lilypond on 10.7.4
// -*-C++-*-
// FlexLexer.h -- define interfaces for lexical analyzer classes generated
// by flex
// Copyright (c) 1993 The Regents of the University of California.
// All rights reserved.
//
// This code is derived from software contributed to Berkeley by
// Kent Williams and Tom Epperly.
//
@2bits
2bits / brew_config.txt
Created September 7, 2012 16:57
homebrew config
HOMEBREW_VERSION: 0.9.3
HEAD: 79699fba0c4b72c386e391d155af103bd25ef9c6
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit nehalem
OS X: 10.8.1-x86_64
Xcode: 4.4.1
CLT: 4.4.0.0.1.1249367152
LLVM-GCC: build 2336
Clang: 4.0 build 421
@2bits
2bits / config.log
Created September 7, 2012 16:56
ext2fuse install on OSX config.log - fails with undefined block64_t
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ext2fuse configure 0.8.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/ext2fuse/0.8.1
## --------- ##
## Platform. ##
@2bits
2bits / install.log
Created September 7, 2012 16:56
ext2fuse install on OSX fails with undefined block64_t
$ brew install -vd ext2fuse
/usr/local/bin/brew: loading /usr/local/Library/Formula/ext2fuse.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/fuse4x.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/bin/brew: loading /usr/local/Library/Formula/gettext.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/fuse4x-kext.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/e2fsprogs.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/pkg-config.rb
@2bits
2bits / jack-1.9.8_homebrew.patch
Created September 6, 2012 15:31
jack-1.9.8 patch for building with Homebrew, turns off -arch ppc
--- a/jack-1.9.8/common/wscript 2011-12-19 03:54:02.000000000 -0800
+++ b/jack-1.9.8/common/wscript 2012-09-06 08:25:19.000000000 -0700
@@ -31,7 +31,7 @@
if bld.env['IS_LINUX']:
process.env.append_value("CPPFLAGS", "-fvisibility=hidden")
if bld.env['IS_MACOSX']:
- process.env.append_value("CPPFLAGS", "-mmacosx-version-min=10.4 -arch i386 -arch ppc -arch x86_64")
+ process.env.append_value("CPPFLAGS", "-arch x86_64")
#process.env.append_value("LINKFLAGS", "-arch i386 -arch ppc -arch x86_64")
process.env.append_value("CPPFLAGS", "-fvisibility=hidden")
@2bits
2bits / config.log
Created September 3, 2012 15:40
pango-1.30.1 installed with Homebrew-0.9.3 - 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 pango configure 1.30.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/pango/1.30.1 --enable-man --with-html-dir=/usr/local/Cellar/pango/1.30.1/share/doc --disable-introspection --disable-silent-rules --with-x
## --------- ##
## Platform. ##