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

[boost-stacktrace] Fix default-feature backtrace on arm64-osx-dynamic #41249

Merged

Conversation

MonicaLiu0311
Copy link
Contributor

Supplement #40079 to solve the following errors on arm64-osx-dynamic:

FAILED: stage/lib/libboost_stacktrace_backtrace.1.85.0.dylib
: && /Library/Developer/CommandLineTools/usr/bin/c++ -fPIC -g -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -dynamiclib -Wl,-headerpad_max_install_names -current_version 1.85.0 -o stage/lib/libboost_stacktrace_backtrace.1.85.0.dylib -install_name @rpath/libboost_stacktrace_backtrace.1.85.0.dylib libs/stacktrace/CMakeFiles/boost_stacktrace_backtrace.dir/src/backtrace.cpp.o  -lbacktrace && :
ld: library 'backtrace' not found
  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • When updating the upstream version, the "port-version" is reset (removed from vcpkg.json).
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@MonicaLiu0311 MonicaLiu0311 added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Sep 29, 2024
@MonicaLiu0311 MonicaLiu0311 marked this pull request as ready for review September 30, 2024 02:49
@jimwang118 jimwang118 added the info:reviewed Pull Request changes follow basic guidelines label Sep 30, 2024
Copy link
Contributor

@JavierMatosD JavierMatosD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run generate-ports.ps1 to update boost ports.

@JavierMatosD JavierMatosD marked this pull request as draft September 30, 2024 17:22
@kikaxa
Copy link

kikaxa commented Oct 1, 2024

can confirm this package builds again successfully for me.

@JavierMatosD JavierMatosD marked this pull request as ready for review October 2, 2024 19:42
@JavierMatosD JavierMatosD merged commit eb36f47 into microsoft:master Oct 3, 2024
16 checks passed
@MonicaLiu0311 MonicaLiu0311 deleted the Dev/Monica/fix_boost-stacktrace branch October 8, 2024 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants