Subject: Re: Pine is broken after IMAP update
To: David Brownlee <abs@NetBSD.org>
From: Kimmo Suominen <kim@tac.nyc.ny.us>
List: tech-pkg
Date: 01/29/2005 16:26:16
That's strange -- it fails on my -current(ish) i386 (2.99.12) the same
way as John describes for his 2.0:

    cc -O2 -pipe -I/usr/include -I/usr/pkg/include   -DDEBUG -DDEBUGJOURNAL     -DNETBSD -DSYSTYPE=\"NEB\" -DMOUSE -I/usr/pkg/include/c-client   -I/usr/include -I/usr/pkg/include -c imap.c
    imap.c: In function `imap_flush_passwd_cache':
    imap.c:3042: error: `panicking' undeclared (first use in this function)
    imap.c:3042: error: (Each undeclared identifier is reported only once
    imap.c:3042: error: for each function it appears in.)
    *** Error code 1

    Stop.
    make: stopped in /net/hrothgar/src-2/obj/i386/pkgsrc/mail/pine/work.i386/pine4.62/pine
    *** Error code 1

Just to be sure, I ran "cvs update" on my pkgsrc before trying again,
i.e. about 3 minutes ago...

Regards,
+ Kim
-- 
Kimmo Suominen

On Sat, Jan 29, 2005 at 09:06:52PM +0000, David Brownlee wrote:
> 	I rebuilt pine directly after the imap-uw update without problem,
> 	on 2.0_STABLE i386. That was with a completely up to date pkgsrc
> 
> On Sat, 29 Jan 2005, Kimmo Suominen wrote:
> 
> >David,
> >
> >Is pine the only imap-uw dependence that fails to build?  Were there any
> >instructions in the imap-uw update about the API changing?
> >
> >Regards,
> >+ Kim