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

fmt 11.0.2 #177903

Closed
wants to merge 1 commit into from
Closed

fmt 11.0.2 #177903

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
5 changes: 2 additions & 3 deletions Formula/f/fmt.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Fmt < Formula
desc "Open-source formatting library for C++"
homepage "https://fmt.dev/"
url "https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz"
sha256 "1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811"
url "https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz"
sha256 "6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f"
license "MIT"
revision 1
head "https://github.com/fmtlib/fmt.git", branch: "master"

bottle do
Expand All @@ -24,7 +23,7 @@
# Remove when included in a release.
patch :DATA

def install

Check failure on line 26 in Formula/f/fmt.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle fmt` failed on Linux!

==> Fetching fmt ==> Downloading https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz Already downloaded: /home/linuxbrew/.cache/Homebrew/downloads/a41b5b0583d79d89f7192634759834d5e1faa4c5cfbe16bed5a0f6eb06b6a37c--fmt-11.0.2.tar.gz ==> Verifying checksum for 'a41b5b0583d79d89f7192634759834d5e1faa4c5cfbe16bed5a0f6eb06b6a37c--fmt-11.0.2.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /home/linuxbrew/.cache/Homebrew/downloads/a41b5b0583d79d89f7192634759834d5e1faa4c5cfbe16bed5a0f6eb06b6a37c--fmt-11.0.2.tar.gz --directory /tmp/homebrew-unpack20240720-4969-8i8awk /usr/bin/env cp -pR /tmp/homebrew-unpack20240720-4969-8i8awk/fmt-11.0.2/. /tmp/fmt-20240720-4969-p4nzwd/fmt-11.0.2 ==> Patching Error: Failure while executing; `patch -g 0 -f -p1` exited with 1. Here's the output: patching file include/fmt/format-inl.h Hunk #1 FAILED at 110. Hunk #2 FAILED at 119. 2 out of 2 hunks FAILED -- saving rejects to file include/fmt/format-inl.h.rej ::error::Failure while executing; `patch -g 0 -f -p1` exited with 1. Here's the output:%0Apatching file include/fmt/format-inl.h%0AHunk #1 FAILED at 110.%0AHunk #2 FAILED at 119.%0A2 out of 2 hunks FAILED -- saving rejects to file include/fmt/format-inl.h.rej%0A
system "cmake", "-S", ".", "-B", "build", "-DBUILD_SHARED_LIBS=TRUE", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
Expand Down
Loading