Bug 57739

Summary: Fails to build with autoconf 2.52
Product: [Retired] Red Hat Raw Hide Reporter: Enrico Scholz <rh-bugzilla>
Component: bonoboAssignee: Havoc Pennington <hp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-13 16:24:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2001-12-20 16:45:08 UTC
When trying to build bonobo-1.0.17 with current rawhide toolset (autoconf
2.52, automake 1.5) I get a bunch of errors:

| $ rpm --rebuild bonobo-1.0.17-1.src.rpm 
| ...
| /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
| error: Bad exit status from /var/tmp/rpm-tmp.75398 (%prep)
|     Bad exit status from /var/tmp/rpm-tmp.75398 (%prep)

I suggest either to remove the 'autoconf' in the %prep section entirely and
making '%define __libtoolize :'; or to apply the patch given in
http://bugzilla.gnome.org/show_bug.cgi?id=67319.

Then the 'autoconf' in the %prep section must be replaced by 

| autoreconf -i -f

Comment 1 Enrico Scholz 2001-12-20 16:46:10 UTC
I forgot:

The patch will need a

| BuildRequires: intltool

Comment 2 Havoc Pennington 2002-02-08 23:24:31 UTC
Fixed, thanks