Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74098 - wavpack-4.1 does not compile with automake-1.9.3 (Makefile.in not generated)
Summary: wavpack-4.1 does not compile with automake-1.9.3 (Makefile.in not generated)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-11 06:28 UTC by Jeremy Green
Modified: 2005-01-24 18:57 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 Jeremy Green 2004-12-11 06:28:22 UTC
For some reason when automake-1.9.3 is run during install it fails to produce the Makefile.in from Makefile.am.  This is so whether I run 'emerge wavpack' or download the sources from the wavpack website (both version 4.1).

Changing the autogen.sh file to explicitly run automake-1.8 (automake-1.8.5-r2 installed), and of course aclocal-1.8 for consitency, fixes the problem.  To be clear: with the 1.8 versions the Makefile.in is produced, and the rest of the build process is error free.

I should point out that aclocal produces a lot of warnings, but these warnings also occur with aclocal-1.8 and do not seem to affect the build.

Reproducible: Always
Steps to Reproduce:
1. emerge =automake-1.9 if not already installed
2. emerge wavpack
3. observe the resulting no-build

Actual Results:  
You see the aclocal warnings.
A little automake output (standard stuff).
Then the configure script is run, but after a few checks it tries to generate
the Makefile but fails because it cannot find Makefile.in;

configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in


Expected Results:  
Well, wavpack should build when you run 'emerge wavpack'.

I think that's about it.
Comment 1 Brandon Low (RETIRED) gentoo-dev 2005-01-24 18:57:29 UTC
Fixed in CVS switched to using WANT_AUTOMAKE=1.7