Closed
Bug 837754
Opened 13 years ago
Closed 13 years ago
Valgrind tbpl builds are burning
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla21
People
(Reporter: gkw, Assigned: joey)
References
Details
Attachments
(1 file)
2.35 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
TEST-PASS | check-sync-dirs.py | /builds/slave/m-cen-lnx64-valgrind/src/js/src/build <= /builds/slave/m-cen-lnx64-valgrind/src/build
Generating ../src/js/src/configure using autoconf
cd ../src/js/src; /usr/bin/autoconf-2.13
make: *** No rule to make target `.mkdir.done', needed by `configure'. Stop.
+ exit 2
Full log:
https://tbpl.mozilla.org/php/getParsedLog.php?id=19381993&tree=Firefox&full=1
Regression window:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=50cf5bbcb180&tochange=4e7c92906a79
![]() |
Reporter | |
Comment 2•13 years ago
|
||
Setting NEEDINFO from Joey since he coded the patch that landed in bug 830351.
Flags: needinfo?(joey)
![]() |
Assignee | |
Comment 3•13 years ago
|
||
The catchall .mkdir.dep rule for creation w/o a directory prefix can be re-added and that should fix the problem.
Flags: needinfo?(joey)
![]() |
Assignee | |
Comment 4•13 years ago
|
||
![]() |
Assignee | |
Comment 5•13 years ago
|
||
(In reply to Joey Armstrong [:joey] from comment #4)
> Created attachment 710858 [details] [diff] [review]
> valgrind tbpl builds, re-add catchall mkdir dot rule
Testing locally and will send through for a review shortly.
NOTE: This failure hints that something may be attempting to create dot/cwd while sitting in cwd. Directory dep w/o specifying the path to create may be an empty directory variable.
![]() |
Assignee | |
Comment 6•13 years ago
|
||
Comment on attachment 710858 [details] [diff] [review]
valgrind tbpl builds, re-add catchall mkdir dot rule
Re-add the catchall mkdir dot/no directory prefix rule for valgrind/tbpl.
Attachment #710858 -
Flags: review?(mh+mozilla)
Updated•13 years ago
|
Attachment #710858 -
Flags: review?(mh+mozilla) → review+
![]() |
Assignee | |
Updated•13 years ago
|
Assignee: nobody → joey
![]() |
Assignee | |
Comment 7•13 years ago
|
||
Inbound push: committed changeset 121386:cff2fa817604
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•