[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

24.0. "fyi: ode comment leader problem has been fixed" by SMURF::FILTER () Mon May 10 1993 14:47

Date Of Receipt: 	10-MAY-1993 12:42:18.91
From: 	MINSRV::"[email protected]" "Joshua M. Friedman ULTRIX SDE"
To: 	[email protected], [email protected], [email protected],
	[email protected]
CC: 	
Subj: 	fyi: ode comment leader problem has been fixed

FYI,

A number of people have bumped into this problem related to comment
leaders handled inconsitently; I had reported this problem and it's now
fixed.  On friday I sup'd these patches into our zk environment (along
with a number of other good bugfixes)...

-josh

------- Forwarded Message 1

Return-Path: [email protected]
Received: by minsrv.zk3.dec.com (5.65/DEC-USSG-ZK3-ULTRIX-09/27/91);
	id AA23249; Fri, 7 May 1993 13:16:15 -0400
Date: Fri, 7 May 1993 13:16:13 -0400
Message-Id: <[email protected]>
From: [email protected] (07-May-1993 1015)
To: "[email protected]"@MINSRV.ENET.dec.com
Subject: PTT ODE-00162 is now CLOSED (DEC)


There are 3 locations where the comment leader is set, bcreate, bci,
and bcs.  They have all been fixed to add the trailing space at the
end of the comment leader stign if found missing.

Fix will be in the next release DECodeII 2.1 and currently
available through sup.


------- Forwarded Message 2

Return-Path: [email protected]
Received: by wasted.zk3.dec.com (5.65/DEC-USSG-ZK3-ULTRIX-09/27/91);
	id AA04011; Fri, 7 May 1993 13:25:17 -0400
Date: Fri, 7 May 1993 13:25:14 -0400
Message-Id: <[email protected]>
From: [email protected] (07-May-1993 1024)
To: [email protected]
Subject: Results from: history ODE-00162

          Action Problem                                               Last    
Number    Status Status Pri   Owner        PRODUCT         Flags Age  Updated  
======    ====== ====== ===   =====        =======         ===== ===  =======  
ODE-00162 CL     CL     1     JO           ODE                   28 7-MAY-1993 
DEC - bci leaves HISTORY in a file if comment leader is incorrect & bsubmit 
chokes



