| Summary: | gem install --document=ri,rdoc does not build documentation, but also does not error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Randy Barlow <rbarlow> |
| Component: | vagrant | Assignee: | Vít Ondruch <vondruch> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | madam, mastahnke, mtasaka, s, strzibny, thrcka, vanmeeuwen+fedora, vondruch |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | vagrant-1.7.4-5.fc24 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-01 12:26:49 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1303230 | ||
|
Description
Randy Barlow
2016-01-29 21:56:19 UTC
Ha, this is good catch. This seems to be upstream bug, hence I reported it upstream: https://github.com/rubygems/rubygems/issues/1470 Nevertheless, this is also issue of vagrant package, since the rubygems macros were changes, but vagrant did not followed this change. Going to update the vagrant macros ... That was not the best fix unfortunately :/ Second try. I reverted the previous commit and added --ignore-dependencies flag, so the code should go the path which generates the documentation. This can be dropped, once the upstream issue gets resolved. |