When using the latest "git clone", the following error occurs (full dump below). I know git's can be broken .. however still good value to detail what / where.
Also, the ./configure file seems to have a misplaced text entry:
"./configure: line 5739: AC_PROG_INTLTOOL: command not found"
{{{ [root@localhost revisor]# ./revisor-devel.sh ioctl: LOOP_CLR_FD: Device or resource busy autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --no-force autoreconf: Leaving directory.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for python... /usr/bin/python checking for python version... 2.5 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.5/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.5/site-packages checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@Latn sr sv ta tr uk zh_CN zh_TW ./configure: line 5739: AC_PROG_INTLTOOL: command not found checking whether ln -s works... yes checking for python version... (cached) 2.5 checking for python platform... (cached) linux2 checking for python script directory... (cached) ${prefix}/lib/python2.5/site-packages checking for python extension module directory... (cached) ${exec_prefix}/lib64/python2.5/site-packages configure: creating ./config.status config.status: creating Makefile config.status: creating revisor.spec config.status: creating revisor/Makefile config.status: creating glade/Makefile config.status: creating conf/Makefile config.status: creating po/Makefile.in config.status: creating glade/base_screen.glade config.status: creating rebrand/Makefile config.status: executing depfiles commands config.status: executing default-1 commands {'modrebrand': True, 'modjigdo': True, 'modcobbler': False, 'moddelta': True, 'modvirt': False} Setting default options Setting options from configuration file Reading configuration file /usr/src/git/revisor/conf/revisor.conf Setting repos_enabledevelopment to 0 (from configuration file) Setting repos_enabletesting to 0 (from configuration file) Setting media_installation_cd to 0 (from configuration file) Setting media_installation_dvd to 0 (from configuration file) Setting mode_respin to 0 (from configuration file) Setting repos_enablesource to 0 (from configuration file) Setting media_live_optical to 0 (from configuration file) Setting dependency_resolve_allow_conflicts to 0 (from configuration file) Setting repos_enabledebuginfo to 0 (from configuration file) Setting media_live_thumb to 0 (from configuration file) Setting architecture to 'i386' (from configuration file model f7-i386) Setting iso_basename to 'F' (from configuration file model f7-i386) Setting getsource to 0 (from configuration file model f7-i386) Setting version to '7' (from configuration file model f7-i386) Setting product_path to 'Fedora' (from configuration file model f7-i386) Setting product_name to 'Fedora' (from configuration file model f7-i386) Setting comps to '/usr/share/revisor/comps/comps-f7.xml' (from configuration file model f7-i386) Setting options from command-line RevisorKickstart.init() RevisorKickstart.create_parser() Traceback (most recent call last): File "./revisor.py", line 276, in import revisor.gui File "/usr/src/git/revisor/revisor/gui.py", line 46, in from revisor import lm_basic File "/usr/src/git/revisor/revisor/lm_basic.py", line 326 self.cfg.ksobj._lang_lang() = self.langDict[self.lang_combo.get_active_text()] SyntaxError: can't assign to function call }}}
.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --no-force autoreconf: Leaving directory
attachment git clone errors.txt
Install the intltool packages like described in the documentation on http://revisor.fedoraunity.org[[BR]][[BR]]Traceback caused by numerous changes to how we deal with kickstart, fixed locally already but not pushed yet.
Metadata Update from @anonymous: - Issue set to the milestone: 2.0.5 (EL-5)