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

medfile: attempt to fix setup of python module path #554

Closed
wants to merge 1 commit into from

Conversation

ipatch
Copy link
Collaborator

@ipatch ipatch commented Aug 21, 2024

brew style freecad/freecad/[NAME_OF_FORMULA_FILE] 

output from running above command should output something similiar to the below

1 file inspected, no offenses detected
  • Have you ensured your commit passed audit checks, ie.
brew audit freecad/freecad/[NAME_OF_FORMULA_FILE] --online --new-formula

Not all PRs require passing these checks ie. adding [no ci] in the commit message will prevent the CI from running but PRs that change formula files generally should run through the CI checks that way new bottles are built and uploaded to the repository thus not having to build all formula from source but rather installing from a bottle (significantly faster 🐰 ... 🐢)

For more information about this template file learn more

@ipatch ipatch mentioned this pull request Aug 21, 2024
@ipatch ipatch self-assigned this Aug 21, 2024
@ipatch ipatch added the pr-pull label Aug 21, 2024
github-actions bot pushed a commit that referenced this pull request Aug 21, 2024
@ipatch
Copy link
Collaborator Author

ipatch commented Oct 3, 2024

current build error macos runners

==> brew install --only-dependencies freecad/freecad/[email protected]
==> brew postinstall freecad/freecad/[email protected]
==> FAILED
Full postinstall freecad/freecad/[email protected] output
  ==> Postinstalling [email protected]
  Error: Directory /opt/homebrew/Cellar/[email protected]/4.1.1/lib/python. does not exist.
  Error: Directory /opt/homebrew/Cellar/[email protected]/4.1.1/lib/python. does not exist.
  Warning: The post-install step did not complete successfully
  You can try again using:
    brew postinstall freecad/freecad/[email protected]
  Warning: The post-install step did not complete successfully
  Warning: Removed Sorbet lines from backtrace!
  Warning: Removed Sorbet lines from backtrace!
  ==> An exception occurred within a child process:
    SystemExit: exit
  
  /opt/homebrew/Library/Homebrew/extend/kernel.rb:102:in `exit'
  /opt/homebrew/Library/Homebrew/extend/kernel.rb:102:in `odie'
  /opt/homebrew/Library/Taps/freecad/homebrew-freecad/Formula/[email protected]:107:in `post_install'
  /opt/homebrew/Library/Homebrew/formula.rb:1415:in `block (2 levels) in run_post_install'
  /opt/homebrew/Library/Homebrew/formula.rb:1193:in `with_logging'
  /opt/homebrew/Library/Homebrew/formula.rb:1414:in `block in run_post_install'
  /opt/homebrew/Library/Homebrew/extend/kernel.rb:536:in `with_env'
  /opt/homebrew/Library/Homebrew/formula.rb:1410:in `run_post_install'
  /opt/homebrew/Library/Homebrew/postinstall.rb:29:in `<main>'

Error: 1 failed step!
brew postinstall freecad/freecad/[email protected]
Error: Process completed with exit code 1.

@ipatch
Copy link
Collaborator Author

ipatch commented Oct 4, 2024

this PR is no longer required / necessary due to the update in the following commit c8a4c07

@ipatch ipatch closed this Oct 4, 2024
@ipatch ipatch deleted the med-file.issue.552 branch October 4, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant