Bug 812901 - multilib conflict between libdb-devel.x86_64 and libdb-devel.i686
Summary: multilib conflict between libdb-devel.x86_64 and libdb-devel.i686
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: libdb
Version: 17
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Jindrich Novy
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-16 14:07 UTC by Edward Sheldrake
Modified: 2013-07-02 23:55 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-02-02 13:08:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Edward Sheldrake 2012-04-16 14:07:36 UTC
Description of problem:
I cannot install both i686 and x86_64 libdb-devel at the same time due to one tiny conflict.

Version-Release number of selected component (if applicable):
libdb-devel-5.2.36-5.fc17.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Try to install libdb-devel.x86_64 and libdb-devel.i686
2.
3.
  
Actual results:
Conflict on /usr/include/libdb/db.h

Expected results:
No conflict

Additional info:
db4-devel has no conflict and contains "typedef int64_t db_seq_t;" but libdb-devel has:

diff -Nurp i686/usr/include/libdb/db.h x86_64/usr/include/libdb/db.h
--- i686/usr/include/libdb/db.h	2012-02-17 20:00:24.000000000 +0000
+++ x86_64/usr/include/libdb/db.h	2012-02-17 19:59:56.000000000 +0000
@@ -120,7 +120,7 @@ typedef ssize_t db_ssize_t;
 /*
  * Sequences are only available on machines with 64-bit integral types.
  */
-typedef long long db_seq_t;
+typedef long db_seq_t;
 
 /* Thread and process identification. */
 typedef pthread_t db_threadid_t;

Comment 1 Edward Sheldrake 2013-02-02 13:08:21 UTC
Fixed in Fedora 18 and above.


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