-
Notifications
You must be signed in to change notification settings - Fork 13
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 (#101) #5
Conversation
Summary: 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: 28d9a494e97ca140b627e02a76e15b3a18199559
This pull request was exported from Phabricator. Differential Revision: D39340650 |
Summary: 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: dafa61dcf2d4ce8957c2999186d697fefe140238
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
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
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
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
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. ProcessIn 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 If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
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
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
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
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
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
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
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
This pull request has been merged in 00a0edb. |
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
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
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
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
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
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
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
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
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
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
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
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
Summary:
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 ofglog
according to objdump. This diff adds ${LIBUNWIND_LIBRARY} to the CMake imported libraryglog::glog
as an element in theIMPORTED_LINK_INTERFACE_LIBRARIES
property.Without this diff, there will be a linker error like this:
Differential Revision: D39340650