T.R | Title | User | Personal Name | Date | Lines |
---|
144.1 | Re: What is wrong with ode here? | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Tue Jun 15 1993 14:08 | 29 |
| Date Of Receipt: 15-JUN-1993 11:35:48.56
From: FLUME::"[email protected]" "Grant Van Dyck"
To: [email protected]
CC: [email protected], [email protected], [email protected],
[email protected]
Subj: Re: What is wrong with ode here?
| The file was checked in; I just got clearance to bsubmit, and ode is
| displeased:
| What course of action does the management recommend?
|
| >> FATAL ERROR in /usr/sde/tools/alpha_ace/bin/ode/bsubmit:
| >> Missing Log Marker
|
Make sure that you comment section is enclosed by:
$Log: as1cobj.p,v $
rev ...
comment
$EndLog$
-Grant
|
144.2 | Re: What is wrong with ode here? | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Tue Jun 15 1993 14:23 | 82 |
| Date Of Receipt: 15-JUN-1993 13:06:43.67
From: QUARRY::"[email protected]" "15-Jun-1993 1139"
To: Grant Van Dyck <[email protected]>
CC: [email protected], [email protected], [email protected],
[email protected], [email protected]
Subj: Re: What is wrong with ode here?
no cigar.
-jim
cmplrs:src/usr/ccs/bin/as {280%%} more as1cobj.p
{
@DEC_COPYRIGHT@
HISTORY
Use GP_SIZE instead of 16#ffff so ld and as1 agree...
$Log: as1cobj.p,v $
Revision 4.2.8.2 1993/06/11 18:35:18 Jim_McHale
use GP_SIZE instead of hard coded constant; make as1 and ld agree..
Revision 4.2.6.3 1993/04/09 20:22:40 Ken_Lesniak
fprmask was never set in aouthdr
[1993/04/09 13:36:28 Ken_Lesniak]
Revision 4.2.6.2 1993/04/07 13:51:42 Brett_Sampson
added code to setup the bldrev in the aouthdr
added code to setup bldrev field in the aouthdr
[1993/04/01 23:15:18 Brett_Sampson]
Revision 4.2.4.3 1993/01/07 13:13:58 Mike_Rickabaugh
Added F_MIPS_NO_REMOVE and F_MIPS_NO_REORG flags in object file header.
[93/01/07 13:10:31 Mike_Rickabaugh]
Revision 4.2.4.2 92/12/03 15:26:39 Jim_McHale
DE 3.10 integration
[92/11/18 10:22:26 Jim_McHale]
$EndLog$
}
{ |-----------------------------------------------------------| }
{ | Copyright (c) 1991 MIPS Computer Systems, Inc. | }
{ | All Rights Reserved | }
{ |-----------------------------------------------------------| }
{ | Restricted Rights Legend | }
{ | Use, duplication, or disclosure by the Government is | }
{ | subject to restrictions as set forth in | }
{ | subparagraph (c)(1)(ii) of the Rights in Technical | }
{ | Data and Computer Software Clause of DFARS 52.227-7013. | }
{ | MIPS Computer Systems, Inc. | }
{ | 950 DeGuigne Drive | }
{ | Sunnyvale, CA 94086 | }
{ |-----------------------------------------------------------| }
{ $Header: /usr/sde/osf1/rcs/os/src/usr/ccs/bin/as/as1cobj.p,v 4.2.8.2 1993/06/
11 18:35:18 Jim_McHale Exp $
}
In response to:
>
>| The file was checked in; I just got clearance to bsubmit, and ode is
>| displeased:
>| What course of action does the management recommend?
>|
>
>| >> FATAL ERROR in /usr/sde/tools/alpha_ace/bin/ode/bsubmit:
>| >> Missing Log Marker
>|
>
>Make sure that you comment section is enclosed by:
>
>$Log: as1cobj.p,v $
>
>rev ...
>comment
>
>
>$EndLog$
>
>
> -Grant
|
144.3 | Re: What is wrong with ode here? | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Tue Jun 15 1993 15:38 | 46 |
| Date Of Receipt: 15-JUN-1993 14:20:09.98
From: LOCORE::"[email protected]"
To: [email protected]
CC: [email protected], [email protected], [email protected],
[email protected], [email protected]
Subj: Re: What is wrong with ode here?
my guesss would be that you some how managed to eat the
revision history log marker. you will need to resubmit and edit the
file to put it back.
> The file was checked in; I just got clearance to bsubmit, and ode is
> displeased:
> What course of action does the management recommend?
>
>
> cmplrs:src/usr/ccs/lib/libmld {253%%} kinit
> MIT Project Athena (cmplrs.zk3.dec.com)
> Kerberos Initialization for "Jim_McHale"
> Password:
> cmplrs:src/usr/ccs/lib/libmld {254%%} cd ../../bin/as
> /usr/staff/quarry1/mchale/local/sb/minor/src/usr/ccs/bin/as
>
> cmplrs:src/usr/ccs/bin/as {255%%} bsubmit as1cobj.p
> Enter the defect number this submission applies to: agosminor-295-mchale
>
>
> *** No user interaction will be required during the merge step. ***
>
> >> FATAL ERROR in /usr/sde/tools/alpha_ace/bin/ode/bsubmit:
> >> Missing Log Marker
>
> Please take appropriate steps and re-submit.
>
> *** RE-SUBMISSION REQUIRED ***
>
> - Source control information is in an intermediate state.
> - Re-submit using -resub 11:08 [ -date 6/15/93 ]
>
---------
Brett Sampson tcp: [email protected]
Digital Equipment Corporation
USG/Unix Engineering DECnet: aosg::sampson
MS ZK3-3/Y25
Nashua, NH tx: 603/881-2967 (DTN 381-2967)
|
144.4 | Re: What is wrong with ode here? | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Tue Jun 15 1993 15:41 | 52 |
| Date Of Receipt: 15-JUN-1993 14:22:44.22
From: QUARRY::"[email protected]" "15-Jun-1993 1423"
To: [email protected]
CC: [email protected], [email protected], [email protected],
[email protected]
Subj: Re: What is wrong with ode here?
My reply mail to grant included the file header. If anyone sees whats wrong
I'd be glad to make a change.
-jim
In response to:
>my guesss would be that you some how managed to eat the
>revision history log marker. you will need to resubmit and edit the
>file to put it back.
>
>> The file was checked in; I just got clearance to bsubmit, and ode is
>> displeased:
>> What course of action does the management recommend?
>>
>>
>> cmplrs:src/usr/ccs/lib/libmld {253%%} kinit
>> MIT Project Athena (cmplrs.zk3.dec.com)
>> Kerberos Initialization for "Jim_McHale"
>> Password:
>> cmplrs:src/usr/ccs/lib/libmld {254%%} cd ../../bin/as
>> /usr/staff/quarry1/mchale/local/sb/minor/src/usr/ccs/bin/as
>>
>> cmplrs:src/usr/ccs/bin/as {255%%} bsubmit as1cobj.p
>> Enter the defect number this submission applies to: agosminor-295-mchale
>>
>>
>> *** No user interaction will be required during the merge step. ***
>>
>> >> FATAL ERROR in /usr/sde/tools/alpha_ace/bin/ode/bsubmit:
>> >> Missing Log Marker
>>
>> Please take appropriate steps and re-submit.
>>
>> *** RE-SUBMISSION REQUIRED ***
>>
>> - Source control information is in an intermediate state.
>> - Re-submit using -resub 11:08 [ -date 6/15/93 ]
>>
>---------
>Brett Sampson tcp: [email protected]
>Digital Equipment Corporation
>USG/Unix Engineering DECnet: aosg::sampson
>MS ZK3-3/Y25
>Nashua, NH tx: 603/881-2967 (DTN 381-2967)
|
144.5 | Re: What is wrong with ode here? | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Tue Jun 15 1993 16:46 | 101 |
| Date Of Receipt: 15-JUN-1993 15:04:04.00
From: KRISIS::"[email protected]" "Carolyn Hurley"
To: [email protected], [email protected]
CC: [email protected], [email protected], [email protected],
[email protected]
Subj: Re: What is wrong with ode here?
Jim's is all set we fixed his bsubmit problem.
/Carolyn
============================
Return-Path: [email protected]
Received: by flambe.zk3.dec.com; id AA02940; Tue, 15 Jun 1993 11:40:30 -0400
Received: by quarry.zk3.dec.com; id AA15627; Tue, 15 Jun 1993 11:39:45 -0400
Received: by fss.zk3.dec.com; id AA21444; Tue, 15 Jun 1993 11:39:44 -0400
Message-Id: <[email protected]>
To: Grant Van Dyck <[email protected]>
Cc: [email protected], [email protected], [email protected],
[email protected], [email protected]
Subject: Re: What is wrong with ode here?
Date: Tue, 15 Jun 93 11:39:44 +28716
From: [email protected]
X-Mts: smtp
no cigar.
-jim
cmplrs:src/usr/ccs/bin/as {280%%} more as1cobj.p
{
@DEC_COPYRIGHT@
HISTORY
Use GP_SIZE instead of 16#ffff so ld and as1 agree...
$Log: as1cobj.p,v $
Revision 4.2.8.2 1993/06/11 18:35:18 Jim_McHale
use GP_SIZE instead of hard coded constant; make as1 and ld agree..
Revision 4.2.6.3 1993/04/09 20:22:40 Ken_Lesniak
fprmask was never set in aouthdr
[1993/04/09 13:36:28 Ken_Lesniak]
Revision 4.2.6.2 1993/04/07 13:51:42 Brett_Sampson
added code to setup the bldrev in the aouthdr
added code to setup bldrev field in the aouthdr
[1993/04/01 23:15:18 Brett_Sampson]
Revision 4.2.4.3 1993/01/07 13:13:58 Mike_Rickabaugh
Added F_MIPS_NO_REMOVE and F_MIPS_NO_REORG flags in object file header.
[93/01/07 13:10:31 Mike_Rickabaugh]
Revision 4.2.4.2 92/12/03 15:26:39 Jim_McHale
DE 3.10 integration
[92/11/18 10:22:26 Jim_McHale]
$EndLog$
}
{ |-----------------------------------------------------------| }
{ | Copyright (c) 1991 MIPS Computer Systems, Inc. | }
{ | All Rights Reserved | }
{ |-----------------------------------------------------------| }
{ | Restricted Rights Legend | }
{ | Use, duplication, or disclosure by the Government is | }
{ | subject to restrictions as set forth in | }
{ | subparagraph (c)(1)(ii) of the Rights in Technical | }
{ | Data and Computer Software Clause of DFARS 52.227-7013. | }
{ | MIPS Computer Systems, Inc. | }
{ | 950 DeGuigne Drive | }
{ | Sunnyvale, CA 94086 | }
{ |-----------------------------------------------------------| }
{ $Header: /usr/sde/osf1/rcs/os/src/usr/ccs/bin/as/as1cobj.p,v 4.2.8.2 1993/06/
11 18:35:18 Jim_McHale Exp $
}
In response to:
>
>| The file was checked in; I just got clearance to bsubmit, and ode is
>| displeased:
>| What course of action does the management recommend?
>|
>
>| >> FATAL ERROR in /usr/sde/tools/alpha_ace/bin/ode/bsubmit:
>| >> Missing Log Marker
>|
>
>Make sure that you comment section is enclosed by:
>
>$Log: as1cobj.p,v $
>
>rev ...
>comment
>
>
>$EndLog$
>
>
> -Grant
|