Bug 1462664 - Building SDK can fail because of Go bundle
Summary: Building SDK can fail because of Go bundle
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-engine-sdk-ruby
Classification: oVirt
Component: Build
Version: 4.1.6
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ovirt-4.1.5
: 4.1.8
Assignee: Aleksei Slaikovskii
QA Contact: Radim Hrazdil
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-19 08:30 UTC by Aleksei Slaikovskii
Modified: 2017-08-23 08:04 UTC (History)
5 users (show)

Fixed In Version: 4.1.8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-23 08:04:12 UTC
oVirt Team: Infra
Embargoed:
rule-engine: ovirt-4.1+
lsvaty: testing_ack+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 78286 0 master MERGED Changing 'bundler' executable instead of 'bundle'. 2017-06-20 08:33:58 UTC
oVirt gerrit 78317 0 sdk_4.1 MERGED Changing 'bundler' executable instead of 'bundle'. 2017-06-20 08:47:27 UTC

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.


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