Skip to content

Instantly share code, notes, and snippets.

theodore-waddells-powermacg3series:~ theodorewaddell$ brew update
Already up-to-date.
theodore-waddells-powermacg3series:~ theodorewaddell$ gcc --version
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
theodore-waddells-powermacg3series:~ theodorewaddell$ brew install apple-gcc42
@theos911
theos911 / gist:5358228
Last active December 16, 2015 01:49
Tigerbrew tapping homebrew/dupes after apple-gcc42 install (See Line 11)
theodore-waddells-powermacg3series:~ theodorewaddell$ brew deps ffmpeg
Error: No available formula for make
Please tap it and then try again: brew tap homebrew/dupes
theodore-waddells-powermacg3series:~ theodorewaddell$ brew tap homebrew/dupes
Cloning into '/usr/local/Library/Taps/homebrew-dupes'...
remote: Counting objects: 865, done.
remote: Compressing objects: 100% (374/374), done.
remote: Total 865 (delta 543), reused 801 (delta 491)
Receiving objects: 100% (865/865), 127.96 KiB | 116 KiB/s, done.
Resolving deltas: 100% (543/543), done.
@theos911
theos911 / Output
Created April 10, 2013 21:17
Tigerbrew faac fails to build
theodore-waddells-powermacg3series:~ theodorewaddell$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install faac==> Downloading http://downloads.sourceforge.net/project/faac/faac-src/faac-1.28/faac-1.28.tar.gz
Already downloaded: /Library/Caches/Homebrew/faac-1.28.tar.gz
/usr/bin/tar xzf /Library/Caches/Homebrew/faac-1.28.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/faac/1.28
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/faac/1.28
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
@theos911
theos911 / Output
Created April 11, 2013 00:47
Tigerbrew rtmpdump build failure
Last login: Wed Apr 10 20:39:50 on ttyp1
Welcome to Darwin!
theodore-waddells-powermacg3series:~ theodorewaddell$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install rtmpdump
==> Downloading http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.4.tar.gz
Already downloaded: /Library/Caches/Homebrew/rtmpdump-2.4.tar.gz
/usr/bin/tar xzf /Library/Caches/Homebrew/rtmpdump-2.4.tar.gz
==> make CC=/usr/local/bin/gcc-4.2 XCFLAGS=-Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 XLDFLAGS=-L/usr/local/opt/openssl/lib -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib MANDIR=/usr/local/Cellar/rtmpdump/2.4/share/man SYS=darwin prefix=/usr/local/Cellar/rtmpdump/2.4 install
make CC=/usr/local/bin/gcc-4.2 XCFLAGS=-Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 XLDFLAGS=-L/usr/local/opt/openssl/lib -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib MANDIR=/usr/local/Cellar/rtmpdump/2.4/share/man SYS=darwin prefix=/usr/local/Cellar/rtmpdump/2.4 install
/usr/local/bin/gcc
@theos911
theos911 / Output
Created April 11, 2013 01:18
Tigerbrew font-config build failure (dep for libass)
Last login: Wed Apr 10 20:39:50 on ttyp3
Welcome to Darwin!
theodore-waddells-powermacg3series:~ theodorewaddell$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install fontconfig
==> Downloading http://fontconfig.org/release/fontconfig-2.10.91.tar.gz
Already downloaded: /Library/Caches/Homebrew/fontconfig-2.10.91.tar.gz
/usr/bin/tar xzf /Library/Caches/Homebrew/fontconfig-2.10.91.tar.gz
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file src/fcarch.h
==> ./configure --disable-dependency-tracking --with-add-fonts=/Library/Fonts,~/Library/Fonts --prefix=/usr/local/Cellar/fontconfig/2.10.91
@theos911
theos911 / config.log
Last active December 16, 2015 05:09
sdl fails to build on 10.4 G3
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.61. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/sdl/1.2.15 --disable-nasm --without-x
## --------- ##
## Platform. ##
@theos911
theos911 / ffmpeg.crash.log
Created April 14, 2013 20:27
ffmpeg illegal instruction on h264 encode
**********
Host Name: theodore-waddells-powermacg3series
Date/Time: 2013-04-14 16:26:15.649 -0400
OS Version: 10.4.11 (Build 8S165)
Report Version: 4
Command: ffmpeg
Path: /usr/local/bin/ffmpeg
Parent: bash [27115]
@theos911
theos911 / output
Created April 14, 2013 20:54
x264 tigerbrew build log
theodore-waddells-powermacg3series:~ theodorewaddell$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install x264 ==> Downloading http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20120812-2245-stable.tar.bz2
Already downloaded: /Library/Caches/Homebrew/x264-r2197.4.tar.bz2
/usr/bin/tar xjf /Library/Caches/Homebrew/x264-r2197.4.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/x264/r2197.4 --enable-shared
./configure --prefix=/usr/local/Cellar/x264/r2197.4 --enable-shared
fatal: Not a git repository (or any of the parent directories): .git
platform: PPC
system: MACOSX
cli: yes
libx264: internal
@theos911
theos911 / config.log
Created April 14, 2013 22:44
fontconfig tigerbrew fails to build G3
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 --disable-dependency-tracking --with-add-fonts=/Library/Fonts,~/Library/Fonts --prefix=/usr/local/Cellar/fontconfig/2.10.91
## --------- ##
## Platform. ##
@theos911
theos911 / output
Created April 16, 2013 22:49
htop fails to build 10.4 G3
theodore-waddells-powermacg3series:~ theodorewaddell$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install htop ==> Downloading https://github.com/max-horvath/htop-osx/archive/0.8.2.1-2013-03-31.tar.gz
Already downloaded: /Library/Caches/Homebrew/htop-osx-0.8.2.1.tar.gz
/usr/bin/tar xzf /Library/Caches/Homebrew/htop-osx-0.8.2.1.tar.gz
==> ./autogen.sh
./autogen.sh
/usr/bin/glibtoolize: line 1: cd: /usr/share/libtool: No such file or directory
glibtoolize: cannot list files in `/usr/share/libtool'
configure.ac:8: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'