emacs-devel
[Top][All Lists]
Advanced

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

Re: make fails for Gnu Elpa


From: Jackson Ray Hamilton
Subject: Re: make fails for Gnu Elpa
Date: Thu, 29 Dec 2016 00:32:52 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.5.1

Weird, the order of the arguments to tar produces the same output with
both of those commands on my machine.

$ tar --version
tar (GNU tar) 1.27.1

Michael, does the attached patch fix the issue for you?

Jackson

On 12/27/2016 06:35 PM, Noam Postavsky wrote:
> On Tue, Dec 27, 2016 at 9:58 AM, Michael Heerdegen
> <address@hidden> wrote:
>> Jackson Ray Hamilton <address@hidden> writes:
>>
>>> Hi Michael,
>>>
>>> Sorry about that.  The GNUmakefile is supposed to not compile that
>>> file.  I've just pushed another patch in that area; will you pull and
>>> see if the issue still occurs?
>>
>> Yes, still occurs.
>>
>>> That doesn't happen on my system (Debian 8).  Can you also please
>>> describe your system?
>>
>> Debian testing (mostly).  make is from testing, version 4.1-9.
> 
> I think the problem is that the file arguments to tar have to go after
> the other options. Changing directory doesn't seem needed.
> 
> ~/src/emacs/elpa$ pt=packages/context-coloring
> ~/src/emacs/elpa$ tar -cvh $pt/*.el -X $pt/.elpaignore > /dev/null
> packages/context-coloring/context-coloring-benchmark.el
> packages/context-coloring/context-coloring-coverage.el
> packages/context-coloring/context-coloring.el
> packages/context-coloring/context-coloring-emacs-lisp.el
> packages/context-coloring/context-coloring-javascript.el
> packages/context-coloring/context-coloring-test.el
> ~/src/emacs/elpa$ tar -cvh -X $pt/.elpaignore $pt/*.el > /dev/null
> packages/context-coloring/context-coloring.el
> packages/context-coloring/context-coloring-emacs-lisp.el
> packages/context-coloring/context-coloring-javascript.el
> ~/src/emacs/elpa$ tar --version
> tar (GNU tar) 1.29
> Copyright (C) 2015 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> 
> Written by John Gilmore and Jay Fenlason.
> 

Attachment: 0001-Put-tar-d-files-at-the-end-to-fix-build-in-some-envi.patch
Description: Text Data


reply via email to

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