[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

660.0. "bsh broken [Re: instructions -- ]" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Wed Mar 23 1994 17:48

Date Of Receipt: 	23-MAR-1994 17:21:32.35
From: 	WASTED::"[email protected]" "23-Mar-1994 1420"
To: 	decwet::anderson (Tina Anderson)
CC: 	[email protected]
Subj: 	bsh broken [Re: instructions -- ]

Hi Tina,

I performed the sup.  It was rather brief.  In fact, it appears
that I had the current set of tools all along.  I'm wondering
if there's a way to verify that.  (Or is the sup proof enough.)

The reason I ask is that bsh doesn't seem to find the right 
backing directory for me to use.  Note:

    93 monterio> pwd
    /nfs/benelux/u/steves/sandboxes/testbox/src
    94 monterio> ls
    12:58.Tlog      RISK            pch.tmp         tte
    Makeconf        Xtea            sqa
    95 monterio> sbinfo SOURCEDIR
    /usr/qcsde/build/src/qaqc/src
    96 monterio> bsh ls
    Multiple backing trees:

    1) /usr/qcsde/build/src
    2) /qaqc/src
    Select backing directory:  1

    cd /usr/qcsde/build/src
    qaqc            qaqc.latest

Do you have any idea what might be the problem?

Thanks,
--steve

T.RTitleUserPersonal
Name
DateLines
660.1Re: bsh broken [Re: instructions -- ]SMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Mar 23 1994 18:5214
Date Of Receipt: 	23-MAR-1994 17:58:43.06
From: 	FLUME::jmcg "Jim McGinness"
To: 	[email protected]
CC: 	flume::odehelp
Subj: 	Re:  bsh broken [Re: instructions -- ]

The bsh command is a script that uses the string "/src" as a place to
break up the SOURCEDIR parameter (it's line 56 of our copy here in ZKO).
It looks like you want to avoid having directories named "src" in
your sandbox or backing trees except for the *real* "src" directory
at the bottom -- at least if you expect to use the bsh command.

	-- jmcg

660.2Re: bsh broken [Re: instructions -- ]SMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Mar 23 1994 19:5726
Date Of Receipt: 	23-MAR-1994 18:58:07.02
From: 	WASTED::"[email protected]" "23-Mar-1994 1557"
To: 	[email protected] (Jim McGinness)
CC: 	[email protected], [email protected]
Subj: 	Re: bsh broken [Re: instructions -- ]

Hi Jim,

This is indeed my problem.  Unfortunately, I don't have control
over the pathname of my backing tree.  But even if I did, I would
still describe this as a bug (however minor).

I really appreciate your help.

Thanks,
--steve

) The bsh command is a script that uses the string "/src" as a place to
) break up the SOURCEDIR parameter (it's line 56 of our copy here in ZKO).
) It looks like you want to avoid having directories named "src" in
) your sandbox or backing trees except for the *real* "src" directory
) at the bottom -- at least if you expect to use the bsh command.
) 
) 	-- jmcg