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

Add LibUnwind as a dependency of glog::glog #273

Closed
wants to merge 5,753 commits into from

Conversation

Atry
Copy link
Contributor

@Atry Atry commented Sep 8, 2022

Summary:
LibUnwind is a dependency of glog according to objdump. This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library glog::glog as an element in the IMPORTED_LINK_INTERFACE_LIBRARIES property.

Without this diff, there will be a linker error like this:

/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

Differential Revision: D39340650

Open Source Bot and others added 30 commits July 28, 2022 21:24
Summary:
GitHub commits:

facebook/fbthrift@d818250
facebookincubator/fizz@61a5fce

Reviewed By: wittgenst

fbshipit-source-id: 41a45ba7840adaacf8e22328217be9dd6c2f45e7
Summary:
This fixes the following OSS Linux build failure:
```
mvfst/include/quic/dsr/test/Mocks.h:21:3:   required from here
/usr/include/c++/8/type_traits:1288:12: error: invalid use of incomplete type ‘struct quic::SendInstruction’
     struct is_base_of
            ^~~~~~~~~~
In file included from mvfst/include/quic/state/StreamData.h:14,
                 from mvfst/include/quic/state/QuicStreamManager.h:15,
                 from mvfst/include/quic/state/StateData.h:30,
                 from mvfst/include/quic/api/QuicSocket.h:22,
                 from proxygen/proxygen/lib/http/session/HQByteEventTracker.h:12,
                 from proxygen/proxygen/lib/http/session/HQSession.h:26,
                 from proxygen/proxygen/lib/http/session/test/HQSessionMocks.h:13,
                 from proxygen/proxygen/lib/http/session/test/HQUpstreamSessionTest.h:19,
                 from proxygen/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp:9:
mvfst/include/quic/dsr/DSRPacketizationRequestSender.h:12:8: note: forward declaration of ‘struct quic::SendInstruction’
 struct SendInstruction;
        ^~~~~~~~~~~~~~~
In file included from folly/include/folly/Optional.h:68,
                 from folly/include/folly/futures/Future.h:27,
                 from proxygen/proxygen/lib/http/session/test/HQUpstreamSessionTest.h:9,
                 from proxygen/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp:9:
```

Reviewed By: mjoras

Differential Revision: D38280556

fbshipit-source-id: 3b2ed81813dd0fa386dcffe7c5f2e67fe55bc153
Summary:
GitHub commits:

facebook/folly@4b93094
facebook/proxygen@c2d58e3
facebook/rocksdb@1aab5b3
facebook@cf97766

Reviewed By: wittgenst

fbshipit-source-id: 444e3a49343e802d0e0bca1c8e1991002286cf90
Summary:
GitHub commits:

facebook/fbthrift@811f038
facebook/folly@701f160
facebook/litho@7e77242
facebookexperimental/rust-shed@e219085

Reviewed By: bigfootjon

fbshipit-source-id: b70e431c54314f6d6006ae4fee377b3296283b1d
Summary:
X-link: facebookresearch/Private-ID#71

Previous codemod left some crust. This commit cleans up useless uses to use less uses.

Reviewed By: stepancheg

Differential Revision: D38211793

fbshipit-source-id: c852dd1ec617fe81a1d9bd0d8a9e5d2357b9b502
)

