Bug 45147 - kdesdk SRPM needs several build dependencies listed
Summary: kdesdk SRPM needs several build dependencies listed
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kdesdk
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-06-20 15:07 UTC by Jay Turner
Modified: 2015-01-07 23:46 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-06-21 13:21:58 UTC
Embargoed:


Attachments (Terms of Use)

Description Glen Foster 2001-06-20 15:07:56 UTC
Description of Problem: with the 7.1 product, you cannot build the kdesdk
SRPM without having the following RPMs installed:
	qt-devel
	zlib-devel
	XFree86-devel
	kdelibs-devel
	kdelibs-sound-devel
	libjpeg-devel
	libpng-devel

But, if "rpm -ba /usr/src/redhat/SPECS/kdesdk*spec" is executed, you do NOT
get an error from rpm about missing/unsatisfied build dependencies from the
above list of RPMs. If you install the above list of RPMs, the kdesdk SRPM
builds with no errors.  Un-installing any of the above RPMs also results in
a build failure due to unstated-yet-present dependencies.

How Reproducible: Always

Steps to Reproduce:
    1. rpm -e <above-list-of-RPMs>
    2. rpm -Uvh <tree-path>/SRPMS/kdesdk*.src.rpm
    3. rpm -ba /usr/src/redhat/SPECS/kdesdk*spec
    4. rpm -Uvh <tree-path>/RedHat/RPMS/<above-list-of-RPMs> (and their
 associated dependencies)
    5. rpm -ba /usr/src/redhat/SPECS/kdesdk*spec

Actual Results:
first 3 steps result in a failure WITHOUT a build-requires error from rpm
next 2 steps build the SRPM without fail

Expected Results:  I would expect an rpm error message to be written to
stderr informing me the kdesdk SRPM cannot be built without installing the
above list of RPMs.

Comment 1 Ngo Than 2001-06-24 23:23:03 UTC
It's fixed in kdesdk-2.1.1-3


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