Revert libevent to 1.4.12 - symbol export regression 'event_sigcb'
Bug #569251 reported by
Chris J
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libevent (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
libevent 1.4.13 has lost a symbol 'event_sigcb' which is causing other programs to break. There is disagreement from upstream as to whether the symbol should ever have been exported in the first place, however, it appears that it was and still is other software is relying on it. This will apparently come back in the next upstream release, however, there is no timescale on its release. In the meantime, this should be reverted to a version containing the symbol to avoid breaking other things.
To post a comment you must log in.
See also: http:// sourceforge. net/tracker/ index.php? func=detail& aid=2909223& group_id= 50884&atid= 461322
The symbol was never meant to be exported, what you're already saying. The software relying on it should be fixed, not libevent.