Open
Bug 1441900
Opened 7 years ago
Updated 7 months ago
Snap shouldn't attempt to read /etc/ld.so.conf
Categories
(Firefox Build System :: Third Party Packaging, defect, P5)
Firefox Build System
Third Party Packaging
Tracking
(firefox59 fix-optional, firefox60 affected)
NEW
Tracking | Status | |
---|---|---|
firefox59 | --- | fix-optional |
firefox60 | --- | affected |
People
(Reporter: ken.vandine, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/65.0.3325.88 Chrome/65.0.3325.88 Safari/537.36
Steps to reproduce:
Snap shouldn't be looking at /etc/ld.so.conf since it comes from the classic system, but the snap's runtime is the core snap. Things seem to work ok, but if it is trying to do something with the file, it should look at something like $SNAP/etc/ld.so.conf
Updated•7 years ago
|
Comment 1•7 years ago
|
||
[Tracking Requested - why for this release]: We are looking to release a Firefox Snap for 59. This is a Snap only fix for 59. It has no impact on the regular product.
tracking-firefox59:
--- → ?
Updated•7 years ago
|
status-firefox59:
--- → affected
Comment 2•7 years ago
|
||
We're building the release candidate today, so this may miss RC1. I do expect we will have an RC2 later this week though I don't think I'd do one only for this issue.
Comment 3•7 years ago
|
||
Johan, this would need to land asap in order to make it into the RC2 build tomorrow .
Flags: needinfo?(jlorenzo)
Comment 4•7 years ago
|
||
I just confirmed with Canonical this bug is minor and has no user impact. They are okay to release 59.0 without this patch. My apologies, I misunderstood the impact. Un-tracking this release for 59.
Severity: normal → minor
Status: UNCONFIRMED → NEW
status-firefox60:
--- → unaffected
tracking-firefox59:
+ → ---
Ever confirmed: true
Flags: needinfo?(jlorenzo)
Updated•7 years ago
|
Comment 5•7 years ago
|
||
Is this about Firefox reading /etc/ld.so.conf? If so, it's probably due to bug 1387837, and it's harmless if the Snap container's libraries are all in /lib and /usr/lib (or lib64).
Updated•7 years ago
|
Component: Release Automation: Other → Release Automation: Snap
Updated•2 years ago
|
Severity: minor → S3
Priority: -- → P5
Comment 6•1 year ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: ken.vandine → nobody
Updated•7 months ago
|
Component: Release Automation: Snap → Third Party Packaging
Product: Release Engineering → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•