[173] in arla-drinkers
Re: arla 0.8, NetBSD 1.3.2 alpha lkm
daemon@ATHENA.MIT.EDU (John Davison)
Wed Jul 29 01:02:05 1998
From arla-drinkers-request@sundance.stacken.kth.se Wed Jul 29 05:02:04 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 23806 invoked from network); 29 Jul 1998 05:02:03 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 29 Jul 1998 05:02:03 -0000
Received: from mail.clarkson.edu (clarkson.edu [128.153.4.59])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id GAA19201
for <arla-drinkers@stacken.kth.se>; Wed, 29 Jul 1998 06:56:02 +0200 (MET DST)
Received: from polaris.clarkson.edu (davisoja@polaris.clarkson.edu [128.153.4.24])
by mail.clarkson.edu (8.8.8/8.8.8) with SMTP id AAA08540
for <arla-drinkers@stacken.kth.se>; Wed, 29 Jul 1998 00:56:00 -0400 (EDT)
Date: Wed, 29 Jul 1998 00:56:00 -0400 (EDT)
From: John Davison <davisoja@clarkson.edu>
To: arla-drinkers@stacken.kth.se
Subject: Re: arla 0.8, NetBSD 1.3.2 alpha lkm
In-Reply-To: <5lr9z5d59p.fsf@assaris.sics.se>
Message-ID: <Pine.A41.3.96.980729002150.48286B-100000@polaris.clarkson.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On 28 Jul 1998, Assar Westerlund wrote:
> You need to update your modload (you need modload.c 1.19 or later).
OK, I grabbed modload.c 1.19 from NetBSD-current, and got this:
clutx# modload1.19 -d -v -e xfs_mod -o /var/tmp/symbols /usr/lkm/xfs_mod.o
ld -R /netbsd -e xfs_mod -o /var/tmp/symbols -Ttext 0 /usr/lkm/xfs_mod.o
modload1.19: not an a.out format file
???
> > I have another identical machine with NetBSD-current, but was unable
> > to even compile krb4 on it.
> Could you send me the errors you're getting?
Oops, my bad. It's AIX 4.2.1 I could never get KTH krb4 compiled on.
(com_err and missing roken.h's and stuff. I'm going to try attacking it
with an earlier (read: hopefully more stable) release of gcc.)
NetBSD-current/alpha compiled krb4 fine, but it is arla that I could not
compile. xfs_dev.c breaks with:
xfs_dev.c: In function `xfs_devclose_common':
xfs_dev.c:200: too few arguments to function `vfs_busy'
xfs_dev.c: In function `xfs_uprintf_device':
xfs_dev.c:670: warning: cast from pointer to integer of different size
[...]
and arla.o yields this when linking into arlad:
arla.o: In function `main':
/usr/local/src/arla-0.8/arlad/arla.c:823: undefined reference to
`krb_get_err_txt'
john