Gentoo Archives: gentoo-user

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