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

perl: fix installation style #112150

Closed
wants to merge 1 commit into from
Closed

perl: fix installation style #112150

wants to merge 1 commit into from

Conversation

miles170
Copy link
Contributor

@miles170 miles170 commented Oct 2, 2022

  • 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 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 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

The installstyle is not consistent with the macOS system perl, which would let formula use uses_from_macos "perl" install perl lib into a different location. See #110496.

arm64 (macOS Monterey)

$ /usr/bin/perl -MConfig -e 'print $Config{installstyle}'
lib/perl5

amd64 (homebrew/ubuntu22.04:master)

$ /home/linuxbrew/.linuxbrew/bin/perl -MConfig -e 'print $Config{installstyle}'
lib

@miles170
Copy link
Contributor Author

miles170 commented Oct 2, 2022

It seems that biber update their test.bcf. (#104430,#108971)

@cho-m cho-m mentioned this pull request Oct 2, 2022
6 tasks
@miles170
Copy link
Contributor Author

miles170 commented Oct 3, 2022

Close Pull Request since there is a better approach. (#112161 (comment))

@miles170 miles170 closed this Oct 3, 2022
@miles170 miles170 deleted the perl branch October 4, 2022 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant