From: Jason Riedy <ejr@EECS.Berkeley.EDU>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: git 1.2 works on Solaris, AIX [was Re: [PATCH 1/3] Call extended-semantics commands through variables.]
Date: Mon, 13 Feb 2006 21:12:41 -0800 [thread overview]
Message-ID: <12579.1139893961@lotus.CS.Berkeley.EDU> (raw)
In-Reply-To: <7v64nllbdj.fsf@assigned-by-dhcp.cox.net>
The AIX machines I work on are back, and it looks like my
patches are unnecessary, at least for my use. It'd be cute
to allow builders to point at GNU tools, but not terribly
useful. The File::Find patch to git-archimport.perl might
be nice, but it functions as-is.
To have diff and merge on my path with this AIX platform, I have
to pull *all* the GNU tools into my path. (NERSC uses modules.)
I suspect that is a rather common setup, so it's not worth the
serious surgery to redirect diff and merge. diff is used in C
and shell, and merge is in shell, Perl, and Python sources.
And pkgsrc on Solaris appears happy using GNU's cpio (under
archivers/gcpio) rather than its default, plain one. I hadn't
realized I could replace it easily.
So with the GNU tools in the path and a properly built Python,
the mainline code works on Solaris 8 and AIX.
For posterity: Any problems with git-merge-recursive.py on AIX
likely are a yucky Python/AIX problem. The sha has 'sem_trywait:
Permission denied\n' prepended to it a few times. You need to
rebuild Python with HAVE_BROKEN_POSIX_SEMAPHORES:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1106262&group_id=5470
If anyone really wants to point at particular tools but not
require them in the user's path, the simplest way would be to
link the correct tools (or wrappers) into the GIT_EXEC_PATH
and prepend that to the PATH *everywhere*. But it's not worth
the effort until someone really needs it.
Jason
next prev parent reply other threads:[~2006-02-14 5:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-10 23:35 [PATCH 1/3] Call extended-semantics commands through variables Jason Riedy
2006-02-11 6:25 ` Junio C Hamano
2006-02-11 23:10 ` Jason Riedy
2006-02-11 23:32 ` Junio C Hamano
2006-02-14 5:12 ` Jason Riedy [this message]
2006-02-14 6:13 ` git 1.2 works on Solaris, AIX Junio C Hamano
2006-02-12 0:36 ` [PATCH 1/3] Call extended-semantics commands through variables Junio C Hamano
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=12579.1139893961@lotus.CS.Berkeley.EDU \
--to=ejr@eecs.berkeley.edu \
--cc=git@vger.kernel.org \
--cc=junkio@cox.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).