Skip to content

Instantly share code, notes, and snippets.

@257
257 / stdin
Created June 8, 2017 15:03
stdin
Error detected while processing function AnsiEsc#AnsiEsc:
line 1485:
E519: Option not supported: hl=8:Ignore,~:EndOfBuffer,z:TermCursor,Z:TermCursorNC,@:NonText,d:Directory,e:ErrorMsg,i:IncSearch,l:Search,m:MoreMsg,M:ModeMsg,n:LineNr,N:CursorLineNr,r:Question,s:StatusLine,S:StatusLineNC,c:VertSplit,t:Title,v:Visual,V:VisualNOS,w:WarningMsg,
W:WildMenu,f:Folded,F:FoldColumn,A:DiffAdd,C:DiffChange,D:DiffDelete,T:DiffText,>:SignColumn,-:Conceal,B:SpellBad,P:SpellCap,R:SpellRare,L:SpellLocal,+:Pmenu,=:PmenuSel,x:PmenuSbar,X:PmenuThumb,*:TabLine,#:TabLineSel,_:TabLineFill,!:CursorColumn,.:CursorLine,o:ColorColumn,
q:QuickFixLine,0:Whitespace,I:NormalNC
@257
257 / stdin
Created May 23, 2017 16:22
stdin
[19975792.640970] BTRFS: checking UUID tree
[19975810.887328] BTRFS error (device dm-14): parent transid verify failed on 166273024 wanted 3175 found 3180
[19975810.900860] BTRFS error (device dm-14): parent transid verify failed on 166273024 wanted 3175 found 3180
[19975847.510822] BTRFS info (device dm-14): disk space caching is enabled
[19975929.528410] BTRFS info (device dm-14): disk space caching is enabled
@257
257 / stdin
Created May 18, 2017 16:32
stdin
eix-sync
* Syncing all portage overlays
* Fetching remote list...
* Fetch Ok
* Syncing selected overlay(s)...
root@zorro:/etc vi security/pam_env.conf
root@zorro:/etc env-update
>>> Regenerating /etc/ld.so.cache...
@257
257 / stdin
Created May 17, 2017 16:22
stdin
diff --git a/Makefile b/Makefile
index 573e353..1ffd2b5 100644
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,15 @@
include config.mk
-PREFIX ?= /usr/local
+PREFIX ?= ${HOME}/.local
@257
257 / stdin
Created May 17, 2017 16:17
stdin
diff --git a/Makefile b/Makefile
index aa99cdc..b2ad05a 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,10 @@ LIBDIR ?= $(PREFIX)/lib
INCLUDEDIR ?= $(PREFIX)/include
DATADIR ?= $(PREFIX)/share
PKGCONFIGDIR ?= $(LIBDIR)/pkgconfig
+PKG_CONFIG_PATH += $(PKGCONFIGDIR)
@257
257 / stdin
Created May 11, 2017 16:15
stdin
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
GNOME_ORG_MODULE="${PN/pp/++}"
GNOME2_EAUTORECONF="yes"
inherit gnome2 multilib-minimal git-r3
EGIT_REPO_URI="git://git.gnome.org/${GNOME_ORG_MODULE}"
@257
257 / stdin
Created May 10, 2017 18:22
stdin
2010-03-29 David King <davidk@openismus.com>
Move a target outside a conditional block to fix the build
* Makefile.am: Move docs/manual/libxml++.xml target outside the
ENABLE_DOCUMENTATION conditional block.
@257
257 / stdin
Created May 10, 2017 18:18
stdin
* Failed Running automake !
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/dev-cpp/libxmlpp-9999/temp/automake.out
* ERROR: dev-cpp/libxmlpp-9999::local failed (prepare phase):
* Failed Running automake !
*
* Call stack:
@257
257 / stdin
Created May 10, 2017 17:46
stdin
* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) dev-cpp/libxmlpp-9999::local
>>> Unpacking source...
@257
257 / stdin
Created May 10, 2017 17:39
stdin
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
GNOME_ORG_MODULE="${PN/pp/++}"
#S="${S/pp/++}"
#einfo ${S}
inherit gnome2 multilib-minimal git-r3
EGIT_REPO_URI="git://git.gnome.org/${GNOME_ORG_MODULE}"