[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

991.0. "ignorant ODE user unable to perform bsubmit - help please?" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Tue Oct 11 1994 13:43

Date Of Receipt: 	11-OCT-1994 11:43:41.49
From: 	WASTED::"[email protected]"
To: 	wasted::odehelp
CC: 	BERG@DEC:.zko.wasted
Subj: 	ignorant ODE user unable to perform bsubmit - help please?

I can't get bsubmit to work.  I know it has something to do with my
set name - but I have no clue how to fix it.  I'm EXTREMELY ODE ignorant.
There probably is some simple answer here, but I just couldn't figure it
out.

This is my first OSF checkin.  Everything went fairly smoothly :-) until
bsubmit.   I included all my mistakes below - but probably you'll know the
problem after the 2nd mistake.

/Jak

*****************************************************************************
When I first tried bsubmit I got:

% bsubmit -all
Enter the defect number this submission applies to: goldminos-603-jberg

>> FATAL ERROR in /usr/sde/ode2.0/tools/alpha_ace/bin/ode/bsubmit:
>> You are prevented from submitting to: /usr/sde/osf1/build/goldminos.
>> No entry in submit or sadmin access lists.
%

*****************************************************************************
So Joe Kenny added me to the ACL list --- and then I got...

% bsubmit -all
Enter the defect number this submission applies to: goldminos-603-jberg

>> FATAL ERROR in /usr/sde/ode2.0/tools/alpha_ace/bin/ode/bsubmit:
>> Unable to open set file needed to process the -all option.

>> The set file contains the list of files in a set.
>> The absence of a set file may indicate that no
>> files belong to the set, the set name was
>> misspelled, or the file has been removed.

>> Set Jaki_Berg_spellerr
>> Set file: .BCSset-Jaki_Berg_spellerr

Please take appropriate steps and run bsubmit again.
- No work has been done for this submission.
- No files have been changed in any way.
- The files in this submission are not held.
- The use of the -resub option is not required and will not be recognized.


*****************************************************************************
SO - I probably did something dumb - but I typed out the 
.BCSset file 
/home/jberg/sandboxes/spellerr/src/.BCSset-Jacqueline_Berg_Jaki_Berg_spellerr

and it didn't seem terribly complicated - and it was accurate - so I
just copied it to the filename that the bsubmit said it looked for
/home/jberg/sandboxes/spellerr/src/.BCSset-Jaki_Berg_spellerr

As you've probably guessed this didn't help much...
% bsubmit -all
Enter the defect number this submission applies to: goldminos-603-jberg


*** No user interaction will be required during the merge step. ***


*** VALIDATION FAILURE ***

./usr/ccs/lib/DECthreads/COMMON/cma_message.c -- not in set.
./usr/ccs/lib/DECthreads/COMMON/dcethd.msg -- not in set.

Consult the bsubmit reference page for suggested corrective actions.

Please take appropriate steps and run bsubmit again.
- No work has been done for this submission.
- No files have been changed in any way.
- The files in this submission are not held.
- The use of the -resub option is not required and will not be recognized.

*****************************************************************************
then - I gave up on the use of -all entirely and got the same thing...

% bsubmit -auto_out cma_message.c dcethd.msg
Enter the defect number this submission applies to: goldminos-603-jberg


*** No user interaction will be required during the merge step. ***


*** VALIDATION FAILURE ***

./usr/ccs/lib/DECthreads/COMMON/cma_message.c -- not in set.
./usr/ccs/lib/DECthreads/COMMON/dcethd.msg -- not in set.

Consult the bsubmit reference page for suggested corrective actions.

Please take appropriate steps and run bsubmit again.
- No work has been done for this submission.
- No files have been changed in any way.
- The files in this submission are not held.
- The use of the -resub option is not required and will not be recognized.


*****************************************************************************
THEN the last thing I tried was:
% bsubmit -fn "Jacqueline Berg" -auto_out cma_message.c dcethd.msg
Enter the defect number this submission applies to: goldminos-603-jberg


