Skip to content

Instantly share code, notes, and snippets.

@mistydemeo
mistydemeo / # mas - 2020-07-20_10-28-33.txt
Created July 20, 2020 17:30
mas on macOS 11.0 - Homebrew build logs
Homebrew build logs for mas on macOS 11.0
Build date: 2020-07-20 10:28:33
@mistydemeo
mistydemeo / # libpq - 2020-07-18_17-58-09.txt
Created July 19, 2020 00:58
libpq on macOS 11.0 - Homebrew build logs
Homebrew build logs for libpq on macOS 11.0
Build date: 2020-07-18 17:58:09
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. ##
@mistydemeo
mistydemeo / # nettle - 2020-07-14_21-28-11.txt
Created July 15, 2020 04:45
nettle on macOS 11.0 - Homebrew build logs
Homebrew build logs for nettle on macOS 11.0
Build date: 2020-07-14 21:28:11
@mistydemeo
mistydemeo / # aom - 2020-07-14_17-30-42.txt
Created July 15, 2020 00:37
aom on macOS 11.0 - Homebrew build logs
Homebrew build logs for aom on macOS 11.0
Build date: 2020-07-14 17:30:42
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)
@mistydemeo
mistydemeo / # fish - 2020-06-24_16-13-07.txt
Created June 24, 2020 23:30
fish on macOS 10.16 - Homebrew build logs
Homebrew build logs for fish on macOS 10.16
Build date: 2020-06-24 16:13:07
@mistydemeo
mistydemeo / # cmake - 2020-06-24_12-28-14.txt
Created June 24, 2020 20:20
cmake on macOS 10.16 - Homebrew build logs
Homebrew build logs for cmake on macOS 10.16
Build date: 2020-06-24 12:28:14
Homebrew build logs for [email protected] on macOS 10.16
Build date: 2020-06-23 15:29:12
#!/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