|
|
Created:
4 years, 5 months ago by Jakob Kummerow Modified:
4 years, 5 months ago CC:
chromium-reviews Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Description[GYP/Linux] Add missing dependency on xcursor to libgtk2ui
Now that gtk2_ui.cc calls into libxcursor, libgtk2ui.so must be linked against that library.
This CL fixes the shared library build with GYP.
TBR=erg
Committed: https://crrev.com/bdf33173c36e4adc006cfddc0f5ad290735262ba
Cr-Commit-Position: refs/heads/master@{#405602}
Patch Set 1 #
Messages
Total messages: 16 (6 generated)
jkummerow@chromium.org changed reviewers: + erg@chromium.org, thomasanderson@google.com
Follow-up to https://codereview.chromium.org/2135353002. The GN build handles this in https://cs.chromium.org/chromium/src/build/config/linux/BUILD.gn?rcl=0&l=41 Tom: please review. Elliot: OWNERS' approval please. CQ it if you like it :-)
lgtm
On 2016/07/14 16:11:06, Tom Anderson wrote: > lgtm I'm getting $ error while loading shared libraries: libgtk2ui.so: cannot open shared object file: No such file or directory after building today on Linux, guessing it is related?
On 2016/07/14 20:39:26, samueldoyle wrote: > On 2016/07/14 16:11:06, Tom Anderson wrote: > > lgtm > > I'm getting > > $ error while loading shared libraries: libgtk2ui.so: cannot open shared object > file: No such file or directory > > after building today on Linux, guessing it is related? Sounds like it. Can you try to selectively revert this change https://codereview.chromium.org/2135353002 And see if that fixes your build?
dpranke@chromium.org changed reviewers: + dpranke@chromium.org
lgtm to me as well. Just TBR= erg@ and we should be okay.
Description was changed from ========== [GYP/Linux] Add missing dependency on xcursor to libgtk2ui Now that gtk2_ui.cc calls into libxcursor, libgtk2ui.so must be linked against that library. This CL fixes the shared library build with GYP. ========== to ========== [GYP/Linux] Add missing dependency on xcursor to libgtk2ui Now that gtk2_ui.cc calls into libxcursor, libgtk2ui.so must be linked against that library. This CL fixes the shared library build with GYP. TBR=erg ==========
The CQ bit was checked by thomasanderson@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== [GYP/Linux] Add missing dependency on xcursor to libgtk2ui Now that gtk2_ui.cc calls into libxcursor, libgtk2ui.so must be linked against that library. This CL fixes the shared library build with GYP. TBR=erg ========== to ========== [GYP/Linux] Add missing dependency on xcursor to libgtk2ui Now that gtk2_ui.cc calls into libxcursor, libgtk2ui.so must be linked against that library. This CL fixes the shared library build with GYP. TBR=erg ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
CQ bit was unchecked.
Message was sent while issue was closed.
Description was changed from ========== [GYP/Linux] Add missing dependency on xcursor to libgtk2ui Now that gtk2_ui.cc calls into libxcursor, libgtk2ui.so must be linked against that library. This CL fixes the shared library build with GYP. TBR=erg ========== to ========== [GYP/Linux] Add missing dependency on xcursor to libgtk2ui Now that gtk2_ui.cc calls into libxcursor, libgtk2ui.so must be linked against that library. This CL fixes the shared library build with GYP. TBR=erg Committed: https://crrev.com/bdf33173c36e4adc006cfddc0f5ad290735262ba Cr-Commit-Position: refs/heads/master@{#405602} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/bdf33173c36e4adc006cfddc0f5ad290735262ba Cr-Commit-Position: refs/heads/master@{#405602}
Message was sent while issue was closed.
On 2016/07/14 21:21:28, Tom Anderson wrote: > On 2016/07/14 20:39:26, samueldoyle wrote: > > On 2016/07/14 16:11:06, Tom Anderson wrote: > > > lgtm > > > > I'm getting > > > > $ error while loading shared libraries: libgtk2ui.so: cannot open shared > object > > file: No such file or directory > > > > after building today on Linux, guessing it is related? > > Sounds like it. Can you try to selectively revert this change > https://codereview.chromium.org/2135353002 > And see if that fixes your build? I'll try to pull a clean copy of the repo. I've had cases in the past before where even though I would perform a clean build it would still fail even after running the install build deps again, pulling the src again would resolve it. |