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 (#82) #209

Closed
wants to merge 1 commit into from

Conversation

Atry
Copy link
Contributor

@Atry Atry commented Sep 8, 2022

Summary:
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. 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

Summary:
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: f0e9ecd925d5cb89d8d6d58925906241c540c3e0
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39340650

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/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 [email protected]. 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 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
Copy link
Contributor

This pull request has been merged in 78d5802.

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/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/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/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 to facebook/mvfst 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants