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 mas on macOS 11.0 | |
Build date: 2020-07-20 10:28:33 |
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 libpq on macOS 11.0 | |
Build date: 2020-07-18 17:58:09 |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by Kerberos 5 configure 1.18.2, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --disable-silent-rules --prefix=/usr/local/Cellar/krb5/1.18.2 --without-system-verto | |
## --------- ## | |
## Platform. ## |
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 nettle on macOS 11.0 | |
Build date: 2020-07-14 21:28: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
Homebrew build logs for aom on macOS 11.0 | |
Build date: 2020-07-14 17:30:42 |
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
require 'fiddle' | |
require 'fiddle/import' | |
module Sysctl | |
extend Fiddle::Importer | |
dlload "/usr/lib/libSystem.dylib" | |
extern "int sysctlbyname(const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen)" | |
end | |
ret = Fiddle::Pointer.malloc(Fiddle::SIZEOF_INT) |
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 fish on macOS 10.16 | |
Build date: 2020-06-24 16:13:07 |
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 cmake on macOS 10.16 | |
Build date: 2020-06-24 12:28:14 |
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 [email protected] on macOS 10.16 | |
Build date: 2020-06-23 15:29:12 |
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
#!/bin/sh | |
set -e | |
type brew 2>&1 >/dev/null || { | |
echo "This script depends on Homebrew to use its vendored Ruby." | |
exit 1 | |
} | |
brew vendor-install ruby |