Solved math/gap , requirement of sage does not compile.

Error log of poudriere build,
AM_INIT_AUTOMAKE should be updated in the port ? No idea what it means.

Code:
[00:13:56] cd /wrkdirs/usr/ports/math/gap/work/gap-4.11.0/pkg/simpcomp &&  /usr/bin/env MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl  PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/math/gap/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/gap/work  HOME=/wrkdirs/usr/ports/math/gap/work TMPDIR="/tmp" PATH=/usr/local/libexec/ccache:/wrkdirs/usr/ports/math/gap/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" CCACHE_DIR="/ccache" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=524288 /bin/sh configure  --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} &&  /usr/bin/make  ARCH=amd64 CONFIGURE_MAX_CMD_LEN=524288 HAVE_COMPAT_IA32_KERN=YES OPSYS=FreeBSD OSREL=13.0 OSVERSION=1300139 _OSRELEASE=13.0-RELEASE-p3 &&  /usr/bin/make  ARCH=amd64 CONFIGURE_MAX_CMD_LEN=524288 HAVE_COMPAT_IA32_KERN=YES OPSYS=FreeBSD OSREL=13.0 OSVERSION=1300139 _OSRELEASE=13.0-RELEASE-p3 install-strip &&  /bin/rm -f bistellar
[00:13:56] configure: loading site script /usr/ports/Templates/config.site
[00:13:56] checking for a BSD-compatible install... (cached) /usr/bin/install
[00:13:56] checking whether build environment is sane... yes
[00:13:56] checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
[00:13:56] checking for gawk... (cached) /usr/bin/awk
[00:13:56] checking whether gmake sets $(MAKE)... yes
[00:13:56] checking whether gmake supports nested variables... yes
[00:13:56] checking for c++... c++
[00:13:56] checking whether the C++ compiler works... yes
[00:13:56] checking for C++ compiler default output file name... a.out
[00:13:56] checking for suffix of executables...
[00:13:56] checking whether we are cross compiling... no
[00:13:56] checking for suffix of object files... o
[00:13:57] checking whether we are using the GNU C++ compiler... yes
[00:13:57] checking whether c++ accepts -g... yes
[00:13:57] checking for style of include used by gmake... GNU
[00:13:57] checking dependency style of c++... gcc3
[00:13:57] checking that generated files are newer than configure... done
[00:13:57] configure: creating ./config.status
[00:13:57] config.status: creating Makefile
[00:13:58] config.status: executing depfiles commands
[00:13:58]  cd . && /bin/sh /wrkdirs/usr/ports/math/gap/work/gap-4.11.0/pkg/simpcomp/missing automake-1.16 --foreign
[00:14:00] configure.ac:3: error: version mismatch.  This is Automake 1.16.4,
[00:14:00] configure.ac:3: but the definition used by this AM_INIT_AUTOMAKE
[00:14:00] configure.ac:3: comes from Automake 1.15.1.  You should recreate
[00:14:00] configure.ac:3: aclocal.m4 with aclocal and run automake again.
[00:14:01] WARNING: 'automake-1.16' is probably too old.
[00:14:01]          You should only need it if you modified 'Makefile.am' or
[00:14:01]          'configure.ac' or m4 files included by 'configure.ac'.
[00:14:01]          The 'automake' program is part of the GNU Automake package:
[00:14:01]          <http://www.gnu.org/software/automake>
[00:14:01]          It also requires GNU Autoconf, GNU m4 and Perl in order to run:
[00:14:01]          <http://www.gnu.org/software/autoconf>
[00:14:01]          <http://www.gnu.org/software/m4/>
[00:14:01]          <http://www.perl.org/>
[00:14:01] *** Error code 1
[00:14:01]
[00:14:01] Stop.
[00:14:01] make[1]: stopped in /wrkdirs/usr/ports/math/gap/work/gap-4.11.0/pkg/simpcomp
[00:14:01] *** Error code 1
[00:14:01]
[00:14:01] Stop.
[00:14:01] make: stopped in /usr/ports/math/gap
 
Back
Top