Bug 137405

Summary: kdebase missing BuildDeps
Product: Red Hat Enterprise Linux 3 Reporter: Bastien Nocera <bnocera>
Component: kdebaseAssignee: Than Ngo <than>
Status: CLOSED NEXTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-28 11:14:54 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 Bastien Nocera 2004-10-28 09:23:56 UTC
automake is listed as a BuildDep, but autoconf is missing as a
BuildDep. As those are in the base development group, either automake
should be removed, or autoconf should be added.

While compiling:
/usr/bin/ld: cannot find -lart_lgpl_2
and
/usr/bin/ld: cannot find -lpng
So it's missing a BuildDep on libart_lgpl-devel and libpng-devel.

configure: WARNING: libjpeg not found. disable JPEG support.
Missing BuildDep on libjpeg-devel

Comment 1 Than Ngo 2004-10-28 11:14:54 UTC
automake has a requires on autoconf and therefore autoconf is not
needed to be in BuildDep.

it's now fixed in kdebase-3.1.3-5.6 and rhel4-Beta2.
if someone wants it in RHEL3 update, please reopen it again.