Bug 56083 - Doesn't rebuild in current environment
Summary: Doesn't rebuild in current environment
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: gtk2
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Owen Taylor
QA Contact:
URL:
Whiteboard:
Depends On: 55870
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-12 17:08 UTC by Bernhard Rosenkraenzer
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-01-09 05:53:12 UTC
Embargoed:


Attachments (Terms of Use)

Description Bernhard Rosenkraenzer 2001-11-12 17:08:24 UTC
gtk2 does not build with automake 1.5.

+ automake
automake: configure.in: required file `./depcomp' not found
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
demos/gtk-demo/Makefile.am:59: gtk_demo_SOURCES includes configure 
substitution
`@STRIP_BEGIN@'
demos/gtk-demo/Makefile.am:59: gtk_demo_SOURCES includes configure 
substitution
`@STRIP_END@'
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
[...]

The depcomp issue could be fixed with fixing bug 55870; the others will 
require more work.

Comment 1 Jens Petersen 2001-12-18 08:09:59 UTC
After replacing "automake" by "autoreconf" in the spec file of gtk2-1.3.11-1, it
built fine for me with autoconf-2.52-4, automake-1.5-1 and libtool-1.4.2-2.

--- gtk2.spec~	Tue Dec 18 17:03:53 2001
+++ gtk2.spec	Tue Dec 18 17:03:53 2001
@@ -344,7 +344,7 @@
 
 rm ltmain.sh && cp %{SOURCE2} ltmain.sh
 # Patch1 modifies modules/input/Makefile.am
-automake
+autoreconf
 %configure --with-xinput=xfree --disable-gtk-doc
 make %{?_smp_mflags}
 


Comment 2 Owen Taylor 2002-04-11 18:57:31 UTC
We now have parallel installable packages and run automake-1.4.


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