Skip to content

Instantly share code, notes, and snippets.

# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
@rffontenelle
rffontenelle / twp-verbose
Created May 22, 2016 20:25
output of 'python -v twp.py'
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.7/site.pyc matches /usr/lib/python2.7/site.py
import site # precompiled from /usr/lib/python2.7/site.pyc
# /usr/lib/python2.7/os.pyc matches /usr/lib/python2.7/os.py
import os # precompiled from /usr/lib/python2.7/os.pyc
import errno # builtin
import posix # builtin
# /usr/lib/python2.7/posixpath.pyc matches /usr/lib/python2.7/posixpath.py
@rffontenelle
rffontenelle / make-check.log
Created May 2, 2016 16:55
buzztrax: output of "make -k", with --enable-gtk-doc flag
make all-recursive
make[1]: Entering directory '/home/rffontenelle/aur/buzztrax/src/buzztrax-0.10.2'
Making all in po
make[2]: Entering directory '/home/rffontenelle/aur/buzztrax/src/buzztrax-0.10.2/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/rffontenelle/aur/buzztrax/src/buzztrax-0.10.2/po'
Making all in docs/help/bt-edit
make[2]: Entering directory '/home/rffontenelle/aur/buzztrax/src/buzztrax-0.10.2/docs/help/bt-edit'
Making all in C
make[3]: Entering directory '/home/rffontenelle/aur/buzztrax/src/buzztrax-0.10.2/docs/help/bt-edit/C'
@rffontenelle
rffontenelle / config.log
Created April 29, 2016 19:00
buzztrax config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by buzztrax configure 0.10.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr --enable-gtk-doc --enable-man --disable-update-icon-cache --disable-update-desktop --disable-update-mime
## --------- ##
## Platform. ##
@rffontenelle
rffontenelle / buzztrax-0.10.2-1-x86_64-build.log
Created April 29, 2016 18:48
autoreconf > configure > make
m4/gettext.m4:378: warning: macro 'AM_LC_MESSAGES' not found in library
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
orc.mak:34: warning: orcc_v_gen_$(V: non-POSIX recursive variable expansion
Makefile.am:70: 'Makefile.src.am' included from here
Makefile.src.am:509: 'orc.mak' included from here
orc.mak:35: warning: orcc_v_gen_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion
Makefile.am:70: 'Makefile.src.am' included from here
Makefile.src.am:509: 'orc.mak' included from here
orc.mak:38: warning: cp_v_gen_$(V: non-POSIX recursive variable expansion
Makefile.am:70: 'Makefile.src.am' included from here
From 99b226d8d76706caad36241613a9f102381a74bd Mon Sep 17 00:00:00 2001
From: Stefan Sauer <ensonic@users.sf.net>
Date: Wed, 27 Apr 2016 20:51:45 +0200
Subject: [PATCH] build: fix parallel make
We missed some dependencies for the doc targets.
Fixes #67.
---
Makefile.am | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
@rffontenelle
rffontenelle / buzztrax-0.10.2-1-x86_64-build.log
Created April 29, 2016 18:24
Expects automake 1.14, I have 1.15
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/rffontenelle/aur/buzztrax/src/buzztrax-0.10.2/missing: Unknown `--is-lightweight' option
Try `/home/rffontenelle/aur/buzztrax/src/buzztrax-0.10.2/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
@rffontenelle
rffontenelle / buzztrax-0.10.2-1-x86_64-build.log
Created April 26, 2016 16:11
buzztrax 0.10.2 build log in debug mode
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/rffontenelle/aur/buzztrax/src/buzztrax-0.10.2/missing: Unknown `--is-lightweight' option
Try `/home/rffontenelle/aur/buzztrax/src/buzztrax-0.10.2/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
@rffontenelle
rffontenelle / Makefile
Created April 25, 2016 19:35
Log output of failure on building
# Makefile.in generated by automake 1.14.1 from Makefile.am.
# docs/reference/bt-core/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# Brazilian Portuguese translation for coreutils
# Copyright (C) 2016 Free Software Foundation, Inc.
# This file is distributed under the same license as the coreutils package.
# Cyro Mendes De Moraes Neto <neto@conectiva.com.br>, 1998.
# Rodrigo Stulzer Lopes <rodrigo@conectiva.com.br>, 2001.
# Juan Carlos Castro y Castro <jcastro@vialink.com.br>, 2003.
# Rodolfo Ribeiro Gomes <rodolforg@gmail.com>, 2008, 2010, 2012.
# Rafael Fontenelle <rffontenelle@gmail.com>, 2016.
msgid ""
msgstr ""