Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313441 - emerging pulseaudio fails with Failed Running aclocal !
Summary: emerging pulseaudio fails with Failed Running aclocal !
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 16:53 UTC by Zeno Davatz
Modified: 2010-04-07 11:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zeno Davatz 2010-04-06 16:53:53 UTC
emerging pulseaudio fails with Failed Running aclocal ! but aclocal works fine in my system!

Build-log of pulseaudio is:

 ^[[32;01m*^[[0m CPV:  media-sound/pulseaudio-0.9.15-r2
 ^[[32;01m*^[[0m REPO: funtoo
 ^[[32;01m*^[[0m USE:  X alsa asyncns caps dbus elibc_glibc glib gnome kernel_linux tcpd userland_GNU x86
>>> Unpacking source...
>>> Unpacking pulseaudio-0.9.15.tar.gz to /var/tmp/portage/media-sound/pulseaudio-0.9.15-r2/work
>>> Source unpacked in /var/tmp/portage/media-sound/pulseaudio-0.9.15-r2/work
>>> Preparing source in /var/tmp/portage/media-sound/pulseaudio-0.9.15-r2/work/pulseaudio-0.9.15 ...
 ^[[32;01m*^[[0m Applying pulseaudio-0.9.15-bsd.patch ...
^[[A^[[119C  ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
 ^[[32;01m*^[[0m Applying pulseaudio-0.9.15-CVE-2009-1894.patch ...
^[[A^[[119C  ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
 ^[[32;01m*^[[0m Running eautoreconf in '/var/tmp/portage/media-sound/pulseaudio-0.9.15-r2/work/pulseaudio-0.9.15' ...
 ^[[32;01m*^[[0m Running aclocal -I m4 ...
^[[A^[[119C  ^[[34;01m[ ^[[31;01m!!^[[34;01m ]^[[0m

 ^[[31;01m*^[[0m Failed Running aclocal !
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m Include in your bugreport the contents of:
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m   /var/tmp/portage/media-sound/pulseaudio-0.9.15-r2/temp/aclocal.out

 ^[[31;01m*^[[0m ERROR: media-sound/pulseaudio-0.9.15-r2 failed:
 ^[[31;01m*^[[0m   Failed Running aclocal !
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m Call stack:
 ^[[31;01m*^[[0m     ebuild.sh, line   48:  Called src_prepare
 ^[[31;01m*^[[0m   environment, line 6944:  Called eautoreconf
 ^[[31;01m*^[[0m   environment, line 4776:  Called eaclocal
 ^[[31;01m*^[[0m   environment, line 4711:  Called autotools_run_tool 'aclocal' '-I' 'm4'
 ^[[31;01m*^[[0m   environment, line 4258:  Called die
 ^[[31;01m*^[[0m The specific snippet of code:
 ^[[31;01m*^[[0m           die "Failed Running $1 !";
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m If you need support, post the output of 'emerge --info =media-sound/pulseaudio-0.9.15-r2',
 ^[[31;01m*^[[0m the complete build log and the output of 'emerge -pqv =media-sound/pulseaudio-0.9.15-r2'.
 ^[[31;01m*^[[0m The complete build log is located at '/var/tmp/portage/media-sound/pulseaudio-0.9.15-r2/temp/build.log'.
 ^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/media-sound/pulseaudio-0.9.15-r2/temp/environment'.
 ^[[31;01m*^[[0m S: '/var/tmp/portage/media-sound/pulseaudio-0.9.15-r2/work/pulseaudio-0.9.15'

Emerge info can be found here: http://bugs.gentoo.org/show_bug.cgi?id=313409
Comment 1 Zeno Davatz 2010-04-06 17:21:31 UTC
Ok, obviously this is a missing dependency. With 

*  sys-devel/automake
      Latest version available: 1.11.1
      Latest version installed: 1.11.1

pulseaudio does just fine and compiles.

*  media-sound/pulseaudio
      Latest version available: 0.9.15-r2
      Latest version installed: 0.9.15-r2
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-04-07 11:18:38 UTC
 ^[[31;01m*^[[0m Include in your bugreport the contents of:
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m  
/var/tmp/portage/media-sound/pulseaudio-0.9.15-r2/temp/aclocal.out

without that we can't figure out what's wrong exactly.
Comment 3 Zeno Davatz 2010-04-07 11:48:09 UTC
I do not have such a directory:

~> vi /var/tmp/portage/media-
media-gfx/   media-video/

But I could solve the problem with upgrading automake, see above.