[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

2191.0. "Re: Problems checking in a .msg file" by --UnknownUser-- () Fri May 03 1996 17:09

T.RTitleUserPersonal
Name
DateLines
2191.1Problems checking in a .msg fileAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue May 07 1996 14:3419
Date Of Receipt: 	 3-MAY-1996 11:43:22.79
From: 	WASTED::"katz@minsrv.zk3.dec.com" "03-May-1996 1117"
To: 	odehelp@wasted.zk3.dec.com
CC: 	
Subj: 	Problems checking in a .msg file

In the steel pool
when I bci usr/sbin/quota.msg
it inserts "BIN" in the front of every line of log
Then this causes build problems. I've edited the .msg file to
produce a healthy _msg.h and see that the build is successful,
but can't bci in a way that avoids this BIN insertion.

Help

thanks
(I'll be out of the office 5/6 thru 5/10)
Charlie Katz

2191.2Re: Problems checking in a .msg fileAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue May 07 1996 14:3542
Date Of Receipt: 	 3-MAY-1996 11:51:50.70
From: 	WASTED::"vandyck@lynx.zk3.dec.com" "03-May-1996 1145"
To: 	katz@minsrv.zk3.dec.com
CC: 	odehelp@wasted.zk3.dec.com
Subj: 	Re: Problems checking in a .msg file

You need to change the default comment leader in RCS. From 
/usr/sde/osf1/headers/header.msg, it looks to be:

$ 
$ @DEC_COPYRIGHT@
$
$ HISTORY
$ $Log:$
$ $EndLog$
$ 
$ @(#)$RCSfile$ $Revision$ (DEC) $Date$
$ 

so if you do a bcs -c"$ " quota.msg

It'll change BIN to that.


		-Grant


| In the steel pool
| when I bci usr/sbin/quota.msg
| it inserts "BIN" in the front of every line of log
| Then this causes build problems. I've edited the .msg file to
| produce a healthy _msg.h and see that the build is successful,
| but can't bci in a way that avoids this BIN insertion.
| 
| Help
| 
| thanks
| (I'll be out of the office 5/6 thru 5/10)
| Charlie Katz



2191.3Re: Problems checking in a .msg fileAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue May 07 1996 14:3531
Date Of Receipt: 	 3-MAY-1996 11:55:45.97
From: 	WASTED::johnf "John Flanagan USG Test Johnf Tools Group  03-May-1996 1149"
To: 	katz@minsrv.zk3.dec.com
CC: 	odehelp@wasted.zk3.dec.com
Subj: 	Re: Problems checking in a .msg file

You'll need to change the comment leader on it.  Apparently the .msg extension
is not known to ode, so it just defaults to bin.  You'll need to do a:


bcs -c"$ " quota.msg

or whatever you feel the comment leader should be.  Once that's done, you'll
need to prepend a header from /usr/sde/osf1/headers [such as header.msg]

John
-- 


 ______________________________________________________________________

 John Flanagan	 		enet:    johnf@zk3.dec.com	
 MS: ZKO3-3/W20			decnet:  flume::johnf
 USG Release Management			 (603) 881-1719
 110 Spitbrook Road 			 (DTN) 381-1719
 Nashua, NH  
 ______________________________________________________________________




2191.4Re: Problems checking in a .msg fileAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue May 07 1996 14:3819
Date Of Receipt: 	 3-MAY-1996 12:51:19.08
From: 	ALPHA::"jmf@zk3.dec.com" "Joshua M. Friedman OSF/UNIX SDE  03-May-1996 1244"
To: 	katz@minsrv.zk3.dec.com
CC: 	odehelp@zk3.dec.com
Subj: 	Re: Problems checking in a .msg file
ODE does know about .msg files for new bcreates: 	you can copy the

header from 

    /usr/sde/osf1/headers/header.msg

    and do the   bcs -c"$ " file

    that John and Grant pointed out.

This file may have been created long ago before this was added (?).

-josh