From: Solomon P. <pi...@sh...> - 2019-05-23 13:14:36
|
Here's the output out of my automated build system: $ make distcheck-minimal STP_TEST_PROFILE=`echo distcheck-minimal |sed -e s/distcheck-// -e s/-/_/g -e s/parallel//` STP_PARALLEL=`scripts/count-cpus` STP_TEST_SUITE=1 STP_TEST_DIST=1 /usr/bin/time make -k -s -j`scripts/count-cpus` DISTCHECK_CONFIGURE_FLAGS=NO_PKGCONFIG_PATHS=1 distcheck (cd include && make top_distdir=../gutenprint-5.3.2-pre1 distdir=../gutenprint-5.3.2-pre1/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) (cd gutenprint && make top_distdir=../../gutenprint-5.3.2-pre1 distdir=../../gutenprint-5.3.2-pre1/include/gutenprint \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) (cd gutenprintui2 && make top_distdir=../../gutenprint-5.3.2-pre1 distdir=../../gutenprint-5.3.2-pre1/include/gutenprintui2 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) /bin/sh: line 1: --fhead: command not found make[7]: *** [Makefile:712: typebuiltins.h] Error 127 make[7]: Target 'distdir-am' not remade because of errors. make[6]: *** [Makefile:544: distdir] Error 2 make[5]: *** [Makefile:571: distdir-am] Error 1 make[4]: *** [Makefile:567: distdir] Error 2 make[3]: *** [Makefile:721: distdir-am] Error 1 make[2]: *** [Makefile:715: distdir] Error 2 make[2]: Target 'dist-xz' not remade because of errors. make[2]: Target 'dist-bzip2' not remade because of errors. make[1]: *** [Makefile:818: dist] Error 2 make[1]: Target 'distcheck' not remade because of errors. Command exited with non-zero status 2 It's relying on 'glib-mkenums' (part of the 'glib2-devel' in RedHat-land) but there's no check in the bootstrap or configure script for this. Just a confusing error message. :) - Solomon -- Solomon Peachy pizza at shaftnet dot org Coconut Creek, FL ^^ (email/xmpp) ^^ Quidquid latine dictum sit, altum videtur. |