Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8594 - depcomp not found when building rpm
Summary: depcomp not found when building rpm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Bruce A. Locke (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-30 19:56 UTC by Adam Tenderholt
Modified: 2003-01-28 00:30 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 Adam Tenderholt 2002-09-30 19:56:41 UTC
During the configure when building rpm 4.0.4-r3, it complains that it can't  
find depcomp:  
  
cd . && aclocal  
cd . && automake --foreign --include-deps Makefile  
automake: configure.in: required file `./depcomp' not found  
make: *** [Makefile.in] Error 1  
  
I'm using gcc 2.95.3-r5, automake 1.5-r1, autoconf 2.53a, and portage 2.0.36.  
 
Adam
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-02 01:25:14 UTC
can you try to remerge automake and then try this one again?
Comment 2 Adam Tenderholt 2002-10-02 21:53:38 UTC
Emerging both autoconf and automake fixed the compile problem. Thanks!!