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 1349967 - Fix warning: "IN_MODULE" redefined [enabled by default]
Summary: Fix warning: "IN_MODULE" redefined [enabled by default]
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: glibc
Version: 7.3
Hardware: All
OS: Linux
unspecified
low
Target Milestone: rc
: ---
Assignee: Florian Weimer
QA Contact: Alexandra Petlanová Hájková
Vladimír Slávik
URL:
Whiteboard:
Depends On:
Blocks: 1505492 1505884
TreeView+ depends on / blocked
 
Reported: 2016-06-24 16:30 UTC by Carlos O'Donell
Modified: 2018-10-30 09:38 UTC (History)
9 users (show)

Fixed In Version: glibc-2.17-226.el7
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2018-10-30 09:36:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2018:3092 0 None None None 2018-10-30 09:38:20 UTC

Description Carlos O'Donell 2016-06-24 16:30:40 UTC
The rtkaio build should no longer define IN_MODULE, this was a workaround at one point to include itself in the librt symbol set, but all we need is MODULE_NAME for the final set of patches. Therefore removing `-UIN_MODULE -DIN_MODULE=MODULE_librt` and verifying that the ABI does not change (use libabigail) then it should be fine.

e.g.

In file included from <command-line>:0:0:
./../include/libc-symbols.h:23:0: warning: "IN_MODULE" redefined [enabled by default]
 #define IN_MODULE PASTE_NAME (MODULE_, MODULE_NAME)
 ^

rtkaio/Makefile:

 72 CPPFLAGS-librtkaio += -UIN_MODULE -DIN_MODULE=MODULE_librt \
 73                       -UMODULE_NAME -DMODULE_NAME=librt \
 74                       -UIS_IN_librt -DIS_IN_librt=1 \
 75                       -I$(..)rt

Comment 7 errata-xmlrpc 2018-10-30 09:36:24 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/RHSA-2018:3092


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