This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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}" |
NewerOlder