Closed
Bug 1350619
Opened 8 years ago
Closed 8 years ago
periodicupdates broken on trunk, "error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory"
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: kats)
References
Details
Assignee | ||
Comment 1•8 years ago
|
||
Yeah that's probably from adding webrender to the build. It looks like the job is trying to run xpcshell and fails to find libGL which is now required. This will eventually be fixed in the near future by removing the libGL dependency, in bug 1325298. If this is super urgent then we can back out the webrender patch or disable it on Linux or something.
Depends on: 1325298
Reporter | ||
Comment 2•8 years ago
|
||
Call it 7/10 urgent and fixed within a week would be best: we don't often break the script, but nearly every time we break it and leave it broken for weeks (or, as often, don't notice it was broken for weeks) we break it a second time while it's broken and can't figure out what caused the second bustage. It's only 10/10 if you break aurora, which of course you didn't, during the last week or two of a cycle.
Assignee | ||
Comment 3•8 years ago
|
||
Ok, thanks. If the dependency doesn't look like it'll be in before the end of the week I'll disable the webrender inclusion on Linux (or entirely). Parking this bug with me.
Assignee: nobody → bugmail
Reporter | ||
Comment 4•8 years ago
|
||
Well, microscopic chance it could go critical on the trunk if we fix a startup crash by blocklisting something, but as long as we tell Jorge that automatically updating the in-tree blocklist is broken on mozilla-central, he'll probably tell us that we need to manually update it if we do blocklist something that critical while it's still broken.
Assignee | ||
Comment 5•8 years ago
|
||
This should be fixed on the graphics branch with bug 1325298. I'll request a merge from graphics to m-c tomorrow assuming the graphics branch is green.
Assignee | ||
Comment 6•8 years ago
|
||
The graphics branch has merged over to m-c, so the linux builds that are from 4c7c05a49f3c or newer should no longer have the libGL dependency. Marking this closed, but reopen if you run into problems.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•