bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gettext] [platform-testers] gettext 0.19.5 first release candid


From: Daiki Ueno
Subject: Re: [bug-gettext] [platform-testers] gettext 0.19.5 first release candidate
Date: Wed, 24 Jun 2015 18:20:47 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

paul zimmermann <address@hidden> writes:

>> > ./convert-archive dir git "$inputfile" archive.git.tar.gz
>> > error: Malformed value for push.default: simple
>> > error: Must be one of nothing, matching, tracking or current.
>> > fatal: bad config file line 15 in /users/caramel/zimmerma/.gitconfig
>> > fatal: Not a git repository (or any parent up to mount point /localdisk)
>> 
>> It seems that your ~/.gitconfig file has errors, but I don't know if
>> there is any easy way to temporarily ignore ~/.gitconfig.
>
> here is my ~/.gitconfig, I have no error with other applications:

> [push]
>         default = simple

I guess this is causing the above error, since "simple" is a recent
addition.  If I set it with git 1.7 on Mac OS X, I get the same:

  $ git config --global push.default simple
  $ mkdir t
  $ cd t
  $ git init .
  error: Malformed value for push.default: simple
  error: Must be one of nothing, matching, tracking or current.
  fatal: bad config file line 3 in /Users/ueno/.gitconfig

>> By the way, I wonder why git is used here in the first place, while the
>> default compression method of the archive is xz.  Is xz installed on
>> your system?  If so, it should be a bug and the complete build log would
>> be helpful.
>
> xz is not installed, neither is bzip2.

I see, that's good then.

> But I don't understand why xz is
> mandatory, and if so it should be checked at configure time.

It's not mandatory, but preferred.

Regards,
-- 
Daiki Ueno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]