git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git 1.6.1-rc4 testing dependency
@ 2008-12-22 15:06 Peter van der Does
  2008-12-22 20:50 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Peter van der Does @ 2008-12-22 15:06 UTC (permalink / raw)
  To: git

[-- 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 --]

^ permalink raw reply	[flat|nested] 5+ messages in thread
* git 1.6.1-rc4 testing dependency
@ 2008-12-22 16:05 Peter van der Does
  0 siblings, 0 replies; 5+ messages in thread
From: Peter van der Does @ 2008-12-22 16:05 UTC (permalink / raw)
  To: git

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?

I apologize if this message shows up twice.
-- 
Peter van der Does

GPG key: E77E8E98

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-23  1:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-22 15:06 git 1.6.1-rc4 testing dependency Peter van der Does
2008-12-22 20:50 ` 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

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).