Skip to content

Instantly share code, notes, and snippets.

@Hnasar
Hnasar / dpkg_install_output.txt
Created March 7, 2012 08:56
dpkg fails to install
==> Downloading http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.15.8.12.tar.bz2
File already downloaded in /Users/hashem/Library/Caches/Homebrew
/usr/bin/tar xf /Users/hashem/Library/Caches/Homebrew/dpkg-1.15.8.12.tar.bz2
==> Patching
/usr/bin/patch -f -p1 -i 001-homebrew.diff
patching file configure
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/dpkg/1.15.8.12 --disable-compiler-warnings --disable-linker-optimisations --disable-compiler-optimisations --without-start-stop-daemon
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/dpkg/1.15.8.12 --disable-compiler-warnings --disable-linker-optimisations --disable-compiler-optimisations --without-start-stop-daemon
checking for gcc... /usr/bin/clang
checking whether the C compiler works... yes
@Hnasar
Hnasar / gnu-go_formula_output.txt
Created March 7, 2012 02:16
brew install -v gnu-go formula error output
==> Downloading http://ftpmirror.gnu.org/gnugo/gnugo-3.8.tar.gz
File already downloaded in /Users/hashem/Library/Caches/Homebrew
/usr/bin/tar xf /Users/hashem/Library/Caches/Homebrew/gnu-go-3.8.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gnu-go/3.8 --with-readline=/usr/lib
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gnu-go/3.8 --with-readline=/usr/lib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no