Make world breakage in netgraph

1999-01-17 Thread Greg Lehey

=== libnetgraph
cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
*** Error code 1

Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.
-- 
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Make world breakage in netgraph

1999-01-17 Thread Julian Elischer

hmm archie seems to have missed something.
I'll look and see wht he's left out
he just got called away while committing.



On Fri, 19 Nov 1999, Greg Lehey wrote:

 === libnetgraph
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
 *** Error code 1
 
 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.
 -- 
 Finger [EMAIL PROTECTED] for PGP public key
 See complete headers for address and phone numbers
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Make world breakage in netgraph

1999-01-17 Thread Julian Elischer

try add this to ng_async.h
I just committed this. It's in archie's tree but not the checked in
version.

/* Configuration for this node */
struct ng_async_cfg {
u_char  enabled;/* Turn encoding on/off */
-- u_char  acfcomp;/* Address/control field
compression */
u_int16_t   amru;   /* Max receive async frame length
*/
u_int16_t   smru;   /* Max receive sync frame length
*/
u_int32_t   accm;   /* ACCM encoding */
};


On Fri, 19 Nov 1999, Greg Lehey wrote:

 === libnetgraph
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
 *** Error code 1
 
 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.
 -- 
 Finger [EMAIL PROTECTED] for PGP public key
 See complete headers for address and phone numbers
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Make world breakage in netgraph

1999-01-17 Thread Ollivier Robert

According to Greg Lehey:
 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.

Re-sup. I fixed this already and added a few missing modules while I was
here. 55mn for buildworld on my PIII/500 makes testing easy :-)
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 4.0-CURRENT #75: Tue Nov  2 21:03:12 CET 1999



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Make world breakage in netgraph

1999-01-17 Thread Greg Lehey

On Friday, 19 November 1999 at 12:34:27 -0800, Julian Elischer wrote:
 On Fri, 19 Nov 1999, Greg Lehey wrote:

 === libnetgraph
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
 *** Error code 1

 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.

 try add this to ng_async.h
 I just committed this. It's in archie's tree but not the checked in
 version.

 /* Configuration for this node */
 struct ng_async_cfg {
 u_char  enabled;/* Turn encoding on/off */
 -- u_char  acfcomp;/* Address/control field compression */
 u_int16_t   amru;   /* Max receive async frame length */
 u_int16_t   smru;   /* Max receive sync frame length */
 u_int32_t   accm;   /* ACCM encoding */
 };

Well, it looks like it compiles OK now with Ollivier's patches.

Greg
--
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message