Bug 652796
| Summary: | ruby bindings not installed by 'make install', hence omitted from the binary distribution | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Richard W.M. Jones <rjones> |
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | mbooth, virt-maint |
| 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: | 2011-07-14 19:22:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I think we've fixed this one upstream in 1.7.5: http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=aec3091fa9c65e2f84d0bf9cdd520e597957eca9 |
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: