-
Notifications
You must be signed in to change notification settings - Fork 105
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
Unable con build from source on Fedora release 34 and Raspbian 10 (buster) // Autoconf version issue #1280
Comments
The reason was that there was another distribution (iirc archlinux or gentoo) not supporting the older version anymore. #1271 Please review the age of autoconf 2.69. Is there any reason that you (or your distribution) does not want to upgrade to a more recent version? https://ftp.gnu.org/gnu/autoconf/?C=M;O=D |
Hi Stefan, [1] - https://bugzilla.redhat.com/show_bug.cgi?id=1936597 Personally, I need to build from the source a bare minimal version, to work only as a web directory listing to serve as a mirror. |
@alsotoes have you tried marking the 2.71 to 2.69 and see if it 'just works'? |
Hi Stefan,
Cheers. |
So you just made 2.71 to 2.69 and that worked? |
I just commented on the need for 2.71, and used 2.69, and worked... also copied ltmain.sh from libtool as the file is not present in the GitHub repo and the configure process was failing because of that. It will be nice to have a --use-old-autoconf XD ... Either way, I'll continue testing Cheers. |
I have used this patch to compile Cherokee on Fedora 35 and 36
|
This patch too, for OpenSSL
|
The changes that you describe are also related to python2 versus python3. If we go into that direction, this effectively means we should do the entire admin, and not just the built parts. I am happy to start a python3 branch and accept changes in it. But one-ofs where only small parts are being ported does not make sense. |
Those patches are Work in progress. |
Good point, I built the webserver without the admin as I don't need it. $ sh -x autogen.sh --disable-dependency-tracking --without-php --disable-ipv6 --disable-admin --disable-pam --disable-nls --prefix=/usr --sysconfdir=/etc --localstatedir=/var But I will be happy to contribute to the python3 branch too. |
Same issue, and same fix
|
Why did you move to Autoconf version 2.71?
Any particular reason?
The text was updated successfully, but these errors were encountered: