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



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