[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

109.0. "ODE question" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Mon Jun 07 1993 17:40

Date Of Receipt: 	 3-JUN-1993 16:15:01.48
From: 	ABYSS::prs "Paul Shaughnessy"
To: 	abyss::odehelp
CC: 	abyss::prs
Subj: 	ODE question

A quick question.

Is there an equivalent ODE command synonymous to

``sccs prs file.c''

Being able to easily see revs & modifications histories would
be *real* helpful. Thanks in advance.

							Paul

T.RTitleUserPersonal
Name
DateLines
109.1Re: ODE questionSMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Jun 07 1993 17:4122
Date Of Receipt: 	 3-JUN-1993 16:30:30.80
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	[email protected]
CC: 	[email protected]
Subj: 	Re: ODE question

| A quick question.
| 
| Is there an equivalent ODE command synonymous to
| 
| ``sccs prs file.c''
| 
| Being able to easily see revs & modifications histories would
| be *real* helpful. Thanks in advance.
| 
| 							Paul


Try "blog -r file.c |more"

	-Grant

109.2ODE questionSMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Jul 14 1993 12:56403
Date Of Receipt: 	14-JUL-1993 11:42:59.66
From: 	MINSRV::"[email protected]"
To: 	[email protected]
CC: 	[email protected]
Subj: 	ODE question

Hello,

I have noticed a possible problem working with the agxminor.nightly tree and
am wondering if you could tell me what's going on.  Perhaps its not a problem,
just a necessary clarification in the sandbox set-up procedure.

It appears that either a link is missing for the tools or the concept of
"backed" tools is not working as I would expect.  I am assuming this is not a
Makefile problem because as far as I can tell, the Imakefile is the same as in
agxmaint.nightly, and the OOTB (dxdiff in this case) has gone through successful
nightly (Minor) builds.

The symptom of this problem is that for some reason standard include files are
not being found (scan for "Error:" in this text file to see what I mean).

I have created an extensive log (to the point of adnauseam) to show you how
everything on my system has been set-up; how a make failed; how I worked-around
the failure; and then how a make succeeded.

The work-around is to:

	$ workon -sb sandboxname
	$ cd ../tools
	$ mklinks ./

Another way to do the same work-around, saving inode/diskspace, is:

	$ workon -sb sandboxname
	$ cd ..
	$ rmdir tools
	$ ln -s ./link/tools ./tools


				thanks in advance...Lynda


*********************** build a sandbox from scratch ***************************

$ uname -svr
OSF1 T1.3 59.2
$
$ pwd
/expander/sbox
$
$ mv $HOME/.sandboxrc $HOME/.sbrc
$
$ mksb -back /usr/sde/osf1/build/agxminor.nightly -dir /expander/sbox -verbose xminortest >log
[ creating /expander/sbox/xminortest/tmp ]
/expander/sbox/xminortest/tmp: created directory

**********************  output from "mksb" *************************************

User rc file, /usr/users/lpr/.sandboxrc, does not exist; will create it.
>  Backing tree is build or sandbox: /usr/sde/osf1/build/agxminor.nightly.
>  Name of default set will match sandbox name: xminortest.
>  Name of sandbox will be: xminortest.
>  Sandbox directory and name will be: /expander/sbox/xminortest.
>  Successfully created new sandbox dir /expander/sbox/xminortest.
>  Successfully created new dirs:src, obj, export, rc_files, tools.
>  Successfully created backing tree link to /usr/sde/osf1/build/agxminor.nightly.
>  Creating new user rc file: /usr/users/lpr/.sandboxrc.
>  Contents of rc file and entered values:
>    default sb         : xminortest
>    default sb base    : /expander/sbox
>    def machines       : 
>    tools population   : b
>    object population  : b
>    object directories : /
>    sources population : b
>    source directories : /
>  Reading rc file : /usr/users/lpr/.sandboxrc
>  setting environment variable SANDBOX to: xminortest.
>  setting environment variable BCSSET to: Lynda_Rice_xminortest.
creating new set: Lynda_Rice_xminortest, setdir: .
drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 /expander/sbox/xminortest/tmp
creating lock file for new set.
>  Building default set: xminortest.

************************ contents of $HOME/.sandboxrc **************************

	# sandbox rc file created by mksb

	# default sandbox
default xminortest

	# base directories to sandboxes
base * /expander/sbox

	# list of sandboxes
sb xminortest

	# mksb config specific
mksb -dir /expander/sbox
mksb -tools b
mksb -obj b /
mksb -src b /

*********************** mklinks for X-tree Stuff *******************************

$ workon -sb xminortest
cd'ing to sandbox source directory: /expander/sbox/xminortest/src.
starting new shell: /usr/bin/ksh.
$ mklinks ./

Linking directory subtree:
  From: /expander/sbox/xminortest/link/src/.
  To:   /expander/sbox/xminortest/src/.

$ exit

********************* get some sandbox status **********************************

$ sbinfo
Description of rc_file for xminortest sandbox:

The following environment variables were set:
    host_machine=alpha
    host_os_type=OSF1
    BCSDIRECTORY=/usr/sde/ode2.0
    BCSPORT=548
    PATH=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin
    BCSHEADERS=/usr/sde/osf1/headers
    target_os_type=osf1
    MACHINE=ALPHA
    machine=alpha
    TARGET_MACHINE=alpha_osf1
    target_machine=alpha_osf1
    LATEST=AGXMINOR;AGXMAINT_BL4;X11;<99/12/31,23:59:59
    PROJECT_NAME=X11
    project_name=x11
    SITE=OSF
    OWNER=bin
    GROUP=bin
    MAKEFILEPATH=${MAKETOP}/usr/lib/makefiles
    SOURCEDIR=/usr/sde/osf1/build/agxminor.nightly/src
    BACKED_PATH=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin
    BACKED_SOURCEDIR=/expander/sbox/xminortest/src:/usr/sde/osf1/build/agxminor.nightly/src
    EXPORTBASE=/expander/sbox/xminortest/export/alpha_osf1
    NO_SHARED_LIBRARIES=1
    USE_STATIC_LIBRARIES=1
    C_COMPILER=cc
    COMP_HOST_ROOT=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc
    COMP_TARGET_ROOT=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc
    path=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin
    INCDIRS=-I/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/include
    LIBDIRS=-L/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib
    SHLIBDIRS=-L/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/shlib
    YACCPAR=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/ccs/lib/yaccpar
    NEW=AGXMINOR;AGXMAINT_BL4;x11_bl012;<>
    submit_defect_check=true
    SUBMIT_REVIEW=/usr/sde/osf1/submit_review
    SOURCEBASE=/expander/sbox/xminortest/src

The following directives are defined in the rc file:
    rcs_host: buffer.zk3.dec.com
    submit_host: buffer.zk3.dec.com
    copyright_list: DEC_COPYRIGHT;DEC_COPYRIGHT_MIN;DEC_COPYRIGHT_MAX;DEC_COPYRIGHT_FSF
    build_base: /usr/sde/osf1/build
    sandbox_base: /expander/sbox/xminortest
    tools_base: /usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1
    ode_base: /usr/sde/ode2.0/tools/alpha_ace
    ode_path: /usr/sde/ode2.0/tools/alpha_ace/bin
    src_control_init: /usr/sde/ode2.0/tools/alpha_ace/bin/bco
    rcs_base: /usr/sde/osf1/rcs/x11/src
    rcs_cover: /usr/sde/ode2.0/tools/alpha_OSF1/lib/rcsauth
    source_cover: /usr/sde/ode2.0/tools/alpha_OSF1/lib/srcauth
    rcs_owner: devrcs
    default_build: agxminor
    default_set: AGXMINOR
    submit_base: /usr/sde/osf1/build/agxminor/logs
    submit_cover: /usr/sde/ode2.0/tools/alpha_OSF1/lib/subauth
    submit_owner: devbld
    submit_defect: true
    build_list: /usr/sde/build_list
    check_out_config: AGXMINOR_BLD;AGXMINOR;AGXMAINT_BL4;X11;include /usr/sde/osf1/build/agxminor.nightly/CONFIG
    build_makeflags: -cF
    source_base: /expander/sbox/xminortest/src
    object_base: /expander/sbox/xminortest/obj/alpha_osf1
    export_base: /expander/sbox/xminortest/export/alpha_osf1
    release_base: /expander/sbox/xminortest/export/alpha_osf1
    release_cover: /bin/echo
    release_owner: root
    release_lock: /expander/sbox/xminortest/export/alpha_osf1/release_lock
    stage:
        agxminor agxminor norm
        default default norm
    system_path: /usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin
    tools_path: /usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/ode2.0/tools/alpha_ace/bin

********************* show the ode filesystems *********************************

$ mount | grep sde
odie:/usr/sde on /usr/sde type nfs (rw, hard, intr)
lou:/alphode2 on /usr/sde/disks/lou_ra5c type nfs (rw, hard, intr)
odie:/usr/sde/disks/odie_ra64c on /usr/sde/disks/odie_ra64c type nfs (rw, hard,
intr)
odie:/usr/sde/disks/odie_ra81c on /usr/sde/disks/odie_ra81c type nfs (rw, hard,
intr)
darla:/moe_112c on /usr/sde/disks/darla_ra112 type nfs (rw, hard, intr)
darla:/moe_112c on /usr/sde/disks/darla_ra112c type nfs (rw, hard, intr)
odie:/usr/sde/disks/odie_rz2c on /usr/sde/disks/odie_rz2c type nfs (rw, hard, in
tr)
lou:/alphode1 on /usr/sde/disks/lou_ra62c type nfs (rw, hard, intr)
darla:/larry_114c on /usr/sde/disks/darla_ra114c type nfs (rw, hard, intr)
darla:/larry_2c on /usr/sde/disks/darla_ra2c type nfs (rw, hard, intr)
darla:/larry_119c on /usr/sde/disks/darla_ra119c type nfs (rw, hard, intr)
darla:/larry_120c on /usr/sde/disks/darla_ra120c type nfs (rw, hard, intr)
darla:/docgroup on /usr/sde/disks/darla_ra115c type nfs (rw, hard, intr)
darla:/larry_118c on /usr/sde/disks/darla_ra118c type nfs (rw, hard, intr)
$
$ ls /usr/sde/disks/darla_ra120c
total 11
drwxr-xr-x   4 devbld   system       512 Jul 07 11:30 .
drwxrwxrwx  19 devbld   system       512 Jun 24 13:38 ..
drwxr-xr-x  10 devbld   system       512 Jul 02 14:06 agxminor.nightly
drwxr-xr-x   2 root     system      8192 Feb 19 11:30 lost+found
$

*********************** set-up environment and make an OOTB ********************

$ workon -sb xminortest
cd'ing to sandbox source directory: /expander/sbox/xminortest/src.
starting new shell: /usr/bin/ksh.
$ pwd
/expander/sbox/xminortest/src
$
$ PATH=$PATH:$SOURCEBASE/config
$ export PATH
$ echo $PATH
/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/osf1/b
uild/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/ode2.0/tools/alpha_ac
e/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin
:/expander/sbox/xminortest/src/config
$
$ cd motif/clients/dxdiff
/expander/sbox/xminortest/src/motif/clients/dxdiff
$
$ rm Make*
rm: remove Makefile? y
rm: remove Makefile.bak? y
$
$ /usr/bin/X11/xmkmf -a ../../..
imake -I../../../config -DTOPDIR=../../.. -DCURDIR=.
make Makefiles
make includes
make depend
../../../util/makedepend_local/makedepend -D__alpha  -D__osf__ -I -I../../../../
tools/alpha_osf1/cc/usr/include -s "# DO NOT DELETE" --   -I../../.. -I../../../
X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCP
ROTO=3 -DHYPERHELP -- parsediffy.c parsediffl.l differencebox.c diffregionadb.c
 displaymenu.c displaymenucbs.c  dxdiff.c dxdiffdisplay.c filestuff.c invokediff
.c mainmenu.c     mainmenucbs.c menu.c misc.c   textdisplay.c textdisplayadb.c v
scrollbarcbs.c    scrolling.c dodiff.c fileselect.c message.c errors.c
 hscrollbarcbs.c
../../../util/makedepend_local/makedepend: warning:  cannot open "parsediffy.c"
$
$ ls Make*
-rw-r--r--   1 lpr      system     42687 Jul 13 16:31 Makefile
-rw-r--r--   1 lpr      system     16454 Jul 13 16:31 Makefile.bak
$
$ make clean
rm -f dxdiff
rm -f y.tab.h y.output y.tab.c yacc.tmp, yacc.acts
rm -f dxdiff.decw_book
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log
 MakeOut "#"*
$
$ nohup make all &
[1]     12860
$ Sending output to nohup.out

$
[1] + 12860      Done(1)                 nohup make all &
$
$ cat nohup.out
yacc -d parsediffy.y

conflicts: 1 shift/reduce
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/al
pha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_os
f1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c y.tab.c
/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe:
Error: parsediffy.y: 108: Cannot open file stdio.h for #include
/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe:
Error: parsediffy.y: 109: Cannot open file assert.h for #include
/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe:
Error: ../../../X11/Xlib.h: 78: Cannot open file sys/types.h for #include
/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe:
Error: ../../../X11/Xlib.h: 95: Cannot open file stddef.h for #include
/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe:
Error: ../../../X11/Intrinsic.h: 81: Cannot open file string.h for #include
*** Exit 1
Stop.
$
$ cd ../../../../tools/alpha_osf1/cc/usr/include
ksh: ../../../../tools/alpha_osf1/cc/usr/include:  not found
$
$ cd ../../../../tools
$ pwd
/expander/sbox/xminortest/tools
$ ls
total 2
drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 .
drwxr-xr-x   8 lpr      system       512 Jul 13 16:12 ..
$
********************* do the work-around ***************************************

$ pwd
/expander/sbox/xminortest
$
$ rmdir tools
$ ls
total 7
drwxr-xr-x   7 lpr      system       512 Jul 13 17:25 .
drwxr-xr-x   3 lpr      system       512 Jul 13 17:02 ..
drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 export
lrwxr-xr-x   1 lpr      system        36 Jul 13 16:12 link -> /usr/sde/osf1/buil
d/agxminor.nightly
drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 obj
drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 rc_files
drwxr-xr-x  24 lpr      system      1024 Jul 13 16:30 src
drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 tmp
$
$ ln -s ./link/tools ./tools
$ ls
total 7
drwxr-xr-x   7 lpr      system       512 Jul 13 17:25 .
drwxr-xr-x   3 lpr      system       512 Jul 13 17:02 ..
drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 export
lrwxr-xr-x   1 lpr      system        36 Jul 13 16:12 link -> /usr/sde/osf1/buil
d/agxminor.nightly
drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 obj
drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 rc_files
drwxr-xr-x  24 lpr      system      1024 Jul 13 16:30 src
drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 tmp
lrwxr-xr-x   1 lpr      system        12 Jul 13 17:25 tools -> ./link/tools
$
$ cd src/motif/clients/dxdiff
/expander/sbox/xminortest/src/motif/clients/dxdiff
$
$ rm nohup.out
rm: remove nohup.out? y
$
$ make clean
rm -f dxdiff
rm -f y.tab.h y.output y.tab.c yacc.tmp, yacc.acts
rm -f dxdiff.decw_book
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log
 MakeOut "#"*
$
$ nohup make all &
[1]     12973
$ Sending output to nohup.out
 
*********************** contents of nohup.out **********************************

yacc -d parsediffy.y

conflicts: 1 shift/reduce
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c y.tab.c
rm -f -f y.tab.c
mv  y.tab.o parsediffy.o
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c parsediffl.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c differencebox.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c diffregionadb.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c displaymenu.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c displaymenucbs.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c dxdiff.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c dxdiffdisplay.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c filestuff.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c invokediff.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c mainmenu.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c mainmenucbs.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c menu.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c misc.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c textdisplay.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c textdisplayadb.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c vscrollbarcbs.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c scrolling.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c dodiff.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c fileselect.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c message.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c errors.c
cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c hscrollbarcbs.c
rm -f dxdiff
cc  -o dxdiff parsediffy.o parsediffl.o differencebox.o diffregionadb.o  displaymenu.o displaymenucbs.o  dxdiff.o dxdiffdisplay.o filestuff.o invokediff.o mainmenu.o	  mainmenucbs.o menu.o misc.o   textdisplay.o textdisplayadb.o vscrollbarcbs.o	  scrolling.o dodiff.o fileselect.o message.o errors.o		  hscrollbarcbs.o -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tools/alpha_osf1/cc/usr/ccs/lib  ../../../motif/lib/DXm/libDXm.so ../../../motif/lib/bkr/libbkr.so ../../../motif/lib/Mrm/
libMrm.so ../../../motif/lib/Xm/libXm.so ../../../lib/Xt/libXt.so ../../../extensions/lib/libXext.so ../../../lib/X/libX11.so  -ly -ll 
uudecode dxdiff.decw_book.uu

************************ make successful ***************************************

$ ls dxdiff
-rwxr-xr-x   1 lpr      system    312186 Jul 13 17:30 dxdiff
$

************************* end of log *******************************************

109.3Re: ODE questionSMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Jul 14 1993 15:04564
Date Of Receipt: 	14-JUL-1993 13:04:22.80
From: 	FLUME::"[email protected]" "Madeline Barcia-Asmus USG"
To: 	[email protected] (Lynda Rice)
CC: 	[email protected]
Subj: 	Re: ODE question

Hi,

Yes, what you have found is the current mode of operation when building
in an X tree. The tools directory will not be populated with tools, and 
you as a user can choose to mklinks -copy, or  . (for link) in your tools
directory. 
This works the same way for me with the base system also. 

Also, an aside :
I've looked through your information.  I noticed you are setting your PATH 
after entering a workon. This is generally not done, but ok.  Just as an FYI,
most engineers who just work on X will use this in their .cshrc file or similar. 

set path=($path /usr/sde/tools/alpha_osf/bin $HOME/bin $HOME/bin/ultrix /usr/
ucb /bin /usr/bin /sbin /usr/sbin  /etc /usr/bin/X11 /usr/local/bin  /usr/bin/mh .
 )

If you need more help, send mail.  Great collection of information  you've sent.

Thanks, Madeline

 >>Hello,
 >>
 >>I have noticed a possible problem working with the agxminor.nightly tree and
 >>am wondering if you could tell me what's going on.  Perhaps its not a proble
m,
 >>just a necessary clarification in the sandbox set-up procedure.
 >>
 >>It appears that either a link is missing for the tools or the concept of
 >>"backed" tools is not working as I would expect.  I am assuming this is not 
a
 >>Makefile problem because as far as I can tell, the Imakefile is the same as 
in
 >>agxmaint.nightly, and the OOTB (dxdiff in this case) has gone through succes
sful
 >>nightly (Minor) builds.
 >>
 >>The symptom of this problem is that for some reason standard include files a
re
 >>not being found (scan for "Error:" in this text file to see what I mean).
 >>
 >>I have created an extensive log (to the point of adnauseam) to show you how
 >>everything on my system has been set-up; how a make failed; how I worked-aro
und
 >>the failure; and then how a make succeeded.
 >>
 >>The work-around is to:
 >>
 >>	$ workon -sb sandboxname
 >>	$ cd ../tools
 >>	$ mklinks ./
 >>
 >>Another way to do the same work-around, saving inode/diskspace, is:
 >>
 >>	$ workon -sb sandboxname
 >>	$ cd ..
 >>	$ rmdir tools
 >>	$ ln -s ./link/tools ./tools
 >>
 >>
 >>				thanks in advance...Lynda
 >>
 >>
 >>*********************** build a sandbox from scratch ***********************
****
 >>
 >>$ uname -svr
 >>OSF1 T1.3 59.2
 >>$
 >>$ pwd
 >>/expander/sbox
 >>$
 >>$ mv $HOME/.sandboxrc $HOME/.sbrc
 >>$
 >>$ mksb -back /usr/sde/osf1/build/agxminor.nightly -dir /expander/sbox -verbo
se xminortest >log
 >>[ creating /expander/sbox/xminortest/tmp ]
 >>/expander/sbox/xminortest/tmp: created directory
 >>
 >>**********************  output from "mksb" *********************************
****
 >>
 >>User rc file, /usr/users/lpr/.sandboxrc, does not exist; will create it.
 >>>  Backing tree is build or sandbox: /usr/sde/osf1/build/agxminor.nightly.
 >>>  Name of default set will match sandbox name: xminortest.
 >>>  Name of sandbox will be: xminortest.
 >>>  Sandbox directory and name will be: /expander/sbox/xminortest.
 >>>  Successfully created new sandbox dir /expander/sbox/xminortest.
 >>>  Successfully created new dirs:src, obj, export, rc_files, tools.
 >>>  Successfully created backing tree link to /usr/sde/osf1/build/agxminor.ni
ghtly.
 >>>  Creating new user rc file: /usr/users/lpr/.sandboxrc.
 >>>  Contents of rc file and entered values:
 >>>    default sb         : xminortest
 >>>    default sb base    : /expander/sbox
 >>>    def machines       : 
 >>>    tools population   : b
 >>>    object population  : b
 >>>    object directories : /
 >>>    sources population : b
 >>>    source directories : /
 >>>  Reading rc file : /usr/users/lpr/.sandboxrc
 >>>  setting environment variable SANDBOX to: xminortest.
 >>>  setting environment variable BCSSET to: Lynda_Rice_xminortest.
 >>creating new set: Lynda_Rice_xminortest, setdir: .
 >>drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 /expander/sbox/xminort
est/tmp
 >>creating lock file for new set.
 >>>  Building default set: xminortest.
 >>
 >>************************ contents of $HOME/.sandboxrc **********************
****
 >>
 >>	# sandbox rc file created by mksb
 >>
 >>	# default sandbox
 >>default xminortest
 >>
 >>	# base directories to sandboxes
 >>base * /expander/sbox
 >>
 >>	# list of sandboxes
 >>sb xminortest
 >>
 >>	# mksb config specific
 >>mksb -dir /expander/sbox
 >>mksb -tools b
 >>mksb -obj b /
 >>mksb -src b /
 >>
 >>*********************** mklinks for X-tree Stuff ***************************
****
 >>
 >>$ workon -sb xminortest
 >>cd'ing to sandbox source directory: /expander/sbox/xminortest/src.
 >>starting new shell: /usr/bin/ksh.
 >>$ mklinks ./
 >>
 >>Linking directory subtree:
 >>  From: /expander/sbox/xminortest/link/src/.
 >>  To:   /expander/sbox/xminortest/src/.
 >>
 >>$ exit
 >>
 >>********************* get some sandbox status ******************************
****
 >>
 >>$ sbinfo
 >>Description of rc_file for xminortest sandbox:
 >>
 >>The following environment variables were set:
 >>    host_machine=alpha
 >>    host_os_type=OSF1
 >>    BCSDIRECTORY=/usr/sde/ode2.0
 >>    BCSPORT=548
 >>    PATH=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/u
sr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/ode2.0/
tools/alpha_ace/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:
/sbin:/usr/sbin
 >>    BCSHEADERS=/usr/sde/osf1/headers
 >>    target_os_type=osf1
 >>    MACHINE=ALPHA
 >>    machine=alpha
 >>    TARGET_MACHINE=alpha_osf1
 >>    target_machine=alpha_osf1
 >>    LATEST=AGXMINOR;AGXMAINT_BL4;X11;<99/12/31,23:59:59
 >>    PROJECT_NAME=X11
 >>    project_name=x11
 >>    SITE=OSF
 >>    OWNER=bin
 >>    GROUP=bin
 >>    MAKEFILEPATH=${MAKETOP}/usr/lib/makefiles
 >>    SOURCEDIR=/usr/sde/osf1/build/agxminor.nightly/src
 >>    BACKED_PATH=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr
/bin:/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/
ode2.0/tools/alpha_ace/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/u
sr/bin:/sbin:/usr/sbin
 >>    BACKED_SOURCEDIR=/expander/sbox/xminortest/src:/usr/sde/osf1/build/agxmi
nor.nightly/src
 >>    EXPORTBASE=/expander/sbox/xminortest/export/alpha_osf1
 >>    NO_SHARED_LIBRARIES=1
 >>    USE_STATIC_LIBRARIES=1
 >>    C_COMPILER=cc
 >>    COMP_HOST_ROOT=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc
 >>    COMP_TARGET_ROOT=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/c
c
 >>    path=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/u
sr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/ode2.0/
tools/alpha_ace/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:
/sbin:/usr/sbin
 >>    INCDIRS=-I/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/i
nclude
 >>    LIBDIRS=-L/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/l
ib
 >>    SHLIBDIRS=-L/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr
/shlib
 >>    YACCPAR=/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/ccs
/lib/yaccpar
 >>    NEW=AGXMINOR;AGXMAINT_BL4;x11_bl012;<>
 >>    submit_defect_check=true
 >>    SUBMIT_REVIEW=/usr/sde/osf1/submit_review
 >>    SOURCEBASE=/expander/sbox/xminortest/src
 >>
 >>The following directives are defined in the rc file:
 >>    rcs_host: buffer.zk3.dec.com
 >>    submit_host: buffer.zk3.dec.com
 >>    copyright_list: DEC_COPYRIGHT;DEC_COPYRIGHT_MIN;DEC_COPYRIGHT_MAX;DEC_CO
PYRIGHT_FSF
 >>    build_base: /usr/sde/osf1/build
 >>    sandbox_base: /expander/sbox/xminortest
 >>    tools_base: /usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1
 >>    ode_base: /usr/sde/ode2.0/tools/alpha_ace
 >>    ode_path: /usr/sde/ode2.0/tools/alpha_ace/bin
 >>    src_control_init: /usr/sde/ode2.0/tools/alpha_ace/bin/bco
 >>    rcs_base: /usr/sde/osf1/rcs/x11/src
 >>    rcs_cover: /usr/sde/ode2.0/tools/alpha_OSF1/lib/rcsauth
 >>    source_cover: /usr/sde/ode2.0/tools/alpha_OSF1/lib/srcauth
 >>    rcs_owner: devrcs
 >>    default_build: agxminor
 >>    default_set: AGXMINOR
 >>    submit_base: /usr/sde/osf1/build/agxminor/logs
 >>    submit_cover: /usr/sde/ode2.0/tools/alpha_OSF1/lib/subauth
 >>    submit_owner: devbld
 >>    submit_defect: true
 >>    build_list: /usr/sde/build_list
 >>    check_out_config: AGXMINOR_BLD;AGXMINOR;AGXMAINT_BL4;X11;include /usr/sd
e/osf1/build/agxminor.nightly/CONFIG
 >>    build_makeflags: -cF
 >>    source_base: /expander/sbox/xminortest/src
 >>    object_base: /expander/sbox/xminortest/obj/alpha_osf1
 >>    export_base: /expander/sbox/xminortest/export/alpha_osf1
 >>    release_base: /expander/sbox/xminortest/export/alpha_osf1
 >>    release_cover: /bin/echo
 >>    release_owner: root
 >>    release_lock: /expander/sbox/xminortest/export/alpha_osf1/release_lock
 >>    stage:
 >>        agxminor agxminor norm
 >>        default default norm
 >>    system_path: /usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin
 >>    tools_path: /usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr
/bin:/usr/sde/ode2.0/tools/alpha_ace/bin
 >>
 >>********************* show the ode filesystems *****************************
****
 >>
 >>$ mount | grep sde
 >>odie:/usr/sde on /usr/sde type nfs (rw, hard, intr)
 >>lou:/alphode2 on /usr/sde/disks/lou_ra5c type nfs (rw, hard, intr)
 >>odie:/usr/sde/disks/odie_ra64c on /usr/sde/disks/odie_ra64c type nfs (rw, ha
rd,
 >>intr)
 >>odie:/usr/sde/disks/odie_ra81c on /usr/sde/disks/odie_ra81c type nfs (rw, ha
rd,
 >>intr)
 >>darla:/moe_112c on /usr/sde/disks/darla_ra112 type nfs (rw, hard, intr)
 >>darla:/moe_112c on /usr/sde/disks/darla_ra112c type nfs (rw, hard, intr)
 >>odie:/usr/sde/disks/odie_rz2c on /usr/sde/disks/odie_rz2c type nfs (rw, hard
, in
 >>tr)
 >>lou:/alphode1 on /usr/sde/disks/lou_ra62c type nfs (rw, hard, intr)
 >>darla:/larry_114c on /usr/sde/disks/darla_ra114c type nfs (rw, hard, intr)
 >>darla:/larry_2c on /usr/sde/disks/darla_ra2c type nfs (rw, hard, intr)
 >>darla:/larry_119c on /usr/sde/disks/darla_ra119c type nfs (rw, hard, intr)
 >>darla:/larry_120c on /usr/sde/disks/darla_ra120c type nfs (rw, hard, intr)
 >>darla:/docgroup on /usr/sde/disks/darla_ra115c type nfs (rw, hard, intr)
 >>darla:/larry_118c on /usr/sde/disks/darla_ra118c type nfs (rw, hard, intr)
 >>$
 >>$ ls /usr/sde/disks/darla_ra120c
 >>total 11
 >>drwxr-xr-x   4 devbld   system       512 Jul 07 11:30 .
 >>drwxrwxrwx  19 devbld   system       512 Jun 24 13:38 ..
 >>drwxr-xr-x  10 devbld   system       512 Jul 02 14:06 agxminor.nightly
 >>drwxr-xr-x   2 root     system      8192 Feb 19 11:30 lost+found
 >>$
 >>
 >>*********************** set-up environment and make an OOTB ****************
****
 >>
 >>$ workon -sb xminortest
 >>cd'ing to sandbox source directory: /expander/sbox/xminortest/src.
 >>starting new shell: /usr/bin/ksh.
 >>$ pwd
 >>/expander/sbox/xminortest/src
 >>$
 >>$ PATH=$PATH:$SOURCEBASE/config
 >>$ export PATH
 >>$ echo $PATH
 >>/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/os
f1/b
 >>uild/agxminor.nightly/tools/alpha_osf1/cc/usr/bin:/usr/sde/ode2.0/tools/alph
a_ac
 >>e/bin:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/
sbin
 >>:/expander/sbox/xminortest/src/config
 >>$
 >>$ cd motif/clients/dxdiff
 >>/expander/sbox/xminortest/src/motif/clients/dxdiff
 >>$
 >>$ rm Make*
 >>rm: remove Makefile? y
 >>rm: remove Makefile.bak? y
 >>$
 >>$ /usr/bin/X11/xmkmf -a ../../..
 >>imake -I../../../config -DTOPDIR=../../.. -DCURDIR=.
 >>make Makefiles
 >>make includes
 >>make depend
 >>../../../util/makedepend_local/makedepend -D__alpha  -D__osf__ -I -I../../..
/../
 >>tools/alpha_osf1/cc/usr/include -s "# DO NOT DELETE" --   -I../../.. -I../..
/../
 >>X11 -I../../../../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DF
UNCP
 >>ROTO=3 -DHYPERHELP -- parsediffy.c parsediffl.l differencebox.c diffregionad
b.c
 >> displaymenu.c displaymenucbs.c  dxdiff.c dxdiffdisplay.c filestuff.c invoke
diff
 >>.c mainmenu.c     mainmenucbs.c menu.c misc.c   textdisplay.c textdisplayadb
.c v
 >>scrollbarcbs.c    scrolling.c dodiff.c fileselect.c message.c errors.c
 >> hscrollbarcbs.c
 >>../../../util/makedepend_local/makedepend: warning:  cannot open "parsediffy
.c"
 >>$
 >>$ ls Make*
 >>-rw-r--r--   1 lpr      system     42687 Jul 13 16:31 Makefile
 >>-rw-r--r--   1 lpr      system     16454 Jul 13 16:31 Makefile.bak
 >>$
 >>$ make clean
 >>rm -f dxdiff
 >>rm -f y.tab.h y.output y.tab.c yacc.tmp, yacc.acts
 >>rm -f dxdiff.decw_book
 >>rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make
.log
 >> MakeOut "#"*
 >>$
 >>$ nohup make all &
 >>[1]     12860
 >>$ Sending output to nohup.out
 >>
 >>$
 >>[1] + 12860      Done(1)                 nohup make all &
 >>$
 >>$ cat nohup.out
 >>yacc -d parsediffy.y
 >>
 >>conflicts: 1 shift/reduce
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/al
 >>pha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alph
a_os
 >>f1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c y.tab.
c
 >>/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/c
fe:
 >>Error: parsediffy.y: 108: Cannot open file stdio.h for #include
 >>/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/c
fe:
 >>Error: parsediffy.y: 109: Cannot open file assert.h for #include
 >>/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/c
fe:
 >>Error: ../../../X11/Xlib.h: 78: Cannot open file sys/types.h for #include
 >>/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/c
fe:
 >>Error: ../../../X11/Xlib.h: 95: Cannot open file stddef.h for #include
 >>/usr/sde/osf1/build/agxminor.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/c
fe:
 >>Error: ../../../X11/Intrinsic.h: 81: Cannot open file string.h for #include
 >>*** Exit 1
 >>Stop.
 >>$
 >>$ cd ../../../../tools/alpha_osf1/cc/usr/include
 >>ksh: ../../../../tools/alpha_osf1/cc/usr/include:  not found
 >>$
 >>$ cd ../../../../tools
 >>$ pwd
 >>/expander/sbox/xminortest/tools
 >>$ ls
 >>total 2
 >>drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 .
 >>drwxr-xr-x   8 lpr      system       512 Jul 13 16:12 ..
 >>$
 >>********************* do the work-around ***********************************
****
 >>
 >>$ pwd
 >>/expander/sbox/xminortest
 >>$
 >>$ rmdir tools
 >>$ ls
 >>total 7
 >>drwxr-xr-x   7 lpr      system       512 Jul 13 17:25 .
 >>drwxr-xr-x   3 lpr      system       512 Jul 13 17:02 ..
 >>drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 export
 >>lrwxr-xr-x   1 lpr      system        36 Jul 13 16:12 link -> /usr/sde/osf1/
buil
 >>d/agxminor.nightly
 >>drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 obj
 >>drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 rc_files
 >>drwxr-xr-x  24 lpr      system      1024 Jul 13 16:30 src
 >>drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 tmp
 >>$
 >>$ ln -s ./link/tools ./tools
 >>$ ls
 >>total 7
 >>drwxr-xr-x   7 lpr      system       512 Jul 13 17:25 .
 >>drwxr-xr-x   3 lpr      system       512 Jul 13 17:02 ..
 >>drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 export
 >>lrwxr-xr-x   1 lpr      system        36 Jul 13 16:12 link -> /usr/sde/osf1/
buil
 >>d/agxminor.nightly
 >>drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 obj
 >>drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 rc_files
 >>drwxr-xr-x  24 lpr      system      1024 Jul 13 16:30 src
 >>drwxr-xr-x   2 lpr      system       512 Jul 13 16:12 tmp
 >>lrwxr-xr-x   1 lpr      system        12 Jul 13 17:25 tools -> ./link/tools
 >>$
 >>$ cd src/motif/clients/dxdiff
 >>/expander/sbox/xminortest/src/motif/clients/dxdiff
 >>$
 >>$ rm nohup.out
 >>rm: remove nohup.out? y
 >>$
 >>$ make clean
 >>rm -f dxdiff
 >>rm -f y.tab.h y.output y.tab.c yacc.tmp, yacc.acts
 >>rm -f dxdiff.decw_book
 >>rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make
.log
 >> MakeOut "#"*
 >>$
 >>$ nohup make all &
 >>[1]     12973
 >>$ Sending output to nohup.out
 >> 
 >>*********************** contents of nohup.out ******************************
****
 >>
 >>yacc -d parsediffy.y
 >>
 >>conflicts: 1 shift/reduce
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c y.ta
b.c
 >>rm -f -f y.tab.c
 >>mv  y.tab.o parsediffy.o
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c pars
ediffl.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c diff
erencebox.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c diff
regionadb.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c disp
laymenu.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c disp
laymenucbs.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c dxdi
ff.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c dxdi
ffdisplay.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c file
stuff.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c invo
kediff.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c main
menu.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c main
menucbs.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c menu
.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c misc
.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c text
display.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c text
displayadb.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c vscr
ollbarcbs.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c scro
lling.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c dodi
ff.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c file
select.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c mess
age.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c erro
rs.c
 >>cc  -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib -L../../../../tool
s/alpha_osf1/cc/usr/ccs/lib   -I../../.. -I../../../X11 -I../../../../tools/alp
ha_osf1/cc/usr/include -DDEC -DR5_XLIB -DSMT  -DFUNCPROTO=3 -DHYPERHELP -c hscr
ollbarcbs.c
 >>rm -f dxdiff
 >>cc  -o dxdiff parsediffy.o parsediffl.o differencebox.o diffregionadb.o  dis
playmenu.o displaymenucbs.o  dxdiff.o dxdiffdisplay.o filestuff.o invokediff.o 
mainmenu.o	  mainmenucbs.o menu.o misc.o   textdisplay.o textdisplayadb.o 
vscrollbarcbs.o	  scrolling.o dodiff.o fileselect.o message.o errors.o	
	  hscrollbarcbs.o -O2 -I -L -L../../../../tools/alpha_osf1/cc/usr/shlib
 -L../../../../tools/alpha_osf1/cc/usr/ccs/lib  ../../../motif/lib/DXm/libDXm.s
o ../../../motif/lib/bkr/libbkr.so ../../../motif/lib/Mrm/libMrm.so ../../../mo
tif/lib/Xm/libXm.so ../../../lib/Xt/libXt.so ../../../extensions/lib/libXext.so
 ../../../lib/X/libX11.so  -ly -ll 
 >>uudecode dxdiff.decw_book.uu
 >>
 >>************************ make successful ***********************************
****
 >>
 >>$ ls dxdiff
 >>-rwxr-xr-x   1 lpr      system    312186 Jul 13 17:30 dxdiff
 >>$
 >>
 >>************************* end of log ***************************************
****
 >>

109.4ode questionSMURF::FILTERAutomatic Posting Software - mail to flume::puckTue Dec 07 1993 14:0923
Date Of Receipt: 	 7-DEC-1993 13:57:21.67
From: 	ABYSS::walker "Mary Walker"
To: 	abyss::odehelp
CC: 	
Subj: 	ode question

I'm backed to the gold pool.  The directory usr/sbin/snmpd contained
files in V1.3 which we have since defuncted.  I am trying to put a
new set of sources in this same directory (totally different sources
than used to be there).  I cannot bcreate Makefile because:
[ ./usr/sbin/snmpd/Makefile ]
[ source control information already exists in file: "./usr/sbin/snmpd/Makefile,v" ]


how do I get around this?

also this directory contained subdirectories that are nolonger used
(all the files were defuncted) -can I get rid of the subdirectories 
showing up in an "ls"?

thanks,
mary walker