Skip to content

Instantly share code, notes, and snippets.

View gibbonweb's full-sized avatar

Johannes Becker gibbonweb

View GitHub Profile
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
HOMEBREW_VERSION: 0.8
HEAD: 0d985bb9ed58831b981619293e26c42e17eb343c
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 dunno
OS X: 10.6.7
Kernel Architecture: x86_64
Ruby: 1.8.7-174
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/memcached-php/1.0.2
## --------- ##
## Platform. ##
==> Downloading http://pecl.php.net/get/memcached-1.0.2.tgz
File already downloaded in /Library/Caches/Homebrew
/usr/bin/tar xf /Library/Caches/Homebrew/memcached-php-1.0.2.tgz
==> phpize
phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
==> ./configure --prefix=/usr/local/Cellar/memcached-php/1.0.2
<!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":
@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
#! /usr/bin/env python
# coding: utf-8
import math
class Rhombus (object):
"""
A freakin rhombus
"""
@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
@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
╭─<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