emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Elpa's GNUmakefile: process_archive


From: Stefan Monnier
Subject: Re: [PATCH] Elpa's GNUmakefile: process_archive
Date: Mon, 02 Mar 2020 14:50:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Anyone?

I'll get to it.


        Stefan


> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Sunday, March 1, 2020 7:49 PM, Serghei Iakovlev <address@hidden> wrote:
>
>> Hello,
>>
>> I've noticed a bug in Elpa's GNUmakefile file. `process_archive' target
>> contains incorrect code to exclude files from a package. There are
>> positional options (`--exclude-vcs' and `-X') which used
>> in an obviously erroneous way.
>>
>> Let's me show you the problem:
>>
>> % tar -chf bnf-mode.tar bnf-mode \
>> --exclude-vcs -X bnf-mode/.elpaignore
>>
>> tar: The following options were used after any non-optional
>> arguments in archive create or update mode. These options are
>> positional and affect only arguments that follow them. Please,
>> rearrange them properly.
>> tar: --exclude-vcs has no effect
>> tar: --exclude-from ‘bnf-mode/.elpaignore’ has no effect
>> tar: Exiting with failure status due to previous errors
>>
>> I've attached the patch that fixes this issue. For more see [1].
>>
>> [1]:
>> https://www.gnu.org/software/tar/manual/html_node/Position_002dSensitive-Options.html
>>
>> --
>> Serghei
>
> --
> Serghei




reply via email to

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