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

[email protected] missing stacktrace (and fiber?) libraries #95520

Closed
2 tasks done
gergondet opened this issue Feb 21, 2022 · 4 comments
Closed
2 tasks done

[email protected] missing stacktrace (and fiber?) libraries #95520

gergondet opened this issue Feb 21, 2022 · 4 comments
Labels
bug Reproducible Homebrew/homebrew-core bug outdated PR was locked due to age

Comments

@gergondet
Copy link

brew gist-logs <formula> link OR brew config AND brew doctor output

No issue with the formula installation itself. I'm not sure I can include any output that would be helpful here, `brew gist-logs boost` says there is "No logs"

Verification

  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.

What were you trying to do (and why)?

I am installing boost via brew using brew install boost

What happened (include all command output)?

The installation is successful but the following library is missing:

  • Boost.Stacktrace

It seems to stem in a bug from b2 (bfgroup/b2#104). It also seems vcpkg ran into a similar issue when upgrading to 1.78.0

From those reports it seems to affect Boost.Fiber as well.

What did you expect to happen?

The library should be included in the package.

Step-by-step reproduction instructions (by running brew commands)

brew install boost
# Will output nothing where it should
ls -la /usr/local/lib/libboost_stacktrace*
@gergondet gergondet added the bug Reproducible Homebrew/homebrew-core bug label Feb 21, 2022
@cho-m
Copy link
Member

cho-m commented Feb 21, 2022

I think the upstream issue's fix is planned to be included with icu4c PR #88210 (Commit: e773b56); however, it may take some time since there is a large number of formulae being updated at once.

@carlocab
Copy link
Member

carlocab commented Feb 21, 2022

You can use [email protected] for now if you need the stacktrace library. We'll try to get the fix in ASAP.

@gergondet
Copy link
Author

Thanks for the swift reply, glad it's being addressed.

No rush on my side so I can wait for the release of the revision.

Thanks for your help on this issue and your work on brew in general 🍰

@carlocab
Copy link
Member

carlocab commented Mar 3, 2022

This should be fixed now: brew update && brew upgrade boost

Apologies for the delay -- getting #88210 merged was quite difficult.

@github-actions github-actions bot added the outdated PR was locked due to age label Apr 3, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Reproducible Homebrew/homebrew-core bug outdated PR was locked due to age
Projects
None yet
Development

No branches or pull requests

3 participants