9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Jeff Sickel <jas@corpus-callosum.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] hg and golang
Date: Tue, 25 Mar 2014 19:27:16 -0500	[thread overview]
Message-ID: <D933013A-D2DD-4B05-AD76-6B80A7F4609D@corpus-callosum.com> (raw)
In-Reply-To: <CAA6Yd9Uo4-+-1Wwb6L879d-JRjM=EJkPtk0QPXgcb7QLdY=b5w@mail.gmail.com>

Ramakrishnan,

Let me know if you’re still getting mk stage errors.

You should be able to use the latest hg (2.9.1) if you grab the source release (http://mercurial.selenic.com/release/mercurial-2.9.1.tar.gz).  Just note that the following patch-diff has never been accepted for some reason.

-jas


% hg diff
diff -r ca387377df7a setup.py
--- a/setup.py	Wed Jan 01 21:46:03 2014 -0600
+++ b/setup.py	Thu Jan 02 19:47:36 2014 -0600
@@ -129,7 +129,7 @@
    py2exeloaded = False

def runcmd(cmd, env):
-    if sys.platform == 'plan9':
+    if sys.platform == 'plan9' and (sys.version_info[0] == 2 and sys.version_info[1] < 7):
        # subprocess kludge to work around issues in half-baked Python
        # ports, notably bichued/python:
        _, out, err = os.popen3(cmd)




  reply	other threads:[~2014-03-26  0:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-25 17:55 Ramakrishnan Muthukrishnan
2014-03-25 18:02 ` erik quanstrom
2014-03-25 18:32   ` Ramakrishnan Muthukrishnan
2014-03-25 18:35     ` erik quanstrom
2014-03-26  0:04       ` Ramakrishnan Muthukrishnan
2014-03-26  0:27         ` Jeff Sickel [this message]
2014-03-26  1:25           ` Ramakrishnan Muthukrishnan
2014-03-25 18:07 ` Skip Tavakkolian
2014-03-25 22:28 ` David du Colombier
2014-03-26  1:23   ` Ramakrishnan Muthukrishnan
2014-03-26 20:13     ` David du Colombier
2014-03-26  0:34 Erik Quanstrom
2014-03-26  1:28 ` Ramakrishnan Muthukrishnan
2014-03-26  2:10 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=D933013A-D2DD-4B05-AD76-6B80A7F4609D@corpus-callosum.com \
    --to=jas@corpus-callosum.com \
    --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).