Bug 683703

Summary: cpp/bld-winsdk.ps1 tries to install non-existent files and fails
Product: Red Hat Enterprise MRG Reporter: Chuck Rolke <crolke>
Component: qpid-sdkAssignee: Chuck Rolke <crolke>
Status: CLOSED CURRENTRELEASE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: Development   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Windows   
Whiteboard:
Fixed In Version: 1.3.8.1 Doc Type: Bug Fix
Doc Text:
Cause: Several files were moved in INSTALL directory Consequence: Build script crashed when files were absent. Fix: Change the script not to reference moved files. Result: Build script builds the WinSDK. Note: This is NOT visible to the customer.
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-15 15:59:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Chuck Rolke 2011-03-10 04:42:45 UTC
Description of problem:

Changes upstream QPID-3067 moved some files around. The bld-winsdk.ps1 script has not been adjusted for the new folder scheme and so fails.

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

0.9.1079953-1

How reproducible:

100%

Steps to Reproduce:
1. Launch windows build in Brew
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Chuck Rolke 2011-03-10 21:04:35 UTC
https://issues.apache.org/jira/browse/QPID-3135
Fixed upstream 
 trunk       - r1080329
 0.10 branch - r1080344

Comment 2 Chuck Rolke 2011-03-10 21:04:35 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
Cause: Several files were moved in INSTALL directory

Consequence: Build script crashed when files were absent.

Fix: Change the script not to reference moved files.

Result: Build script builds the WinSDK. Note: This is NOT visible to the customer.

Comment 3 Chuck Rolke 2011-03-15 15:44:40 UTC
This issue is not customer visible.