Created
January 12, 2026 12:34
-
-
Save obnoxxx/6463cb1c37a2e783cfe928f5871d2def to your computer and use it in GitHub Desktop.
checkmake on macOS 26 - Homebrew build logs
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
| Homebrew build logs for checkmake on macOS 26 | |
| Build date: 2026-01-12 13:27:39 |
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
| HOMEBREW_VERSION: 5.0.9-47-gfa5368e | |
| ORIGIN: https://github.com/Homebrew/brew | |
| HEAD: fa5368edd38eb8d43f8cfcca15c7cfb83ee5a78d | |
| Last commit: 3 hours ago | |
| Branch: main | |
| Core tap HEAD: b3a1d44cee24612a85410ed0b8c92c1078b4047a | |
| Core tap last commit: 32 minutes ago | |
| Core tap JSON: 12 Jan 12:20 UTC | |
| Core cask tap HEAD: be77ff7ca12f72c361627941ff9447704cf83520 | |
| Core cask tap last commit: 23 minutes ago | |
| Core cask tap JSON: 12 Jan 12:20 UTC | |
| HOMEBREW_PREFIX: /opt/homebrew | |
| HOMEBREW_CASK_OPTS: [] | |
| HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.y9LDXUoSDG/org.xquartz:0 | |
| HOMEBREW_DOWNLOAD_CONCURRENCY: 24 | |
| HOMEBREW_EDITOR: vim | |
| HOMEBREW_FORBID_PACKAGES_FROM_PATHS: set | |
| HOMEBREW_MAKE_JOBS: 12 | |
| HOMEBREW_SORBET_RUNTIME: set | |
| Homebrew Ruby: 3.4.8 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.4.8/bin/ruby | |
| CPU: dodeca-core 64-bit arm_lobos | |
| Clang: 17.0.0 build 1700 | |
| Git: 2.50.1 => /Library/Developer/CommandLineTools/usr/bin/git | |
| Curl: 8.7.1 => /usr/bin/curl | |
| macOS: 26.1-arm64 | |
| CLT: 26.1.0.0.1.1761104275 | |
| Xcode: 26.2 | |
| Metal Toolchain: N/A | |
| Rosetta 2: false |
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
| Please note that these warnings are just used to help the Homebrew maintainers | |
| with debugging if you file an issue. If everything you use Homebrew for is | |
| working fine: please don't worry or file an issue; just ignore this. Thanks! | |
| Warning: Some installed formulae are deprecated or disabled. | |
| You should find replacements for the following formulae: | |
| icu4c@76 | |
| icu4c@77 | |
| Warning: You have uncommitted modifications to Homebrew/homebrew-core. | |
| If this is a surprise to you, then you should stash these modifications. | |
| Stashing returns Homebrew to a pristine state but can be undone | |
| should you later need to do so for some reason. | |
| git -C "/opt/homebrew/Library/Taps/homebrew/homebrew-core" stash -u && git -C "/opt/homebrew/Library/Taps/homebrew/homebrew-core" clean -d -f | |
| Uncommitted files: | |
| M Formula/c/checkmake.rb | |
| ?? Formula/d/dnspython.rb | |
| ?? Formula/w/wiki2beamer.rb |
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
| checkmake |
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
| 2026-01-12 12:27:36 +0000 | |
| make VERSION=0.3.2 | |
| Checking the programs required for the build are installed... | |
| GOOS=darwin GOARCH=arm64 go build -ldflags "-X 'main.version=0.3.2' -X 'main.buildTime=2026-01-12T12:27:36Z' -X 'main.builder=Homebrew <homebrew@brew.sh>' -X 'main.goversion=go version go1.25.5 darwin/arm64'" -o checkmake cmd/checkmake/main.go | |
| sed "s/REPLACE_DATE/January 12, 2026/" man/man1/checkmake.1.md | pandoc -s -t man -o checkmake.1 | |
| 0 issues. |
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
| 2026-01-12 12:27:39 +0000 | |
| make | |
| install | |
| fatal: not a git repository (or any of the parent directories): .git | |
| install -d $(dirname /opt/homebrew/Cellar/checkmake/0.3.2/bin/checkmake) | |
| install -d $(dirname /opt/homebrew/Cellar/checkmake/0.3.2/share/man/man1/checkmake.1) | |
| install -m 755 checkmake /opt/homebrew/Cellar/checkmake/0.3.2/bin/checkmake | |
| install -m 644 checkmake.1 /opt/homebrew/Cellar/checkmake/0.3.2/share/man/man1/checkmake.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment