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 1593421 - Regression: direct GOT relocation R_386_GOT32 against `__PGOSF224_kpmhalloc' without base register can not be used when making a shared object
Summary: Regression: direct GOT relocation R_386_GOT32 against `__PGOSF224_kpmhalloc' ...
Keywords:
Status: CLOSED DUPLICATE of bug 1573872
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: binutils
Version: 7.5
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Nick Clifton
QA Contact: qe-baseos-tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-06-20 19:10 UTC by Joe Wright
Modified: 2021-09-09 14:40 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-06-21 12:13:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Joe Wright 2018-06-20 19:10:53 UTC
Description of problem:

Updating to RHEL 7.5, issue when relink Oracle EBS 12.1.3 binaries. Oracle Support found that the issue is caused by binutils -2.27-27.base.0.1.el7.x86_64. Per Oracle note 2392829.1, the workaround is to downgrade binutils package to binutils-2.25.1-32.base.el7_4.2.x86_64 or binutils-2.23.52.0.1-16.el7.x86_64. This workaround is effective

Version-Release number of selected component (if applicable):
- binutils -2.27-27.base.0.1.el7.x86_64

How reproducible:
- not sure how to reproduce in house (Red Hat)

Steps to Reproduce:
1. Update to RHEL 7.5/binutils -2.27-27.base.0.1.el7.x86_64
2. relink oracle  EBS 12.1.3 binaries
3.

Actual results:

Completed linking target nnfgt.o on Fri Jun 15 14:55:56 EDT 2018...
/u002/shared/FINEBF/apps/tech_st/10.1.2/network/lib
/u002/shared/FINEBF/apps/tech_st/10.1.2/bin/genclntsh
/bin/ld: /u002/shared/FINEBF/apps/tech_st/10.1.2/lib/libclient10.a(kpm.o): direct GOT relocation R_386_GOT32 against `__PGOSF224_kpmhalloc' without base register can not be used when making a shared object
/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
/u002/shared/FINEBF/apps/tech_st/10.1.2/bin/genagtsh /u002/shared/FINEBF/apps/tech_st/10.1.2/lib/libagtsh.so 1.0

Expected results:


Additional info:

Comment 3 Joe Wright 2018-06-20 19:13:04 UTC
error output truncated, heres the full output:

Completed linking target nnfgt.o on Fri Jun 15 14:55:56 EDT 2018...
/u002/shared/FINEBF/apps/tech_st/10.1.2/network/lib
/u002/shared/FINEBF/apps/tech_st/10.1.2/bin/genclntsh
/bin/ld: /u002/shared/FINEBF/apps/tech_st/10.1.2/lib/libclient10.a(kpm.o): direct GOT relocation R_386_GOT32 against `__PGOSF224_kpmhalloc' without base register can not be used when making a shared object
/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
/u002/shared/FINEBF/apps/tech_st/10.1.2/bin/genagtsh /u002/shared/FINEBF/apps/tech_st/10.1.2/lib/libagtsh.so 1.0

 
for libs in /u002/shared/FINEBF/apps/tech_st/10.1.2/lib//libde.so.0 /u002/shared/FINEBF/apps/tech_st/10.1.2/lib//libdeb.so.0 ; do \
                /u002/shared/FINEBF/apps/tech_st/10.1.2/bin/genshlib $libs; \
done
Completed linking targets sharedlibs on Fri Jun 15 14:56:03 EDT 2018...

Error found while relinking
  return code = .10.11.13.14.15.16.33.36.37.39.43.44.45.46.46.47.48.49

Comment 4 Nick Clifton 2018-06-21 12:13:16 UTC
Hi Joe,

  This bug has already been reported:

https://bugzilla.redhat.com/show_bug.cgi?id=1573872

  A fix has been applied to the RHEL 7.6 binutils, and it has
  also backported to RHEL 7.5 as a z-stream fix:

https://bugzilla.redhat.com/show_bug.cgi?id=1582602

Cheers
  Nick

*** This bug has been marked as a duplicate of bug 1573872 ***


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