Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-fzf-tab-module fails on MacOs(14.5) because of helpfiles? #453

Open
habahabahaba opened this issue Jul 12, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@habahabahaba
Copy link

Hello.

Describe the bug

On MacOs(14.5), running "build-fzf-tab-module" fails with the following message:
"

build-fzf-tab-module
make[4]: `complete.mdh' is up to date.
rm -f stamp-modobjs.tmp
make[4]: `complete.mdh' is up to date.
perl ../Util/helpfiles \
	   zshbuiltins.1 help help.txt \
	   || rm -f help.txt help/*
helpfiles: attempting man zshbuiltins.1 >help/man.tmp
No manual entry for zshbuiltins.1
helpfiles: attempting nroff -man zshbuiltins.1 >help/man.tmp
helpfiles: man and nroff -man both failed for zshbuiltins.1
-ftb-build-module:30: no matches found: ./Src/Modules/fzftab.(so|bundle)
The module building has failed. See the output above for details.

"
This is the third error message, I encountered. The first two were caused by missing autoconf and nroff dependencies. I alleviated those by brew-installing autoconf and groff (as nroff wasn't available in brew).
I think, it would be useful to mention autoconf and nroff in the building binary section of the start-page.
In any case, thank you for your work!

@habahabahaba habahabahaba added the bug Something isn't working label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant