Closed
Bug 192907
Opened 23 years ago
Closed 23 years ago
make -f client.mk checkout gives no such file or directory errors
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.3final
People
(Reporter: collar, Assigned: netscape)
Details
Attachments
(1 file)
|
9.21 KB,
patch
|
sspitzer
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5
Greetings
I've performed the steps listed on http://www.mozilla.org/build/unix.html. While
in the middle of make -f client.mk checkout I had to ctrl-c and reboot. So I got
back up and started again. Now I receive this:
cvs checkout: in directory mozilla/mailnews/absync:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs checkout: in directory mozilla/mailnews/absync/build:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs checkout: in directory mozilla/mailnews/absync/public:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs checkout: in directory mozilla/mailnews/absync/src:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
After this, I ran configure like so:
CC=gcc3.2 CXX=gcc3.2 ./configure --with-qtdir=/usr/local/qt-2.3.2-gcc3
--enable-calendar --enable-svg --disable-ldap --enable-optimize=-O2 --enable-boehm
and received these messages:
creating mailnews/absync/build/Makefile
can't read ./mailnews/absync/build/Makefile.in: No such file or directory
creating mailnews/absync/Makefile
can't read ./mailnews/absync/Makefile.in: No such file or directory
creating mailnews/absync/public/Makefile
can't read ./mailnews/absync/public/Makefile.in: No such file or directory
creating mailnews/absync/src/Makefile
can't read ./mailnews/absync/src/Makefile.in: No such file or directory
I didn't notice
Reproducible: Always
Steps to Reproduce:
1. make -f client.mk checkout
2.
3.
Actual Results:
vs checkout: in directory mozilla/mailnews/absync:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs checkout: in directory mozilla/mailnews/absync/build:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs checkout: in directory mozilla/mailnews/absync/public:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs checkout: in directory mozilla/mailnews/absync/src:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
Expected Results:
no errors were expected
| Assignee | ||
Comment 1•23 years ago
|
||
Someone removed those Makefiles from the tree w/o removing the corresponding
allmakefiles.sh entries so it's causing bustage for those who build in the tree.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → mozilla1.3final
| Assignee | ||
Comment 2•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Attachment #114225 -
Flags: review?(sspitzer)
Comment 3•23 years ago
|
||
for bug #192074, I forgot to checkin my change to mozilla/mailnews/makefiles:
Index: mailnews/makefiles
===================================================================
RCS file: /cvsroot/mozilla/mailnews/makefiles,v
retrieving revision 1.73
diff -r1.73 makefiles
2,5d1
< mailnews/absync/build/Makefile
< mailnews/absync/Makefile
< mailnews/absync/public/Makefile
< mailnews/absync/src/Makefile
I just checked in that change. Is that what caused this problem?
Comment 4•23 years ago
|
||
Comment on attachment 114225 [details] [diff] [review]
Stop creating bogus Makefiles/directories
r/sr=sspitzer
thanks cls.
note, I already checked in the fix for mozilla/mailnews/absync.
Attachment #114225 -
Flags: review?(sspitzer) → review+
| Assignee | ||
Comment 5•23 years ago
|
||
Patch has been checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•