zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Marlon Richert <marlon.richert@gmail.com>
Cc: Daniel Shahaf <d.s@daniel.shahaf.name>,
	Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: Bug + patch: `zstyle ':completion:*' menu select=long-list` fails to start menu selection
Date: Tue, 9 Mar 2021 13:48:29 -0800	[thread overview]
Message-ID: <CAH+w=7aARyQ7KzvDVj9H_6Ss0=x-ZjH3o2bQQQuqovqaPmprjA@mail.gmail.com> (raw)
In-Reply-To: <CAHLkEDsr+NSLpuWYNE_FKeQaEsg=NgvNBdNsBBCaXVhjCTD7Qg@mail.gmail.com>

On Tue, Mar 9, 2021 at 9:03 AM Marlon Richert <marlon.richert@gmail.com> wrote:
>
> config.status: executing stamp-h commands
> cp: ./Doc/help.txt: No such file or directory

For Daniel:  This is harmless, it means nroff isn't installed to
generate the manual pages from which help.txt is extracted.  Normal on
MacOS.

> zsh configuration

This is all the same as mine except for

> host operating system     : x86_64-apple-darwin20.3.0

host operating system     : x86_64-apple-darwin19.6.0

... which I don't think should matter.

You do have XCode installed?  "autoheader" is available, for example?

> % make
> cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
> creating Src/Makemod.in
> config.status: creating Src/Makemod
> rm -f stamp-modobjs.tmp

That's rather odd.  I have:

cd . && \
      /bin/sh ./config.status Config/defs.mk
config.status: creating Config/defs.mk
cd . && \
      /bin/sh ./config.status `echo ./Makefile | sed 's%^./%%'`
config.status: creating Makefile
cd . && autoheader
echo > ./stamp-h.in
cd . && /bin/sh ./config.status config.h stamp-h
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing stamp-h commands
cd . && /bin/sh ./config.status config.modules && \
    /bin/sh ./config.modules.sh
config.status: executing config.modules commands
creating ./config.modules
creating ./config.modules
cd .. && \
      /bin/sh ./config.status `echo Src/Makefile | sed 's%^./%%'`
config.status: creating Src/Makefile
cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
config.status: creating Src/Makemod

... followed by a lot of commands to build the ".syms" files and then
to generate the ".pro" files from those, before finally getting to "rm
-f stamp-modobjs.tmp"

I think you need to run a "make realclean" and then start over.  I
think you have strange timestamps on some of the dependency files.


  parent reply	other threads:[~2021-03-09 21:49 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-04  8:56 Marlon Richert
2021-03-04 20:17 ` Daniel Shahaf
2021-03-04 22:26   ` Marlon Richert
2021-03-07 17:22     ` Daniel Shahaf
2021-03-09 17:01       ` Marlon Richert
2021-03-09 21:19         ` Daniel Shahaf
2021-03-09 21:48         ` Bart Schaefer [this message]
2021-03-10  7:21           ` Marlon Richert
2021-03-10 18:50             ` Bart Schaefer
2021-03-11  2:17               ` Bart Schaefer
2021-03-11  7:33               ` Marlon Richert
2021-03-11 18:22                 ` Bart Schaefer
2021-03-12 13:11                 ` Marlon Richert
2021-03-12 13:36                   ` Peter Stephenson
2021-03-12 14:14                     ` Daniel Shahaf
2021-03-12 20:53                       ` Mikael Magnusson
     [not found]                       ` <884654866.425858.1615560127191@mail2.virginmedia.com>
2021-03-13 13:40                         ` Daniel Shahaf
2021-03-13 17:38                           ` Peter Stephenson
2021-03-13 18:08                             ` Bart Schaefer
2021-03-14  7:39                               ` dana
2021-03-14  9:30   ` Marlon Richert
2021-03-17 18:01     ` dana
2021-03-25  0:46       ` Daniel Shahaf

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

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

  git send-email \
    --in-reply-to='CAH+w=7aARyQ7KzvDVj9H_6Ss0=x-ZjH3o2bQQQuqovqaPmprjA@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=d.s@daniel.shahaf.name \
    --cc=marlon.richert@gmail.com \
    --cc=zsh-workers@zsh.org \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).