updater failing on Linux (cannot find libraries)
Categories
(Toolkit :: Application Update, defect, P2)
Tracking
()
People
(Reporter: arthur, Assigned: arthur)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tor 18900])
Attachments
(1 file)
2.07 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Comment 9•7 years ago
|
||
bugherder |
Comment 10•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 15•6 years ago
|
||
No response to comment #13... resolving -> incomplete
Comment 16•6 years ago
|
||
(In reply to Robert Strong (Robert he/him) [:rstrong] (use needinfo to contact me) from comment #15)
No response to comment #13... resolving -> incomplete
The answer is actually: no, we did not have a chance yet to look at it again but it seems we (and I suspect other Firefox users affected by that) would still like to get that fixed.
Updated•6 years ago
|
Comment 17•6 years ago
|
||
Georg, I just realized a bug I fixed also fixes this. We no longer change LD_LIBRARY_PATH as of bug 1434033 landing. Can you check if this is still an issue using latest nightly?
Comment 18•6 years ago
|
||
(In reply to Robert Strong (Robert he/him) [:rstrong] (use needinfo to contact me) from comment #17)
Georg, I just realized a bug I fixed also fixes this. We no longer change
LD_LIBRARY_PATH as of bug 1434033 landing. Can you check if this is still an
issue using latest nightly?
Hm, that's a bit tricky for us as we are on the ESR train and have a bunch of updater patches which we carry around and adapt the updater to our needs. What's the bug number/fix? Maybe we can backport something which we then could test...
Comment 19•6 years ago
|
||
Bug 1434033
The patch is here
https://phabricator.services.mozilla.com/D20098
and landed here
https://hg.mozilla.org/mozilla-central/rev/ee53ed43d51d
Comment 20•6 years ago
|
||
So, as long as you keep the updater alongside the shared libraries this bug should be fixed by bug 1434033. The updater no longer cares what LD_LIBRARY_PATH is set to as described in comment #2 and the AppendToLibPath function that the patch in this bug patches no longer exists. If there is still a problem after bug 1434033 then it can't be the same as this bug even if it is similar so I'm duping this the bug 1434033.
Comment 21•6 years ago
|
||
(In reply to Robert Strong (Robert he/him) [:rstrong] (use needinfo to contact me) from comment #20)
So, as long as you keep the updater alongside the shared libraries this bug should be fixed by bug 1434033. The updater no longer cares what LD_LIBRARY_PATH is set to as described in comment #2 and the AppendToLibPath function that the patch in this bug patches no longer exists. If there is still a problem after bug 1434033 then it can't be the same as this bug even if it is similar so I'm duping this the bug 1434033.
Kathy Brade and I looked at this from a Tor Browser updater perspective. We did not test a backported patch, but Robert is correct that the specific issue covered by this bug is no longer an issue. For Tor Browser, because we define MAR_NSS on all platforms, we will need to do a little extra work for macOS and Windows when we move to the Firefox ESR 68 codebase. I opened a Trac ticket to track that task: https://trac.torproject.org/projects/tor/ticket/29818
Comment 22•6 years ago
|
||
Hi Mark, I'd be interested in adding support for https://trac.torproject.org/projects/tor/ticket/29818 as well.
Description
•