[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

2496.0. "problems with ode submit into cfe pool" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Fri Aug 23 1996 16:37

Date Of Receipt: 	15-AUG-1996 09:13:08.51
From: 	WASTED::lebel "Diane Lebel USG"
To: 	odehelp reng
CC: 	lebel@DEC:.zko.wasted
Subj: 	problems with ode submit into cfe pool

I sent this to Josh but he is on vacation.

Locus cannot submit their latest code into our cfe pool because
of problems with ode.  Can you help please?

Thanks,
- Diane
-----------------------------------------------------------------------
Return-Path: ljk
To: [email protected], [email protected]
Cc: ljk
Subject: bsubmit help needed
Date: Mon, 12 Aug 96 21:04:48 -0400
From: ljk
X-Mts: smtp


Hi,

I'm having trouble with the submission into the cfe pool.  I checked in
all the files and did a "bsubmit -all".  I got no specific errors but
got:

Please take appropriate steps and re-submit.

*** RE-SUBMISSION REQUIRED ***

- - Source control information is in an intermediate state.
- - Re-submit using -resub 19:55 [ -date 8/12/96 ]

I reran the bsubmit with the -resub 19:55 option and got:

>> FATAL ERROR in /usr/sde/tools/alpha_osf1/bin/ode/bsubmit:
>> stat ./kernel/tnc_common/tnc_cfe/alpha/cfs_server.c
>> FATAL ERROR in /usr/sde/tools/alpha_osf1/bin/ode/bsubmit:
>> stat ./kernel/tnc_common/tnc_cfe/alpha/cfs_vnops.c

Please take appropriate steps and re-submit.

*** RE-SUBMISSION REQUIRED ***

- - Source control information is in an intermediate state.
- - Re-submit using -resub 19:55 [ -date 8/12/96 ]

What's interesting about these 2 files is that I had to do the bci for
these files multiple times because the RCS history was too long.  I
did a bci with a partial history, followed by a bco and another bci
with the rest of the history.  The files looked fine in my sandbox
and seemed to have been checked in ok.  I can check them out and back
in and the right stuff is there but the bsubmit still fails.  

Can you have someone look into this and tell me what I need to do?
The submissions are being done as brich.  The sandbox is on alpha as
~brich/sb/cfe_d4.

Thanks,

- -- ljk

------- End of Forwarded Message






T.RTitleUserPersonal
Name
DateLines
2496.1re: problems with ode submit into cfe poolAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Aug 29 1996 12:20239
Date Of Receipt: 	28-AUG-1996 18:48:18.33
From: 	FLUME::jmf "Joshua M. Friedman Digital UNIX  28-Aug-1996 1846"
To: 	[email protected]
CC: 	lebel@DEC:.zko.flume, odehelp@DEC:.zko.flume
Subj: 	re: problems with ode submit into cfe pool

Linda, it appears that you've gone over an internal size limit for
check-in and submit comments.  When you do a submit, it concatenates
all the bci comments into one comment block, and that block is too
long.  (Tina Anderson in the Seattle ODE group is investigating this
now, and while it may be fixed in the future, for now we're going to do
a workaround.)

I've looked in your sandbox at the tracking files and the directory
contents, and have found that at the point where the bsubmit got stuck,
it had temporarily removed the files from your sandbox and not replaced
them.  This may or may not be ok for the remaining 88 files in the sb.
so...

Here's how we're going to proceed.

 1) I have removed these two files from the bsubmit.hold:
	>> ./kernel/tnc_common/tnc_cfe/alpha/cfs_server.c
	>> ./kernel/tnc_common/tnc_cfe/alpha/cfs_vnops.c

    Please rerun the command:

	bsubmit -resub 19:55 -date 8/12/96 

    This will now skip the offending two files.

    Note that -resub requires you're in ~brich/sb/cfe_d4/src.

 2) If you get any stat errors, since the remaining files aren't
    currently in the sandbox, then do this to replace them:

	    bco -u -all
	    
    then retry the bsubmit -resub.

    You should be able to complete the submit of the ok 88 files.


 3) Make sure you do the outdate after the submit; this will remove the
    "ode set" information for the completed 88 files.


 4) Now were're going to do the submit of the remaining 2 files in
    pieces - in the same way you did the bci in pieces, but to do this
    we'll need to do partial outdates, as if the additional bco/bci's
    weren't done at all.

    The first submit attempt left these two files locked, so 
    first you have to "unlock" the submit branch for these:

	cd kernel/tnc_common/tnc_cfe/alpha
	bcs -uCFE cfs_server.c cfs_vnops.c

 5) First we're going to complete cfs_server.c

    a) copy the file to keep the comments for future reference, eg:

	cp cfs_server.c cfs_server.c-comments

    b) For this file (see history below) we're going to outdate revs
       1.1.3.3-4 and keep your first check-in only, 1.1.3.2, then
       bsubmit, and outdate, then bco, add more comments, and
       bci/bsubmit again.

	bcs -o3-4 cfs_server.c
	bsubmit cfs_server.c    (take the default to outdate)

	bco cfs_server.c    
	edit in the 2nd chunk of comments between HISTORY & $Log
	bci cfs_server.c    
	bsubmit cfs_server.c    (take the default to outdate)

    ----------------------------
    ./kernel/tnc_common/tnc_cfe/alpha/cfs_server.c
    ----------------------------
    revision 1.1.3.4
    date: 1996/08/13 00:46:46;  author: Brian_Rich;  state: Exp;  lines: +39 -1
	    No changes
    ----------------------------
    revision 1.1.3.3
    date: 1996/08/12 23:18:26;  author: Brian_Rich;  state: Exp;  lines: +51 -1
	    Continuation of previous history (no source changes)
	    ...
    ----------------------------
    revision 1.1.3.2
    date: 1996/08/12 23:17:19;  author: Brian_Rich;  state: Exp;  lines: +233 -146
	    Clean up some dead code.
	    ...
    ----------------------------


 6) Next we're going to complete cfs_vnops.c, I noticed this had 4 sets
     of bci's to break up an even larger submit comment.

    a) copy the file to keep the comments for future reference, eg:

	cp cfs_vnops.c cfs_vnops.c-comments

    b) For this file (see history below) we're going to outdate revs
       1.1.3.3-6 and keep your first check-in only, 1.1.3.2, then
       bsubmit, and outdate, then bco, add more comments, and
       bci/bsubmit again, and so on for each of the 4 comment blocks.

	bcs -o3-6 cfs_server.c
	bsubmit cfs_server.c    (take the default to outdate)

	bco cfs_server.c    
	edit in the 2nd chunk of comments between HISTORY & $Log
	bci cfs_server.c    
	bsubmit cfs_server.c    (take the default to outdate)

	bco cfs_server.c    
	edit in the 3rd chunk of comments between HISTORY & $Log
	bci cfs_server.c    
	bsubmit cfs_server.c    (take the default to outdate)

	bco cfs_server.c    
	edit in the 4th chunk of comments between HISTORY & $Log
	bci cfs_server.c    
	bsubmit cfs_server.c    (take the default to outdate)

    ----------------------------
    ./kernel/tnc_common/tnc_cfe/alpha/cfs_vnops.c
    ----------------------------
    revision 1.1.3.6
    date: 1996/08/13 00:52:44;  author: Brian_Rich;  state: Exp;  lines: +29 -0
	    No changes.
    ----------------------------
    revision 1.1.3.5
    date: 1996/08/12 23:12:53;  author: Brian_Rich;  state: Exp;  lines: +40 -0
	    Final batch of history (no source changes)
	    ...
    ----------------------------
    revision 1.1.3.4
    date: 1996/08/12 23:11:47;  author: Brian_Rich;  state: Exp;  lines: +49 -0
	    Third batch of history ...
	    ...
    ----------------------------
    revision 1.1.3.3
    date: 1996/08/12 23:07:04;  author: Brian_Rich;  state: Exp;  lines: +47 -0
	    Second batch of history (no source changes)
	    ...
    ----------------------------
    revision 1.1.3.2
    date: 1996/08/12 23:00:08;  author: Brian_Rich;  state: Exp;  lines: +342 -303
	    First set of history ...
	    ...
    ----------------------------


