git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org, Sam Vilain <sam@vilain.net>
Subject: Re: Building git-1.5.3.7 on HP-UX 11.00
Date: Tue, 4 Dec 2007 15:01:02 +0000	[thread overview]
Message-ID: <20071204150102.7f3ec3e9@pc09.procura.nl> (raw)
In-Reply-To: <Pine.LNX.4.64.0712041439590.27959@racer.site>

On Tue, 4 Dec 2007 14:40:47 +0000 (GMT), Johannes Schindelin
<Johannes.Schindelin@gmx.de> wrote:

> Hi,
> 
> On Tue, 4 Dec 2007, H.Merijn Brand wrote:
> 
> > On Tue, 4 Dec 2007 13:44:02 +0000 (GMT), Johannes Schindelin
> > <Johannes.Schindelin@gmx.de> wrote:
> > 
> > > Hi,
> > > 
> > > On Tue, 4 Dec 2007, H.Merijn Brand wrote:
> > > 
> > > > make test then fails:
> > > 
> > > Could you run the failing test manually with -i -v, like so:
> > > 
> > > 	$ cd t/
> > > 	$ sh t0001*.sh -i -v
> > 
> > /pro/3gl/LINUX/git-1.5.3.7 183 > cd t
> > /pro/3gl/LINUX/git-1.5.3.7/t 184 > sh t0001*.sh -i -v
> > * error: cannot run git init -- have you built things yet?
> > Exit 1
> > /pro/3gl/LINUX/git-1.5.3.7/t 185 >
> 
> Next step: add the sh option -x:

I also meanwhile forced copied the git binaries to my bin dir

/pro/3gl/LINUX/git-1.5.3.7/t 106 > git --version
git version 1.5.3.7


> 	$ sh -x t0001*.sh -i -v

/pro/3gl/LINUX/git-1.5.3.7/t 105 > sh -x t0001*.sh -i -v
+ test_description=git init
+ . ./test-lib.sh
+ LANG=C
+ LC_ALL=C
+ PAGER=cat
+ TZ=UTC
+ export LANG LC_ALL PAGER TZ
+ EDITOR=:
+ VISUAL=:
+ unset GIT_EDITOR
+ unset AUTHOR_DATE
+ unset AUTHOR_EMAIL
+ unset AUTHOR_NAME
+ unset COMMIT_AUTHOR_EMAIL
+ unset COMMIT_AUTHOR_NAME
+ unset EMAIL
+ unset GIT_ALTERNATE_OBJECT_DIRECTORIES
+ unset GIT_AUTHOR_DATE
+ GIT_AUTHOR_EMAIL=author@example.com
+ GIT_AUTHOR_NAME=A U Thor
+ unset GIT_COMMITTER_DATE
+ GIT_COMMITTER_EMAIL=committer@example.com
+ GIT_COMMITTER_NAME=C O Mitter
+ unset GIT_DIFF_OPTS
+ unset GIT_DIR
+ unset GIT_WORK_TREE
+ unset GIT_EXTERNAL_DIFF
+ unset GIT_INDEX_FILE
+ unset GIT_OBJECT_DIRECTORY
+ unset SHA1_FILE_DIRECTORIES
+ unset SHA1_FILE_DIRECTORY
+ GIT_MERGE_VERBOSITY=5
+ export GIT_MERGE_VERBOSITY
+ export GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME
+ export GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME
+ export EDITOR VISUAL
+ unset CDPATH
+ tr [A-Z] [a-z]
+ echo
+ test git init !=
+ test 2 -ne 0
+ immediate=t
+ shift
+ test 1 -ne 0
+ verbose=t
+ shift
+ test 0 -ne 0
+ exec
+ 5>& 1
+ test t = t
+ exec
+ 4>& 2 3>& 1
+ test_failure=0
+ test_count=0
+ trap echo >&5 "FATAL: Unexpected exit with code $?"; exit 1 exit
+ + pwd
PATH=/pro/3gl/LINUX/git-1.5.3.7/t/..:.:/u/usr/merijn/bin/private:/u/usr/merijn/bin:/pro/local/bin:/pro/bin:/usr/hosts:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/opt/fc/bin:/opt/fcms/bin:/opt/upgrade/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/resmon/bin:/usr/sbin/diag/contrib:/opt/pred/bin:/opt/hparray/bin:/opt/perf/bin:/opt/langtools/bin:/opt/imake/bin:/opt/ignite/bin:/opt/sec_mgmt/spc/bin:/usr/local/bin:/usr/local/sbin:/opt/java1.5/jre/bin:/opt/graphics/common/bin:/pro/local/libexec:/pro/local/sbin:/pro/local/samba/bin:/pro/local/samba/sbin:/opt/hpnpl/bin:/pro/tu/bin:/usr/sbin:/sbin:/usr/local/pa20_64/bin:/pro/3gl/CPAN/bin
+ + pwd
GIT_EXEC_PATH=/pro/3gl/LINUX/git-1.5.3.7/t/..
+ + pwd
GIT_TEMPLATE_DIR=/pro/3gl/LINUX/git-1.5.3.7/t/../templates/blt
+ GIT_CONFIG=.git/config
+ export PATH GIT_EXEC_PATH GIT_TEMPLATE_DIR GIT_CONFIG
+ + pwd
+ pwd
GITPERLLIB=/pro/3gl/LINUX/git-1.5.3.7/t/../perl/blib/lib:/pro/3gl/LINUX/git-1.5.3.7/t/../perl/blib/arch/auto/Git
+ export GITPERLLIB
+ test -d ../templates/blt
+ test -x ../test-chmtime
+ test=trash
+ rm -fr trash
+ test_create_repo trash
* error: cannot run git init -- have you built things yet?
Exit 1

pro/3gl/LINUX/git-1.5.3.7/t 108 > ll /pro/local/bin/git*
127035 -rwxrwxrwx 1 merijn softwr 1081204 Dec  4 15:19 /pro/local/bin/git
 86787 -rwxrwxrwx 1 merijn softwr   16467 Dec  4 15:22 /pro/local/bin/git-add--interactive
 86627 -rwxrwxrwx 1 merijn softwr   11285 Dec  4 15:22 /pro/local/bin/git-am
 86909 -rwxrwxrwx 1 merijn softwr   36968 Dec  4 15:22 /pro/local/bin/git-archimport
 86420 -rwxrwxrwx 1 merijn softwr    8508 Dec  4 15:22 /pro/local/bin/git-bisect
 86423 -rwxrwxrwx 1 merijn softwr    6905 Dec  4 15:22 /pro/local/bin/git-checkout
 86424 -rwxrwxrwx 1 merijn softwr    1972 Dec  4 15:22 /pro/local/bin/git-clean
 86427 -rwxrwxrwx 1 merijn softwr   11560 Dec  4 15:22 /pro/local/bin/git-clone
 86428 -rwxrwxrwx 1 merijn softwr   14693 Dec  4 15:22 /pro/local/bin/git-commit
127036 -rwxrwxrwx 1 merijn softwr  327540 Dec  4 15:19 /pro/local/bin/git-convert-objects
 87086 -rwxrwxrwx 1 merijn softwr    9394 Dec  4 15:22 /pro/local/bin/git-cvsexportcommit
 86968 -rwxrwxrwx 1 merijn softwr   26590 Dec  4 15:22 /pro/local/bin/git-cvsimport
 86997 -rwxrwxrwx 1 merijn softwr  101558 Dec  4 15:22 /pro/local/bin/git-cvsserver
 86356 -rwxrwxrwx 1 merijn softwr  343924 Dec  4 15:22 /pro/local/bin/git-daemon
 86355 -rwxrwxrwx 1 merijn softwr  420048 Dec  4 15:22 /pro/local/bin/git-fast-import
 86440 -rwxrwxrwx 1 merijn softwr    9083 Dec  4 15:22 /pro/local/bin/git-fetch
 87107 -rwxrwxrwx 1 merijn softwr  360308 Dec  4 15:22 /pro/local/bin/git-fetch-pack
 86724 -rwxrwxrwx 1 merijn softwr   10240 Dec  4 15:22 /pro/local/bin/git-filter-branch
 86351 -rwxrwxrwx 1 merijn softwr  323444 Dec  4 15:22 /pro/local/bin/git-hash-object
 86390 -rwxrwxrwx 1 merijn softwr  343924 Dec  4 15:22 /pro/local/bin/git-imap-send
 87114 -rwxrwxrwx 1 merijn softwr  348020 Dec  4 15:22 /pro/local/bin/git-index-pack
 87100 -rwxrwxrwx 1 merijn softwr  177519 Dec  4 15:22 /pro/local/bin/git-instaweb
 86342 -rwxrwxrwx 1 merijn softwr  339828 Dec  4 15:22 /pro/local/bin/git-local-fetch
 86680 -rwxrwxrwx 1 merijn softwr     473 Dec  4 15:22 /pro/local/bin/git-lost-found
 86444 -rwxrwxrwx 1 merijn softwr    2544 Dec  4 15:22 /pro/local/bin/git-ls-remote
 86633 -rwxrwxrwx 1 merijn softwr   11464 Dec  4 15:22 /pro/local/bin/git-merge
 86359 -rwxrwxrwx 1 merijn softwr  323444 Dec  4 15:22 /pro/local/bin/git-merge-index
 86636 -rwxrwxrwx 1 merijn softwr    2415 Dec  4 15:22 /pro/local/bin/git-merge-octopus
 86445 -rwxrwxrwx 1 merijn softwr    3364 Dec  4 15:22 /pro/local/bin/git-merge-one-file
 86656 -rwxrwxrwx 1 merijn softwr     338 Dec  4 15:22 /pro/local/bin/git-merge-ours
 86391 -rwxrwxrwx 1 merijn softwr  491380 Dec  4 15:22 /pro/local/bin/git-merge-recursive
 86643 -rwxrwxrwx 1 merijn softwr     954 Dec  4 15:22 /pro/local/bin/git-merge-resolve
 86634 -rwxrwxrwx 1 merijn softwr    1456 Dec  4 15:22 /pro/local/bin/git-merge-stupid
 86399 -rwxrwxrwx 1 merijn softwr  491380 Dec  4 15:21 /pro/local/bin/git-merge-subtree
 86389 -rwxrwxrwx 1 merijn softwr  348020 Dec  4 15:22 /pro/local/bin/git-merge-tree
 86446 -rwxrwxrwx 1 merijn softwr    8649 Dec  4 15:22 /pro/local/bin/git-mergetool
 86361 -rwxrwxrwx 1 merijn softwr  323444 Dec  4 15:22 /pro/local/bin/git-mktag
 86363 -rwxrwxrwx 1 merijn softwr  323444 Dec  4 15:22 /pro/local/bin/git-mktree
 86387 -rwxrwxrwx 1 merijn softwr  331636 Dec  4 15:22 /pro/local/bin/git-pack-redundant
 86447 -rwxrwxrwx 1 merijn softwr    5892 Dec  4 15:22 /pro/local/bin/git-parse-remote
 86365 -rwxrwxrwx 1 merijn softwr  319348 Dec  4 15:22 /pro/local/bin/git-patch-id
 86367 -rwxrwxrwx 1 merijn softwr  348020 Dec  4 15:22 /pro/local/bin/git-peek-remote
 86450 -rwxrwxrwx 1 merijn softwr    3868 Dec  4 15:22 /pro/local/bin/git-pull
 86692 -rwxrwxrwx 1 merijn softwr    3203 Dec  4 15:22 /pro/local/bin/git-quiltimport
 86454 -rwxrwxrwx 1 merijn softwr    8737 Dec  4 15:22 /pro/local/bin/git-rebase
 86456 -rwxrwxrwx 1 merijn softwr   11642 Dec  4 15:22 /pro/local/bin/git-rebase--interactive
 86369 -rwxrwxrwx 1 merijn softwr  335732 Dec  4 15:22 /pro/local/bin/git-receive-pack
 86988 -rwxrwxrwx 1 merijn softwr    4189 Dec  4 15:22 /pro/local/bin/git-relink
 87012 -rwxrwxrwx 1 merijn softwr    9524 Dec  4 15:22 /pro/local/bin/git-remote
 86457 -rwxrwxrwx 1 merijn softwr    2886 Dec  4 15:22 /pro/local/bin/git-repack
 86458 -rwxrwxrwx 1 merijn softwr    1364 Dec  4 15:22 /pro/local/bin/git-request-pull
 86591 -rwxrwxrwx 1 merijn softwr    2304 Dec  4 15:22 /pro/local/bin/git-reset
 87087 -rwxrwxrwx 1 merijn softwr   20052 Dec  4 15:22 /pro/local/bin/git-send-email
 86371 -rwxrwxrwx 1 merijn softwr  356212 Dec  4 15:22 /pro/local/bin/git-send-pack
 86616 -rwxrwxrwx 1 merijn softwr    2960 Dec  4 15:22 /pro/local/bin/git-sh-setup
 86372 -rwxrwxrwx 1 merijn softwr  319348 Dec  4 15:22 /pro/local/bin/git-shell
 86375 -rwxrwxrwx 1 merijn softwr  323444 Dec  4 15:22 /pro/local/bin/git-show-index
 86376 -rwxrwxrwx 1 merijn softwr  335732 Dec  4 15:22 /pro/local/bin/git-ssh-fetch
 86392 -rwxrwxrwx 1 merijn softwr  335732 Dec  4 15:22 /pro/local/bin/git-ssh-pull
 86414 -rwxrwxrwx 1 merijn softwr  327540 Dec  4 15:22 /pro/local/bin/git-ssh-push
 86379 -rwxrwxrwx 1 merijn softwr  327540 Dec  4 15:22 /pro/local/bin/git-ssh-upload
 86749 -rwxrwxrwx 1 merijn softwr    4613 Dec  4 15:22 /pro/local/bin/git-stash
 87098 -rwxrwxrwx 1 merijn softwr   14693 Dec  4 15:22 /pro/local/bin/git-status
 86697 -rwxrwxrwx 1 merijn softwr    6388 Dec  4 15:22 /pro/local/bin/git-submodule
 87097 -rwxrwxrwx 1 merijn softwr  119623 Dec  4 15:22 /pro/local/bin/git-svn
 87085 -rwxrwxrwx 1 merijn softwr   24869 Dec  4 15:22 /pro/local/bin/git-svnimport
 86381 -rwxrwxrwx 1 merijn softwr  319348 Dec  4 15:22 /pro/local/bin/git-unpack-file
 86382 -rwxrwxrwx 1 merijn softwr  327540 Dec  4 15:22 /pro/local/bin/git-update-server-info
 86386 -rwxrwxrwx 1 merijn softwr  487284 Dec  4 15:22 /pro/local/bin/git-upload-pack
 86388 -rwxrwxrwx 1 merijn softwr  319348 Dec  4 15:22 /pro/local/bin/git-var


