RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1508983 - Need to rebuild rpm in order to remove static relocations not known to older linkers
Summary: Need to rebuild rpm in order to remove static relocations not known to older ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libguestfs
Version: 7.5
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Richard W.M. Jones
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 1508954 1508965 1508966 1508968 1508970 1508979 1508980
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-11-02 15:33 UTC by Nick Clifton
Modified: 2018-04-10 09:21 UTC (History)
20 users (show)

Fixed In Version: libguestfs-1.36.10-2.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1508980
Environment:
Last Closed: 2018-04-10 09:20:40 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0677 0 None None None 2018-04-10 09:21:36 UTC

Comment 2 Richard W.M. Jones 2017-11-02 15:42:01 UTC
ocaml-libguestfs-devel is part of the libguestfs source package.

Unless we suspect that the OCaml compiler is at fault (which seems
very unlikely based on the description), this should have been filed
under libguestfs, and therefore I'm changing the component.  If it's
wrong for some reason please change it back with explanation.

Comment 5 YongkuiGuo 2017-11-03 03:47:04 UTC
Reproduced with the following packages:
binutils-2.27-19.base.el7.x86_64
libguestfs-1.36.10-1.el7.x86_64

Steps:

1. On rhel7.4(x86_64) host
#mkdir /dev/shm/delme; pushd /dev/shm/delme

2. Download the package of ocaml-libguestfs-devel-1.36.10-1.el7.x86_64.rpm
#rpm2cpio ocaml-libguestfs-devel-1.36.10-1.el7.x86_64.rpm | cpio -dim

3. #find . -type f -exec readelf -r -W {} \; > relocs.out

4. #grep -e GOTPCRELX -e GOT32X relocs.out
-----------------------------------------------------
...
0000000000039b72  000002700000002a R_X86_64_REX_GOTPCRELX 0000000000000000 caml_local_roots - 4
0000000000039ca2  000002700000002a R_X86_64_REX_GOTPCRELX 0000000000000000 caml_local_roots - 4
0000000000039dd4  000002700000002a R_X86_64_REX_GOTPCRELX 0000000000000000 caml_local_roots - 4
0000000000039f84  000002700000002a R_X86_64_REX_GOTPCRELX 0000000000000000 caml_local_roots - 4
000000000003a134  000002700000002a R_X86_64_REX_GOTPCRELX 0000000000000000 caml_local_roots - 4
000000000003a2b4  000002700000002a R_X86_64_REX_GOTPCRELX 0000000000000000 caml_local_roots - 4
000000000003a464  000002700000002a R_X86_64_REX_GOTPCRELX 0000000000000000 caml_local_roots - 4
-----------------------------------------------------

Comment 7 Richard W.M. Jones 2017-11-03 12:28:39 UTC
I verified that this appears to be fixed in the
ocaml-libguestfs-devel-1.36.10-2.el7.x86_64.rpm package.

Comment 8 YongkuiGuo 2017-11-06 03:04:40 UTC
Verified with the following packages:
binutils-2.27-19.base.el7.x86_64
libguestfs-1.36.10-1.el7.x86_64

Steps:

1. On rhel7.4(x86_64) host
#mkdir /dev/shm/delme; pushd /dev/shm/delme

2. Download the package of ocaml-libguestfs-devel-1.36.10-2.el7.x86_64.rpm
#rpm2cpio ocaml-libguestfs-devel-1.36.10-2.el7.x86_64.rpm | cpio -dim

3. #find . -type f -exec readelf -r -W {} \; > relocs.out

4. #grep -e GOTPCRELX -e GOT32X relocs.out

In step 4, there is no relocs found. So verified this bug.

Comment 11 errata-xmlrpc 2018-04-10 09:20:40 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0677


Note You need to log in before you can comment on or make changes to this bug.