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

agda 2.7.0.1 #193315

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

pthariensflame
Copy link
Contributor

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@github-actions github-actions bot added haskell Haskell use is a significant feature of the PR or issue long build Set a long timeout for formula testing labels Oct 9, 2024
@pthariensflame pthariensflame force-pushed the agda-2.7.0 branch 2 times, most recently from 2ba8a22 to d2d8627 Compare October 9, 2024 19:26
@pthariensflame pthariensflame changed the title agda 2.7.0 agda 2.7.0.1 Oct 9, 2024
@pthariensflame
Copy link
Contributor Author

Okay, I may need some help with this one. I don't understand why the final test is still failing.

@carlocab carlocab added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Oct 10, 2024
@pthariensflame
Copy link
Contributor Author

Okay, Linux builds are succeeding! What's going on with the persistent permissions issues in the macOS builds?

@SMillerDev
Copy link
Member

  /opt/homebrew/Cellar/agda/2.7.0.1/libexec/ghc-9.10.1-inplace/Agd-2.7.0.1-78cf4b7a/share/lib/prim/_build:

It's creating files in the install directory. Can this be directed to install in something like /opt/homebrew/usr/share?

@pthariensflame
Copy link
Contributor Author

  /opt/homebrew/Cellar/agda/2.7.0.1/libexec/ghc-9.10.1-inplace/Agd-2.7.0.1-78cf4b7a/share/lib/prim/_build:

It's creating files in the install directory. Can this be directed to install in something like /opt/homebrew/usr/share?

Ohhhh. It's doing the thing we're trying to prevent it from doing by copying all the standard library stuff to the test folder. I'll see if I can force it to pay attention to that instead of its default location. (Agda needs to produce compiled interface .agdai files next to the original .agda ones as it processes them; that's what it's trying to do.)

@SMillerDev
Copy link
Member

Nope, still doing that

  ==> /private/tmp/agda-test-20241012-44547-llo00u/IOTest
  ==> /opt/homebrew/Cellar/agda/2.7.0.1/bin/agda2hs --no-libraries /private/tmp/agda-test-20241012-44547-llo00u/Agda2HsTest.agda -i /private/tmp/agda-test-20241012-44547-llo00u/lib/agda/agda2hs/lib -i . -o /private/tmp/agda-test-20241012-44547-llo00u
  /opt/homebrew/Cellar/agda/2.7.0.1/libexec/ghc-9.10.1-inplace/Agd-2.7.0.1-00893f58/share/lib/prim/_build:
  createDirectory: permission denied (Operation not permitted)

@github-actions github-actions bot added the autosquash Automatically squash pull request commits according to Homebrew style. label Oct 12, 2024
@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Oct 12, 2024
@pthariensflame pthariensflame force-pushed the agda-2.7.0 branch 9 times, most recently from c9af11b to e7095d1 Compare October 13, 2024 23:30
@pthariensflame
Copy link
Contributor Author

pthariensflame commented Oct 13, 2024

@SMillerDev Should be good now! (Fingers crossed.)

EDIT: Never mind; dealing with this some other day. 😞

@daeho-ro
Copy link
Member

daeho-ro commented Oct 21, 2024

Maybe this happen by version mismatch. Can we add a patch to the resource categories? Or inreplace.

Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale No recent activity label Nov 11, 2024
@github-actions github-actions bot removed the stale No recent activity label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. haskell Haskell use is a significant feature of the PR or issue long build Set a long timeout for formula testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants