Skip to content

Instantly share code, notes, and snippets.

@regcl
regcl / term-plus-el.make.warning
Created May 23, 2013 14:00
term-plus-el.make.warning
hobo:~/term-plus-el $ date
Thu May 23 08:55:49 EDT 2013
hobo:~/term-plus-el $ make clean
rm -f *~
rm -f \#*\#
rm -f *.elc
rm -f .depend
hobo:~/term-plus-el $ make
Compute dependencies
emacs --batch -Q -L . \
@regcl
regcl / term-plus-el.256color.pl.fails
Created May 23, 2013 13:58
term-plus-el.256color.pl.fails
Last login: Thu May 23 09:32:03 on ttys002
hobo:~ $ cd term-plus-el/
hobo:~/term-plus-el $ make clean
rm -f *~
rm -f \#*\#
rm -f *.elc
rm -f .depend
hobo:~/term-plus-el $ emacs --version
GNU Emacs 24.3.1
Copyright (C) 2013 Free Software Foundation, Inc.
@regcl
regcl / term-plus-el.eshell.compile.error
Created May 23, 2013 13:59
term-plus-el.eshell.compile.error
Welcome to the Emacs shell
~ $ version
GNU Emacs 24.3.1 (x86_64-apple-darwin12.2.0, NS apple-appkit-1187.34)
of 2013-05-21 on hobo.local
~ $ git clone git://github.com/tarao/term-plus-el.git
Cloning into 'term-plus-el'...
remote: Counting objects: 46, done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 46 (delta 17), reused 40 (delta 11)
@regcl
regcl / HOMEBREW_KEEP_INFO.git.fails.log
Last active December 16, 2015 04:39
HOMEBREW_KEEP_INFO fails for git
hobo:~/tule/exp/brew/infobug $ date
Sat Apr 13 09:10:26 EDT 2013
hobo:~/tule/exp/brew/infobug $ brew update
Already up-to-date.
hobo:~/tule/exp/brew/infobug $ echo $HOMEBREW_KEEP_INFO
1
hobo:~/tule/exp/brew/infobug $ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install git
Warning: A newer Command Line Tools for Xcode release is available
You should install the latest version from: http://connect.apple.com
==> Downloading http://git-core.googlecode.com/files/git-1.8.2.1.tar.gz
@regcl
regcl / nuprob.txt
Created November 20, 2012 13:29
nu failed to build on 10.8.2
hobo:~/tule $ brew install nu
Warning: Your Xcode (4.5) is outdated
Please install Xcode 4.5.2.
==> Downloading http://programming.nu/releases/Nu-2.0.1.tgz
Already downloaded: /Library/Caches/Homebrew/nu-2.0.1.tgz
==> make
==> ./mininush tools/nuke
nuke: cp 'nu/nibtools.nu' 'Nu.framework/Versions/A/Resources/nibtools.nu'
nuke: cp 'nu/template.nu' 'Nu.framework/Versions/A/Resources/template.nu'
nuke: mkdir 'Nu.framework/Versions/A/Headers'
@regcl
regcl / nu2.log
Created November 19, 2012 02:33
nu failed to build on 10.8.2
hobo:~ $ hobo:~ $ brew update
Already up-to-date.
hobo:~ $ brew doctor
Your system is raring to brew.
hobo:~ $ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install nu
==> Downloading http://programming.nu/releases/Nu-2.0.1.tgz
Already downloaded: /Library/Caches/Homebrew/nu-2.0.1.tgz
/usr/bin/tar xf /Library/Caches/Homebrew/nu-2.0.1.tgz
==> make
make
@regcl
regcl / brew doctor
Created November 8, 2012 04:44
r failed to build on 10.6
PC001406:~/tule $ PC001406:~/tule $ brew doctor
Your system is raring to brew.
PC001406:~/tule $ date
Wed Nov 7 23:38:57 EST 2012
PC001406:~/tule $