Summary:
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lquixada/cross-fetch/releases">cross-fetch's releases</a>.</em></p>
<blockquote>
<h2>v3.1.5</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: updated node-fetch version to 2.6.7 by <a href="https://github.com/dlafreniere"><code>@​dlafreniere</code></a> in <a href="https://github-redirect.dependabot.com/lquixada/cross-fetch/pull/124">lquixada/cross-fetch#124</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dlafreniere"><code>@​dlafreniere</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/lquixada/cross-fetch/pull/124">lquixada/cross-fetch#124</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/lquixada/cross-fetch/compare/v3.1.4...v3.1.5">https://github.com/lquixada/cross-fetch/compare/v3.1.4...v3.1.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/lquixada/cross-fetch/commit/c6089dfafc1fd6253b4d204d37c0439eea631cd0"><code>c6089df</code></a> chore(release): 3.1.5</li>
<li><a href="https://github.com/lquixada/cross-fetch/commit/a3b3a9481091ddd06b8f83784ba9c4e034dc912a"><code>a3b3a94</code></a> chore: updated node-fetch version to 2.6.7 (<a href="https://github-redirect.dependabot.com/lquixada/cross-fetch/issues/124">https://github.com/facebookincubator/mvfst/issues/124</a>)</li>
<li><a href="https://github.com/lquixada/cross-fetch/commit/efed703489d591eee76a15d12b088538d04f668b"><code>efed703</code></a> chore: updated node-fetch version to 2.6.5</li>
<li><a href="https://github.com/lquixada/cross-fetch/commit/694ff77b367cff4be7e16366988b394016717e88"><code>694ff77</code></a> refactor: removed ora from dependencies</li>
<li><a href="https://github.com/lquixada/cross-fetch/commit/efc5956f740440cf4684e982fd4ceef85f2a2c67"><code>efc5956</code></a> refactor: added .vscode to .gitignore</li>
<li><a href="https://github.com/lquixada/cross-fetch/commit/da605d5ab026e7986f6633307fbd3018f1eebb58"><code>da605d5</code></a> refactor: renamed test/fetch/ to test/fetch-api/ and test/module/ to test/mod...</li>
<li><a href="https://github.com/lquixada/cross-fetch/commit/0f0d51de7f07f5202ee9de472d88c71911da9cb9"><code>0f0d51d</code></a> chore: updated minor and patch versions of dev dependencies</li>
<li><a href="https://github.com/lquixada/cross-fetch/commit/c6e34ead1bb70845eccf9ec83c3144ccf4a73f2e"><code>c6e34ea</code></a> refactor: removed sinon.js</li>
<li><a href="https://github.com/lquixada/cross-fetch/commit/f524a522ecda60db99f57798beac8e7af3349580"><code>f524a52</code></a> fix: yargs was incompatible with node 10</li>
<li><a href="https://github.com/lquixada/cross-fetch/commit/7906fcf4c2d3fa300690baa72dc6b8fa30ac02ea"><code>7906fcf</code></a> chore: updated dev dependencies</li>
<li>Additional commits viewable in <a href="https://github.com/lquixada/cross-fetch/compare/v3.1.4...v3.1.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cross-fetch&package-manager=npm_and_yarn&previous-version=3.1.4&new-version=3.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebookincubator/mvfst/network/alerts).

</details>

Pull Request resolved: facebook#250

Test Plan:
Imported from GitHub, without a `Test Plan:` line.

**Static Docs Preview: mvfst**
|[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D36083164/V4/mvfst/)|

|**Modified Pages**|

Reviewed By: mjoras, lnicco

Differential Revision: D36083164

Pulled By: jbeshay

fbshipit-source-id: cfc9338237cb1b3b1e7c6f085b02e52f8bb7eeca
Summary:
GitHub commits:

facebook/CacheLib@9f8ca7f
facebook/fb303@c565acb
facebook/folly@a575638
facebook/watchman@37604f6
facebookexperimental/rust-shed@0025e2f

Reviewed By: bigfootjon

fbshipit-source-id: d10430f9a79f2b8ccb0bb5406025057c3ff63cbc
Summary: support multishot recvmsg in quic worker

Differential Revision: D37921703

fbshipit-source-id: c8b749b40895fe961adc6b9929bbcc0345fff029
Summary: we can do this as the event base stays on 1 thread

Differential Revision: D37921701

fbshipit-source-id: f6d29c7b29a93425968b86370b29449a091ad4a3
Summary:
GitHub commits:

facebook/folly@062daf4
facebook/litho@5fdc111
facebook/proxygen@0b38c9e

Reviewed By: bigfootjon

fbshipit-source-id: d40fd728a44d6d3043c74fb2bb55b4399d4e6248
Atry added a commit to Atry/fboss that referenced this pull request Sep 8, 2022
Summary:
X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Differential Revision: D39340650

fbshipit-source-id: 653cf4c5b8f27fbb2ca8aebbb3a30b092479deca
Atry added a commit to Atry/openr that referenced this pull request Sep 8, 2022
Summary:
X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Differential Revision: D39340650

fbshipit-source-id: 3ada6cf92d47e40ca86d2b346a46f7dae310556b
Atry added a commit to Atry/hhvm that referenced this pull request Sep 8, 2022
Summary:
X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Differential Revision: D39340650

fbshipit-source-id: 79ef80a08de016463d6197276b3e1222da28bec3
Atry added a commit to Atry/folly that referenced this pull request Sep 8, 2022
Summary:
X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Differential Revision: D39340650

fbshipit-source-id: 30ca943999e305dc5e8513976d1f80f90f43a212
@facebook-github-bot
Copy link
Contributor

Hi @Atry!

Thank you for your pull request.

We require contributors to sign our Contributor License Agreement, and yours needs attention.

You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

yfeldblum added a commit to yfeldblum/folly that referenced this pull request Jan 13, 2023
Summary:
Pull Request resolved: facebook#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Differential Revision: D42509278

fbshipit-source-id: 6cda642a111ee463b928d083ef4849472ca43a46
yfeldblum added a commit to yfeldblum/folly that referenced this pull request May 17, 2023
Summary:
Pull Request resolved: facebook#1916

Pull Request resolved: facebook#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: 79aa2e3d06b0d4f3b60ab4e9f46e51de214e8041
yfeldblum added a commit to yfeldblum/folly that referenced this pull request May 22, 2023
Summary:
Pull Request resolved: facebook#1916

Pull Request resolved: facebook#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: 47db28bacea510e8b8f8e556c1ae86dce29e6d91
yfeldblum added a commit to yfeldblum/folly that referenced this pull request Mar 25, 2024
Summary:


X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278
facebook-github-bot pushed a commit to facebook/fb303 that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

Pull Request resolved: #32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebookexperimental/edencommon that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

Pull Request resolved: #5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebook/fbthrift that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

Pull Request resolved: #524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebook/wangle that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

Pull Request resolved: #209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebookincubator/fizz that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

Pull Request resolved: #82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebookincubator/hsthrift that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

Pull Request resolved: #101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebookexperimental/rust-shed that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

Pull Request resolved: #35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebook/folly that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

Pull Request resolved: #1916

Pull Request resolved: #1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebook/proxygen that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

Pull Request resolved: #429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebook/openr that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

Pull Request resolved: #141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebook/watchman that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

Pull Request resolved: #1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebook/sapling that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: #128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: #273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebook/fboss that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

Pull Request resolved: #119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebook/hhvm that referenced this pull request Mar 25, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

Pull Request resolved: #9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

X-link: facebookincubator/katran#172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
facebook-github-bot pushed a commit to facebookincubator/katran that referenced this pull request Apr 2, 2024
Summary:
X-link: facebookincubator/zstrong#738

X-link: facebook/folly#1916

X-link: facebook/folly#1857

X-link: facebook/hhvm#9179

X-link: facebook/fboss#119

X-link: facebook/fb303#32

X-link: facebook/openr#141

X-link: facebook/fbthrift#524

X-link: facebook/wangle#209

X-link: facebook/proxygen#429

X-link: facebook/sapling#128

X-link: facebookexperimental/rust-shed#35

X-link: facebook/watchman#1058

X-link: facebookincubator/reindeer#5

X-link: facebookarchive/sapling-staging#8

X-link: facebookexperimental/edencommon#5

X-link: facebookincubator/fizz#82

X-link: facebookincubator/velox#2487

X-link: facebookincubator/hsthrift#101

Pull Request resolved: #172

X-link: facebook/mvfst#273

X-link: https://github.com/fairinternal/AIRStore/pull/38

`LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout). This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported library `glog::glog` as an element in the `IMPORTED_LINK_INTERFACE_LIBRARIES` property.

Without this diff, there will be a linker error like this:
```
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libglog.so: undefined reference to symbol '_Ux86_64_getcontext'
//usr/lib/x86_64-linux-gnu/libunwind.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
```

Reviewed By: Wilfred

Differential Revision: D42509278

fbshipit-source-id: ea80449ccc6b91d658bbe9cee954fc8a4a17926f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.