Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug + patch: `zstyle ':completion:*' menu select=long-list` fails to start menu selection
- X-seq: zsh-workers 48160
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Marlon Richert <marlon.richert@xxxxxxxxx>
- Cc: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Bug + patch: `zstyle ':completion:*' menu select=long-list` fails to start menu selection
- Date: Tue, 9 Mar 2021 13:48:29 -0800
- Archived-at: <https://zsh.org/workers/48160>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-03/CAH%2Bw%3D7aARyQ7KzvDVj9H_6Ss0%3Dx-ZjH3o2bQQQuqovqaPmprjA%40mail.gmail.com>
- In-reply-to: <CAHLkEDsr+NSLpuWYNE_FKeQaEsg=NgvNBdNsBBCaXVhjCTD7Qg@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDsQf35TbffpyPEyLWx72G8MQgfvFvynoptfGd3qQhDbbQ@mail.gmail.com> <20210304201721.GA16874@tarpaulin.shahaf.local2> <CAHLkEDvP+FzrscyZXt95EMudG99PKVje_ZhYg1EJ0Z7vkB+JEg@mail.gmail.com> <20210307172246.GB9936@tarpaulin.shahaf.local2> <CAHLkEDsr+NSLpuWYNE_FKeQaEsg=NgvNBdNsBBCaXVhjCTD7Qg@mail.gmail.com>
On Tue, Mar 9, 2021 at 9:03 AM Marlon Richert <marlon.richert@xxxxxxxxx> 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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author