From: Junio C Hamano <junkio@cox.net>
To: Alex Riesen <raa.lkml@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: merge-recursive: include heapq?
Date: Fri, 11 Nov 2005 11:26:39 -0800 [thread overview]
Message-ID: <7viruzm1e8.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <20051111185246.GB13524@steel.home> (Alex Riesen's message of "Fri, 11 Nov 2005 19:52:46 +0100")
Alex Riesen <raa.lkml@gmail.com> writes:
> Johannes Schindelin, Fri, Nov 11, 2005 15:23:04 +0100:
>> I get this when pulling:
>>...
>> Okay, my python is *old*:
>>
>> $ python -V
>> Python 2.2.1
>>
>> Is it worthwhile to include heapq as we did with subprocess? Or should I
>> upgrade...
>
> Trying really trivial in-index merge...
> fatal: Merge requires file-level merging
> Nope.
> Traceback (most recent call last):
> File "/home/raa/bin/git-merge-recursive", line 8, in ?
> from gitMergeCommon import *
> File "/home/raa/share/git-core/python/gitMergeCommon.py", line 14, in ?
> import subprocess
> ImportError: No module named subprocess
> Automatic merge failed/prevented; fix up by hand
>
> That said, I thought an upgrade was worth it and upgraded my 2.3 to 2.4 :)
Something like this is needed, I suppose...
-- >8 -- cut here -- >8 --
INSTALL: duplicate python requirements from Makefile
and refer the reader to Makefile for other things that can be
tweaked.
Signed-off-by: Junio C Hamano <junkio@cox.net>
---
git diff
diff --git a/INSTALL b/INSTALL
index 06b11e1..63ccf62 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,3 +75,15 @@ Issues of note:
history graphically
- "ssh" is used to push and pull over the net
+
+ - "perl" and POSIX-compliant shells are needed to use most of
+ the barebone Porcelainish scripts.
+
+ - "python" 2.3 or more recent; if you have 2.3, you may need
+ to build with "make WITH_OWN_SUBPROCESS_PY=YesPlease".
+
+ - Some platform specific issues are dealt with Makefile rules,
+ but depending on your specific installation, you may not
+ have all the libraries/tools needed, or you may have
+ necessary libraries at unusual locations. Please look at the
+ top of the Makefile to see what can be adjusted for your needs.
Compilation finished at Fri Nov 11 11:24:14
prev parent reply other threads:[~2005-11-11 19:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-11 14:23 merge-recursive: include heapq? Johannes Schindelin
2005-11-11 18:52 ` Alex Riesen
2005-11-11 19:09 ` Andrew Vasquez
2005-11-11 19:26 ` Junio C Hamano [this message]
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=7viruzm1e8.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=raa.lkml@gmail.com \
/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