T.R | Title | User | Personal Name | Date | Lines |
---|
267.1 | Re: bdiff pb for show stopper. | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 11 1993 12:23 | 12 |
| 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.2 | Re: bdiff pb for show stopper. | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 11 1993 12:24 | 19 |
| 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.3 | Re: bdiff pb for show stopper. | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 11 1993 12:25 | 15 |
| 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.4 | Re: bdiff pb for show stopper. | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 11 1993 13:28 | 35 |
| 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.5 | Re: bdiff pb for show stopper. | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 11 1993 14:34 | 12 |
| 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.6 | bdiff | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Thu Aug 19 1993 10:46 | 17 |
| 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.7 | bdiff | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue Jul 09 1996 16:45 | 25 |
| 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.8 | Re: bdiff | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue Jul 09 1996 16:46 | 37 |
| 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.9 | bdiff | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue Oct 15 1996 19:13 | 30 |
| 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.10 | Re: bdiff | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue Oct 15 1996 19:14 | 16 |
| 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
|