Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 446923

Summary: When building from qpidc src rpm python system tests are not run
Product: Red Hat Enterprise MRG Reporter: Andrew Stitcher <astitcher>
Component: qpid-cppAssignee: Andrew Stitcher <astitcher>
Status: CLOSED WONTFIX QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: betaCC: gsim
Target Milestone: 1.3   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-04-26 16:09:36 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 Andrew Stitcher 2008-05-16 16:58:28 UTC
Description of problem:

When building the qpic src rpm (this is actually the source for qpidc & qpidd)
the build process cannot find the python system tests.

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

qpidc-0.2.656926-1.el5.src.rpm

How reproducible:

Completely

Steps to Reproduce:
1. rpmbuild -v --recompile qpidc-0.2.656926-1.el5.src.rpm
2.
3.
  
Actual results:


Expected results:


Additional info:

It would make sense for there to be a BuildRequires on the python-qpid package
(or whichever package actually contains the tests in the future). It would also
make sense for the upstream build process to use configure to find
python-qpid-tests which would make the c++ build more easily separable from the
rest of the qpid src tree