Closed
Bug 622106
Opened 14 years ago
Closed 14 years ago
Need to pass LD_LIBRARY_PATH in on the tryserver
Categories
(Mozilla Messaging Graveyard :: Try Server, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: standard8)
References
Details
Attachments
(1 file)
|
5.29 KB,
patch
|
jhopkins
:
review+
|
Details | Diff | Splinter Review |
The Linux tryserver builds and mozmill tests are permaorange from "libstdc++.so.6: version `GLIBCXX_3.4.9' not found" (as is xpcshell, which it still would be from bug 621715, but we can't test our patches for xpcshell passing it *on* until tryserver is passing it *in*) because we need to set LD_LIBRARY_PATH=/tools/gcc-4.3.3/lib in the env for try, the way we do on the tinderbox.
| Assignee | ||
Comment 1•14 years ago
|
||
I've just applied a local change to try server on buildbot master and re-pushed jhopkin's changeset to try.
Hopefully it'll pass this time, if so we can get that bug moving.
| Assignee | ||
Comment 2•14 years ago
|
||
With a couple more tweaks I fixed try server. Will try and get the patch attached tomorrow unless someone beats me to it.
| Assignee | ||
Comment 3•14 years ago
|
||
This is what fixed it when I landed locally. Putting here for formal sign-off before landing.
Note, this also includes setting DISABLE_LIGHTNING_INSTALL=1, this makes doing lightning builds on the try server successful without having to push messy patches.
Updated•14 years ago
|
Attachment #501149 -
Flags: review?(john.hopkins) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Checked in and local edits removed from try buildbot master: http://hg.mozilla.org/build/buildbot-configs/rev/8011e37af0f7
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•