Skip to content

Commit

Permalink
mk
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Feb 9, 2024
1 parent 7017de8 commit 97894e8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Formula/xorg-app/mkcomposecache.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
class Mkcomposecache < Formula
desc "X11 Compose file cache creator"
homepage "https://gitlab.freedesktop.org/xorg/app/mkcomposecache"
url "https://xorg.freedesktop.org/releases/individual/app/mkcomposecache-1.2.2.tar.xz"
sha256 "1a58d8504ae52964d83904c49f5bcd47c160572b4e65bc445083ddc750a70055"
license "HPND"

depends_on "pkgconf" => :build
depends_on "util-macros" => :build

def install

Check failure on line 11 in Formula/xorg-app/mkcomposecache.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

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

==> Fetching paperchalice/private/mkcomposecache ==> Downloading https://xorg.freedesktop.org/releases/individual/app/mkcomposecache-1.2.2.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/55997e7d78982e7c8e5aa21b3a0a205ed5f0abbf0a753d999ccdfad3593d9564--mkcomposecache-1.2.2.tar.xz ==> Verifying checksum for '55997e7d78982e7c8e5aa21b3a0a205ed5f0abbf0a753d999ccdfad3593d9564--mkcomposecache-1.2.2.tar.xz' ==> Installing mkcomposecache from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/55997e7d78982e7c8e5aa21b3a0a205ed5f0abbf0a753d999ccdfad3593d9564--mkcomposecache-1.2.2.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240209-11957-bg7hdx /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240209-11957-bg7hdx/mkcomposecache-1.2.2/. /Users/runner/work/homebrew-private/build_farm/mkcomposecache-20240209-11957-1sflc2/mkcomposecache-1.2.2 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/mkcomposecache/1.2.2 --libdir=/usr/local/Cellar/mkcomposecache/1.2.2/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 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 for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for clang options needed to detect all undeclared functions... none needed 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-form
system "./configure", *std_configure_args
system "make", "install"
end

test do
system "echo"
end
end

0 comments on commit 97894e8

Please sign in to comment.