Skip to content

Instantly share code, notes, and snippets.

@tzudot
tzudot / rtorrent.crash.log
Created March 2, 2016 04:39
rTorrent crash on El Capitan when built with xmlrpc-c
Caught Segmentation fault, dumping stack:
0 rtorrent 0x000000010e21fa4c _Z8do_panici + 233
1 libsystem_platform.dylib 0x00007fff94251eaa _sigtramp + 26
2 libtorrent.19.dylib 0x000000010e491f73 _ZStL8__ioinit + 10978
3 rtorrent 0x000000010e25fee0 _ZN12ThreadWorkerC1Ev + 14
4 rtorrent 0x000000010e21c42a main + 1075
5 libdyld.dylib 0x00007fff94dd05ad start + 1
6 ??? 0x0000000000000001 0x0 + 1
SYSCALL(args) = return
thread_selfid(0x0, 0x0, 0x0) = 407760 0
@tzudot
tzudot / rtorrent.rb
Created September 28, 2015 16:31
Homebrew formula for installing rtorrent
class Rtorrent < Formula
desc "Console-based BitTorrent client"
homepage "https://github.com/rakshasa/rtorrent"
url "http://rtorrent.net/downloads/rtorrent-0.9.6.tar.gz"
sha256 "1e69c24f1f26f8f07d58d673480dc392bfc4317818c1115265b08a7813ff5b0e"
depends_on "pkg-config" => :build
depends_on "xmlrpc-c" => :optional
depends_on "libtool" => :build
depends_on "libtorrent"
@tzudot
tzudot / libtorrent.rb
Created September 28, 2015 16:28
Homebrew formula for installing libtorrent
class Libtorrent < Formula
desc "BitTorrent library"
homepage "https://github.com/rakshasa/libtorrent"
url "http://rtorrent.net/downloads/libtorrent-0.13.6.tar.gz"
sha256 "2838a08c96edfd936aff8fbf99ecbb930c2bfca3337dd1482eb5fccdb80d5a04"
depends_on "pkg-config" => :build
depends_on "libtool" => :build
depends_on "openssl"
2015-08-25 00:50:38 -0400
./configure
--disable-dependency-tracking
--prefix=/usr/local/Cellar/geos/3.4.2
--enable-python
--enable-ruby
checking build system type... x86_64-apple-darwin14.5.0
checking host system type... x86_64-apple-darwin14.5.0
2015-08-10 12:14:09 -0400
./configure
--disable-dependency-tracking
--disable-silent-rules
--prefix=/usr/local/Cellar/gnuplot/5.0.1
--with-readline=/usr/local/opt/readline
--with-gd=/usr/local/opt/gd
--disable-wxwidgets
--without-cairo
2015-08-10 11:40:01 -0400
./configure
--disable-dependency-tracking
--disable-silent-rules
--prefix=/usr/local/Cellar/gnuplot/5.0.1
--with-readline=/usr/local/opt/readline
--with-gd=/usr/local/opt/gd
--disable-wxwidgets
--without-cairo
2015-08-09 11:10:06 -0400
./configure
--disable-dependency-tracking
--disable-silent-rules
--prefix=/usr/local/Cellar/gnuplot/5.0.1
--with-readline=/usr/local/opt/readline
--with-gd=/usr/local/opt/gd
--disable-wxwidgets
--without-cairo
2015-08-05 13:22:58 -0400
luvi
/private/tmp/lit20150805-7638-1sd25d2
--
make
lit version: 2.2.4
luvi version: fatal: Not a git repository (or any of the parent directories): .git
command: make
@tzudot
tzudot / lit.rb
Last active August 29, 2015 14:26 — forked from creationix/lit.rb
Homebrew
require "formula"
class Lit < Formula
homepage "https://github.com/luvit/lit"
url "https://lit.luvit.io/packages/luvit/lit/v2.1.11.zip"
sha1 "be0904957a4867bf1284d0ebd7b04e6ec521b85a"
depends_on "luvi" => :build
def install
2015-07-22 07:59:40 -0700
./configure
--prefix=/usr/local/Cellar/wget/1.16.3
--sysconfdir=/usr/local/etc
--with-ssl=openssl
--with-libssl-prefix=/usr/local/opt/openssl
--disable-debug
--disable-iri
--disable-pcre