[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

99.0. "what is missing here?" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Mon Jun 07 1993 17:21

Date Of Receipt: 	 2-JUN-1993 14:10:32.67
From: 	ABYSS::uttam "Uttam Shikarpur "
To: 	abyss::buildhelp
CC: 	
Subj: 	what is missing here?

Hi,
	Could you tell me what is missing here that is preventing me from
doing bdiffs? I have the respective source pools mounted.

Thanks
uttam
**********************

alphanzo> bdiff -rAGOSMAINT_BL3 -rAGOSMAINT_BL4 ip_output.c
ERROR: `-rAGOSMAINT_BL3' does not exist (ut4)
alphanzo> bdiff -rAGOSMAINT_BL4 -rAGOSMAINT_BL3 ip_output.c
ERROR: `-rAGOSMAINT_BL4' does not exist (ut4)
alphanzo> bdiff -rAGOSMINOR -rAGOSMAINT_BL4 ip_output.c
ERROR: `-rAGOSMINOR' does not exist (ut4)





T.RTitleUserPersonal
Name
DateLines
99.1Re: what is missing here?SMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Jun 07 1993 17:2247
Date Of Receipt: 	 2-JUN-1993 14:17:26.20
From: 	KRISIS::johnf "John Flanagan OSG Test Johnf Tools Group"
To: 	[email protected] (Uttam Shikarpur )
CC: 	[email protected]
Subj: 	Re: what is missing here?

What sandbox are you in?  You should be in a sandbox backed by agosminor
in order to do this.  Make sure agosminor is odemounted and you are indeed
in a sandbox backed by it.  The diffs worked for me in my agosminor sandbox
just now.

% bdiff -rAGOSMAINT_BL3 -rAGOSMAINT_BL4 ./kernel/netinet/ip_output.c

[ ./kernel/netinet/ip_output.c ]
===================================================================
RCS file: ./kernel/netinet/ip_output.c,v
retrieving revision 4.4.2.5
retrieving revision 4.4.8.2
diff -r4.4.2.5 -r4.4.8.2
6a7,12
>  * Revision 4.4.8.2  1993/04/21  17:28:26  Uttam_Shikarpur
>  *    While setting an IP option the system  can panic if there is
>  *    no mbuf provided (caused by improper parameters being supplied by
>  *    the user). A check was added to ensure that an mbuf is present.
>  *    [1993/04/18  20:34:47  Uttam_Shikarpur]
>  *
13c19
<  *
---
>  * 
17c23
<  *
---
>  * 
57c63
< static char   *sccsid = "@(#)$RCSfile: ip_output.c,v $ $Revision:
4.4.2.5 $ (DEC) $Date: 1992/07/08 14:25:11 $";
---
> static char   *sccsid = "@(#)$RCSfile: ip_output.c,v $ $Revision:
4.4.8.2 $ (DEC) $Date: 1993/04/21 17:28:26 $";
478a485,489
>                         if (m == NULL) {
>                                 error = EINVAL;
>                                 break;
>                         }
> 

99.2Re: what is missing here?SMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Jun 07 1993 17:2372
Date Of Receipt: 	 2-JUN-1993 14:26:46.51
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	[email protected] (Uttam Shikarpur )
CC: 	[email protected]
Subj: 	Re: what is missing here?

| Hi,
| 	Could you tell me what is missing here that is preventing me from
| doing bdiffs? I have the respective source pools mounted.
| 


Quotes.



PS. This should have gone to odehelp. It's not a build problem.

See below:

polaris kernel/netinet [22] bdiff -r"AGOSMAINT_BL3" -r"AGOSMAINT_BL4" ip_output
.c

[ ./kernel/netinet/ip_output.c ]
===================================================================
RCS file: ./kernel/netinet/ip_output.c,v
retrieving revision 4.4.2.5
retrieving revision 4.4.8.2
diff -r4.4.2.5 -r4.4.8.2
6a7,12
>  * Revision 4.4.8.2  1993/04/21  17:28:26  Uttam_Shikarpur
>  *    While setting an IP option the system  can panic if there is
>  *    no mbuf provided (caused by improper parameters being supplied by
>  *    the user). A check was added to ensure that an mbuf is present.
>  *    [1993/04/18  20:34:47  Uttam_Shikarpur]
>  *
13c19
<  *
---
>  *
17c23
<  *
---
>  *
57c63
< static char   *sccsid = "@(#)$RCSfile: ip_output.c,v $ $Revision: 4.4.2.5 $ (D
EC) $Date: 1992/07/08 14:25:11 $";
---
> static char   *sccsid = "@(#)$RCSfile: ip_output.c,v $ $Revision: 4.4.8.2 $ (D
EC) $Date: 1993/04/21 17:28:26 $";
478a485,489
>                         if (m == NULL) {
>                                 error = EINVAL;
>                                 break;
>                         }
>


| **********************
| 
| alphanzo> bdiff -rAGOSMAINT_BL3 -rAGOSMAINT_BL4 ip_output.c
| ERROR: `-rAGOSMAINT_BL3' does not exist (ut4)
| alphanzo> bdiff -rAGOSMAINT_BL4 -rAGOSMAINT_BL3 ip_output.c
| ERROR: `-rAGOSMAINT_BL4' does not exist (ut4)
| alphanzo> bdiff -rAGOSMINOR -rAGOSMAINT_BL4 ip_output.c
| ERROR: `-rAGOSMINOR' does not exist (ut4)
| 
| 
| 
| 
|