Skip to content

Commit

Permalink
guile-termios: sonoma runner
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Mar 5, 2024
1 parent ffc24bc commit 169b132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/guile-termios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class GuileTermios < Formula
homepage "https://github.com/ft/guile-termios"
url "https://github.com/ft/guile-termios/archive/refs/tags/v0.6.4.tar.gz"
sha256 "4e6751788ed8cb2ec8426da32e6bcfe68cc9f4fe34ce8a12d93ca289e33bbe1e"
revision 1

bottle do
root_url "https://github.com/aconchillo/homebrew-guile/releases/download/guile-termios-0.6.4"
Expand All @@ -13,7 +14,7 @@ class GuileTermios < Formula
depends_on "guile"

def install

Check warning on line 16 in Formula/guile-termios.rb

View workflow job for this annotation

GitHub Actions / test-bot (self-hosted)

`brew install --verbose --build-bottle aconchillo/guile/guile-termios` failed on macOS Sonoma (14) on Apple Silicon!

==> Fetching aconchillo/guile/guile-termios ==> Downloading https://github.com/ft/guile-termios/archive/refs/tags/v0.6.4.tar.gz Already downloaded: /Users/admin/Library/Caches/Homebrew/downloads/ac8590805ebefaf0850f0119b3df175031954345110ca924fea253a9e848a5f2--guile-termios-0.6.4.tar.gz ==> Verifying checksum for 'ac8590805ebefaf0850f0119b3df175031954345110ca924fea253a9e848a5f2--guile-termios-0.6.4.tar.gz' ==> Installing guile-termios from aconchillo/guile /usr/bin/env tar --extract --no-same-owner --file /Users/admin/Library/Caches/Homebrew/downloads/ac8590805ebefaf0850f0119b3df175031954345110ca924fea253a9e848a5f2--guile-termios-0.6.4.tar.gz --directory /private/tmp/homebrew-unpack20240306-21442-44yw8w /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240306-21442-44yw8w/guile-termios-0.6.4/. /private/tmp/guile-termios-20240306-21442-ynlf0g/guile-termios-0.6.4 ==> make -j1 DESTDIR=/opt/homebrew/Cellar/guile-termios/0.6.4_1 PREFIX=/opt/homebrew install guile --no-auto-compile ./tools/gen-gps.scm > gen-platform-specifics.c C_COMPILER="cc" sh ./tools/gen-config.h.sh Checking whether struct termios has c_iflag member... yes. Checking whether struct termios has c_oflag member... yes. Checking whether struct termios has c_cflag member... yes. Checking whether struct termios has c_lflag member... yes. Checking whether struct termios has c_line member... no. Checking whether struct termios has c_cc member... yes. Checking whether struct termios has c_ispeed member... yes. Checking whether struct termios has c_ospeed member... yes. Generating "config.h" from "config.h.in"... done. cc -o gps gen-platform-specifics.c [ -d scheme/termios ] || mkdir -p scheme/termios ./gps > scheme/termios/system.scm warning: Could not determine B576000 warning: Could not determine B460800 warning: Could not determine B500000 warning: Could not determine B921600 warning: Could not determine B1000000 warning: Could not determine B1152000 warning: Could not determine B1500000 warning: Could not determine B2000000 warning: Could not determine B2500000 warning: Could not determine B3000000 warning: Could not determine B3500000 warning: Could not determine B4000000 warning: Could not determine CBAUD warning: Could not determine CBAUDEX warning: Could not determine CIBAUD warning: Could not determine CMSPAR warning: Could not determine IUCLC warning: Could not determine OLCUC warning: Could not determine VSWTC warning: Could not determine VSWTCH warning: Could not determine XCASE warning: Could not determine XTABS guild compile -Wunsupported-warning -Wunused-variable -Wunbound-variable -Warity-mismatch -Wduplicate-case-datum -Wbad-case-datum -Wformat -L./scheme -o scheme/termios.go scheme/termios.scm wrote `scheme/termios.go' ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /opt/homebrew/opt/guile/bin/guild ;;; compiled /private/tmp/guile-termios-20240306-21442-ynlf0g/guile-termios-0.6.4/.brew_home/.cache/guile/ccache/3.0-LE-8-4.6/opt/homebrew/Cellar/guile/3.0.9_1/bin/guild.go guild compile -Wunsupported-warning -Wunused-variable -Wunbound-variable -Warity-mismatch -Wduplicate-case-datum -Wbad-case-datum -Wformat -L./scheme -o scheme/termios/with-exceptions.go scheme/termios/with-exceptions.scm wrote `scheme/termios/with-exceptions.go' guild compile -Wunsupported-warning -Wunused-variable -Wunbound-variable -Warity-mismatch -Wduplicate-case-datum -Wbad-case-datum -Wformat -L./scheme -o scheme/termios/system.go scheme/termios/system.scm wrote `scheme/termios/system.go' guild compile -Wunsupported-warning -Wunused-variable -Wunbound-variable -Warity-mismatch -Wduplicate-case-datum -Wbad-case-datum -Wformat -L./scheme -o scheme/termios/frontends.go scheme/termios/frontends.scm wrote `scheme/termios/frontends.go' guile --no-auto-compile ./tools/install DESTDIR="/opt/homebrew/Cellar/guile-termios/0.6.4_1" DOCDIR="/opt/homebrew/share/doc/guile-termios" PREFIX="/opt/homebrew" System command failed. (mkdir -p /opt/h
system "make", "-j1", "DESTDIR=#{prefix}", "PREFIX=/", "install"
system "make", "-j1", "DESTDIR=#{prefix}", "PREFIX=#{HOMEBREW_PREFIX}", "install"
end

def caveats
Expand Down

0 comments on commit 169b132

Please sign in to comment.