Closed
Bug 1492149
Opened 7 years ago
Closed 7 years ago
cygprofile.cpp aborts due to lack of MOZ_OBJDIR (cygprofile.txt not found)
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox66 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: away, Assigned: mak)
References
Details
Attachments
(1 file, 1 obsolete file)
|
47 bytes,
text/x-phabricator-request
|
Details |
A number of developers have hit bustage in local builds, where cygprofile.cpp aborts due to lack of MOZ_OBJDIR, and then the linker fails due to lack of cygprofile.txt. Try says we can just remove the getenv, the file will end up in the objdir anyway: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&revision=8514d3bc61854846e07546cee1bdf97f70879b9a
A number of developers have hit bustage in local builds, where cygprofile.cpp aborts due to lack of MOZ_OBJDIR, and then the linker fails due to lack of cygprofile.txt. Try says we can just remove the getenv, the file will end up in the objdir anyway: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&revision=8514d3bc61854846e07546cee1bdf97f70879b9a
Updated•7 years ago
|
Assignee: nobody → dmajor
Updated•7 years ago
|
Attachment #9009955 -
Attachment is obsolete: true
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Summary: Don't use MOZ_OBJDIR in cygprofile.cpp → cygprofile.cpp aborts due to lack of MOZ_OBJDIR
| Assignee | ||
Updated•7 years ago
|
Summary: cygprofile.cpp aborts due to lack of MOZ_OBJDIR → cygprofile.cpp aborts due to lack of MOZ_OBJDIR (cygprofile.txt not found)
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/29301855b37c
Add MOZ_OBJDIR to the pgo env, so cygprofile.txt can be found. r=froydnj
Comment 4•7 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mak77
You need to log in
before you can comment on or make changes to this bug.
Description
•