crying wolf: ERROR: libsandbox.so from LD_PRELOAD cannot be preloaded |
||||
Issue descriptionPretty much all builds have instances of this: ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Since we (or others) seem to be able to add "ignored" at the end, could we go one extra step and not print this ERROR at all? Or at least print it as a WARNING.
,
Apr 10 2017
Mike do you have an example of where this happens and how to fix it? I am seeing it with xz-utils but am not sure what to change. Also, how come this started happening? It didn't used to (TM)
,
Apr 10 2017
you shouldn't be seeing it with xz-utils. i don't.
,
Apr 10 2017
Please see attached log. It's the FEATURES=test that does it, so perhaps it is expected? Does upstream play nicely with cross compiling?
,
Apr 10 2017
trying to use FEATURES=test with emerge-$BOARD on arbitrary upstream packages is known to not work well (or at all). you can test with the host sdk (sudo emerge foo) instead.
,
May 25 2017
sjg: I have a current example: https://uberchromegw.corp.google.com/i/chromeos/builders/daisy_spring-release/builds/2487/steps/UnitTest/logs/stdio chromeos-ec-0.0.1-r3867: ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. This build is loaded with these "ERROR"s. It doesn't really matter if FEATURES="test" is triggering this. As sheriff, when I look through a build log to find the actual failure, I don't want to have to figure out which ERRORs have been ignored.
,
May 25 2017
Mike, what is the expected behaviour here? Is there a good way to remove these errors? If not, what is the least bad way?
,
May 27 2017
from sandbox's POV, things are WAI. for this particular bug, i think it's a diff issue from what Luigi raised here. that output looks like the chromeos-ec is doing stuff it shouldn't ... for example, all those "skipping incompatible" messages suggests the build is messed up. probably want to file a sep bug for chromeos-ec.
,
Jun 1 2017
OK, I filed crbug.com/728751 and am closing this one. If in fact it affects other ebuilds, please feel free to reopen this. |
||||
►
Sign in to add a comment |
||||
Comment 1 by vapier@chromium.org
, Aug 12 2016