Closed
Bug 271369
Opened 20 years ago
Closed 20 years ago
build error:Source required for build is lost.( not found nsComponentManagerUtils.cpp/.h)
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: sugar.waffle, Assigned: mscott)
Details
When sauce was got and built from branch today, the following errors came out.
make[5]: Entering directory
`/Users/sek/Documents/mozilla-current/thunderbird/mozilla/xpcom/glue/standalone'
/Users/sek/Documents/mozilla-current/thunderbird/mozilla/config/nsinstall -L
/Users/sek/Documents/mozilla-current/thunderbird/mozilla/xpcom/glue/standalone
-m 644 nsXPCOMGlue.h ../../../dist/include/xpcom
/usr/bin/perl -I../../../config ../../../config/build-list.pl
../../../dist/include/xpcom/.headerlist nsXPCOMGlue.h
/Users/sek/Documents/mozilla-current/thunderbird/mozilla/config/nsinstall -L
/Users/sek/Documents/mozilla-current/thunderbird/mozilla/xpcom/glue/standalone
-m 644 nsXPCOMGlue.h ../../../dist/sdk/include
make[5]: *** No rule to make target
`../../../xpcom/glue/nsComponentManagerUtils.cpp', needed by `export'. Stop.
make[5]: Leaving directory
`/Users/sek/Documents/mozilla-current/thunderbird/mozilla/xpcom/glue/standalone'
make[4]: *** [export] Error 2
make[4]: Leaving directory
`/Users/sek/Documents/mozilla-current/thunderbird/mozilla/xpcom/glue'
There is no nsComponentManagerUtils.cpp as the following CVS Status.
What has occurred?
cvs status objs.mk
===================================================================
File: objs.mk Status: Up-to-date
Working revision: 1.5
Repository revision: 1.5 /cvsroot/mozilla/xpcom/glue/objs.mk,v
Sticky Tag: AVIARY_1_0_20040515_BRANCH (branch: 1.5.30)
Sticky Date: (none)
Sticky Options: (none)
~/Documents/mozilla-current/thunderbird/mozilla/xpcom/glue $cvs status
nsComponentManagerUtils.cpp
===================================================================
File: no file nsComponentManagerUtils.cpp Status: Unknown
Working revision: No entry for nsComponentManagerUtils.cpp
Repository revision: No revision control file
Although nsComponentManagerUtils.cpp was revitalized, nsComponentManagerUtils.h
was lost this time.
nsComponentManagerUtils.cpp
===================================================================
File: nsComponentManagerUtils.cpp Status: Up-to-date
Working revision: 1.3
Repository revision: 1.3
/cvsroot/mozilla/xpcom/glue/nsComponentManagerUtils.cpp,v
Sticky Tag: AVIARY_1_0_20040515_BRANCH (branch: 1.3.100)
Sticky Date: (none)
Sticky Options: (none)
$cvs status nsComponentManagerUtils.h
===================================================================
File: no file nsComponentManagerUtils.h Status: Unknown
Working revision: No entry for nsComponentManagerUtils.h
Repository revision: No revision control file
Summary: build error:ns not found ComponentManagerUtils.cpp → build error:Source required for build is lost.( not found nsComponentManagerUtils.cpp/.h)
It succeeded, when trying build again.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•