From owner-freebsd-current Thu Aug 31 22:25:36 2000 Delivered-To: freebsd-current@freebsd.org Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id 0F4E637B422; Thu, 31 Aug 2000 22:25:34 -0700 (PDT) Received: from pacbell.net ([63.199.30.251]) by mta6.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0G0700CV90C941@mta6.snfc21.pbi.net>; Thu, 31 Aug 2000 22:24:09 -0700 (PDT) Date: Thu, 31 Aug 2000 22:24:46 -0700 From: "George W. Dinolt" Subject: streams module no longer compiles To: obrien@freebsd.org, current@freebsd.org Message-id: <39AF3D9E.F4874DB3@pacbell.net> MIME-version: 1.0 X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David: If I read things correctly you relocated the svr4 pieces from sys to sys/compat in todays -CURRENT. It appears that the streams module depends on several include files which you moved. As a result, the streams module no longer compiles. It fails in make depend with the errors mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/include /usr/src/sys/modules/streams/../../dev/streams/streams.c /usr/src/sys/modules/streams/../../dev/streams/streams.c:57: svr4/svr4_types.h: No such file or directory /usr/src/sys/modules/streams/../../dev/streams/streams.c:58: svr4/svr4_util.h: No such file or directory /usr/src/sys/modules/streams/../../dev/streams/streams.c:59: svr4/svr4_signal.h: No such file or directory /usr/src/sys/modules/streams/../../dev/streams/streams.c:60: svr4/svr4_ioctl.h: No such file or directory /usr/src/sys/modules/streams/../../dev/streams/streams.c:61: svr4/svr4_stropts.h: No such file or directory /usr/src/sys/modules/streams/../../dev/streams/streams.c:62: svr4/svr4_socket.h: No such file or directory mkdep: compile failed *** Error code 1 changing CFLAGS as follows - CFLAGS+= -O +CFLAGS+= -O -I{$CURDIR}/../../sys/compat seems to fix the problem I am not sure whether this is correct form, there may be a better way. Regards, George Dinolt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message