This file contains 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
==> Starting check()... | |
==31928== Memcheck, a memory error detector | |
==31928== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. | |
==31928== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info | |
==31928== Command: bin/test | |
==31928== | |
vex amd64->IR: unhandled instruction bytes: 0x8F 0xEA 0xF8 0x10 0xC9 0x3 0x1D 0x0 0x0 0xF3 | |
vex amd64->IR: REX=0 REX.W=0 REX.R=0 REX.X=0 REX.B=0 | |
vex amd64->IR: VEX=0 VEX.L=0 VEX.nVVVV=0x0 ESC=NONE | |
vex amd64->IR: PFX.66=0 PFX.F2=0 PFX.F3=0 |
This file contains 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
Portage 2.3.6 (python 3.4.5-final-0, default/linux/amd64/13.0/desktop/gnome/systemd, gcc-5.4.0, glibc-2.23-r4, 4.11.7-gentoo x86_64) | |
================================================================= | |
System Settings | |
================================================================= | |
System uname: Linux-4.11.7-gentoo-x86_64-AMD_FX-tm-8320_Eight-Core_Processor-with-gentoo-2.3 | |
KiB Mem: 16386812 total, 1710784 free | |
KiB Swap: 0 total, 0 free | |
Timestamp of repository gentoo: Fri, 28 Jul 2017 10:30:01 +0000 | |
sh bash 4.3_p48-r1 | |
ld GNU ld (Gentoo 2.28 p1.2) 2.28 |
This file contains 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
[ebuild U ] dev-python/compreffor-0.4.5 [0.4.4] USE="cython {-test}" PYTHON_TARGETS="python2_7 python3_4 -python3_5 -python3_6" |
This file contains 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
* Package: dev-python/compreffor-0.4.5 | |
* Repository: 4nykey | |
* Maintainer: [email protected] | |
* USE: abi_x86_64 amd64 cython elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_4 userland_GNU | |
* FEATURES: preserve-libs sandbox userpriv usersandbox | |
* python2_7: running distutils-r1_run_phase distutils-r1_python_compile | |
/usr/bin/python2.7 setup.py build | |
Distribution mode: Compiling from Cython-generated .cpp sources. | |
running build | |
running build_py |
This file contains 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
declare -x ABI="amd64" | |
declare -x ABI_X86="64" | |
declare -x ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" | |
declare -x ANT_HOME="/usr/share/ant" | |
declare -x APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" | |
declare -x ARCH="amd64" | |
declare -x BOOTSTRAP_USE="cxx unicode internal-glib python_targets_python3_4 python_targets_python2_7 multilib systemd udev" | |
declare -x CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump au |
This file contains 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
[32;01m * [39;49;00mPackage: app-editors/vim-8.0.0386 | |
[32;01m * [39;49;00mRepository: gentoo | |
[32;01m * [39;49;00mMaintainer: [email protected] | |
[32;01m * [39;49;00mUSE: X abi_x86_64 acl amd64 elibc_glibc gpm kernel_linux lua luajit nls perl python python_targets_python2_7 python_targets_python3_4 userland_GNU | |
[32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox | |
>>> Unpacking source... | |
>>> Unpacking vim-8.0.0386.tar.gz to /var/tmp/portage/app-editors/vim-8.0.0386/work | |
>>> Unpacking vim-8.0.0106-gentoo-patches.tar.bz2 to /var/tmp/portage/app-editors/vim-8.0.0386/work | |
>>> Source unpacked in /var/tmp/portage/app-editors/vim-8.0.0386/work | |
>>> Preparing source in /var/tmp/portage/app-editors/vim-8.0.0386/work/vim-8.0.0386 ... |
This file contains 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
" vim-plug | |
call plug#begin('~/.local/share/nvim/plugger') | |
Plug 'iCyMind/NeoSolarized' | |
call plug#end() | |
" General | |
filetype plugin indent on | |
syntax on | |
let g:mapleader = "," | |
let g:enable_bold_font = 1 |
This file contains 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
" vim-plug | |
call plug#begin('~/.nvim/plugged') | |
Plug 'iCyMind/NeoSolarized' | |
Plug 'arakashic/chromatica.nvim', {'for': ['c', 'cpp']} | |
Plug 'tpope/vim-fugitive' | |
Plug 'neomake/neomake' | |
" Plug 'vim-syntastic/syntastic' | |
Plug 'donRaphaco/neotex', {'for': 'tex'} | |
Plug 'c0r73x/neotags.nvim', {'for': ['c', 'cpp']} |
This file contains 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
* Package: media-libs/x264-0.0.20170701-r1 | |
* Repository: lto-overlay | |
* Maintainer: [email protected] | |
* USE: abi_x86_32 abi_x86_64 amd64 cpu_flags_x86_sse elibc_glibc interlaced kernel_linux threads userland_GNU | |
* FEATURES: preserve-libs sandbox userpriv usersandbox | |
x264: Sun Jul 2 10:24:53 2017: 23 seconds | |
x264: Wed Jul 19 10:27:05 2017: 42 seconds | |
x264: Tue Sep 12 15:42:39 2017: 1 minute, 2 seconds | |
x264: Thu Sep 14 00:31:54 2017: 53 seconds | |
x264: Sat Sep 16 22:50:12 2017: 1 minute, 12 seconds |
This file contains 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
* Package: dev-lang/python-3.6.3-r2 | |
* Repository: lto-overlay | |
* Maintainer: [email protected] | |
* USE: abi_x86_64 amd64 elibc_glibc gdbm ipv6 kernel_linux ncurses pgo readline sqlite ssl threads userland_GNU xml | |
* FEATURES: preserve-libs sandbox userpriv usersandbox | |
python: Sat Jul 1 09:47:14 2017: 2 minutes, 49 seconds | |
python: Sat Jul 1 09:53:20 2017: 3 minutes, 17 seconds | |
python: Wed Aug 30 14:38:46 2017: 2 minutes, 20 seconds | |
python: Wed Aug 30 14:41:06 2017: 2 minutes, 45 seconds | |
python: Tue Sep 12 18:39:42 2017: 2 minutes, 44 seconds |
OlderNewer