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

Regenerate configure script when building mpsolve (autotools) #3466

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

d-torrance
Copy link
Member

The configure script shipped in the tarball tries to run aclocal-1.16, but automake 1.17 was recently released and 1.16 is no longer available on some systems (e.g., Arch Linux).

For example (from https://github.com/d-torrance/M2-workflows/actions/runs/10797383121/job/29948523223);

+ make -j1 prefix=/__w/M2-workflows/M2-workflows/M2/M2/BUILD/usr-host
make: Entering directory '/__w/M2-workflows/M2-workflows/M2/M2/BUILD/libraries/mpsolve/build/mpsolve-3.2.1'
make[3]: Entering directory '/__w/M2-workflows/M2-workflows/M2/M2/BUILD/libraries/mpsolve/build/mpsolve-3.2.1'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /__w/M2-workflows/M2-workflows/M2/M2/BUILD/libraries/mpsolve/build/mpsolve-3.2.1/missing aclocal-1.16 -I m4
/__w/M2-workflows/M2-workflows/M2/M2/BUILD/libraries/mpsolve/build/mpsolve-3.2.1/missing: line 81: aclocal-1.16: command not found
WARNING: 'aclocal-1.16' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <https://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <https://www.gnu.org/software/autoconf>
         <https://www.gnu.org/software/m4/>
make[3]: Leaving directory '/__w/M2-workflows/M2-workflows/M2/M2/BUILD/libraries/mpsolve/build/mpsolve-3.2.1'
         <https://www.perl.org/>
make[3]: *** [Makefile:458: aclocal.m4] Error 127

The configure script shipped in the tarball tries to run aclocal-1.16,
but automake 1.17 was recently released and 1.16 is no longer
available on some systems (e.g., Arch Linux).

[ci skip]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant