Bug 212584 - media-sound/moc-2.5.0_alpha3-r1 configure fails
Bug#: 212584 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: sound@gentoo.org Reported By: czeryna@gmail.com
Component: Ebuilds
URL: 
Summary: media-sound/moc-2.5.0_alpha3-r1 configure fails
Keywords:  
Status Whiteboard: 
Opened: 2008-03-07 13:37 0000
Description:   Opened: 2008-03-07 13:37 0000
Hi! i cant compile media-sound/moc-2.5.0_alpha3-r1 i have this error:
***** autoconf *****

configure.in:20: error: possibly undefined macro: AC_SUBST
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:375: error: possibly undefined macro: AM_PATH_LIBFLAC

on gcc42 and gcc43

Reproducible: Always

------- Comment #1 From Samuli Suominen 2008-03-08 12:24:42 0000 -------
It's the patch and eautoreconf in -r1 that breaks it for you since there is no
m4 file macro from libFLAC available.

Hendrik, can you provide us a patch that patches configure directly, so we can
avoid running eauto(re)conf here?

------- Comment #2 From Alexis Ballier 2008-03-08 12:28:43 0000 -------
(In reply to comment #1)
> It's the patch and eautoreconf in -r1 that breaks it for you since there is no
> m4 file macro from libFLAC available.
> 
> Hendrik, can you provide us a patch that patches configure directly, so we can
> avoid running eauto(re)conf here?

I'd prefer going the way of shipping libFLAC.m4 in a separate tarball :)
(and poke upstream about it missing)

------- Comment #3 From Alexis Ballier 2008-03-09 14:36:36 0000 -------
fixed

------- Comment #4 From Hendrik Iben 2008-03-10 08:41:17 0000 -------
It is nice to see that it has been fixed. I never had any problems with
autoreconfed moc builds. What exactly caused the problem ? I would like to
report this upstream.