Bug 63133 - Building CPU 1.3.13 fails in depend2.am and lang-compile.am
Summary: Building CPU 1.3.13 fails in depend2.am and lang-compile.am
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: automake15
Version: skipjack-beta2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jens Petersen
QA Contact:
URL: http://cpu.sourceforge.net
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-04-10 13:50 UTC by John Dalbec
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-04-10 13:50:25 UTC
Embargoed:


Attachments (Terms of Use)

Description John Dalbec 2002-04-10 13:50:21 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.9-31 i686)

Description of problem:
Building CPU 1.3.13 with AUTOCONF=autoconf-2.53 and AUTOMAKE=automake-1.5 fails
when invoking "automake-1.5 --gnu src/Makefile".  The error messages are:
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.  Download and unpack cpu 1.3.13.
2.  export AUTOCONF=autoconf-2.53 AUTOMAKE=automake-1.5
3.  ./configure
4.  make
	

Actual Results:  Build fails w/above messages.

Expected Results:  Build should complete normally

Additional info:

Invoking "automake --gnu src/Makefile" works.

Comment 1 Jens Petersen 2002-04-11 07:07:32 UTC
I think you forgot ACLOCAL=aclocal-1.5 ;-)

Another way to build without setting environment vars is
by either (1) copying/symlinking /usr/share/automake-1.5/missing to
missing before running make, or (2) just having
MISSING=/usr/share/automake-1.5/missing when running
./configure.

automake-1.5 --gnu works fine for me on a fresh tree.

Comment 2 John Dalbec 2002-04-11 12:57:20 UTC
Thanks, ACLOCAL was it.  I tried setting MISSING as you suggested in (2) but it didn't work.  I'm not running the full beta; I just installed 
autoconf253/automake15 from the beta onto a (mostly) RH 7.1 system.  Do I need to install/upgrade something else?

Comment 3 Jens Petersen 2002-04-12 05:53:01 UTC
You need automake15-1.5-2, which is in rawhide now, for that to work.


Note You need to log in before you can comment on or make changes to this bug.