Subject: Re: latest imap-uw
To: Michael Wolfson <michael@nosflow.com>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-pkg
Date: 05/24/2002 19:27:32
On Fri, 24 May 2002, Michael Wolfson wrote:

> At 11:27 PM +0200 5/24/02, Hubert Feyrer wrote:
>
> :)Strange, I don't see this on a 1.6_ALPHA/i386 system. What does
> :)
> :)	nm /usr/pkg/lib/libc-client.so.4.1 | grep _proto
> :)
> :)say? Can you 'cvs update' your pkgsrc, rebuild the pkg, and see if the
> :)problem persists?
>
> (costello) /usr/src/pkgsrc/mail/imap-uw# nm /usr/pkg/lib/libc-client.so.4.1
> | grep _proto
> 000131a0 T _default_proto

This smells like another incomprehensible hp300 toolchain bug. You
could try a couple of things to help narrow this down. The latest
binary package for m68k seems to be

    ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/m68k/All/imap-uw-2000.0.3nb1.tgz

(that was evidently built on mac68k). And here find a 1.5-ish m68k
run-time linker

    ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/libexec/ld.aout_so/ld.so.m68k.uue

Naturally, you'll want to back up "/usr/libexec/ld.so" before
replacing it with that!

Frederick