Bug 652796 - ruby bindings not installed by 'make install', hence omitted from the binary distribution
Summary: ruby bindings not installed by 'make install', hence omitted from the binary ...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libguestfs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-12 19:28 UTC by Richard W.M. Jones
Modified: 2011-07-14 19:22 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-07-14 19:22:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Richard W.M. Jones 2010-11-12 19:28:55 UTC
Description of problem:

Ruby bindings are not installed when you run 'make install'.  In
fact our specfile contains a workaround for this already:

# Install ruby bindings by hand.
mkdir -p $RPM_BUILD_ROOT%{ruby_sitelib}
mkdir -p $RPM_BUILD_ROOT%{ruby_sitearch}
install -p -m0644 ruby/lib/guestfs.rb $RPM_BUILD_ROOT%{ruby_sitelib}
install -p -m0755 ruby/ext/guestfs/_guestfs.so $RPM_BUILD_ROOT%{ruby_sitearch}

As a consequence of 'make install' not working, the ruby bindings
are also omitted from the binary distributions here:

http://libguestfs.org/download/binaries/

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

libguestfs 1.7.4

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Richard W.M. Jones 2010-11-13 08:29:03 UTC
I think we've fixed this one upstream in 1.7.5:
http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=aec3091fa9c65e2f84d0bf9cdd520e597957eca9


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