[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

267.0. "bdiff pb for show stopper." by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Wed Aug 11 1993 12:22

Date Of Receipt: 	11-AUG-1993 10:37:36.58
From: 	ABYSS::arslan "Philippe Der Arslanian UEG"
To: 	abyss::odehelp
CC: 	abyss::arslan
Subj: 	bdiff pb for show stopper.

	Hi,

	I am filling out a srequest for a show stopper for Sterling BL5
	and I have a problem with bdiff that gives an error message.
	Any quick help will be greatly appreciated.
	Thanks!
	Philippe.

% kinit
MIT Project Athena (gandhi.zk3.dec.com)
Kerberos Initialization
Kerberos name: Philippe_Der_Arslanian
Password:

% bdiff -r$NEW amd79c30.c
ERROR: `-rAGOSMINOR;AGOSMAINT_BL4;alpha_bl012;<>' does not exist (ut4)
 
% printenv NEW
AGOSMINOR;AGOSMAINT_BL4;alpha_bl012;<>

%
% ls -l ../../../../../link
lrwxr-xr-x   1 arslan   system        33 Aug 10 15:15 ../../../../../link -> /us
r/sde/osf1/build/agosminor.bl4
%
% blog amd79c30.c

[ ./kernel/io/dec/tc/amd79c30.c ]

RCS file: ./kernel/io/dec/tc/amd79c30.c,v
Working file: amd79c30.c
head: 1.1
branch:
locks: strict
        Philippe_Der_Arslanian: 1.1.9.1
        SJ_Lee: 1.1.7.2
        Craig_Peterson: 1.1.8.1
access list:
symbolic names:
        Philippe_Der_Arslanian_isdn_last: 1.1.9
        AGOSMINOR_BL5: 1.1.4.3
        AGOSMINOR_PRE_BL5: 1.1.4.3
        Craig_Peterson_nightly: 1.1.8
        SJ_Lee_sj2: 1.1.7
        AGOSHW_BL4: 1.1.2.2
        AGOSMINOR_BL4: 1.1.4.3
        AGOSMAINT_BL6: 1.1.2.2
        AGOSHW_BL3: 1.1.2.2
        AGOSMINOR_PRE_BL4: 1.1.4.3
        AGOSMAINT_BL5: 1.1.2.2
        AGOSHW_BL2: 1.1.2.2
        AGOSMINOR_BL3: 1.1.4.3
        AGOSMAINT_BL4: 1.1.2.2
        AGOSMINOR_PRE_BL3: 1.1.4.3
        AGOSHW_NIGHTLY: 1.1.2.2
        AGOSMINOR_BL2: 1.1.2.2
        AGOSHW_BL1: 1.1.2.2
        STREAMSPROJECT: 1.1.6
        AGOSMINOR: 1.1.4
        AGOSMAINT_BL3: 1.1.2.2
        AGOSMINOR_KITBLD: 1.1.4.3
        AGOSMINOR_NIGHTLY: 1.1.4.3
        AGOSMAINT_PRE_BL3: 1.1.2.2
        AGOSMAINT_KITBLD: 1.1.2.2
        AGOSMAINT_BL2: 1.1.2.2
        AGOSMAINT_NIGHTLY: 1.1.2.2
        AGOSMAINT: 1.1.2
comment leader: " * "
keyword substitution: kv
total revisions: 12;    selected revisions: 1
description:
----------------------------
revision 1.1.9.1        locked by: Philippe_Der_Arslanian;
date: 1993/08/11 13:29:52;  author: Philippe_Der_Arslanian;  state: Exp;  lines:
 +2815 -0
*** Initial Branch Revision ***
=============================================================================

T.RTitleUserPersonal
Name
DateLines
267.1Re: bdiff pb for show stopper.SMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Aug 11 1993 12:2312
Date Of Receipt: 	11-AUG-1993 10:53:41.00
From: 	FLUME::jmcg "Jim McGinness"
To: 	[email protected], [email protected]
CC: 	
Subj: 	Re:  bdiff pb for show stopper.

The (ut4) on the end of the error message indicates you're getting an
SCCS version of bdiff.  Try it again from within a workon session
and your path should get you to the ode version.

	-- jmcg

267.2Re: bdiff pb for show stopper.SMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Aug 11 1993 12:2419
Date Of Receipt: 	11-AUG-1993 11:00:53.38
From: 	ABYSS::arslan "Philippe Der Arslanian UEG"
To: 	[email protected] (Jim McGinness)
CC: 	[email protected], [email protected]
Subj: 	Re: bdiff pb for show stopper.

I was within a workon session as I previously performed a kinit.
But you're right: the problem is :
% which bdiff
/bin/bdiff
% which bco
/usr/sde/tools/alpha_ace/bin/bco
When I give the latter path, it works just fine.

However, I don't know why, on my w.s, a bdiff sits on /bin ???

Thanks!!
Philippe.

267.3Re: bdiff pb for show stopper.SMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Aug 11 1993 12:2515
Date Of Receipt: 	11-AUG-1993 11:18:45.04
From: 	FLAMBE::johnf "John Flanagan OSG Test Johnf Tools Group  11-Aug-1993 1118"
To: 	[email protected]
CC: 	johnf@DEC:.zko.flambe, odehelp@DEC:.zko.flambe
Subj: 	Re: bdiff pb for show stopper.

Philippe,

This error is due to the wrong bdiff being used.  Check your path.  You're
picking up the system bdiff as opposed to the ODE bdiff. [The system bdiff 
on an OSF machine is /usr/ucb/bdiff, the correct ODE bdiff on osf would be
/usr/sde/tools/alpha_OSF1/bin/bdiff].

John

267.4Re: bdiff pb for show stopper.SMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Aug 11 1993 13:2835
Date Of Receipt: 	11-AUG-1993 11:39:30.14
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	[email protected]
CC: 	[email protected] (Jim McGinness), [email protected]
Subj: 	Re: bdiff pb for show stopper.

When you start a workon session, your .environment files get
sourced and the shell picks up your usual path. /usr/bin/bdiff
is a regular cmd that ships on every machine, however, it's different
than the sde version. To avoid this problem, try putting something
like the following in your .cshrc

set path=( /usr/sde/tools/`machine`_`uname`/bin $path )

to ensure that you pick up the correct one.


		-Grant


| 
| I was within a workon session as I previously performed a kinit.
| But you're right: the problem is :
| % which bdiff
| /bin/bdiff
| % which bco
| /usr/sde/tools/alpha_ace/bin/bco
| When I give the latter path, it works just fine.
| 
| However, I don't know why, on my w.s, a bdiff sits on /bin ???
| 
| Thanks!!
| Philippe.
| 

267.5Re: bdiff pb for show stopper.SMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Aug 11 1993 14:3412
Date Of Receipt: 	11-AUG-1993 13:32:33.23
From: 	FLUME::jmcg "Jim McGinness"
To: 	[email protected], [email protected]
CC: 	[email protected]
Subj: 	Re: bdiff pb for show stopper.

If you were in a workon session, then I suspect you have set your PATH
in .cshrc, overwriting the path ODE wants you to have.  Set your path
in .login only.

	-- jmcg

267.6bdiffSMURF::FILTERAutomatic Posting Software - mail to flume::puckThu Aug 19 1993 10:4617
Date Of Receipt: 	19-AUG-1993 08:53:01.64
From: 	ABYSS::walker "Mary Walker"
To: 	abyss::odehelp
CC: 	
Subj: 	bdiff
fyi: 	sterling users may start to complain about bdiff not working

Thanks to Carolyns help I found that bdiff was not working for me
once i installed sterling bl5.  This is because they moved the "bdiff"
on the kit from the OSFSCCS subset to OSFBASE.  Now if your path is
not set correctly you will not get the ode version of bdiff.

just thought I would pass this along so when others to start to
complain -you know why...

mary

267.7bdiffAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Jul 09 1996 16:4525
Date Of Receipt: 	 9-JUL-1996 14:53:41.29
From: 	KAMLIA::bankerof "George Bankeroff USG  09-Jul-1996 1453"
To: 	odehelp@DEC:.zko.kamlia
CC: 	bankerof@DEC:.zko.kamlia
Subj: 	bdiff

Hello,

I'm getting errors when I do a bdiff.

From a blog I know that the current version of the module esnmp_init.c is 
1.1.2.7.  Subsequent commands and results follow.  

  >bdiff -r1.1.2.6 esnmp_init.c 
  bdiff: cannot open file -r1.1.2.6

  >bdiff -r1.1.2.6 -r1.1.2.7 esnmp_init.c
  bdiff: Specify file segment size as a line number.


Any suggestions?

Thanks,
George Bankeroff

267.8Re: bdiffAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Jul 09 1996 16:4637
Date Of Receipt: 	 9-JUL-1996 15:00:28.28
From: 	KAMLIA::"[email protected]" "09-Jul-1996 1500"
To: 	[email protected]
CC: 	[email protected]
Subj: 	Re: bdiff

It would appear you're finding the wrong bdiff. Try 'which bdiff'. It should 
return /usr/sde/tools/alpha_OSF1/bin/bdiff. If not your path in set 
incorrectly for a workon session.



| Hello,
| 
| I'm getting errors when I do a bdiff.
| 
| >From a blog I know that the current version of the module esnmp_init.c is 
| 1.1.2.7.  Subsequent commands and results follow.  
| 
|   >bdiff -r1.1.2.6 esnmp_init.c 
|   bdiff: cannot open file -r1.1.2.6
| 
|   >bdiff -r1.1.2.6 -r1.1.2.7 esnmp_init.c
|   bdiff: Specify file segment size as a line number.
| 
| 
| Any suggestions?
| 
| Thanks,
| George Bankeroff

-- 

				-Grant



267.9bdiffAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Oct 15 1996 19:1330
Date Of Receipt: 	 3-OCT-1996 11:48:44.02
From: 	FLUME::korona "Korona Zbigniew USG  03-Oct-1996 1146"
To: 	odehelp@DEC:.zko.flume
CC: 	korona@DEC:.zko.flume
Subj: 	bdiff

Hi,
Why am I getting the following error?

[istanbul:(korona) steelcde(steelcde)] bdiff dtsession.msg

[ ./cde1/localized/C/msg/dtsession.msg ]
stat error: ./cde1/localized/C/msg/dtsession.msg,v: No such file or 
directory

Thanks.

-Zbigniew-

Ps. I am backed against steelcde.nightly

-- 
Zbigniew Korona		  WWW:    http://www.zk3.dec.com/~korona
Digital Equipment Corp.   E-mail: [email protected]
Mailstop: ZKO3-3Y25	  Phone:  (603) 881-2093
110 Spitbrook Road	  DTN:    381-2093
Nashua, NH  03062-2698	  FAX:    (603) 881-2257



267.10Re: bdiffAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Oct 15 1996 19:1416
Date Of Receipt: 	 3-OCT-1996 12:07:14.06
From: 	SEAN::davidson "D. Sean Davidson"
To: 	korona odehelp
CC: 	
Subj: 	Re:  bdiff

That file doesn't exist so there is nothing to bdiff against.  This file
exists in other language variants though

./cde1/localized/ko_KR.dt-eucKR/msg/dtsession.msg
./cde1/localized/fr_FR.ISO8859-1/msg/dtsession.msg
./cde1/localized/de_DE.ISO8859-1/msg/dtsession.msg


Sean