| Summary: | autobuild fails if not run as root user and AUTOBUILD_INSTALL_ROOT is defined. | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Ari Lemmke <ari.lemmke> |
| Component: | virt-v2v | Assignee: | Matthew Booth <mbooth> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | rjones |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-12-15 12:13:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
This is fixed in the latest version upstream (1.28/1.29). |
Description of problem: autobuild.sh fails with: Creating p2v/image-builder/version.ks Deleting META.yml Creating META.yml Creating virt-v2v-v0.8.5 Can't copy('META.json', 'virt-v2v-v0.8.5/META.json'): No such file or directory at /usr/share/perl5/Module/Build/Base.pm line 4621. Version-Release number of selected component (if applicable): latest from GIT. How reproducible: Steps to Reproduce: 1. su - test123 2. export AUTOBUILD_INSTALL_ROOT=/tmp/libquestfs 3. ./autobuild.sh Actual results: build failure. Expected results: Additional info: Maybe tested only as root user?