[...]
+ autoreconf -fiv
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
configure.ac:113: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:113: You should run autoupdate.
./lib/autoconf/general.m4:2846: AC_TRY_COMPILE is expanded from...
m4/as-compiler-flag.m4:13: AS_COMPILER_FLAG is expanded from...
configure.ac:113: the top level
configure.ac:366: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:366: You should run autoupdate.
./lib/autoconf/general.m4:203: AC_HELP_STRING is expanded from...
configure.ac:366: the top level
configure.ac:113: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:113: You should run autoupdate.
./lib/autoconf/general.m4:2846: AC_TRY_COMPILE is expanded from...
m4/as-compiler-flag.m4:13: AS_COMPILER_FLAG is expanded from...
configure.ac:113: the top level
configure.ac:366: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:366: You should run autoupdate.
./lib/autoconf/general.m4:203: AC_HELP_STRING is expanded from...
configure.ac:366: the top level
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: running: gtkdocize --copy
Can't exec "gtkdocize": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 293.
autoreconf: error: gtkdocize failed with exit status: 2
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.2ec84D (%prep)
... and fix a misleading comment in libnice-0.1.14-tests-koji.patch
If autoreconf does not run before the configure script, the subsequent
`make` command runs the configure script once again. Moreover the build
fails in the fedora-28-x86_64 mock profile because aclocal-1.16 is not
available:
[...]
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
+ sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+ make -j8 V=1
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /builddir/build/BUILD/libnice-0.1.16/missing aclocal-1.16 -I m4
/builddir/build/BUILD/libnice-0.1.16/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/>
<https://www.perl.org/>
make: *** [Makefile:455: aclocal.m4] Error 127
error: Bad exit status from /var/tmp/rpm-tmp.jpPP9q (%build)