| Summary: | anaconda fails to be rebuilt when glib2-devel multilib packages are installed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan Stodola <jstodola> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Release Test Team <release-test-team> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.8 | ||||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-12-06 12:23:13 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: | 1286535 | ||||||
| Attachments: |
|
||||||
Created attachment 1134606 [details]
rpmbuild --rebuild ./anaconda-13.21.249-1.el6.src.rpm
Red Hat Enterprise Linux 6 is in the Production 3 Phase. During the Production 3 Phase, Critical impact Security Advisories (RHSAs) and selected Urgent Priority Bug Fix Advisories (RHBAs) may be released as they become available. The official life cycle policy can be reviewed here: http://redhat.com/rhel/lifecycle This issue does not meet the inclusion criteria for the Production 3 Phase and will be marked as CLOSED/WONTFIX. If this remains a critical requirement, please contact Red Hat Customer Support to request a re-evaluation of the issue, citing a clear business justification. Note that a strong business justification will be required for re-evaluation. Red Hat Customer Support can be contacted via the Red Hat Customer Portal at the following URL: https://access.redhat.com/ |
Description of problem: When both 32 and 64 versions of the glib2-devel package are installed, the anaconda package fails to be rebuilt: # rpmbuild --rebuild ./anaconda-13.21.249-1.el6.src.rpm ... Making all in isys make[2]: Entering directory `/root/rpmbuild/BUILD/anaconda-13.21.249/isys' CC libisys_la-devices.lo CC libisys_la-imount.lo CC libisys_la-cpio.lo CC libisys_la-uncpio.lo CC libisys_la-dasd.lo CC libisys_la-lang.lo CC libisys_la-isofs.lo CC libisys_la-linkdetect.lo CC libisys_la-vio.lo CC libisys_la-ethtool.lo CC libisys_la-eddsupport.lo CC libisys_la-iface.lo In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from iface.c:46: /usr/include/glib-2.0/glib/gthread.h: In function 'g_once_init_enter': /usr/include/glib-2.0/glib/gthread.h:347: error: size of array 'type name' is negative make[2]: *** [libisys_la-iface.lo] Error 1 make[2]: Leaving directory `/root/rpmbuild/BUILD/anaconda-13.21.249/isys' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/rpmbuild/BUILD/anaconda-13.21.249' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.APQpFM (%build) Version-Release number of selected component (if applicable): anaconda-13.21.249-1.el6 glib2-devel-2.28.8-5.el6 How reproducible: always Steps to Reproduce: 1. install all dependencies required to rebuild anaconda 2. install glib2-devel.i686 3. rpmbuild --rebuild ./anaconda-13.21.249-1.el6.src.rpm Actual results: rebuild fails Expected results: rebuild finishes successfully