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

libtrace 4.0.20-1 #126051

Closed
wants to merge 5 commits into from
Closed

Conversation

chenrui333
Copy link
Member

  • 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>?

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 added livecheck Issues or PRs related to livecheck license License PRs ventura-bottling CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Mar 18, 2023
@carlocab
Copy link
Member

  configure: WARNING: bison or yacc not found. Please install bison before continuing
  configure: WARNING: flex or lex not found. Please install flex before continuing
  configure: error: Critical packages are missing and compilation will fail. Please install the packages listed above and rerun ./configure

@carlocab
Copy link
Member

carlocab commented Mar 18, 2023

  checking for flex... flex
  checking for lex output file root... lex.yy
  checking for lex library... none needed
  checking for library containing yywrap... no
  configure: WARNING: yywrap not found; giving up on flex

@carlocab
Copy link
Member

carlocab commented Mar 18, 2023

checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking for library containing yywrap... no
configure: WARNING: yywrap not found; giving up on flex

Not sure why, since:

❯ nm libfl.so | rg yywrap
0000000000000850 T yywrap

@carlocab carlocab force-pushed the libtrace-4.0.20-1 branch from 0a186bf to d4a635b Compare March 18, 2023 18:57
@chenrui333
Copy link
Member Author

might be the issue that flex does not installing the dev libs? (while looking at this SO post)

@carlocab carlocab force-pushed the libtrace-4.0.20-1 branch from d4a635b to ae9a8b8 Compare March 18, 2023 19:27
@carlocab
Copy link
Member

We have libfl.so which provides yylex, the symbol configure is looking for. So I'm not sure that's the issue.

Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
@github-actions
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 Apr 19, 2023
@github-actions github-actions bot closed this Apr 26, 2023
@github-actions github-actions bot added the outdated PR was locked due to age label May 26, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 26, 2023
@chenrui333 chenrui333 deleted the libtrace-4.0.20-1 branch January 22, 2024 04:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. license License PRs livecheck Issues or PRs related to livecheck outdated PR was locked due to age stale No recent activity ventura-bottling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants