Skip to content

Instantly share code, notes, and snippets.

faheem@orwell:/usr/local/src/clasp/externals-clasp$ make
make gitllvm
make[1]: Entering directory `/usr/local/src/clasp/externals-clasp'
git clone --depth 1 http://llvm.org/git/llvm.git llvm
fatal: destination path 'llvm' already exists and is not an empty directory.
make[1]: [gitllvm] Error 128 (ignored)
(cd llvm; git checkout 3025b00b7f127c3bcd04c31e8b9cab4639ad6510)
fatal: reference is not a tree: 3025b00b7f127c3bcd04c31e8b9cab4639ad6510
make[1]: [gitllvm] Error 128 (ignored)
(cd llvm/tools; git clone --depth 1 http://llvm.org/git/clang.git clang)
faheem@orwell:/usr/local/src/clasp/externals-clasp$ make
make gitllvm
make[1]: Entering directory `/usr/local/src/clasp/externals-clasp'
git clone --depth 1 http://llvm.org/git/llvm.git llvm
fatal: destination path 'llvm' already exists and is not an empty directory.
make[1]: [gitllvm] Error 128 (ignored)
(cd llvm; git checkout 3025b00b7f127c3bcd04c31e8b9cab4639ad6510)
fatal: reference is not a tree: 3025b00b7f127c3bcd04c31e8b9cab4639ad6510
make[1]: [gitllvm] Error 128 (ignored)
(cd llvm/tools; git clone --depth 1 http://llvm.org/git/clang.git clang)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by LLVM configure 3.6.0svn, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ ../configure --enable-targets=x86_64 --enable-debug-symbols --enable-debug-runtime --prefix=/usr/local/src/clasp/externals-clasp-build/debug --with-gcc-toolchain=gcc-4.9 CC=/home/faheem/local/gcc-4.8.3/bin/gcc CXX=/home/faheem/local/gcc-4.8.3/bin/g++ CXXFLAGS=-static-libstdc++ -static-libgcc CFLAGS=-static-libgcc --enable-shared=no --enable-cxx11
## --------- ##
## Platform. ##
#!/bin/bash
set -x
rm -rf foo foo-remote
hg init foo-remote
hg clone foo-remote foo
cd foo
echo "This is foo" >> foo
hg add foo
** Unknown exception encountered with possibly-broken third-party extension automv
** which supports versions unknown of Mercurial.
** Please disable automv and try your action again.
** If that fixes the bug please report it to the extension author.
** Python 2.7.13 (default, Nov 24 2017, 17:33:09) [GCC 6.3.0 20170516]
** Mercurial Distributed SCM (version 4.5)
** Extensions loaded: churn, convert, extdiff, graphlog, hgk, journal, keyword, strip, mq, pager, patchbomb, purge, rebase, record, schemes, histedit, shelve, hgext3rd.evolve, evolve, logtoprocess, win32text, show, relink, share, commitextras, notify, lfs, eol, children, transplant, githelp, fsmonitor, releasenotes, gpg, automv, clonebundles, split, blackbox, uncommit, win32mbcs, censor, factotum
** ProgrammingError: missing attributes: norepo, optionalrepo, inferrepo
** (use @command decorator to register '^hgview|hgv|qv')
Traceback (most recent call last):
rm -rf test5
hg init test5
cd test5
echo "this is foo" >> foo
hg add
hg ci foo -m "Add foo"
hg mv foo bar
hg amend -m "renaming foo to bar"
merge-tools.kdiff3.regkeyalt=Software\Wow6432Node\KDiff3
merge-tools.gvimdiff.args=--nofork -d -g -O $local $other $base
merge-tools.gvimdiff.regkey=Software\Vim\GVim
merge-tools.gvimdiff.regkeyalt=Software\Wow6432Node\Vim\GVim
merge-tools.gvimdiff.regname=path
merge-tools.gvimdiff.priority=-9
merge-tools.gvimdiff.diffargs=--nofork -d -g -O $parent $child
merge-tools.vimdiff.args=$local $other $base -c 'redraw | echomsg "hg merge conflict, type \":cq\" to abort vimdiff"'
merge-tools.vimdiff.check=changed
merge-tools.vimdiff.priority=-10
#!/bin/bash
set -ex
#set -e
set -o pipefail
export SERVER="ramnode"
CLEVEL=zlib,9
. /home/faheem/.keychain/${HOSTNAME}-sh
# BACKUP-MAIL
#!/bin/bash
#set -ex
#set -e
set -x
set -o pipefail
export SERVER="ramnode"
export HOSTNAME="orwell"
CLEVEL=zlib,9
. /home/faheem/.keychain/${HOSTNAME}-sh
\begin{filecontents*}{\jobname.dat}
Hammer001, Hammer, 1 , 0 , 1 , 10 , 1 , light (add some words here to wrap around)
Hammer002, Hammer, 2 , 0 , 1 , 10 , 1 , heavy
Hammer003, Hammer, 3 , 0 , 1 , 10 , 1 , really heavy
Longsword001,Longsword, 1 , -1 , 2 , 75 , 2 , one-handed
Longsword002,Longsword, 2 , -1 , 2 , 75 , 2 , two-handed
Longsword003,Longsword, 3 , -1 , 2 , 75 , 2 , three-handed
\end{filecontents*}
\documentclass{article}