*** No user interaction will be required during the merge step. ***


*** VALIDATION FAILURE ***

./usr/ccs/lib/DECthreads/COMMON/cma_message.c -- not in set.
./usr/ccs/lib/DECthreads/COMMON/dcethd.msg -- not in set.

Consult the bsubmit reference page for suggested corrective actions.

Please take appropriate steps and run bsubmit again.
- No work has been done for this submission.
- No files have been changed in any way.
- The files in this submission are not held.
- The use of the -resub option is not required and will not be recognized.
 
*****************************************************************************
my kerberos principal name is Jacqueline_Berg. 
There is no 
bsubmit -auto -auto_out -fn "Jacqueline Berg" in my .sandboxrc

So, now I'm asking for help.  How did the setname get so wierd?  

T.RTitleUserPersonal
Name
DateLines
991.1Re: ignorant ODE user unable to perform bsubmit - help please?SMURF::FILTERAutomatic Posting Software - mail to flume::puckTue Oct 11 1994 14:4825
Date Of Receipt: 	11-OCT-1994 12:51:41.62
From: 	WASTED::"[email protected]"
To: 	berg@dec:.zko.dceidl (11-Oct-1994 1140 -0400)
CC: 	wasted::odehelp, [email protected], thomas@DEC:.zso.oleum
Subj: 	Re: ignorant ODE user unable to perform bsubmit - help please?

Jacqueline,

When you checked out these files, did you have $PRINCIPAL set to Jaki_Berg 
instead of Jacqueline_Berg?

I think the fix for this is to make sure $PRINCIPAL is set to Jacqueline_Berg,
then do a "workon -sb spellerr Jaki_Berg_spellerr"  (assuming speller is the
sandbox in question). This should put you in the correct set to do the submit.

Once you have done the submit. the .BCSset-Jacqueline_Berg_Jaki_Berg_spellerr
file should go away. If it does, edit $SOURCEBASE/../rc_files/sets and remove
the line that starts with "set Jacqueline_Berg_Jaki_Berg_spellerr". You should 
then be left with a line that starts with "default" and a line that starts with
"set Jacqueline_Berg_spellerr".

Please let us know how it goes and whether you need further help.

	Mike (DECode II support this week)

991.2Re: ignorant ODE user unable to perform bsubmit - help please?SMURF::FILTERAutomatic Posting Software - mail to flume::puckTue Oct 11 1994 14:5230
Date Of Receipt: 	11-OCT-1994 13:41:49.48
From: 	WASTED::"[email protected]"
To: 	OLEUM::thomas
CC: 	WASTED::ODEHELP
Subj: 	Re: ignorant ODE user unable to perform bsubmit - help please?

Mike's help was AWESOME!  Thank you very much!  I got my first submit done!
% bsubmit -all
Enter the defect number this submission applies to: goldminos-603-jberg


*** No user interaction will be required during the merge step. ***

[ ./usr/ccs/lib/DECthreads/COMMON/cma_message.c checked in onto branch 4.2.7 ]
[ ./usr/ccs/lib/DECthreads/COMMON/dcethd.msg checked in onto branch 1.1.7 ]
[ ./usr/ccs/lib/DECthreads/COMMON/cma_message.c Rev 4.2.7.2 checked out ]
[ ./usr/ccs/lib/DECthreads/COMMON/dcethd.msg Rev 1.1.7.2 checked out ]

*** Please mail the log, /tmp_mnt/alpha/home/jberg/sandboxes/spellerr/src/13:36,
*** to the appropriate people in your project then remove.

Outdate the submitted files from set Jacqueline_Berg_Jaki_Berg_spellerr?
Outdate files?: [Yes]
[ ./usr/ccs/lib/DECthreads/COMMON/cma_message.c outdated revisions in set Jacqu]
[ ./usr/ccs/lib/DECthreads/COMMON/dcethd.msg outdated revisions in set Jacqueli]

Submission completed successfully.

/Jak