Gentoo Archives: gentoo-user

From: Kraus Philipp <philipp.kraus@×××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] mt-daapd automake error
Date: Tue, 10 Jan 2012 21:04:01
Message-Id: E39D9EE6-6F77-453F-97BA-D71B953D8D44@flashpixx.de
1 Hello,
2
3 I'm updating my system and I will emerge the mt-daapd package. revdep-rebuild shows no errors and the system is working.
4 The emerge call builds the depended packages exception net-dns/avahi and the media-sound/mt-daapd. I'm building it with:
5
6 [ebuild N ] net-dns/avahi-0.6.30-r2 USE="dbus gdbm introspection -autoipd -bookmarks -doc -gtk -gtk3 -howl-compat -ipv6 -mdnsresponder-compat -mono -python -qt4 -test -utils"
7 [ebuild N ] media-sound/mt-daapd-0.2.4.2 USE="avahi vorbis"
8
9
10 The avahi package breaks with:
11
12 * Failed Running automake !
13 *
14 * Include in your bugreport the contents of:
15 *
16 * /var/tmp/portage/net-dns/avahi-0.6.30-r2/temp/automake.out
17
18 * ERROR: net-dns/avahi-0.6.30-r2 failed (prepare phase):
19 * Failed Running automake !
20 *
21 * Call stack:
22 * ebuild.sh, line 85: Called src_prepare
23 * environment, line 5772: Called eautoreconf
24 * environment, line 1596: Called eautomake
25 * environment, line 1565: Called autotools_run_tool 'automake' '--add-missing' '--copy' '--foreign'
26 * environment, line 1248: Called die
27 * The specific snippet of code:
28 * die "Failed Running $1 !";
29 *
30 * If you need support, post the output of 'emerge --info =net-dns/avahi-0.6.30-r2',
31 * the complete build log and the output of 'emerge -pqv =net-dns/avahi-0.6.30-r2'.
32 * The complete build log is located at '/var/tmp/portage/net-dns/avahi-0.6.30-r2/temp/build.log'.
33 * The ebuild environment file is located at '/var/tmp/portage/net-dns/avahi-0.6.30-r2/temp/environment'.
34 * S: '/var/tmp/portage/net-dns/avahi-0.6.30-r2/work/avahi-0.6.30'
35
36 The automake.out creates the error:
37
38 ***** automake *****
39 ***** PWD: /var/tmp/portage/net-dns/avahi-0.6.30-r2/work/avahi-0.6.30
40 ***** automake --add-missing --copy --foreign
41
42 configure.ac:143: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
43 ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
44 ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
45 ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
46 ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
47 ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
48 ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
49 configure.ac:143: the top level
50 configure.ac:300: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
51 ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
52 configure.ac:300: the top level
53 service-type-database/Makefile.am:21: `pkglibdir' is not a legitimate directory for `DATA'
54
55
56 How I can fix this problem?
57
58 Thanks
59
60 Phil

Replies

Subject Author
[gentoo-user] Re: mt-daapd automake error Philipp Kraus <philipp.kraus@×××××××××.de>