Regression test: test080                  
Submitted by: JOSHUA FRIEDMAN           of UEG-ZK
	(dtn 381-1548
	Mail address: MINSRV::"[email protected]"

Answer code: FN
Fixed in version 2.1       

Last accessed on: 7-MAY-1993 10:13:   Number of days open: 28   
(RC: 27.5  AK:  0.0  SB:  0.0  EL:  0.0  CL:  0.0)
(UN: 27.5  DE:  0.0  RE:  0.0  ER:  0.0  KN:  0.0  ST:  0.0  CP:  0.0  TR:  0.0)	
Problem first entered on  9-APR-1993 

PRODUCT: ODE 2.0     
OS HARDWARE: OSF1/ALPHA 1.2     
COMPONENT: BCI         
OTHER:          

Hardware: alpha DEC3000_500 	System device:           
Memory:   

Abstract: bci leaves HISTORY in a file if comment leader is incorrect & bsubmit 
chokes

Customer company: DEC             
[This update was sent from MOLD::"[email protected]" on  9-APR-1993 21:09]
[ODE responsible for next action, Problem is undefined]

Mail this report to:         [email protected]

Note: ALL CAPS=Mandatory field
Problem Submission Form  Fri Apr 09 20:25:58 EDT 1993
Required Information
====================
YOUR NAME:                   Joshua Friedman
Your Email address:          [email protected]
YOUR PHONE NUMBER:           dtn 381-1548
Your fax number:             DTN 881-2257

Your company name:           DEC
Your mailstop:               ZKO3-3
YOUR ORGANIZATION'S NAME:    UEG-ZK
YOUR COST CENTER:            335
Your street address:         Digital Equipment Corporation
                             OSF/1 Engineering
                             110 Spit Brook Rd.
                             Nashua, NH 03062 USA
--------------------------------------
CUSTOMER'S COMPANY NAME:     DEC
CUSTOMER COUNTRY:            USA

--------------------------------------
PRODUCT:                     ode
Product version (optional):  V2.0
OS HARDWARE:                 OSF1/alpha
OS Hardware version:         1.2
Workstation soft version (optional): DEC OSF/1
COMPONENT:                   bci
Component version (optional): ode2_2:V-2.1:Prod-ver--V2.0
Other (optional):
OTHER Version (optional):
SYSTEM WHERE PROBLEM OCCURRED: longbow.zk3.dec.com

CPU type:                    alpha DEC3000_500
Display type:                1 display of type=14
Memory size:
System disk:
Other hardware configuration information:

Other software configuration information:
DEC OSF/1 T1.2-1  (Rev. 12); Mon Nov 02 09:29:53 EST 1992
DEC OSF/1 T1.2-1 Worksystem Software (Rev. 11)

--------------------------------------
PROBLEM ABSTRACT (80 characters or less):
bci leaves HISTORY in a file if comment leader is incorrect & bsubmit chokes

PROBLEM PRIORITY (1-5, 1 being most critical): 1
CAN THE CUSTOMER REPRODUCE THE PROBLEM [Y/N]:  Y
CAN YOU REPRODUCE THE PROBLEM [Y/N]:           Y


PROBLEM STATEMENT:
=================
bci will leave HISTORY in the file in some cases when the actual
comment leaders in use in the file don't match the comments leader
as set in rcs.  In this case, the bci succeeds, but bsubmit fails,
and the problem is fairly difficult to work around / back out.


Instructions to reproduce the problem:
======================================
In one example case a user bcreated a file with no extension, set the
comment leader to "#", and included the header.sh file for the file.
He put comments in the HISTORY section of the file, and then did a
check-in using bci -m"" (thinking this message would be added to the
HISTORY message as in ODE V1.0).

What happened was that the -m message went into the revision history,
and the HISTORY message stayed intact.  The file was then submitted,
and again the HISTORY message stayed intact.  After the submit was
done the file looked like:

    #
    # @DEC_COPYRIGHT@
    #
    # HISTORY
    # several lines of initial
    # user comments here
    # $Log:$
    #Revision 1.1.2.2 .....
    #	comments put in with -m here
    #
    # $EndLog$
    #

After this was completed, another user tried to do a submit, and
got the following.  The first two stages of the submit completed ok,
and so the HH:MM.Principal_Name included the lines
    Files already merged
    Files already locked

and then the submit then failed as follows:

    >> FATAL ERROR in bsubmit:
    >> unknown error in src_ctl_xtract_history

    Please take appropriate steps and re-submit.

To correct the problem I did a direct workon to the submit tree (it
happened to be a shared sandbox), used bcs -c"# " to fix the leader,
did a direct bco from the submit branch, fixed spacing in the header
as was required, and did a bci back to the submit branch.

This problem was readily reproceable in the tutorial.


--------------------------------------

ODE-II product specific information:
====================================
WORKON=1
SANDBOX=osmnt
BCSSET=
BCSPORT=548
BCSDIRECTORY=/usr/sde/ode2.0
BCSHEADERS=/usr/sde/alpha/headers
PRINCIPAL=Joshua_Friedman
EDITOR=/usr/ucb/vi
PATH=/tmp/bin:/usr/users/jmf/sb/osmnt/tools/alpha/cc/usr/bin:/usr/sde/osf1/build
/agosmaint/tools/alpha/cc/usr/bin:/usr/sde/alpha/build/alpha.bl012/tools/alpha/c
c/usr/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/
sbin:/usr/sde/a

Results from currentsb -all:
============================
osmnt jmf_osmnt /usr/users/jmf/sb . /usr/users/jmf/sb/osmnt/rc_files/local /usr/
sde/disks/submits/agosmaint

Results from check_ode:
=======================
Check_ode for ODE-II V2.0 -- $Revision: 1.1.6.2 $
Fri Apr 09 20:26:18 EDT 1993
Using logfile=tmp7622.logfile

Checking client/sandbox longbow.zk3.dec.com  Fri Apr 09 20:26:19 EDT 1993
    Info -- Checking Client
    Info -- longbow.zk3.dec.com: ODE-II client Load=0
    Info -- Checking sandbox /usr/users/jmf/sb/osmnt

Error No. 1 ---------- Fri Apr 09 20:26:25 EDT 1993
    longbow.zk3.dec.com:/usr/sde/osf1/build/agosmaint/src:/usr/sde/alpha/build/a
lpha.bl012/src/../CONFIG does not exist
    Backing tree not mounted
    Info -- Node longbow.zk3.dec.com to wasted
            latency 7 ms, packet loss 0%.
    Info -- wasted down 157+01:02
    Info -- Node longbow.zk3.dec.com to merge
            latency 5 ms, packet loss 0%.
    Info -- Node longbow.zk3.dec.com to buffer.zk3.dec.com
            latency 4 ms, packet loss 0%.

    Client/sandbox  error count is 1

	<<<<<<<<<<<<<<<<<<<<<<<PTT UNIT SEPARATION>>>>>>>>>>>>>>>>>>>>>>              

[This update was sent from THOMAS on 12-APR-1993 09:43]
[ODE responsible for next action, Problem is undefined]
[This update was NOT sent via mail or to any gateway/bridge]

Problem has been reassigned to JO TIAMSIC

	<<<<<<<<<<<<<<<<<<<<<<<PTT UNIT SEPARATION>>>>>>>>>>>>>>>>>>>>>>              

[This update was sent from JO on  7-MAY-1993 10:15]
[The problem is closed]


There are 3 locations where the comment leader is set, bcreate, bci,
and bcs.  They have all been fixed to add the trailing space at the
end of the comment leader stign if found missing.

Fix will be in the next release DECodeII 2.1 and currently
available through sup.

------- End of Forwarded Messages


T.RTitleUserPersonal
Name
DateLines
24.1fyiAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Sep 28 1995 17:3313
Date Of Receipt: 	28-SEP-1995 16:02:00.57
From: 	SMURF::FLUME::"[email protected]"
To: 	RUST::"[email protected]"
CC: 	flume::odehelp
Subj: 	fyi

We did not ship bookreader files with v3.0.
Instead we shipped the html files for
the manuals.

Till later,
Tina

24.2Re: fyiAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Sep 28 1995 18:3719
Date Of Receipt: 	28-SEP-1995 16:32:18.20
From: 	SMURF::FLUME::"[email protected]"
To: 	RUST::"[email protected]", decwet::anderson
CC: 	flume::odehelp
Subj: 	Re:  fyi

> We did not ship bookreader files with v3.0.
> Instead we shipped the html files for the manuals.

Fine, but then the Bookreader stuff shouldn't point out into hyperspace...

 . All the Bookreader links in the docps directory should be deleted.
 . The files in /usr/sde/osf1/doc shouldn't point to the nonexistent
   documents either.  Note that there are some valid entries in those
   (though I'm not sure any of them are still relevant).

Then again, I guess the fact that it took me this long to notice shows
how often I look at the documentation...

24.3fyiAOSG::FILTERAutomatic Posting Software - mail to flume::puckThu Sep 28 1995 19:4014
Date Of Receipt: 	28-SEP-1995 17:42:59.46
From: 	SMURF::FLUME::"[email protected]"
	BGSDEV::GREGG        "Ed Gregg, DTN 381-1020, ZK01-1/E37"   28-SEP-1995
To: 	flume::odehelp
	DECWET::ANDERSON
CC: 	
	GREGG
Subj: 	fyi
	RE: protection on /var/dss/kerberos/tkt
14: 	24:58.99

Duh. I should have known that. Thanks, Ed