From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4a66843fc9bdc3fa9f20d3190b5bdd20@quanstro.net> From: erik quanstrom Date: Fri, 6 Feb 2009 09:52:50 -0500 To: 9fans@9fans.net In-Reply-To: <498C4623.4090701@proweb.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] nupas mk install bug Topicbox-Message-UUID: 97e8ff2a-ead4-11e9-9d60-3106f5b1d025 On Fri Feb 6 09:17:01 EST 2009, mattmobile@proweb.co.uk wrote: > mk install > ... snip ... > cp 8.out /386/bin/nupas/Mail > cp: can't create /386/bin/nupas/Mail: '/386/bin/nupas' does not exist i may be wrong, but that is intentional. i don't know of other plan 9 programs that make their own bin when installed. > 9x4 uid fetch 1:* (uid rfc822.size internaldate) > > then fails parsing the repsonses > > of the form > > * 99 FETCH (UID 32768 INTERNALDATE " 6-Feb-2009 08:52:33 -0500" > RFC822.SIZE 74193) interesting. there's nothing that looks obviously wrong with that line. it must already be out of step. would you mind applying this edit imap.c:1085,1091 - /n/sources/contrib/quanstro/src/nupas/fs//imap.c:1085,1090 } imap = emalloc(sizeof *imap); - imap->flags |= Fdebug; imap->fd = -1; imap->freep = path; imap->flags = flags; and sending along the debugging output? it's going to be a bit chatty. thanks. - erik