Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177328 - media-libs/libvisual-plugins-0.4.0-r1: missing alsa.m4 in source tree
Summary: media-libs/libvisual-plugins-0.4.0-r1: missing alsa.m4 in source tree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-06 13:56 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-05-11 18:02 UTC (History)
1 user (show)

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-05-06 13:56:32 UTC
* Running eautoreconf in '/var/tmp/portage/media-plugins/libvisual-plugins-0.4.0-r1/work/libvisual-plugins-0.4.0' ...
 * Running aclocal ...                                                                                                                           [ ok ]
 * Running libtoolize --copy --force --automake ...                                                                                              [ ok ]
 * Running aclocal ...                                                                                                                           [ ok ]
 * Running autoconf ...                                                                                                                          [ !! ]

 * Failed Running autoconf !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/media-plugins/libvisual-plugins-0.4.0-r1/temp/autoconf-45673.out


flame@prakesh ~ % cat /var/tmp/portage/media-plugins/libvisual-plugins-0.4.0-r1/temp/autoconf-45673.out
***** autoconf *****

configure.ac:223: error: possibly undefined macro: AM_PATH_ALSA
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.


The AM_PATH_ALSA macro is present in alsa-lib's alsa.m4, on a normal Linux system that is almost always installed, but this is not true for Gentoo/FreeBSD.

Please add the alsa.m4 file to the patches tarball, and pass the path of the directory where it's extracted to AT_M4DIR="" .
Comment 1 Alexis Ballier gentoo-dev 2007-05-11 18:02:47 UTC
Fixed, thanks Diego