Skip to content

Instantly share code, notes, and snippets.

ALTERNATE_EDITOR=emacs
BROWSER=firefox
COLORTERM=truecolor
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DISPLAY=:0.0
EDITOR=emc
FREETYPE_PROPERTIES=truetype:interpreter-version=40
GOPATH=/home/runical/Repositories/Go
GTK_MODULES=canberra-gtk-module
HG=/usr/bin/hg
Signal module started.
Dpms module disabled.
Bus module started.
Location module started.
Upower module started.
New location received: (redacted)
Gamma module disabled.
Brightness module started.
Location module disabled.
*** Error in `clight': double free or corruption (fasttop): 0x0000000001a67a30 ***
+ aursync -cu --repo runical
-> Using [runical] repository
mkdir: cannot create directory ‘/aursync’: Permission denied
----> Attempting to build package...
==> Creating clean working copy [runical]...done
:: Synchronizing package databases...
downloading chroot_local.db...
core is up to date
downloading extra.db...
downloading extra.db...
downloading extra.db...
downloading extra.db...
downloading extra.db...
@runical
runical / PKGBUILD
Last active March 21, 2016 21:16
PKGBUILD for Hugo-bin
# Maintainer: oozyslug <oozyslug at gmail dot com>
# Contributor: oozyslug <oozyslug at gmail dot com>
# Submitter: oozyslug <oozyslug at gmail dot com>
pkgname=hugo-bin
_pkgname=hugo
pkgver=0.15
pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64' 'i686' 'armv6h' 'armv7h')
@runical
runical / buildlog
Last active January 16, 2016 10:20
Buildlog of a failing ledger build
In file included from /build/ledger/src/ledger-3.1.1/src/py_amount.cc:36:0:
/build/ledger/src/ledger-3.1.1/src/pyfstream.h:43:3: error: 'PyFileObject' does not name a type
PyFileObject * fo; // Python file object
^
/build/ledger/src/ledger-3.1.1/src/pyfstream.h:47:25: error: expected ')' before '*' token
pyoutbuf(PyFileObject * _fo) : fo(_fo) {
^
/build/ledger/src/ledger-3.1.1/src/pyfstream.h: In member function 'virtual std::basic_streambuf<char>::int_type pyoutbuf::overflow(std::basic_streambuf<char>::int_type)':
/build/ledger/src/ledger-3.1.1/src/pyfstream.h:61:62: error: 'fo' was not declared in this scope
if (PyFile_WriteString(z, reinterpret_cast<PyObject *>(fo)) < 0) {
# Maintainer: linduxed <linduxed@gmail.com>
pkgname=exercism-cli
pkgver=v2.2.0
pkgrel=1
pkgdesc="Command line client for exercism.io"
arch=("i686" "x86_64")
url="https://github.com/exercism/cli"
license=("MIT")
source_i686=("https://github.com/exercism/cli/releases/download/$pkgver/exercism-linux-32bit.tgz")
Configuring haddock-library-1.1.1...
Building haddock-library-1.1.1...
Preprocessing library haddock-library-1.1.1...
[ 1 of 16] Compiling Data.Attoparsec.Number ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o )
[ 2 of 16] Compiling Data.Attoparsec.ByteString.FastSet ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/FastSet.hs, dist/build/Data/Attoparsec/ByteString/FastSet.o )
[ 3 of 16] Compiling Data.Attoparsec.Internal.Fhthagn ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Fhthagn.hs, dist/build/Data/Attoparsec/Internal/Fhthagn.o )
[ 4 of 16] Compiling Data.Attoparsec.ByteString.Buffer ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs, dist/build/Data/Attoparsec/ByteString/Buffer.o )
[ 5 of 16] Compiling Data.Attoparsec.Internal.Types ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o )
[ 6 of 16] Compiling Data.Attoparsec.Internal ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/In
@runical
runical / PKGBUILD
Created October 5, 2013 21:03
PKGBUILD for oct2py
pkgname=python-oct2py
pkgver=1.0.0
pkgrel=1
pkgdesc="Python to GNU Octave bridge."
arch=('any')
url="http://github.com/blink1073/oct2py"
license=('MIT')
depends=('python' 'python-scipy' 'python-numpy' 'octave' )
source=("https://pypi.python.org/packages/source/o/oct2py/oct2py-$pkgver.tar.gz")
md5sums=('19c3ecdd014b15c0843d19e0f5b8e091')