GNU bug report logs - #77836
[PATCH emacs-team] gnu: emacs-ws-butler: Update to 1.3.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Wed, 16 Apr 2025 06:51:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 77836 <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: Ian Eure <ian <at> retrospec.tv>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>, Hilton Chain <hako <at> ultrarare.space>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>, 77836 <at> debbugs.gnu.org
Subject: Re: [bug#77836] [PATCH emacs-team] gnu: emacs-ws-butler: Update to
 1.3.
Date: Thu, 17 Apr 2025 10:51:48 +0200
[Message part 1 (text/plain, inline)]
>mer. 16 avril 2025 at 21:49, Liliana Marie Prikler <liliana.prikler <at> gmail.com> wrote:

>>      (source
>>       (origin
>>         (method url-fetch)
>>         (uri (string-append
>> "https://elpa.nongnu.org/nongnu/ws-butler-" version
>>                             ".tar"))
>>         (sha256
>> -        (base32
>> "1vy7g2ryg1drcz9zpn011d36zcd9a5b5yny5hwpjrllqj5dg73jx"))))
>> +        (base32
>> "14q19rvps5jcshyls3aa55pxmqbbkhhbdlchnl7ybxwkvvmig9zh"))))
>>      (build-system emacs-build-system)
>> +    (arguments
>> +     (list
>> +      #:tests? #f ; no Makefile in tar file
>> +      #:test-command #~(list "make" "test")))
> Why do you use "make" for a test command, when there's no Makefile?

There is a Makefile in the repo, including a target for tests:

    https://git.savannah.gnu.org/cgit/emacs/nongnu.git/tree/?h=elpa/ws-butler

Except that the Makefile is removed from elpa .tar file.

Similar to other packages, we disable tests, specifying the reason,
while we provide the recipe to run them, once the issue fixed.

Not sure what is the right option with elpa .tar files, cloning nongnu
instead ? remove test-command ?

C.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.