Bug 192003

Summary: kdeutils Missing BuildRequire on python-devel
Product: [Fedora] Fedora Reporter: Andreas Thienemann <andreas>
Component: kdeutilsAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2006-05-16 19:24:02 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:
Bug Depends On:    
Bug Blocks: 191529    
Attachments:
Description Flags
Patch, adding the missing buildreqs none

Description Andreas Thienemann 2006-05-16 19:15:26 UTC
Current kde-utils won#t build on mock because of a missing dependency on
python-devel and libXtst-devel:

/usr/bin/ld: cannot find -lXtst
collect2: ld returned 1 exit status
make[3]: *** [kded_klaptopdaemon.la] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/builddir/build/BUILD/kdeutils-3.5.2/klaptopdaemon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/builddir/build/BUILD/kdeutils-3.5.2/klaptopdaemon'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/kdeutils-3.5.2'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.56979 (%build)

Attached is a patch, fixing this.

Comment 1 Andreas Thienemann 2006-05-16 19:15:26 UTC
Created attachment 129260 [details]
Patch, adding the missing buildreqs

Comment 2 Than Ngo 2006-05-16 19:24:02 UTC
it's fixed in rawhide. Thanks for your report.