Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to build GNU automake - help2man can't get `--help' info from automake-1.16

I'm trying to compile and build automake 1.16 and it fails in the following way:

help2man: can't get `--help' info from automake-1.16
Try `--no-discard-stderr' if option outputs to stderr
make: *** [doc/automake-1.16.1] Error 255

I have searched and found similar issues on Stackoverflow and Github where the solution is to "yum install perl-Thread-Queue"

But I do not have root access. How do I go about compiling automake successfully without installing "perl-Thread-Queue"? I need this specific version of automake for compiling another package.

like image 478
Venkat Krishnan Avatar asked Oct 29 '25 07:10

Venkat Krishnan


1 Answers

must chage soure code like that automake-1.16/bin/automake.in +use List::Util 'reduce'; +sub none (&@) { my $code=shift; reduce { $a && !$code->(local $_ = $b) } 1, @_; } https://github.com/Homebrew/linuxbrew-core/pull/6352/commits/dec6db52ad887a27210e0521a0bc5c271a7c9332

like image 148
aguai Avatar answered Oct 31 '25 01:10

aguai



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!