> to find out what made it 

-- 
H.Merijn Brand         Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.10.x  on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.1 & 10.2, AIX 5.2, and Cygwin.       http://qa.perl.org
http://mirrors.develooper.com/hpux/            http://www.test-smoke.org
                        http://www.goldmark.org/jeff/stupid-disclaimers/

  reply	other threads:[~2007-12-04 15:01 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-04 13:09 Building git-1.5.3.7 on HP-UX 11.00 H.Merijn Brand
2007-12-04 13:44 ` Johannes Schindelin
2007-12-04 14:03   ` H.Merijn Brand
2007-12-04 14:40     ` Johannes Schindelin
2007-12-04 15:01       ` H.Merijn Brand [this message]
2007-12-04 15:14         ` Andreas Ericsson
2007-12-04 15:22           ` H.Merijn Brand
2007-12-04 15:39             ` Johannes Schindelin
2007-12-04 15:56               ` H.Merijn Brand
2007-12-04 16:28                 ` Johannes Schindelin
2007-12-05 10:49                   ` H.Merijn Brand
2007-12-04 18:05                 ` Junio C Hamano
2007-12-04 22:25                   ` H.Merijn Brand
2007-12-04 22:46                     ` Johannes Schindelin
2007-12-05  8:08                       ` H.Merijn Brand
2007-12-04 22:45                   ` [PATCH] Do not rely on the exit status of "unset" for unset variables Johannes Schindelin
2007-12-05  8:01                     ` H.Merijn Brand
2007-12-10 14:51                   ` Building git-1.5.3.7 on HP-UX 11.00 H.Merijn Brand
2007-12-11  8:26                     ` Junio C Hamano
2007-12-11  8:54                       ` Shawn O. Pearce
2007-12-11 12:57                         ` H.Merijn Brand
2007-12-11  9:20                       ` Johannes Sixt
2007-12-11 10:42                         ` H.Merijn Brand
2007-12-11 11:01                           ` Johannes Sixt
2007-12-11 13:33                       ` H.Merijn Brand
2007-12-11 13:53                         ` Johannes Sixt
2007-12-04 15:11       ` H.Merijn Brand

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

  List information: http://vger.kernel.org/majordomo-info.html

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

  git send-email \
    --in-reply-to=20071204150102.7f3ec3e9@pc09.procura.nl \
    --to=h.m.brand@xs4all.nl \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=sam@vilain.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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).