Subject: Re: Connecting Psion to NetBSD, help needed
To: Rudi Ludwig <rudihl@gmx.de>
From: Ben Collver <collver@peak.org>
List: tech-pkg
Date: 02/13/2005 07:54:41
Hello,
Could you try the following patch? It works for me in NetBSD 2.0.
http://backyard.homeunix.net/~ben/docs/comp/unix/netbsd/pkgsrc/nfsd-mp_mount.c.diff
Also, see pkgsrc/comms/plptools which may already do what you want.
Cheers,
Ben
On Sun, Feb 13, 2005 at 03:44:06PM +0100, Rudi Ludwig wrote:
> recently I bougt a used Psion Revo and wanted to connect it
> to my NetBSD box.
>
> I figured p3nfs <http://www.koeniglich.de/p3nfs.html>
> <http://www.koeniglich.de/packages/p3nfs-5.16.tar.gz>
> was the way to go. And happily found in the changlog that it
> once ran on NetBSD, unfortunatly as of today it doesn't.
>
> OS: NetBSD i386 1.6
> GCC: gcc -v
> Using builtin specs.
> gcc version 2.95.3 20010315 (release) (NetBSD nb3)
>
> It gets stuck at:
>
> gcc -O2 -Wall -DDONT_UPDATE_MTAB -I. -c mp_mount.c
> ...
> mp_mount.c:269: storage size of `nfs_args' isn't known
> ...
>
> Could someone more knowledgable than I look into this please. Once fixed
> would make a nice pkg, too.