Bug 1462664

Summary: Building SDK can fail because of Go bundle
Product: [oVirt] ovirt-engine-sdk-ruby Reporter: Aleksei Slaikovskii <aslaikov>
Component: BuildAssignee: Aleksei Slaikovskii <aslaikov>
Status: CLOSED CURRENTRELEASE QA Contact: Radim Hrazdil <rhrazdil>
Severity: low Docs Contact:
Priority: unspecified    
Version: 4.1.6CC: bugs, juan.hernandez, lsvaty, lveyde, mperina
Target Milestone: ovirt-4.1.5Flags: rule-engine: ovirt-4.1+
lsvaty: testing_ack+
Target Release: 4.1.8   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 4.1.8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-23 08:04:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aleksei Slaikovskii 2017-06-19 08:30:59 UTC
Description of problem:
As now in ./sdk/pom.xml it's set 'bundle' for bundler executable. So if you have go bundle https://godoc.org/golang.org/x/tools/cmd/bundle installed and having it in your PATH 'mvn package' will fail.

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

How reproducible:
100%

Steps to Reproduce:
1. Get SDK sources.
2. Have Go bundle in your PATH
3. Run 'mvn package'

Actual results:
Build failure

Expected results:
Build success.

Comment 1 Juan Hernández 2017-07-17 13:58:13 UTC
Note that this issue has been fixed in version 4.1.8 of the SDK, which has already been released via rubygems.org. The package won't be included in the umbrella oVirt project with release 4.1.5.

Comment 2 Juan Hernández 2017-07-17 13:59:41 UTC
Sorry for the mess, please discard the previous comment, it should say this:

Note that this issue has been fixed in version 4.1.8 of the SDK, which has already been released via rubygems.org. The package *will* be included in the umbrella oVirt project with release 4.1.5.

Comment 3 Radim Hrazdil 2017-08-03 07:21:42 UTC
Verified that build of ovirt-engine-sdk-ruby.4.1.8 succeeds with bundle command in PATH.