[170] in arla-drinkers
Re: arla 0.8, NetBSD 1.3.2 alpha lkm
daemon@ATHENA.MIT.EDU (John Davison)
Tue Jul 28 17:33:14 1998
From arla-drinkers-request@sundance.stacken.kth.se Tue Jul 28 21:33:12 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 18204 invoked from network); 28 Jul 1998 21:33:10 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 28 Jul 1998 21:33:09 -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 XAA14380
for <arla-drinkers@stacken.kth.se>; Tue, 28 Jul 1998 23:27:07 +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 RAA00752
for <arla-drinkers@stacken.kth.se>; Tue, 28 Jul 1998 17:27:06 -0400 (EDT)
Date: Tue, 28 Jul 1998 17:27:06 -0400 (EDT)
From: John Davison <davisoja@clarkson.edu>
Reply-To: 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: <5lbtq9elkv.fsf@assaris.sics.se>
Message-ID: <Pine.A41.3.96.980728171539.32966A-100000@polaris.clarkson.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On 28 Jul 1998, Assar Westerlund wrote:
> John Davison <davisoja@clarkson.edu> writes:
> > `modload -e xfs_mod -o /var/tmp/symbols /usr/arla/bin/xfs_mod.o` gives:
> > xfs_mod: ld: cannot open linker script file 0: No such file or directory
> > modload: can't prelink `/usr/arla/bin/xfs_mod.o' creating `/var/tmp/symbols'
>
> It looks like modload is calling ld with the wrong arguments. Try
> `modload -d -v' and see if you get any more information from that.
OK, it goes like this now:
clutx# modload -d -v -e xfs_mod -o /var/tmp/symbols /usr/arla/bin/xfs_mod.o
ld -A /netbsd -e _xfs_mod -o /var/tmp/symbols -T 0 /usr/arla/bin/xfs_mod.o
ld: cannot open linker script file 0: No such file or directory
modload: can't prelink `/usr/arla/bin/xfs_mod.o' creating `/var/tmp/symbols'
This might just be a NetBSD/alpha thing. I have another identical machine
with NetBSD-current, but was unable to even compile krb4 on it. Unless
someone can see some glaring error on my part from one of the above lines,
I'll see if anyone on the NetBSD alpha-port has any ideas.
john