Bug 56192 - Fails to --rebuild with current autotools
Summary: Fails to --rebuild with current autotools
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: eel
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Havoc Pennington
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-13 19:38 UTC by Enrico Scholz
Modified: 2007-04-18 16:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-11-13 20:01:29 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2001-11-13 19:38:53 UTC
Description of Problem:

"rpm --rebuild eel-1.0.2-1.src.rpm" fails with current autotools.
"%define __libtoolize true" somewhere in the .spec-file and omitting
the "automake;autoconf" will be a quick hack; but the build-process
must be fixed in another way...

Problems are caused by providing old and incompatible macros in
aclocal.m4. Usually this can be fixed by calling `aclocal', but
there are some macros (AM_PATH_GNOME, AM_GNOME_GETTEXT) which are
not available (perhaps there should be a BuildReq: on package
providing these).


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

eel-1.0.2-1


How Reproducible:

everytime


Steps to Reproduce:
1. rpm --rebuild eel-1.0.2-1.src.rpm 


Actual Results:

+ 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
Fehler: Bad exit status from /var/tmp/rpm-tmp.27958 (%build)


Additional Information:

autoconf-2.52-3
automake-1.5-1
libtool-1.4.2-2
rpm-4.0.3-1.04

Comment 1 Havoc Pennington 2001-11-13 20:58:25 UTC
GNOME is not currently intended to build with the 8.0 build tools,
I'll fix all of it at once at some point, once the overall GNOME direction for
8.0 is clearer.


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