Skip to content

Instantly share code, notes, and snippets.

@2bits
2bits / build.result.txt
Created September 6, 2011 10:02
Install -v output from gmp.rb development formula showing failed make check.
Homebrew 0.8
==> Downloading ftp://ftp.gnu.org/gnu/gmp/gmp-5.0.2.tar.bz2
File already downloaded in /Users/nibbles/Library/Caches/Homebrew
/usr/bin/tar xf /Users/nibbles/Library/Caches/Homebrew/gmp-5.0.2.tar.bz2
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.8 (Ruby 1.8.7-174; Mac OS X 10.6.8) https://trac.macports.org/export/83549/trunk/dports/devel/gmp/files/patch-config.guess.i7.diff -o 001-homebrew.diff
0.0%
######################################################################## 100.0%
######################################################################## 100.0%
@2bits
2bits / config.log
Created September 7, 2011 18:31
binutils-2.21.1a homebrew unrecognized options
TheBus:~ nibbles$ brew -v install -d binutils
Homebrew 0.8
==> Downloading http://ftp.gnu.org/gnu/binutils/binutils-2.21.1a.tar.bz2
File already downloaded in /Users/nibbles/Library/Caches/Homebrew
/usr/bin/tar xf /Users/nibbles/Library/Caches/Homebrew/binutils-2.21.1a.tar.bz2
==> ./configure --enable-option-checking --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/binutils/2.21.1a --infodir=/usr/local/Cellar/binutils/2.21.1a/share/info --mandir=/usr/local/Cellar/binutils/2.21.1a/share/man --disable-werror --enable-interwork --enable-multilib --enable-targets=x86_64-elf --enable-targets=arm-none-eabi --program-prefix=g
./configure --enable-option-checking --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/binutils/2.21.1a --infodir=/usr/local/Cellar/binutils/2.21.1a/share/info --mandir=/usr/local/Cellar/binutils/2.21.1a/share/man --disable-werror --enable-interwork --enable-multilib --enable-targets=x86_64-elf --enable-targets=arm-none-eabi --program-prefix=g
conf
@2bits
2bits / rock.build.txt
Created September 9, 2011 01:34
OSX 10.6.8 build result for homebrew rock 0.9.2
Homebrew 0.8
==> Downloading https://github.com/downloads/nddrylliog/rock/rock-0.9.2-source.tar.bz2
File already downloaded in /Users/nibbles/Library/Caches/Homebrew
/usr/bin/tar xf /Users/nibbles/Library/Caches/Homebrew/rock-0.9.2.tar.bz2
==> make
make
cd libs && make
mkdir -p ./osx/
cd sources && ./configure --enable-threads=posix --enable-thread-local-alloc && make # Note: see http://www.hpl.hp.com/personal/Hans_Boehm/gc/simple_example.html
checking build system type... x86_64-apple-darwin10.8.0
@2bits
2bits / libs.sources.config.log
Created September 9, 2011 01:37
rock 0.9.4 on 10.6.8 config.log from ./libs/sources
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gc configure 7.2alpha6, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --enable-threads=posix --enable-thread-local-alloc
## --------- ##
## Platform. ##
@2bits
2bits / libatomic_ops.config.log
Created September 9, 2011 01:39
rock 0.9.4 on 10.6.8 config.log from ./libs/sources/libatomic_ops
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libatomic_ops configure 7.2alpha6, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-option-checking --prefix=/usr/local --enable-threads=posix --enable-thread-local-alloc CC=/usr/bin/llvm-gcc CFLAGS=-O3 -march=core2 -msse4 -w -pipe CXX=/usr/bin/llvm-g++ CXXFLAGS=-O3 -march=core2 -msse4 -w -pipe --cache-file=/dev/null --srcdir=.
## --------- ##
## Platform. ##
@2bits
2bits / make.in.docs.output.txt
Created September 15, 2011 03:36
Makefile output showing docs missing sfinfo.1 and sfconvert.1 - any others?
Making install in docs
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/audiofile/0.3.0/share/man/man3" || .././install-sh -c -d "/usr/local/Cellar/audiofile/0.3.0/share/man/man3"
test -z "/usr/local/Cellar/audiofile/0.3.0/share/man/mant" || .././install-sh -c -d "/usr/local/Cellar/audiofile/0.3.0/share/man/mant"
mkdir: /usr/local/Cellar/audiofile/0.3.0/share: File exists
mkdir: /usr/local/Cellar/audiofile/0.3.0/share/man: File exists
/usr/bin/install -c -m 644 afCloseFile.3.txt afGetFrameSize.3.txt afGetFrameCount.3.txt afNewFileSetup.3.txt afOpenFile.3.txt afQuery.3.txt afReadFrames.3.txt afReadMisc.3.txt afSeekFrame.3.txt afSetErrorHandler.3.txt afSetVirtualSampleFormat.3.txt afWriteFrames.3.txt sfconvert.1.txt sfinfo.1.txt '/usr/local/Cellar/audiofile/0.3.0/share/man/mant'
/usr/bin/install -c -m 644 afCloseFile.3 afGetFrameSize.3 afGetFrameCount.3 afNewFileSetup.3 afOpenFile.3 afQuery.3 afReadFrames.3 afReadMisc.3 afSeekFrame.3 afSetErrorHandler.3 afSetVirtualSampleFormat.3
@2bits
2bits / config.log
Created September 15, 2011 05:51
movgrab-1.1.0 linker issue on OSX - 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.60. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/movgrab/1.1.0 --enable-ssl
## --------- ##
## Platform. ##
@2bits
2bits / make.out.txt
Created September 15, 2011 05:54
movgrab-1.1.0 linker issue on OSX - output from make
/usr/bin/gcc-4.2 -O3 -march=core2 -msse4 -w -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_LIBZ=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -c containerfiles.c
/usr/bin/gcc-4.2 -O3 -march=core2 -msse4 -w -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_LIBZ=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -c common.c
/usr/bin/gcc-4.2 -O3 -march=core2 -msse4 -w -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_LIBZ=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -c cbsnews.c
/usr/bin/gcc-4.2 -O3 -march=core2 -msse4 -w -pipe -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_LIBZ=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -c dailymotion.c
/usr/bin/gcc-4.2 -O3 -march=core2 -msse4 -
@2bits
2bits / file.c
Created September 15, 2011 23:12
movgrab-1.1.0 segfault on OSX in STREAMReadBytes from file.c line 643
// here is the function that's getting an exc_bad_access
int STREAMReadBytes(STREAM *S, char *Buffer, int Buffsize)
{
char *ptr=NULL;
int bytes=0, result=0, total=0;
ptr=Buffer;
if (S->InStart >= S->InEnd)
@2bits
2bits / config.txt
Created September 18, 2011 21:21
Output of brew --config
HOMEBREW_VERSION: 0.8
HEAD: 89e15a22c9fc397d0757a9aed58b744e92e1536d
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit nehalem
OS X: 10.6.8
Kernel Architecture: x86_64
Ruby: 1.8.7-174