| Date Of Receipt: 6-AUG-1996 14:50:39.13
From: FLUME::jmf "Joshua M. Friedman Digital UNIX 06-Aug-1996 1449"
To: milhomme@DEC:.zko.flume
CC: odehelp@DEC:.zko.flume
Subj: re: I need ODE help
Ed, I have taken a look at your srequest, v40supportos-46-milhomme,
and at the rcs pool, and both agree on the "setname":
[ ./usr/ccs/bin/ar/ar.c ]
version 4.2.30.2 selected setname Ed_Milhomme_v40
----------------------------
revision 4.2.30.2
date: 1996/07/24 19:59:15; author: Ed_Milhomme; state: Exp; lines: +2 -2
Fix a regression in ar dating back to the Gold Release when long file
name support was added. Allows the 'x' option to extract a file into
the directory specified by the 'file' argument, i.e., invoking the
command 'ar x /tmp/foo.a /tmp/bar.o' will extract bar.o into /tmp
rather than generating the message "ar: Error: /tmp/bar.o not found".
Fixes OSF_QAR #46595.
This is a backport of steelos-520-njo.
----------------------------
My guess is that somehow you are in a different set or on a different
machine now than when you first did the work. ODE keeps the lists
of files in each set in <sandbox>/src/.BCSset-<setname>; you can look
for this file.
Here are a few items to check:
- Check that you are not in a nested workon: "echo $WORKON" should
return 1. If it returns a number >1 then this shows how many levels of
workon you're nested in. Exit out of each until WORKON is undefined.
- Check that "currentsb" returns v40 as the 1st element and
Ed_Milhomme_v40 as the 2nd element of the output. If not, you're in
a different sandbox or set than you think.
- Check that you are on the same host where you did the bco/bci/bsubmit,
or at least that the same sandbox is available via an nfs mount.
It is possible to have the same sandbox/set inadvertently on different
hosts; ODE has no way to catch that, and it could cause problems like
this.
If all of that seems to check out and/or you still need help, give me
a call at dtn 381-1548.
-josh
------- Forwarded Message
Date: Tue, 6 Aug 1996 10:25:51 -0400
Message-Id: <[email protected]>
From: [email protected] (06-Aug-1996 1025 -0400)
To: [email protected]
Cc: MILHOMME
Subject: I need ODE help
Hi
My name is Ed Milhomme and I have a question regarding ODE.
Recently, I bco'd (made edits) and bci'd the file ar.c
After the bci, I was prompted to fill in the srequest (which I did).
The srequest has been approved but, when I do a bstat and a blog
I don't see any info regarding ar.c
Could someone please help me?
thanks
Ed
p.s
below is a log of the bstat and blog commands.
Digital UNIX V4.0 (Rev. 386); Fri May 24 17:12:09 EDT 1996
Tue Aug 6 10:14:29 EDT 1996
shlib.zk3.dec.com> kinit Ed_Milhomme
Kerberos Initialization for "Ed_Milhomme"
Password:
shlib.zk3.dec.com> workon -sb v40
cd'ing to sandbox source directory: /usr/staff1/milhomme/sb/v40/src.
starting new shell: /bin/csh.
% bstat -all
%
% blog -all
%
% cd usr/ccs/bin/ar
% ls -l
total 204
lrwxrwxr-x 1 milhomme system 62 Jul 22 09:40 Makefile@ -> /usr/staff1/e
lrwxrwxr-x 1 milhomme system 69 Jul 22 09:40 Makefile.ultrix@ -> /usr/x
- -r--r--r-- 1 milhomme system 68458 Aug 5 15:36 ar.c
- -r--r--r-- 1 milhomme system 68458 Aug 5 13:39 ar.c.0805
- -r--r--r-- 1 milhomme system 67965 Aug 1 15:59 ar.c.efm
lrwxrwxr-x 1 milhomme system 60 Jul 22 09:40 ar.msg@ -> /usr/staff1/mig
% bstat -all
%
% blog -all
%
------- End of Forwarded Message
|