unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "John Wiegley" <johnw@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Michael Heerdegen <michael_heerdegen@web.de>,
	37976@debbugs.gnu.org, Terje Larsen <terlar@gmail.com>
Subject: bug#37976: 27.0.50; Dependency reversal of seq-subseq and cl-subseq causes regression when using seq from ELPA
Date: Fri, 15 Nov 2019 11:20:50 -0800	[thread overview]
Message-ID: <m2ftiphrot.fsf@newartisans.com> (raw)
In-Reply-To: <jwvv9rnhpds.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Wed, 13 Nov 2019 08:42:38 -0500")

>>>>> "SM" == Stefan Monnier <monnier@iro.umontreal.ca> writes:

SM> It does look like the problem is on NixOS's side, indeed.

I can confirm that stubbing this in Nix based on the Emacs version fixes the
problem for me:

    seq = if super.emacs.version == "27.0"
      then mkDerivation rec {
        name = "seq-stub";
        version = "stub";
        src = ./.;
        phases = [ "installPhase" ];
        installPhase = ''
          mkdir $out
          touch $out/.empty
        '';
      }
      else super.seq;

We'll have to ask the maintainers of the Emacs portion of nixpkgs to do
something similar on their side.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2





  reply	other threads:[~2019-11-15 19:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-29 10:15 bug#37976: 27.0.50; Dependency reversal of seq-subseq and cl-subseq causes regression when using seq from ELPA Terje Larsen
2019-11-04  9:21 ` Michael Heerdegen
2019-11-05  6:14   ` Terje Larsen
2019-11-08 17:44     ` Michael Heerdegen
2019-11-12 22:26       ` Stefan Monnier
2019-11-13 11:30         ` Terje Larsen
2019-11-13 13:42           ` Stefan Monnier
2019-11-15 19:20             ` John Wiegley [this message]
2019-11-15 19:56               ` Stefan Monnier
2020-08-25 23:32                 ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ftiphrot.fsf@newartisans.com \
    --to=johnw@gnu.org \
    --cc=37976@debbugs.gnu.org \
    --cc=michael_heerdegen@web.de \
    --cc=monnier@iro.umontreal.ca \
    --cc=terlar@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).