Hello, I'm updating my system and I will emerge the mt-daapd package. revdep-rebuild shows no errors and the system is working. The emerge call builds the depended packages exception net-dns/avahi and the media-sound/mt-daapd. I'm building it with:
[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" [ebuild N ] media-sound/mt-daapd-0.2.4.2 USE="avahi vorbis" The avahi package breaks with: * Failed Running automake ! * * Include in your bugreport the contents of: * * /var/tmp/portage/net-dns/avahi-0.6.30-r2/temp/automake.out * ERROR: net-dns/avahi-0.6.30-r2 failed (prepare phase): * Failed Running automake ! * * Call stack: * ebuild.sh, line 85: Called src_prepare * environment, line 5772: Called eautoreconf * environment, line 1596: Called eautomake * environment, line 1565: Called autotools_run_tool 'automake' '--add-missing' '--copy' '--foreign' * environment, line 1248: Called die * The specific snippet of code: * die "Failed Running $1 !"; * * If you need support, post the output of 'emerge --info =net-dns/avahi-0.6.30-r2', * the complete build log and the output of 'emerge -pqv =net-dns/avahi-0.6.30-r2'. * The complete build log is located at '/var/tmp/portage/net-dns/avahi-0.6.30-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-dns/avahi-0.6.30-r2/temp/environment'. * S: '/var/tmp/portage/net-dns/avahi-0.6.30-r2/work/avahi-0.6.30' The automake.out creates the error: ***** automake ***** ***** PWD: /var/tmp/portage/net-dns/avahi-0.6.30-r2/work/avahi-0.6.30 ***** automake --add-missing --copy --foreign configure.ac:143: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... configure.ac:143: the top level configure.ac:300: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... configure.ac:300: the top level service-type-database/Makefile.am:21: `pkglibdir' is not a legitimate directory for `DATA' How I can fix this problem? Thanks Phil