Bug 788057

Summary: rubygem-virt-p2v fails to build with Ruby 1.9.3
Product: [Community] Virtualization Tools Reporter: Bohuslav "Slavek" Kabrda <bkabrda>
Component: virt-p2vAssignee: Matthew Booth <mbooth>
Status: CLOSED RAWHIDE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: rjones
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-02 07:38:25 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 Bohuslav "Slavek" Kabrda 2012-02-07 11:06:31 UTC
Version-Release number of selected component (if applicable):
rubygem-virt-p2v-0.8.3-2

How reproducible:
always

Steps to Reproduce:
1. try to build with Ruby 1.9.3

Actual results:

In file included from rblibssh2_channel.c:19:0:
/usr/include/ruby/backward/rubyio.h:2:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" [-Wcpp]
rblibssh2_channel.c: In function 'channel_send_data':
rblibssh2_channel.c:463:24: error: 'rb_io_t' has no member named 'f'

http://koji.fedoraproject.org/koji/getfile?taskID=3768387&name=build.log

Additional info:
The koji build is done with the specfile that I modified according to the new ruby packaging guidelines [1], but this doesn't have any effect on the way the build fails - this is clearly an issue with ruby 1.8/1.9 abi differencies.

Comment 1 Bohuslav "Slavek" Kabrda 2012-11-02 07:38:25 UTC
As it seems that virt-p2v is ok now, I'm closing this bug.