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
Homebrew build logs for libvirt on Debian GNU/Linux 9.4 (stretch) | |
Build date: 2018-05-14 13:13:58 |
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
# https://github.com/chriskempson/base16-shell | |
# A broken fish script to display and switch between base16-shell colorschemes | |
function color --description 'select a base16-shell colorscheme' | |
# Usage: `color` print the current colorscheme | |
# Usage: [`light|dark` <name_of_colorscheme>] | |
# Example: `__shell_dark tomorrow` | |
# Help: `color help` |
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
(qemu-test) DBG | executing: qemu-system-x86_64 -display none -m 1024 -smp 1 -boot d -cdrom /Users/capin/.docker/machine/machines/qemu-test/boot2docker.iso -qmp unix:/Users/capin/.docker/machine/machines/qemu-test/monitor,server,nowait -pidfile /Users/capin/.docker/machine/machines/qemu-test/qemu.pid -nic user,model=virtion-net-pci,hostfwd=tcp::50981-:22,hostfwd=tcp::50982-:2376,hostname=qemu-test -daemonize /Users/capin/.docker/machine/machines/qemu-test/disk.qcow2 | |
(qemu-test) OUTPUT: | |
(qemu-test) ERROR: qemu-system-x86_64: -nic user,model=virtion-net-pci,hostfwd=tcp::50981-:22,hostfwd=tcp::50982-:2376,hostname=qemu-test: invalid option | |
(qemu-test) DBG | STDOUT: | |
(qemu-test) | |
(qemu-test) DBG | STDERR: qemu-system-x86_64: -nic user,model=virtion-net-pci,hostfwd=tcp::50981-:22,hostfwd=tcp::50982-:2376,hostname=qemu-test: invalid option |
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
############################## | |
# NOTE: taste the rainbow 🌈 | |
## | |
Bld='\e[1m' # Enable Bold text | |
Itl='\e[3m' # Enable Italic | |
Und='\e[4m' # Enable Underline | |
Rst='\e[0m' # Reset text | |
# Regular High Intensity BoldHigh Intens | |
Bla='\e[0;30m'; IBla='\e[0;90m'; BIBla='\e[1;90m'; |
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
key_bindings: | |
- { key: V, mods: Command, action: Paste } | |
- { key: C, mods: Command, action: Copy } | |
- { key: Q, mods: Command, action: Quit } | |
- { key: W, mods: Command, action: Quit } | |
- { key: Home, chars: "\x1bOH", mode: AppCursor } | |
- { key: Home, chars: "\x1b[H", mode: ~AppCursor } | |
- { key: End, chars: "\x1bOF", mode: AppCursor } | |
- { key: End, chars: "\x1b[F", mode: ~AppCursor } | |
- { key: Key0, mods: Command, action: ResetFontSize } |
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
Homebrew build logs for qemu on macOS 10.13.6 | |
Build date: 2018-10-16 16:59:58 |
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
Homebrew build logs for weechat on macOS 10.13.6 | |
Build date: 2018-11-07 19:32:02 |
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
bash-4.4$ gcc -Xlinker -v | |
@(#)PROGRAM:ld PROJECT:ld64-409.12 | |
BUILD 17:47:51 Sep 25 2018 | |
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em arm64e arm64_32 | |
Library search paths: | |
/usr/lib | |
/usr/local/lib | |
Framework search paths: | |
/Library/Frameworks/ | |
/System/Library/Frameworks/ |
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
Homebrew build logs for openssh on macOS 10.13.6 | |
Build date: 2018-11-22 02:15:11 |
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
LD libr_util.dylib | |
ld: warning: ignoring file /opt/Code/github/public/forks/radare2/libr/../shlr/zip/librz.a, file was built for archive which is not the architecture being linked (x86_64): /opt/Code/github/public/forks/radare2/libr/../shlr/zip/librz.a | |
Undefined symbols for architecture x86_64: | |
"_inflate", referenced from: | |
_r_inflate in zip.o | |
(maybe you meant: _r_inflate) | |
"_inflateEnd", referenced from: | |
_r_inflate in zip.o | |
"_inflateInit2_", referenced from: | |
_r_inflate in zip.o |
OlderNewer