| Summary: | gcc rpmrebuild fails | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | lejeczek <peljasz> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED NOTABUG | QA Contact: | qe-baseos-tools-bugs |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1 | ||
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-02-09 16:33:02 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
lejeczek
2012-02-09 11:40:15 UTC
1) check-rpath at least from what I can see is not enabled by default, you must have tweaked your rpm configuration. 2) there is nothing wrong on the RPATH I'd not call it tweaking,
barely a few custom paths into evn
%_builddir %{_topdir}/BUILD/%_host_vendor/%{dist}
%_buildrootdir %{_topdir}/BUILDROOT/%_host_vendor/%{dist}
%_srcrpmdir %{_topdir}/SRPMS/%_host_vendor/%{dist}
%_rpmdir %{_topdir}/RPMS/%_host_vendor/%{dist}
%_specdir %{_topdir}/SPECS/%_host_vendor/%{dist}
plus -mtune=native
check-rpaths returns 0
how could these break rebuild?
everything default now and below still fails: rpmbuild --rebuild gcc-4.4.5-6.el6.src.rpm |