Summary: | rsyslog USE=zeromq broken by zeromq/czmq dependencies | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Allen Parker <infowolfe> |
Component: | [OLD] Library | Assignee: | Ultrabug <ultrabug> |
Status: | RESOLVED FIXED | ||
Severity: | blocker | CC: | jer, jlec, ultrabug |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Undefined reference to zsocket_* (initial breakage)
rsyslog fails to build against czmq-2.0.3 czmq-1.4.1 doesn't cleanly build against zeromq-4 czmq-1.4.1 builds cleanly against zeromq-3.2.4 rsyslog happily builds against czmq-1.4.1 |
Description
Allen Parker
2013-12-24 09:22:25 UTC
Created attachment 366066 [details]
rsyslog fails to build against czmq-2.0.3
Created attachment 366068 [details]
czmq-1.4.1 doesn't cleanly build against zeromq-4
Created attachment 366070 [details]
czmq-1.4.1 builds cleanly against zeromq-3.2.4
Created attachment 366072 [details]
rsyslog happily builds against czmq-1.4.1
Ok as seen with @jlec, I started by bumping czmq in tree with specific deps on zeromq versions. +*czmq-2.0.3 (24 Dec 2013) +*czmq-1.4.1 (24 Dec 2013) + + 24 Dec 2013; Ultrabug <ultrabug@gentoo.org> czmq-1.1.0.ebuild, + czmq-1.2.0.ebuild, czmq-1.2.0-r1.ebuild, +czmq-1.4.1.ebuild, + +czmq-2.0.3.ebuild: + Version bump wrt #495198, fix deps + Ok after testing all combinations I find this the correct answer to this problem : zeromq? ( >=net-libs/zeromq-3 <net-libs/czmq-2 ) It's fixed in tree on all versions, thanks again Allen ! + 24 Dec 2013; Ultrabug <ultrabug@gentoo.org> rsyslog-7.2.7.ebuild, + rsyslog-7.4.3.ebuild, rsyslog-7.4.4.ebuild, rsyslog-7.4.6.ebuild: + fix #495198 wrt zeromq dependencies thx to Allen Parker + |