| Date Of Receipt: 16-OCT-1996 14:43:25.22
From: FLUME::jmf "Joshua M. Friedman Digital UNIX 16-Oct-1996 1440"
To: spseg::milhomme (15-Oct-1996 1106 -0400)
CC: odehelp@DEC:.zko.flume
Subj: Re: ODE help with bsubmit
Ed, sorry, but I'm home sick today. You should be able to contact
others in odehelp (cc'd) to get assistance. I do expect to be in
tomorrow. In general 'odehelp' is the best help line. We have
a rotating help person of the day to share the support load.
The fact that bstat during the srequest reported your version as ".1"
and not ".2" tells me you never completed the bci. You probably just
need to bci the file and then you can bsubmit.
-josh
-----
Return-Path: [email protected]
Delivery-Date: Fri, 11 Oct 96 16:01:07 -0400
Return-Path: [email protected]
Received: from DECnet-Mail11.flume.zk3.dec.com by flume.zk3.dec.com; (5.65v3.2/1.1.8.2/16Jan95-0946AM)
id AA18980; Fri, 11 Oct 1996 16:01:06 -0400
Date: Fri, 11 Oct 1996 16:01:05 -0400
Message-Id: <[email protected]>
Mime-Version: 1.0
From: [email protected] (11-Oct-1996 1601 -0400)
To: [email protected]
Cc: MILHOMME
Subject: ODE help with bsubmit
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Status: RO
Hi,
I made a change to entry_exit.p on node SHLIB and sandbox v32c.
I did the bci (see below)
% bstat -all
[ ./usr/ccs/bin/ugen/entry_exit.p ]
version 4.2.24.1 selected
% bci entry_exit.p
[ ./usr/ccs/bin/ugen/entry_exit.p ]
[ scanning for HISTORY messages ]
[ found <<<replace with log message ...>>> marker ]
Command? (type "help" for a list) [log]
<<<replace with log message for ./usr/ccs/bin/ugen/entry_exit.p>>>
The fix was to correct the codegen sequence so that the instructions
were allocated into the right code stream, thus insuring that the
final code generated did not reference trashed registers.
The following info is from the srequest:
bstat -all for the list of files and the revs:
[ ./usr/ccs/bin/ugen/entry_exit.p ]
version 4.2.24.1 selected setname Ed_Milhomme_v32c
================Section 6. Code differences=================
bdiff -r$NEW -all -c >& bdiff.log
[ ./usr/ccs/bin/ugen/entry_exit.p ]
===================================================================
RCS file: ./usr/ccs/bin/ugen/entry_exit.p,v
retrieving revision 4.2.21.2
diff -c -r4.2.21.2 OdeSrvrTmpEd_Milhomme028176/entry_exit.p
*** 4.2.21.2 1995/02/24 13:00:34
--- OdeSrvrTmpEd_Milhomme028176/entry_exit.p 1996/10/03 14:35:13
***************
*** 994,1000 ****
--- 994,1004 ----
if final_probe or (has_rtl_calls and
(saved_regs = []) and
((offset - size) <= MAX_NOCHK_EXTEND)) then begin
+ #if 0
emit_rob(zldq, r[0], -size, r1, 0);
+ #else
+ demit_rob(zldq, r[0], -size, r1 );
+ #endif
end {if};
end else begin
regs_used := 0;
I tried to do a bsubmit and got the following:
% bsubmit -all
Enter the defect number this submission applies to: v32csupportos-289-milhomme
Outdate files if successful submission? [Y]es, [N]o, [Q]uery later]: [Yes]
>> FATAL ERROR in /usr/sde/ode3.0/tools/alpha_ace/bin/ode/bsubmit:
>> The file ./usr/ccs/bin/ugen/entry_exit.p is already writeable;
>> merge step aborted
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.
Would you know why I got the "already writeable" error message?
I'll be back on Tuesday and I'd appreciate any help you could give me.
thanks
Ed
|
| Date Of Receipt: 8-JAN-1997 15:13:54.32
From: GURU::"[email protected]"
To: guru::odehelp
CC: MILHOMME@dec:.zko.guru
Subj: ODE help with bsubmit
Hi
I did a bco of ar.c made changes, verified the changes and did
bci ar.c.
I have approval for the srequest but, when I did the following:
% bstat -all
[ ./usr/ccs/bin/ar/ar.c ]
version 4.2.36.2 selected
% bsubmit -all
Enter the defect number this submission applies to: v32gsupportos-60-milhomme
>> FATAL ERROR in /usr/sde/ode3.0/tools/alpha_ace/bin/ode/bsubmit:
>> You are prevented from submitting to: /usr/sde/osf1/build/v32gsupportos.
>> No entry in submit or sadmin access lists.
I have not done a bsubmit for v32gsupportos in the past.
How do I get on the submit or sadmin access lists?
thanks
Ed
|