Skip to content

Instantly share code, notes, and snippets.

View gibbonweb's full-sized avatar

Johannes Becker gibbonweb

View GitHub Profile
╭─<johannes@FantasticFour.local>-<~>-<10:30pm>-◇
╰─➤ brew upgrade readline
==> Upgrading readline
==> Downloading http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/readline-6.2.4.tar.gz
==> Downloading patches
######################################################################## 100,0%
######################################################################## 100,0%
######################################################################## 100,0%
0,0%
╭─<johannes@FantasticFour.local>-<~>-<8:25pm>-◇
╰─➤ brew install -v dvdbackup
==> Downloading http://downloads.sourceforge.net/dvdbackup/dvdbackup-0.4.2.tar.gz
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-357; Mac OS X 10.7.4) http://downloads.sourceforge.net/dvdbackup/dvdbackup-0.4.2.tar.gz -o /Library/Caches/Homebrew/dvdbackup-0.4.2.tar.gz
######################################################################## 100,0%
/usr/bin/tar xf /Library/Caches/Homebrew/dvdbackup-0.4.2.tar.gz
==> ./configure --mandir=/usr/local/Cellar/dvdbackup/0.4.2/share/man --prefix=/usr/local/Cellar/dvdbackup/0.4.2
./configure --mandir=/usr/local/Cellar/dvdbackup/0.4.2/share/man --prefix=/usr/local/Cellar/dvdbackup/0.4.2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
╭─<johannes@FantasticFour.local>-<~>-<8:20pm>-◇
╰─➤ brew cleanup
Warning: Skipping keg-only autoconf
Warning: Skipping keg-only automake
Removing /usr/local/Cellar/bazaar/2.4.2...
Removing /usr/local/Cellar/boost/1.48.0...
Warning: Skipping keg-only cairo
Removing /usr/local/Cellar/cairomm/1.8.4...
Removing /usr/local/Cellar/cmake/2.8.7...
Removing /usr/local/Cellar/doxygen/1.7.5.1...
╭─<johannes@FantasticFour.local>-<~>-<8:03pm>-◇
╰─➤ brew unlink gtk
Error: No such keg: /usr/local/Cellar/gtk
╭─<johannes@FantasticFour.local>-<~>-<8:03pm>-◇
╰─➤ brew install -v libdvdread 1 ↵
==> Downloading http://dvdnav.mplayerhq.hu/releases/libdvdread-4.2.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/libdvdread-4.2.0.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/libdvdread-4.2.0.tar.bz2
==> ./autogen.sh --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libdvdread/4.2.0
@gibbonweb
gibbonweb / brew_doctor.log
Created July 17, 2012 18:02
still same error after deleting gnuplot manually
─<johannes@FantasticFour.local>-<~>-<8:00pm>-◇
╰─➤ rm -rf /usr/local/Cellar/gnuplot
╭─<johannes@FantasticFour.local>-<~>-<8:00pm>-◇
╰─➤ brew doctor
Error: No such file or directory - /usr/local/Cellar/gnuplot
@gibbonweb
gibbonweb / brew_config.log
Created July 17, 2012 09:38
dvdbackup install fails
╭─<johannes@FantasticFour.local>-</usr/local>-<5a78018∙master∙✔>-<11:33am>-◇
╰─➤ brew --config 1 ↵
HOMEBREW_VERSION: 0.9.2
HEAD: 5a78018bcfc8afd093c13f0f64dbe8309a73a615
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.7.4-x86_64
Xcode: 4.3.3
CLT: 1.0.0.9000000000.1.1249367152
#! /usr/bin/env python
# coding: utf-8
import math
class Rhombus (object):
"""
A freakin rhombus
"""
@gibbonweb
gibbonweb / todayThings.scpt
Created June 29, 2011 18:43
Shows all "Today" items of Things.app
tell application "Things"
set outputString to ""
set newLine to "
"
set jetzt to current date
set scheduledToDos to to dos of list "Today"
repeat with scheduledToDo in scheduledToDos
if status of scheduledToDo is open then
if due date of scheduledToDo is not missing value then
set deltaT to (due date of scheduledToDo) - jetzt
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Swiffy output</title>
<script src="http://www.gstatic.com/swiffy/v1/runtime.js"></script>
<script>
swiffyobject = {"tags":[{"type":9,"actions":[{"value":"amount","type":305},{"value":1,"type":305},{"type":29}]},{"type":2},{"label":"nope","type":15},{"type":9,"actions":[{"constants":["total","_root","getBytesTotal","loaded","getBytesLoaded","perc","percent","Math","round","%","progress","complete","spinnermov","_rotation","amount"],"type":136},{"index":0,"type":304},{"value":0,"type":305},{"index":1,"type":304},{"type":28},{"index":2,"type":304},{"type":82},{"type":60},{"index":3,"type":304},{"value":0,"type":305},{"index":1,"type":304},{"type":28},{"index":4,"type":304},{"type":82},{"type":60},{"index":5,"type":304},{"index":3,"type":304},{"type":28},{"index":0,"type":304},{"type":28},{"type":13},{"value":100,"type":305},{"type":12},{"type":60},{"index":6,"type":304},{"index":5,"type":304},{"type":28},{"value":1,"type":305},{"index":7,"type":
Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libigraph.0.dylib
Some folders in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed