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

Build clasp-cl #390

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions Formula/clasp-cl.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class ClaspCl < Formula

Check failure on line 1 in Formula/clasp-cl.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-11)

stable version should not decrease (from 2.3.0-134-g0140faa70 to 2.3.0)

Check failure on line 1 in Formula/clasp-cl.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-12)

stable version should not decrease (from 2.3.0-134-g0140faa70 to 2.3.0)
desc "Common Lisp implementation that brings Common Lisp and C++ together"
homepage "https://github.com/clasp-developers/clasp"
url "https://github.com/clasp-developers/clasp.git",
using: :git,
revision: "0140faa7073bd8d97bf6420621bce4a200a13bf0"
version "2.3.0-134-g0140faa70"
revision: ""
version "2.3.0"
license "GPL-2.0-or-later"
head "https://github.com/clasp-developers/clasp.git", branch: "main"

Expand All @@ -26,7 +26,7 @@

conflicts_with "cando", because: "both install `clasp` binaries"

def install

Check failure on line 29 in Formula/clasp-cl.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-11)

`brew install --verbose --build-bottle clasp-developers/clasp/clasp-cl` failed on macOS Big Sur (11)!

==> Fetching clasp-developers/clasp/clasp-cl ==> Cloning https://github.com/clasp-developers/clasp.git Updating /Users/runner/Library/Caches/Homebrew/clasp-cl--git /usr/bin/env git config remote.origin.url https://github.com/clasp-developers/clasp.git /usr/bin/env git config remote.origin.fetch \+refs/heads/\*:refs/remotes/origin/\* /usr/bin/env git config remote.origin.tagOpt --no-tags /usr/bin/env git config advice.detachedHead false /usr/bin/env git config core.fsmonitor false /usr/bin/env git fetch origin ==> Checking out revision /usr/bin/env git checkout -f '' -- fatal: invalid reference: Error: clasp-cl: Failed to download resource "clasp-cl" Failure while executing; `/usr/bin/env git checkout -f '' --` exited with 128. Here's the output: fatal: invalid reference:

Check failure on line 29 in Formula/clasp-cl.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-12)

`brew install --verbose --build-bottle clasp-developers/clasp/clasp-cl` failed on macOS Monterey (12)!

==> Fetching clasp-developers/clasp/clasp-cl ==> Cloning https://github.com/clasp-developers/clasp.git Updating /Users/runner/Library/Caches/Homebrew/clasp-cl--git /usr/bin/env git config remote.origin.url https://github.com/clasp-developers/clasp.git /usr/bin/env git config remote.origin.fetch \+refs/heads/\*:refs/remotes/origin/\* /usr/bin/env git config remote.origin.tagOpt --no-tags /usr/bin/env git config advice.detachedHead false /usr/bin/env git config core.fsmonitor false /usr/bin/env git fetch origin ==> Checking out revision /usr/bin/env git checkout -f '' -- fatal: invalid reference: Error: clasp-cl: Failed to download resource "clasp-cl" Failure while executing; `/usr/bin/env git checkout -f '' --` exited with 128. Here's the output: fatal: invalid reference:
ENV.deparallelize
system "./koga", "--reproducible-build", "--bin-path=#{bin}", "--share-path=#{share}/clasp/",
"--lib-path=#{lib}/clasp/", "--llvm-config=#{Formula["llvm@15"].opt_bin}/llvm-config",
Expand Down
Loading