Bug 516729 - multilib conflicts in event-config.h
Summary: multilib conflicts in event-config.h
Keywords:
Status: CLOSED DUPLICATE of bug 477685
Alias: None
Product: Fedora
Classification: Fedora
Component: libevent
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-08-11 10:22 UTC by David Woodhouse
Modified: 2009-08-11 10:27 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-08-11 10:27:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Woodhouse 2009-08-11 10:22:22 UTC
I can't install 64-bit and 32-bit libevent-devel at the same time, because of conflicts in event-config.h

This autogenerated file contains idiotic crap like:

/* The size of `long', as computed by sizeof. */
#define _EVENT_SIZEOF_LONG 4

If you remove things like that and just use sizeof() as $DEITY intended, then the files will probably end up identical, and the conflict can be resolved. (I think you may have to make the timestamps match too?)

Failing that, perhaps you could call them libevent-config-32.h and libeven-config-64.h, and provide a libevent-config.h which includes one or the other as appropriate.

Comment 1 David Woodhouse 2009-08-11 10:27:34 UTC

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


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