Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ct #525

Closed
wants to merge 1 commit into from
Closed

ct #525

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Formula/xorg-app/constype.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
class Constype < Formula
desc "Utility to print type of Sun console"
homepage "https://gitlab.freedesktop.org/xorg/app/constype"
url "https://xorg.freedesktop.org/releases/individual/app/constype-1.0.5.tar.xz"
sha256 "82d61d468214aed1a087207e6a8b6c6d35a1807345a51bf12a45e68e11a9ee74"
license "MIT"

depends_on "pkgconf" => :build
depends_on "splint" => :build
depends_on "util-macros" => :build
depends_on "xorg-server" => :test

def install

Check failure on line 13 in Formula/xorg-app/constype.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/constype` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/constype ==> Downloading https://xorg.freedesktop.org/releases/individual/app/constype-1.0.5.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/0dee1aee3328f883ec8dcd7d58d259a56f1921a3a004a82a8a6acda1412c9f97--constype-1.0.5.tar.xz ==> Verifying checksum for '0dee1aee3328f883ec8dcd7d58d259a56f1921a3a004a82a8a6acda1412c9f97--constype-1.0.5.tar.xz' ==> Installing constype from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/0dee1aee3328f883ec8dcd7d58d259a56f1921a3a004a82a8a6acda1412c9f97--constype-1.0.5.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240209-12183-g0s5i4 /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240209-12183-g0s5i4/constype-1.0.5/. /Users/runner/work/homebrew-private/build_farm/constype-20240209-12183-9csqgx/constype-1.0.5 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/constype/1.0.5 --libdir=/usr/local/Cellar/constype/1.0.5/lib configure: WARNING: unrecognized options: --disable-debug checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether clang understands -c and -o together... yes checking dependency style of clang... none checking for clang options needed to detect all undeclared functions... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether __clang__ is declared... yes checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed checking if clang supports -Werror=unknown-warning-option... yes checking if clang supports -Werror=unused-command-line-argument... yes checking if clang supports -Wall... yes checking if clang supports -Wpointer-arith... yes checking if clang supports -Wmissing-declarations... yes checking if clang supports -Wformat=2... yes checking if clang supports -Wstrict-prototypes... yes checking if clang supports -Wmissing-prototypes... yes checking if clang supports -Wnested-externs... yes checking if clang supports -Wbad-function-cast... yes checking if clang supports -Wold-style-definition... yes checking if clang supports -Wdeclaration-after-statement... yes checking if clang supports -Wunused... yes checking if clang supports -Wuninitialized... yes checking if clang supports -Wshadow... yes checking if clang supports -Wmissing-noreturn... yes checking if clang supports -Wmissing-format-attribute... yes checking if clang supports -Wredundant-decls... yes checking if clang supports -Wlogical-op... no checking if clang supports -Werror=implicit... yes checking if clang supports -Werror=nonnull... yes checking if clang suppo
system "./configure", *std_configure_args
system "make", "install"
end

test do
system "echo"
end
end
Loading