[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

2543.0. "help using -resub" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Thu Sep 05 1996 17:58

Date Of Receipt: 	 5-SEP-1996 13:43:29.07
From: 	FLUME::"adams@smada.zk3.dec.com"
To: 	odehelp@zk3.dec.com
CC: 	
Subj: 	help using -resub

Hi

I had a submit to 32fsupportos that failed last week.

I have been trying the following and it's not working.  Can you advise?

csh> bsubmit -all -defect v32fsupportos-35-adams

Outdate files if successful submission? [Y]es, [N]o, [Q]uery later]: [Yes] 
File: ./kernel/arch/alpha/hal/dc21171.c
is held by: Stephanie_Adams; Date: 9/3/96; Time: 13:14
File: ./kernel/vm/vm_resident.c
is held by: Stephanie_Adams; Date: 9/3/96; Time: 13:14
*** RE-SUBMISSION REQUIRED ***

- Source control information is in an intermediate state.
- Re-submit using -resub <time> -date <mm/dd/yy>,
- where <time> and <date> are specified above. 

csh> bsubmit -all -resub 13:14 -date 09/03/96 -defect v32fsupportos-35-adams
>> FATAL ERROR in /usr/sde/ode3.0/tools/alpha_ace/bin/ode/bsubmit:
   argument: 09/03/96, not in -date's list of legal arguments.  List is:
        [1-9]/[1-9]/[0-9][0-9] [1-9]/[1-3][0-9]/[0-9][0-9] 1[0-2]/[1-9]/[0-9][0-9] 
1[0-2]/[1-3][0-9]/[0-9][0-9]
USAGE:

Thanks,
Stephanie Adams


T.RTitleUserPersonal
Name
DateLines
2543.1Re: help using -resubAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Sep 05 1996 17:5941
Date Of Receipt: 	 5-SEP-1996 13:55:46.55
From: 	HUNCH::"vandyck@lynx.zk3.dec.com" "05-Sep-1996 1353"
To: 	Stephanie Adams <adams@smada.zk3.dec.com>
CC: 	odehelp@zk3.dec.com
Subj: 	Re: help using -resub
| Outdate files if successful submission? [Y]es, [N]o, [Q]uery later]: 	[Yes]
| File: 	./kernel/arch/alpha/hal/dc21171.c
	./kernel/vm/vm_resident.c
| is held by: 	Stephanie_Adams; Date: 9/3/96; Time: 13:14
	Stephanie_Adams; Date: 9/3/96; Time: 13:14

| *** RE-SUBMISSION REQUIRED ***
| 
| - Source control information is in an intermediate state.
| - Re-submit using -resub <time> -date <mm/dd/yy>,
| - where <time> and <date> are specified above. 
| 
| csh> bsubmit -all -resub 13:14 -date 09/03/96 -defect v32fsupportos-35-adams
| >> FATAL ERROR in /usr/sde/ode3.0/tools/alpha_ace/bin/ode/bsubmit:
|    argument: 09/03/96, not in -date's list of legal arguments.  List is:
|         [1-9]/[1-9]/[0-9][0-9] [1-9]/[1-3][0-9]/[0-9][0-9] 1[0-2]/[1-9]/[0-9]
[0-9] 
| 1[0-2]/[1-3][0-9]/[0-9][0-9]
| USAGE:
| 
| Thanks,
| Stephanie Adams
| 

So what's the question? bsubmit has just told you the problem. You gave it 
09/03/96 and it says that's illegal. It told you to use 9/3/96. Did you try 
that, and if so did it fail then also?



-- 

				-Grant



2543.2Re: help using -resubAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Sep 05 1996 20:0127
Date Of Receipt: 	 5-SEP-1996 15:13:57.88
From: 	FLUME::overman "James C. Overman"
To: 	adams@smada.zk3.dec.com, odehelp@zk3.dec.com
CC: 	overman@DEC:.zko.flume
Subj: 	Re:  help using -resub

Hi Stephanie,

The -all switch on your command line is in conflict with the -resub
switch.

The correct command should be
	bsubmit  -resub 13:14 -date 09/03/96 -defect v32fsupportos-35-adams

Before attempting to resubmit, verify that the v32fsupportos 
submit tree is mounted on your workstation.  The easiest way 
to do that is
	/usr/sde/odemount -u v32fsupportos
	/usr/sde/odemount -v v32fsupportos
This will make sure that there are no stale nfs mounts in the
way of your success.

Let me know if you continue to have problems with your resub.

	Regards,
		James