[1086] in arla-drinkers
Re: arla & linux-2.2.11
daemon@ATHENA.MIT.EDU (Dr A V Le Blanc)
Wed Aug 18 09:56:53 1999
From owner-arla-drinkers@stacken.kth.se Wed Aug 18 13:56:52 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 1883 invoked from network); 18 Aug 1999 13:56:50 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 18 Aug 1999 13:56:50 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id PAA11333
for arla-drinkers-list; Wed, 18 Aug 1999 15:52:32 +0200 (MET DST)
Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id PAA11329
for <arla-drinkers@stacken.kth.se>; Wed, 18 Aug 1999 15:52:28 +0200 (MET DST)
Received: from meissen.mcc.ac.uk ([130.88.203.42])
by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3)
id 11H68g-000JOg-00; Wed, 18 Aug 1999 14:52:26 +0100
Received: (from zlsiial@localhost)
by meissen.mcc.ac.uk (8.7.6/8.8.4)
id OAA02209; Wed, 18 Aug 1999 14:52:26 +0100 (BST)
Message-ID: <19990818145225.G2153@afs.mcc.ac.uk>
Date: Wed, 18 Aug 1999 14:52:25 +0100
From: Dr A V Le Blanc <LeBlanc@mcc.ac.uk>
To: Dave Morrison <dave@bnl.gov>, arla-drinkers@stacken.kth.se
Subject: Re: arla & linux-2.2.11
Reply-To: Dr A V Le Blanc <LeBlanc@mcc.ac.uk>
References: <37B9EAA7.DD74E8A1@bnl.gov>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.93.1i
In-Reply-To: <37B9EAA7.DD74E8A1@bnl.gov>; from Dave Morrison on Tue, Aug 17, 1999 at 07:05:11PM -0400
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
On Tue, Aug 17, 1999 at 07:05:11PM -0400, Dave Morrison wrote:
> I've built arla in concert with a bevy of past linux kernels, but the
>re seem to
> have been recent changes in the kernel sources that break my string of
> successes. I'm working with linux-2.2.11 and arla-0.26 and when I fo
>llow the
> simple prescription that's worked so well in the past, I get errors l
>ike this:
...
> gcc -c -DHAVE_CONFIG_H -DMODULE -D__KERNEL__ -DDEBUG -I.
> -I../../../arla-0.26/xfs/linux -g -Wall -g -I.
> -I../../../arla-0.26/xfs/linux/../include -I../../include
> -I../../../arla-0.26/xfs/linux/../../include -I/usr/athena/include -Wall
> -Wstrict-prototypes -O2 -fomit-frame-pointer
> ../../../arla-0.26/xfs/linux/xfs_load.c
> In file included from /usr/include/linux/fs.h:263,
> from ../../../arla-0.26/xfs/linux/xfs/xfs_locl.h:57,
> from ../../../arla-0.26/xfs/linux/xfs_load.c:39:
> /usr/include/linux/hpfs_fs_i.h:5: parse error before `ino_t'
> /usr/include/linux/hpfs_fs_i.h:5: warning: no semicolon at end of struct or
> union
I'm puzzled by this one, since I haven't had any trouble with this
combination (linux 2.2.11 with arla 0.26):
make[2]: Entering directory `/root/Misc/arla-0.26/xfs/linux'
gcc -c -DHAVE_CONFIG_H -DMODULE -D__KERNEL__ -DDEBUG -I. -I. -O6 -I/u
sr/src/linux/include -Wall -I. -I./../include -I../../include -I./../..
/include -I/usr/contrib/packages/kthkrb/include -Wall -Wstrict-prototyp
es -O2 -fomit-frame-pointer xfs_load.c
Note the explicit '-I/usr/src/linux/include' which I pass to configure
via
env CFLAGS='-O6 -I/usr/src/linux/include' ./configure ...
(This is on a Debian slink system.)
-- Owen
LeBlanc@mcc.ac.uk