[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

2050.0. "Information about the ODE problem." by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Fri Jan 12 1996 20:04

Date Of Receipt: 	12-JAN-1996 19:05:17.71
From: 	SMURF::ALPHA::"[email protected]"
To: 	[email protected], [email protected],
	smurf::[email protected]
CC: 	
Subj: 	Information about the ODE problem.

I mailed this message on Wednesday, Jan 10th to odehelp.  I got a
response from Josh Friedman saying that they are looking into this problem
and that it may be caused by network problems on Wednesday.  Since I
have tried this test every day this week and the behavior has been
the same everytime I tried this test, I do not think that the
network problems on Wednesday are the cause of this problem.  Therefore
I am resending the original messaage.


I seem to be having problems getting ode commands to complete.  This is
happening on alpha, with bco and mksb operations.  The following is the
text of a csh session that I ran demonstrating the problem.  The text is
taken directly from the session with the two /* */ editorial comments added
by me.  It looks like the mksb did what it was supposed to, but it is
stil running.

==========================================================================

falpha.zk3.dec.com> kinit $PRINCIPAL
Kerberos Initialization for "Warren_Usui"
Password:
falpha.zk3.dec.com> id
uid=9161(usui) gid=10(staff) groups=35(ultrix_support),24(csse)
falpha.zk3.dec.com> hostname
falpha.zk3.dec.com
falpha.zk3.dec.com> workon -sb find32c
cd'ing to sandbox source directory: /home/usui/sb/find32c/src.
starting new shell: /bin/csh.
% ls
Makeconf  usr
% cd usr/bin/find
% ls
Makefile      find.c        find.msg
find.bogus.c  find.fix.c    perm.y
% ls -ls find.c
0 lrwxr-xr-x   1 usui     staff         50 Dec 12 13:55 find.c ->
/home/usui/sb/
find32c/link/src/usr/bin/find/find.c
% bco find.c
		/* It just sits here forever */
^C
% exit
% falpha.zk3.dec.com> dirs
~
falpha.zk3.dec.com> mksb -back v32csupportos.nightly -dir ~/sb test
creating new set: Warren_Usui_test, setdir: .
creating lock file for new set.
[ creating /home/usui/sb/test/tmp ]
/home/usui/sb/test/tmp: created directory
drwxr-xr-x   2 usui     staff       8192 Jan 10 00:03
/home/usui/sb/test/tmp
		/* It just sits here forever */
^Z
Stopped
falpha.zk3.dec.com> jobs
[1]  + Stopped              mksb -back v32csupportos.nightly -dir ~/sb
test
falpha.zk3.dec.com> bg
[1]    mksb -back v32csupportos.nightly -dir ~/sb test &
falpha.zk3.dec.com> ls sb/test
export    link      obj       rc_files  src       tmp       tools
falpha.zk3.dec.com> ls -lR sb/test
total 48
drwxr-xr-x   2 usui     staff       8192 Jan 10 00:03 export
lrwxr-xr-x   1 usui     staff         41 Jan 10 00:03 link ->
/usr/sde/osf1/buil
d/v32csupportos.nightly
drwxr-xr-x   2 usui     staff       8192 Jan 10 00:03 obj
drwxr-xr-x   2 usui     staff       8192 Jan 10 00:03 rc_files
drwxr-xr-x   2 usui     staff       8192 Jan 10 00:03 src
drwxr-xr-x   2 usui     staff       8192 Jan 10 00:03 tmp
drwxr-xr-x   2 usui     staff       8192 Jan 10 00:03 tools

sb/test/export:
total 0

sb/test/obj:st/obj:
total 0

sb/test/rc_files:
total 7
-rw-r--r--   1 usui     staff        588 Jan 10 00:03 local
-rw-r--r--   1 usui     staff        588 Jan 10 00:03 local.tmpl
-rw-r--r--   1 usui     staff         48 Jan 10 00:03 sets
-rw-r--r--   1 usui     staff       1499 Jan 10 00:03 shared
-rw-r--r--   1 usui     staff       1480 Jan 10 00:03 shared.tmpl

sb/test/src:
total 0
lrwxr-xr-x   1 usui     staff         20 Jan 10 00:03 Makeconf ->
../link/src/Ma
keconf

sb/test/tmp:
total 0

sb/test/tools:
total 0
falpha.zk3.dec.com> jobs
[1]  + Running             mksb -back v32csupportos.nightly -dir ~/sb
falpha.zk3.dec.com> 


T.RTitleUserPersonal
Name
DateLines
2050.1Re: Information about the ODE problem.AOSG::FILTERAutomatic Posting Software - mail to flume::puckMon Jan 15 1996 12:2712
Date Of Receipt: 	15-JAN-1996 11:47:17.29
From: 	SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: 	[email protected], [email protected],
	[email protected], smurf::[email protected]
CC: 	
Subj: 	Re:  Information about the ODE problem.
Please send the results of the bco command using these switches: 	

	bco -verbose -debug -odedebug csv find.c

-josh