Closed
Bug 485264
Opened 17 years ago
Closed 17 years ago
Error message "dirname: extra operand `Files/Microsoft'" when running configure
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: wtc, Assigned: benjamin)
Details
Attachments
(2 files, 1 obsolete file)
|
1.82 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
|
1.39 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
I use MozillaBuild 1.3 on Windows XP SP2, with Visual C++ 2005
Professional Edition SP1.
When I do "make -f client.mk build", the configure script emits
the following error messages:
checking for ml... /c/Program Files/Microsoft Visual Studio 8/VC/BIN/ml
dirname: extra operand `Files/Microsoft'
Try `dirname --help' for more information.
basename: extra operand `Visual'
Try `basename --help' for more information.
The error messages from dirname are clearly caused by the spaces in
the pathname of ml. In spite of these error messages, the build
is proceeding without problems.
| Assignee | ||
Comment 1•17 years ago
|
||
Assignee: nobody → benjamin
Attachment #369505 -
Flags: review?(ted.mielczarek)
Updated•17 years ago
|
Attachment #369505 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•17 years ago
|
||
Ben, thanks for the fix. While verifying your bug fix,
I found that the original error messages from 'dirname'
and 'basename' are gone, but there is a new error message
from 'cd':
checking for ml... /c/Program Files/Microsoft Visual Studio 8/VC/BIN/ml
/c/firefox-tip/src/configure: cd: /c/Program: No such file or directory
Comment 4•17 years ago
|
||
Attachment #370790 -
Flags: review?(benjamin)
Comment 5•17 years ago
|
||
Attachment #370790 -
Attachment is obsolete: true
Attachment #370872 -
Flags: review?(benjamin)
Attachment #370790 -
Flags: review?(benjamin)
| Assignee | ||
Updated•17 years ago
|
Attachment #370872 -
Flags: review?(benjamin) → review+
| Assignee | ||
Comment 6•17 years ago
|
||
Comment on attachment 370872 [details] [diff] [review]
patch with js too
pushed as http://hg.mozilla.org/mozilla-central/rev/63ef98ebb1ff
| Reporter | ||
Comment 7•17 years ago
|
||
Thanks. This is the configure output now:
checking for ml... /c/Program Files/Microsoft Visual Studio 8/VC/BIN/ml
Status: RESOLVED → VERIFIED
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
•