Bug 831575
| Summary: | perl-Module-Build and dependent modules fails to build without mock - install files to /{instdir}/home/... | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Anton Guda <atu.guda> | ||||
| Component: | perl-Module-Build | Assignee: | Marcela Mašláňová <mmaslano> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | iarnell, mmaslano, perl-devel, ppisar | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-06-13 12:04:20 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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Anton Guda
2012-06-13 11:02:32 UTC
Created attachment 591443 [details]
build log with rpmbuild
How could you install the release 3.fc18 into rawhide? The package has been built against perl 5.16 into special build-root which is not part of standard rawhide. Do you experience the same problem with 2.fc18? This looks familiar to me. Are you using perl-local-lib? Or have something in your bash profile that sets PERL_MB_OPT? Try unset PERL_LOCAL_LIB_ROOT unset PERL_MB_OPT unset PERL_MM_OPT unset PERL5LIB before building locally. Really, ~/.bashrc was poisoned by this variables (dont know who and why). After Removing all works. Closing bug. Thanks! |