Closed
Bug 491120
Opened 16 years ago
Closed 16 years ago
Prism build fails, because prism/common/Makefile.in is missing
Categories
(Mozilla Labs :: Prism, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jazzva, Assigned: matthew.gertner)
Details
Attachments
(1 file, 1 obsolete file)
|
3.04 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4pre) Gecko/20090401 Ubuntu/9.04 (jaunty) Shiretoko/3.5b4pre
Build Identifier: 0.9.9+svn20090429r25045
Hello,
Ubuntu daily build of Prism failed because prism/common/Makefile.in is missing. We solved this by removing "common" from DIRS variable in prism/Makefile.in.
Reproducible: Always
Steps to Reproduce:
Get latest revision from trunk, and start build.
Actual Results:
The build fails, reporting that prism/common/Makefile.in is missing.
Expected Results:
The build should complete without errors.
| Reporter | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Attachment #375460 -
Flags: review?(mark.finkle)
Comment 2•16 years ago
|
||
Comment on attachment 375460 [details] [diff] [review]
Patch that removes "common" from DIRS in prism/Makefile.in
our daily builds started to fail because of this.
Comment 3•16 years ago
|
||
... besides from that current daily builds don' seem to work that great for us - maybe some rework going on. lets see what todays build give us.
| Assignee | ||
Comment 4•16 years ago
|
||
This change was to ensure that the build happens in the right order, otherwise all the module files don't show up until the second build. I've moved the change to the build/ directory and put the preferences there as well since there was a problem with preferences not showing up either in a fresh build.
Assignee: nobody → matthew.gertner
Attachment #375460 -
Attachment is obsolete: true
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #375598 -
Flags: review?(mark.finkle)
Attachment #375460 -
Flags: review?(mark.finkle)
Updated•16 years ago
|
Attachment #375598 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 5•16 years ago
|
||
Sending Makefile.in
Adding build/Makefile.in
Transmitting file data ..
Committed revision 25218.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•