[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

138.0. "files paste.c and dspmsg.c are stuck in ode" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Mon Jun 14 1993 14:01

Date Of Receipt: 	14-JUN-1993 12:03:52.50
From: 	MINSRV::"[email protected]"
To: 	[email protected]
CC: 	[email protected], [email protected]
Subj: 	files paste.c and dspmsg.c are stuck in ode

Hi-

	I need help. My files paste.c and dspmsg.c are stuck in an intermediate
state. The instructions that ode provides do not correct the problem. No
further work can be done on these files, and paste will not build until this
problem is resolved. Here is the output from attempting to resub the file,
paste.c.

$ bsubmit -resub 14:59 -date 6/10/93
Enter the defect number this submission applies to: agosminor-267-bjb

ci error: no lock set by Barbara_Badgley for revision 4.2.5.2
[ ./usr/bin/paste/paste.c checked in onto branch 4.2.5 ]

Please take appropriate steps and re-submit.

*** RE-SUBMISSION REQUIRED ***

- - - Source control information is in an intermediate state.
- - - Re-submit using -resub 14:59 [ -date 6/10/93 ]




	I have tried a few variations and can't get it to go. Even if I bco/bci
the file and try to submit it, I get the same error. Please advise,
or better yet, please fix.

	Thanks-

		Barbara


T.RTitleUserPersonal
Name
DateLines
138.1Re: files paste.c and dspmsg.c are stuck in odeSMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Jun 14 1993 14:0253
Date Of Receipt: 	14-JUN-1993 12:18:37.86
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	[email protected]
CC: 	[email protected], [email protected], [email protected]
Subj: 	Re: files paste.c and dspmsg.c are stuck in ode

You need to check your sets file to find out which version it wants to submit.
bstat paste.c

The only branch you have is Barbara_Badgley_cmds: 4.2.6. The 4.2.5.2
version is the submit tree version.

Try locking 4.2.6.2 first.  
bcs -l4.2.6.2 paste.c

Then submit.

	-Grant

| 
| Hi-
| 
| 	I need help. My files paste.c and dspmsg.c are stuck in an intermediate
| state. The instructions that ode provides do not correct the problem. No
| further work can be done on these files, and paste will not build until this
| problem is resolved. Here is the output from attempting to resub the file,
| paste.c.
| 
| $ bsubmit -resub 14:59 -date 6/10/93
| Enter the defect number this submission applies to: agosminor-267-bjb
| 
| ci error: no lock set by Barbara_Badgley for revision 4.2.5.2
| [ ./usr/bin/paste/paste.c checked in onto branch 4.2.5 ]
| 
| Please take appropriate steps and re-submit.
| 
| *** RE-SUBMISSION REQUIRED ***
| 
| - - - Source control information is in an intermediate state.
| - - - Re-submit using -resub 14:59 [ -date 6/10/93 ]
| 
| 
| 
| 
| 	I have tried a few variations and can't get it to go. Even if I bco/bci
| the file and try to submit it, I get the same error. Please advise,
| or better yet, please fix.
| 
| 	Thanks-
| 
| 		Barbara
| 

138.2Re: files paste.c and dspmsg.c are stuck in odeSMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Jun 14 1993 16:0981
Date Of Receipt: 	14-JUN-1993 14:10:18.41
From: 	WASTED::jmf "Joshua M. Friedman ULTRIX SDE  14-Jun-1993 1411"
To: 	[email protected]
CC: 	[email protected], [email protected], [email protected],
	jmf@wasted:zko.dec
Subj: 	Re: files paste.c and dspmsg.c are stuck in ode

Barbara, it looks, from blog, that in fact you don't have any private or
public locks on paste.c right now.  (Did you do any "bcs -o" commands,
or did it get into this state by itself?)

The file, in your sandbox's src directory, 14:59.Barbara_Badgley, shows
what steps have been completed in the submit so far (if any), and the
file, if it exists, 14:59.bcssteps, shows what files are done in the
current step.

The error you got seems to indicate the submit is in the check-in phase
(meaning it already did the check-out/merge phase, which leaves the submit
branch, "AGOSMINOR: 4.2.5", locked, in your name.)  

The absense of this lock is puzzling, but it means no real work has yet
been done on the files.  It is safe at this point to 

	chmod 444  the files

and remove the pending submit:

	sadmin -rm 14:59 -date 6/10/93

Then start the submit over from scratch.

-josh


--------
Return-Path: [email protected]
Received: by minsrv.zk3.dec.com (5.65/DEC-USSG-ZK3-ULTRIX-09/27/91);
	id AA23054; Mon, 14 Jun 1993 12:04:37 -0400
Received: by peewee.unx.dec.com (5.57/MS-070792);
	id AA29545; Mon, 14 Jun 93 12:06:52 -0400
Message-Id: <[email protected]>
To: [email protected]
Cc: [email protected], [email protected]
Subject: files paste.c and dspmsg.c are stuck in ode
Date: Mon, 14 Jun 93 12:06:51 EDT
From: [email protected]


Hi-

	I need help. My files paste.c and dspmsg.c are stuck in an intermediate
state. The instructions that ode provides do not correct the problem. No
further work can be done on these files, and paste will not build until this
problem is resolved. Here is the output from attempting to resub the file,
paste.c.

$ bsubmit -resub 14:59 -date 6/10/93
Enter the defect number this submission applies to: agosminor-267-bjb

ci error: no lock set by Barbara_Badgley for revision 4.2.5.2
[ ./usr/bin/paste/paste.c checked in onto branch 4.2.5 ]

Please take appropriate steps and re-submit.

*** RE-SUBMISSION REQUIRED ***

- - - Source control information is in an intermediate state.
- - - Re-submit using -resub 14:59 [ -date 6/10/93 ]




	I have tried a few variations and can't get it to go. Even if I bco/bci
the file and try to submit it, I get the same error. Please advise,
or better yet, please fix.

	Thanks-

		Barbara