From owner-freebsd-audit Sun Oct 14 22:12: 6 2001 Delivered-To: freebsd-audit@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 5EC5C37B406 for ; Sun, 14 Oct 2001 22:12:02 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id PAA07755; Mon, 15 Oct 2001 15:11:50 +1000 Date: Mon, 15 Oct 2001 15:11:04 +1000 (EST) From: Bruce Evans X-X-Sender: To: Matthew Jacob Cc: Marcel Moolenaar , Subject: Re: change to linux/Makefile In-Reply-To: Message-ID: <20011015145741.V71335-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 14 Oct 2001, Matthew Jacob wrote: > Oh- sorry about- the details were: > > ===> linux > @ -> /tstsys > machine -> /tstsys/alpha/include > cc -c -O -pipe -mcpu=ev4 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs > -Ws > trict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -ff > ormat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include > -I/usr > /include -mno-fp-regs -Wa,-mev56 -Wall -Wredundant-decls -Wnested-externs > -Wstr > ict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -ffor > mat-extensions -ansi /tstsys/modules/linux/../../alpha/linux/linux_genassym.c > In file included from > /tstsys/modules/linux/../../alpha/linux/linux_genassym.c:8 > : > @/alpha/linux/linux.h:34: linux_syscall.h: No such file or directory > In file included from This line is: #include This is obvious nonsense. Pathnames are relative to the top of the sys tree (modulo disgusting -I hacks), and linux_syscall.h is obviously not at the top of the sys tree. -current has the correct include: #include > ... > On Sun, 14 Oct 2001, Marcel Moolenaar wrote: > > > On Sun, Oct 14, 2001 at 06:45:26PM -0700, Matthew Jacob wrote: > > > > > > This is the onoy way I could get the linux module to compile under Alpha with > > > a system directory that was not part of /usr/src (oh, yeah, fore RELENG_4). > > > > > > If you've a better way *that works* I'd love to see it. > > > > Ah, a challenge! :-) > > > > Unfortunately, I don't have -stable on my Alpha and building a 4.x > > source tree on current seems to work (besides gensetdefs missing). > > If the patch is needed to make the module compile, then by all means > > feel free to commit. I have no way to test or verify it, or even > > reason about it (no failure details). At least commit the same warts as in -current. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message