From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Vilain Subject: Solaris install error: didn't get git-init link was [Fwd: Re: The Reposithon! Take 2] Date: Tue, 18 Dec 2007 03:42:03 +1300 Message-ID: <47668ABB.9000504@vilain.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040807080906090801000405" To: Git Mailing List X-From: git-owner@vger.kernel.org Mon Dec 17 15:43:03 2007 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1J4HBI-0006Ee-1a for gcvg-git-2@gmane.org; Mon, 17 Dec 2007 15:42:57 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761402AbXLQOlh (ORCPT ); Mon, 17 Dec 2007 09:41:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761366AbXLQOlh (ORCPT ); Mon, 17 Dec 2007 09:41:37 -0500 Received: from watts.utsl.gen.nz ([202.78.240.73]:38873 "EHLO musashi.utsl.gen.nz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761281AbXLQOlf (ORCPT ); Mon, 17 Dec 2007 09:41:35 -0500 Received: by musashi.utsl.gen.nz (Postfix, from userid 65534) id 6829E21D0E2; Tue, 18 Dec 2007 03:41:33 +1300 (NZDT) Received: from [192.168.69.104] (203-97-235-49.cable.telstraclear.net [203.97.235.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by musashi.utsl.gen.nz (Postfix) with ESMTP id D3EFF21D065 for ; Tue, 18 Dec 2007 03:41:29 +1300 (NZDT) User-Agent: Thunderbird 2.0.0.6 (X11/20071022) X-Enigmail-Version: 0.95.0 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail.musashi.utsl.gen.nz X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=SPF_HELO_FAIL autolearn=no version=3.0.2 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: This is a multi-part message in MIME format. --------------040807080906090801000405 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Refer attached ... 1.5.3.6 install, didn't get git-init link to git. Ring any bells? --------------040807080906090801000405 Content-Type: message/rfc822; name="Re: The Reposithon! Take 2.eml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Re: The Reposithon! Take 2.eml" Return-Path: X-Original-To: sam@utsl.gen.nz Delivered-To: sam@utsl.gen.nz Received: by musashi.utsl.gen.nz (Postfix, from userid 65534) id C891E21D0BE; Tue, 18 Dec 2007 03:33:12 +1300 (NZDT) Received-SPF: none (mail.musashi.utsl.gen.nz: domain of perl5-porters-return-131576-sam=vilain.net@perl.org does not designate permitted sender hosts; RECORD=) Received: from lists.develooper.com (x6.develooper.com [63.251.223.186]) by musashi.utsl.gen.nz (Postfix) with SMTP id D286E21D065 for ; Tue, 18 Dec 2007 03:33:06 +1300 (NZDT) Received: (qmail 637 invoked by uid 514); 17 Dec 2007 14:33:04 -0000 Mailing-List: contact perl5-porters-help@perl.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: X-List-Archive: List-Id: Delivered-To: mailing list perl5-porters@perl.org Received: (qmail 625 invoked from network); 17 Dec 2007 14:33:04 -0000 Delivered-To: perl5-porters@perl.org Date: Mon, 17 Dec 2007 09:32:39 -0500 (EST) From: Andrew Dougherty X-X-Sender: doughera@fractal.phys.lafayette.edu To: "H.Merijn Brand" Cc: perl5-porters@perl.org Subject: Re: The Reposithon! Take 2 In-Reply-To: <20071217134101.5a396b6e@pc09.procura.nl> Message-ID: References: <47664617.9010106@vilain.net> <47666AE1.7040009@havurah-software.org> <20071217134101.5a396b6e@pc09.procura.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail.musashi.utsl.gen.nz X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.2 On Mon, 17 Dec 2007, H.Merijn Brand wrote: > I don't say porting git to HP-UX was/is easy, but at least I got it building > in less than four hours without having to depend on other projects. I gave > up on SVN after three days and not having any runnable part of svn at all. My experiences on Solaris are about equally painful, but reversed. I ended up hand-editing svn's configure scripts to get them to work at all. It took about a day of on-and-off effort, but it does now seem to work. Git took about half a day to get to build and install, but alas it doesn't seem to work: $ git-clone git://git.utsl.gen.nz/p4-metadata /home/doughera/git/bin/git-clone: git-init: command not found Usage: /home/doughera/git/bin/git-clone [--template=] [--reference ] [--bare] [-l [-s]] [-q] [-u ] [--origin ] [--depth ] [-n] [] $ git --version git version 1.5.3.6 Indeed, I have no 'git-init' command anywhere to be found. I have no idea if this is normal. It's probably something simple, but I probably won't have time to investigate until January sometime. Sigh. On the other hand, I certainly agree that the discussion has been constructive and positive. Sam's done a wonderful job working on converting the perforce repository and sharing his work with the broader community. -- Andy Dougherty doughera@lafayette.edu --------------040807080906090801000405--