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

libvirt tests fail in the test suite #24

Open
blitz opened this issue Sep 9, 2013 · 3 comments
Open

libvirt tests fail in the test suite #24

blitz opened this issue Sep 9, 2013 · 3 comments
Labels

Comments

@blitz
Copy link
Contributor

blitz commented Sep 9, 2013

Haven't looked into this, but since there is no development happening on this anyway, I'd vote for disabling/removing them.

@alex-ab
Copy link
Member

alex-ab commented Sep 9, 2013

I run the libvirt.wv test some minutes ago on tudos/master and it works. What are your issues ?

@blitz
Copy link
Contributor Author

blitz commented Sep 10, 2013

It seems automake fails. My automake version is 1.13.4.

>>> make -C /home/julian/src/nul/alexb/apps/libvirt install DESTDIR=/home/julian/src/nul/alexb/apps/libvirt/_install
make: Entering directory `/home/julian/src/nul/alexb/apps/libvirt'
cd libvirt-repo && autoreconf -v && ./autogen.sh        \
--without-uml --without-openvz --without-vmware --without-lxc   \
--without-esx --with-nova --without-macvtap --without-python    \
--without-remote --without-libvirtd --without-qemu      \
--without-vbox --without-avahi --without-selinux
autoreconf: Entering directory `.'
autoreconf: configure.ac: not running autopoint: --install not given
autoreconf: running: aclocal -I m4 -I gnulib/m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not running libtoolize: --install not given
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --no-force
configure.ac:2162: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:2162: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:2162: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
daemon/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
examples/domain-events/events-c/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
examples/dominfo/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
examples/domsuspend/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
examples/hellolibvirt/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
examples/openauth/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gnulib/lib/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gnulib/tests/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
parallel-tests: error: required file 'build-aux/test-driver' not found
parallel-tests:   'automake --add-missing' can install 'test-driver'
python/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tools/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: automake failed with exit status: 1
make: *** [.configure.stamp] Error 1

alex-ab pushed a commit to alex-ab/NUL that referenced this issue Sep 10, 2013
@alex-ab
Copy link
Member

alex-ab commented Sep 10, 2013

parallel-tests: error: required file 'build-aux/test-driver' not found
parallel-tests:   'automake --add-missing' can install 'test-driver'

Let's try to do what the message tells us.
According to http://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autoreconf-Invocation.html adding the -i flag to autoreconf should have the effect that automake is used with --add-missing flag.

Please try the commit above.

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

No branches or pull requests

2 participants