Closed
Bug 380529
Opened 18 years ago
Closed 17 years ago
trunk build fails using msys build system at cp: cannot stat `/d/mozilla/mozilla//thunderbird.ico': No such file or directory
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: wsmwk, Assigned: mscott)
Details
end of build is
...
/c/mozilla-build/moztools/bin/nsinstall -D ../../dist/branding
cp /d/mozilla/mozilla//thunderbird.ico ../../dist/branding/thunderbird.ico
cp: cannot stat `/d/mozilla/mozilla//thunderbird.ico': No such file or directory
make[5]: *** [export] Error 1
I am using VS2005 and msys MozillaBuildSetup-1.1.exe dated 19-Mar-2007
options...
# Options for client.mk.
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/tbird-debug
mk_add_options MOZ_CO_PROJECT=mail
# Options for 'configure' (same as command-line options).
ac_add_options --disable-mathml
ac_add_options --disable-accessibility
ac_add_options --enable-application=mail
ac_add_options --disable-optimize
ac_add_options --enable-debug
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-xpconnect-idispatch
ac_add_options --disable-tests
Updated•17 years ago
|
QA Contact: build → build-config
Reporter | ||
Comment 1•17 years ago
|
||
Mark, I don't have that exact setup anymore. Perhaps unlikely problem still exists because I had build working in various configurations after that time.
I understand nothing about build, so perhaps => incomplete?
Comment 2•17 years ago
|
||
(In reply to comment #1)
> Mark, I don't have that exact setup anymore. Perhaps unlikely problem still
> exists because I had build working in various configurations after that time.
> I understand nothing about build, so perhaps => incomplete?
>
Without trying it again, and maybe checking some of the activex options, I'm not sure we'll resolve this easily. Given this is a non-standard build configuration and I've not heard of anyone else having problems, I think its not worth the time to try and debug it, so incomplete would be the best resolution.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•