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 1773089 - [multilib] libmaxminddb-devel i686 can't be installed in parallel to x86_64
Summary: [multilib] libmaxminddb-devel i686 can't be installed in parallel to x86_64
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: libmaxminddb
Version: 8.2
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
: 8.0
Assignee: Michal Ruprich
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On: 1758843
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-15 20:18 UTC by Petr Menšík
Modified: 2020-03-17 07:28 UTC (History)
0 users

Fixed In Version: libmaxminddb-1.2.0-7.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1758843
Environment:
Last Closed: 2020-03-17 07:28:54 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Petr Menšík 2019-11-15 20:18:34 UTC
+++ This bug was initially created as a clone of Bug #1758843 +++

Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

--- Additional comment from Peter Bieringer on 2019-10-06 08:13:00 CEST ---

Description of problem:
to crosscheck compilation with -m32 flag I need both libmaxminddb-devel arch packages installed

Version-Release number of selected component (if applicable):
1.2.0-7.fc30.i686

How reproducible:
always

Steps to Reproduce:
1. install
libmaxminddb-1.2.0-7.fc30.i686
libmaxminddb-1.2.0-7.fc30.x86_64
libmaxminddb-devel-1.2.0-7.fc30.x86_64

2. try to install
libmaxminddb-devel.i686

Actual results:
Error: Transaction check error:
  file /usr/include/maxminddb_config.h from install of libmaxminddb-devel-1.2.0-7.fc30.i686 conflicts with file from package libmaxminddb-devel-1.2.0-7.fc30.x86_64


Expected results:
working well like it does on libdb, here I can install i686 and x86_64 devel in parallel:

libdb-devel-5.3.28-37.fc30.i686
libdb-devel-5.3.28-37.fc30.x86_64
libdb-5.3.28-37.fc30.x86_64
libdb-5.3.28-37.fc30.i686

--- Additional comment from Peter Bieringer on 2019-10-06 08:21:57 CEST ---

Hmm the mentioned config files are not equal in the RPM, that is strange...potentially this can be solved more elegant:

/* include/maxminddb_config.h.  Generated from maxminddb_config.h.in by configure.  */


# diff -u /usr/include/maxminddb_config.h /usr/include/maxminddb_config.h.x86_64
--- /usr/include/maxminddb_config.h	2019-02-01 17:47:35.000000000 +0100
+++ /usr/include/maxminddb_config.h.x86_64	2019-02-01 17:47:26.000000000 +0100
@@ -9,7 +9,7 @@
 
 #ifndef MMDB_UINT128_IS_BYTE_ARRAY
 /* Define as 1 if we don't have an unsigned __int128 type */
-#define MMDB_UINT128_IS_BYTE_ARRAY 1
+#define MMDB_UINT128_IS_BYTE_ARRAY 0
 #endif
 
 #endif                          /* MAXMINDDB_CONFIG_H */

--- Additional comment from Stephen John Smoogen on 2019-11-01 15:01:15 CET ---

I am tagging this so the new package owner Igor can know this is outstanding.

Comment 1 Petr Menšík 2019-11-15 20:24:12 UTC
Waived this in dhcp build [1] for some reason. Bind [2] is using it now, and it would block gating IMO. Had unrelated issues on gating, had to waive it anyway.

1. https://dashboard.osci.redhat.com/#/artifact/brew-build/aid/24730718?focus=id:osci-rpmdeplint-brew-build-24730718
2. https://dashboard.osci.redhat.com/#/artifact/brew-build/aid/24728854?focus=id:osci-rpmdeplint-brew-build-24728854

Undeclared file conflicts:
libmaxminddb-devel-1.2.0-6.el8.i686 provides /usr/include/maxminddb_config.h which is also provided by libmaxminddb-devel-1.2.0-6.el8.x86_64
libmaxminddb-devel-1.2.0-6.el8.x86_64 provides /usr/include/maxminddb_config.h which is also provided by libmaxminddb-devel-1.2.0-6.el8.i686


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