Closed
Bug 1052536
Opened 11 years ago
Closed 11 years ago
configure: line 16243: MOZ_FMP4: command not found
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla34
People
(Reporter: emorley, Assigned: bwu)
References
Details
Attachments
(1 file)
|
565 bytes,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=45748738&tree=B2g-Inbound
04:26:05 INFO - 0:16.66 checking for localeconv... yes
04:26:05 INFO - 0:16.68 checking NSPR selection... source-tree
04:26:05 INFO - 0:16.68 checking for YASM assembler... checking for yasm... yasm
04:26:05 ERROR - 0:16.69 /builds/slave/l64-br-haz_b2g-in_dep-00000000/build/source/configure: line 16243: MOZ_FMP4: command not found
04:26:05 INFO - 0:16.70 checking for application to build... browser
Believe from:
http://mxr.mozilla.org/mozilla-central/source/configure.in#3779
3779 if test -n "$MOZ_FMP4"; then
3780 MOZ_FMP4=1
3781 else
3782 MOZ_FMP4 =
3783 fi
Guess from the additional space before the equals?
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bwu
| Assignee | ||
Comment 1•11 years ago
|
||
Hi Ed,
Thanks for your information!
I will remove that space and have a try again.
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8472052 [details] [diff] [review]
Bug-1052536-Remove-unnecessary-space.patch
Hi Mike,
All building results on are good on https://tbpl.mozilla.org/?tree=Try&rev=44b20e85f3de.
Could you please help review the codes?
Thanks!
Attachment #8472052 -
Flags: review?(mh+mozilla)
Updated•11 years ago
|
Attachment #8472052 -
Flags: review?(mh+mozilla) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/bb34bb0670eb
I fixed up the commit message to follow the usual guidelines. Please try to keep in mind for the future that the commit message should be saying what the patch is doing, not restating the problem it's fixing. Thanks :)
https://developer.mozilla.org/en-US/docs/Developer_Guide/Committing_Rules_and_Responsibilities#Checkin_comment
Flags: in-testsuite-
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
| Assignee | ||
Comment 6•11 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #4)
> https://hg.mozilla.org/integration/mozilla-inbound/rev/bb34bb0670eb
>
> I fixed up the commit message to follow the usual guidelines. Please try to
> keep in mind for the future that the commit message should be saying what
> the patch is doing, not restating the problem it's fixing. Thanks :)
> https://developer.mozilla.org/en-US/docs/Developer_Guide/
> Committing_Rules_and_Responsibilities#Checkin_comment
Opps. Sorry! I forgot it.
Thanks for your help and tip! I will keep it in mind.
Updated•11 years ago
|
QA Whiteboard: [qa-]
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•7 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•