[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

224.0. "Undefuncting kernel/streamsm/Makefile...." by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Tue Jul 20 1993 07:22

Date Of Receipt: 	20-JUL-1993 05:50:43.29
From: 	ABYSS::rtm "Ron Menner USG/Kernel Networking"
To: 	abyss::odehelp, abyss::spt
CC: 	abyss::rtm, abyss::walker
Subj: 	Undefuncting kernel/streamsm/Makefile....

Hi-

	Although Grant's fix in RCS for UNdefuncting
kernel/streamsm/Makefile allowed the file to be submitted,
the DEFAULT_SET was never updated (bsubmit gave no error
indication).  Here's the submission log:


Submission Log *****

  Submitted by Ronald_Menner; User name: rtm; Node name: rambler.zk3.dec.com
  Date: 7/19/93; Time: 12:10
  Coordinated Universal Time: 07/19/93 16:10:38 GMT
  Number of files: 6; Defect number: agosminor-601-rtm.
  Set name: Ronald_Menner_strl_fix; Sandbox: /usr/sandboxes/rtm/strl_fix
  List of files and revisions:
./dev/MAKEDEV/alpha/MAKEDEV.sh,v	1.1.12.16
./etc/strsetup.conf,v	1.1.2.3
./kernel/Makefile,v	4.6.31.10
./kernel/streamsm/Makefile,v	1.1.5.3
./usr/sbin/autopush/autopush.c,v	1.1.5.3
./usr/sbin/strsetup/strsetup.c,v	4.2.12.7

  Detailed description:

[ ./dev/MAKEDEV/alpha/MAKEDEV.sh ]
remove /dev/pts/*  now handled by strsetup
[1993/07/14  21:43:32  Ronald_Menner]
[ ./etc/strsetup.conf ]
changed default name for ptm and sad
[1993/07/14  21:42:46  Ronald_Menner]
[ ./kernel/Makefile ]
put back streamsm directory
[1993/07/14  21:41:45  Ronald_Menner]
[ ./kernel/streamsm/Makefile ]
"undefunct" this file ... needed for customers
[1993/07/14  21:42:11  Ronald_Menner]
[ ./usr/sbin/autopush/autopush.c ]
Changed autopush to use /dev/sad/admin and removed unsupported "sc"
option
[1993/07/14  21:47:11  Ronald_Menner]
[ ./usr/sbin/strsetup/strsetup.c ]
Added creation of /dev/sad/admin for sad device (in case
strsetup.conf is missing)
[1993/07/14  21:45:46  Ronald_Menner]

End Log *****


Guess i should have checked the DEFAULT_SET myself instead of
believing bsubmit - silly me!

		/ron



T.RTitleUserPersonal
Name
DateLines
224.1Re: Undefuncting kernel/streamsm/Makefile....SMURF::FILTERAutomatic Posting Software - mail to flume::puckTue Jul 20 1993 10:2883
Date Of Receipt: 	20-JUL-1993 09:02:10.69
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	[email protected] (Ron Menner USG/Kernel Networking)
CC: 	[email protected], [email protected], [email protected],
	[email protected]
Subj: 	Re: Undefuncting kernel/streamsm/Makefile....

When you were in the middle of this, (when I saw the submit mail)
I looked in the submit tree and saw that the Makefile WAS there,
checked the SNAPSHOT and it was there.

What I think happened involves what I consider a bug in ODE
that interacted with the build scripts. 

When a file is defuncted, it's removed from the tree and the SNAPSHOT
and added to the DEFUNCT list.

When a file is undefuncted and resubmitted, the DEFUNCT list is not checked
and it remains there. The build scripts make an extra check each night
and remove any DEFUNCTED files found there.

I will restore the file and REMOVE it from the DEFUNCT list.

	-Grant


| Hi-
| 
| 	Although Grant's fix in RCS for UNdefuncting
| kernel/streamsm/Makefile allowed the file to be submitted,
| the DEFAULT_SET was never updated (bsubmit gave no error
| indication).  Here's the submission log:
| 
| 
| Submission Log *****
| 
|   Submitted by Ronald_Menner; User name: rtm; Node name: rambler.zk3.dec.com
|   Date: 7/19/93; Time: 12:10
|   Coordinated Universal Time: 07/19/93 16:10:38 GMT
|   Number of files: 6; Defect number: agosminor-601-rtm.
|   Set name: Ronald_Menner_strl_fix; Sandbox: /usr/sandboxes/rtm/strl_fix
|   List of files and revisions:
| ./dev/MAKEDEV/alpha/MAKEDEV.sh,v	1.1.12.16
| ./etc/strsetup.conf,v	1.1.2.3
| ./kernel/Makefile,v	4.6.31.10
| ./kernel/streamsm/Makefile,v	1.1.5.3
| ./usr/sbin/autopush/autopush.c,v	1.1.5.3
| ./usr/sbin/strsetup/strsetup.c,v	4.2.12.7
| 
|   Detailed description:
| 
| [ ./dev/MAKEDEV/alpha/MAKEDEV.sh ]
| remove /dev/pts/*  now handled by strsetup
| [1993/07/14  21:43:32  Ronald_Menner]
| [ ./etc/strsetup.conf ]
| changed default name for ptm and sad
| [1993/07/14  21:42:46  Ronald_Menner]
| [ ./kernel/Makefile ]
| put back streamsm directory
| [1993/07/14  21:41:45  Ronald_Menner]
| [ ./kernel/streamsm/Makefile ]
| "undefunct" this file ... needed for customers
| [1993/07/14  21:42:11  Ronald_Menner]
| [ ./usr/sbin/autopush/autopush.c ]
| Changed autopush to use /dev/sad/admin and removed unsupported "sc"
| option
| [1993/07/14  21:47:11  Ronald_Menner]
| [ ./usr/sbin/strsetup/strsetup.c ]
| Added creation of /dev/sad/admin for sad device (in case
| strsetup.conf is missing)
| [1993/07/14  21:45:46  Ronald_Menner]
| 
| End Log *****
| 
| 
| Guess i should have checked the DEFAULT_SET myself instead of
| believing bsubmit - silly me!
| 
| 		/ron
| 
| 
| 

224.2Re: Undefuncting kernel/streamsm/Makefile....SMURF::FILTERAutomatic Posting Software - mail to flume::puckTue Jul 20 1993 10:2812
Date Of Receipt: 	20-JUL-1993 09:16:15.18
From: 	ABYSS::rtm "Ron Menner USG/Kernel Networking"
To: 	[email protected], abyss::vandyck
CC: 	abyss::brett, [email protected], [email protected], abyss::walker
Subj: 	Re: Undefuncting kernel/streamsm/Makefile....

Grant, 

	Thanks a bunch!

			/ron