9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] nupas mk install bug
Date: Fri,  6 Feb 2009 09:52:50 -0500	[thread overview]
Message-ID: <4a66843fc9bdc3fa9f20d3190b5bdd20@quanstro.net> (raw)
In-Reply-To: <498C4623.4090701@proweb.co.uk>

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



  reply	other threads:[~2009-02-06 14:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-06 14:16 matt
2009-02-06 14:52 ` erik quanstrom [this message]
2009-02-06 19:01 ` erik quanstrom
2009-02-09 14:54   ` matt
2009-02-09 16:00     ` erik quanstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4a66843fc9bdc3fa9f20d3190b5bdd20@quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).