bug-gnulib
[Top][All Lists]
Advanced

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

Re: [Bug-tar] [PATCH 0/1] Notes for wordsplit (was: Allow tar to usecomm


From: Paul Eggert
Subject: Re: [Bug-tar] [PATCH 0/1] Notes for wordsplit (was: Allow tar to usecommand for compressing consisiting of multiple words.)
Date: Wed, 20 Feb 2013 08:12:59 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

On 02/20/2013 05:15 AM, Sergey Poznyakoff wrote:
> Pavel Raiskup <address@hidden> ha escrit:
> 
>> It was just sugestion as tar uses -Werror by default since this commit:
> 
> Ouch! A very unfortunate move, I must say.

It works well in other projects, such as coreutils: 'make' uses -Werror
only for developers, who check out from git.  'make' does not use -Werror
for ordinary builds from tarballs.  Developers are assumed to have up-to-date
systems where -Werror is appropriate.

I'm surprised you didn't run into this.  What's your workflow like?  Don't
you have .git subdirectories?

The problem for regcomp.c was due to an interaction between a recent change
to the regex code and the particular set of warning options used for GNU tar.
I fixed it with the first attached patch.  The other minor problems seem worth
fixing too, so I fixed them with the second attached patch.

Attachment: regex.txt
Description: Text document

Attachment: tar.txt
Description: Text document


reply via email to

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