Hopefully this has worked.  If you need more assistance please call.

-Josh  (603-881-1548)


------- Forwarded Message

Date: Thu, 15 Aug 1996 09:12:19 -0400
From: Diane Lebel USG <lebel>
Message-Id: <[email protected]>
To: odehelp reng
Subject: problems with ode submit into cfe pool
Cc: lebel

I sent this to Josh but he is on vacation.

Locus cannot submit their latest code into our cfe pool because
of problems with ode.  Can you help please?

Thanks,
- - Diane
- -----------------------------------------------------------------------
Return-Path: ljk
To: [email protected], [email protected]
Cc: ljk
Subject: bsubmit help needed
Date: Mon, 12 Aug 96 21:04:48 -0400
From: ljk
X-Mts: smtp


Hi,

I'm having trouble with the submission into the cfe pool.  I checked in
all the files and did a "bsubmit -all".  I got no specific errors but
got:

Please take appropriate steps and re-submit.

*** RE-SUBMISSION REQUIRED ***

- - - Source control information is in an intermediate state.
- - - Re-submit using -resub 19:55 [ -date 8/12/96 ]

I reran the bsubmit with the -resub 19:55 option and got:

>> FATAL ERROR in /usr/sde/tools/alpha_osf1/bin/ode/bsubmit:
>> stat ./kernel/tnc_common/tnc_cfe/alpha/cfs_server.c
>> FATAL ERROR in /usr/sde/tools/alpha_osf1/bin/ode/bsubmit:
>> stat ./kernel/tnc_common/tnc_cfe/alpha/cfs_vnops.c

Please take appropriate steps and re-submit.

*** RE-SUBMISSION REQUIRED ***

- - - Source control information is in an intermediate state.
- - - Re-submit using -resub 19:55 [ -date 8/12/96 ]

What's interesting about these 2 files is that I had to do the bci for
these files multiple times because the RCS history was too long.  I
did a bci with a partial history, followed by a bco and another bci
with the rest of the history.  The files looked fine in my sandbox
and seemed to have been checked in ok.  I can check them out and back
in and the right stuff is there but the bsubmit still fails.  

Can you have someone look into this and tell me what I need to do?
The submissions are being done as brich.  The sandbox is on alpha as
~brich/sb/cfe_d4.

Thanks,

- - -- ljk

- ------- End of Forwarded Message







------- End of Forwarded Message