git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Peter van der Does <peter@ourvirtualhome.com>
To: git@vger.kernel.org
Subject: git 1.6.1-rc4 testing dependency
Date: Mon, 22 Dec 2008 10:06:37 -0500	[thread overview]
Message-ID: <20081222100637.716c5b8a@montecarlo.grandprix.int> (raw)

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

With git 1.6.1 it it seems you need to install the locale en_US.UTF-8
otherwise it won't pass the testing during building the package. 

The locale comes in play with test:
t9129-git-svn-i18n-commitencoding.sh 
compare_svn_head_with () {
        LC_ALL=en_US.UTF-8 svn log --limit 1 `git svn info --url` | \
                sed -e 1,3d -e "/^-\{1,\}\$/d" >current &&
        test_cmp current "$1"
}

On my building machine I don't have any locales installed, making the
LC_ALL=C.
Not everybody will have this locale installed nor would they want it
installed on their machines.
Is the locale is a dependency for git svn?
Or can this test be changed? Either by not having the locale dependency
or by skipping the test completely?


-- 
Peter van der Does

GPG key: E77E8E98


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

             reply	other threads:[~2008-12-22 16:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-22 15:06 Peter van der Does [this message]
2008-12-22 20:50 ` git 1.6.1-rc4 testing dependency Junio C Hamano
2008-12-23  1:09   ` [PATCH] t9129: skip the last two tests if UTF-8 locale not available Miklos Vajna
2008-12-23  1:52     ` Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2008-12-22 16:05 git 1.6.1-rc4 testing dependency Peter van der Does

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=20081222100637.716c5b8a@montecarlo.grandprix.int \
    --to=peter@ourvirtualhome.com \
    --cc=git@vger.kernel.org \
    /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).