Bug 1049900
Summary: | bookkeeper: FTBFS in rawhide | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mikolaj Izdebski <mizdebsk> |
Component: | bookkeeper | Assignee: | Timothy St. Clair <tstclair> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | java-sig-commits, mizdebsk, rrati, tstclair |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | bookkeeper-4.2.1-6.fc21 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-01-28 05:06:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1010003 |
Description
Mikolaj Izdebski
2014-01-08 13:09:30 UTC
This appears to be a transitive overlap where a dependency now uses the new jline while the package itself calls out jline1. Is there a pattern to ensure classpath ordering to resolve, or is this going to be a thornier issue until folks transition to jline 2. (In reply to Timothy St. Clair from comment #1) > This appears to be a transitive overlap where a dependency now uses the new > jline while the package itself calls out jline1. > > Is there a pattern to ensure classpath ordering to resolve, or is this going > to be a thornier issue until folks transition to jline 2. Usually it's best to port code using the old jline to jline2 and forward the patch upstream. There is a bookkeeper 4.2.2 release that drops it's jline dependency, but it has some issues with HDFS. https://issues.apache.org/jira/browse/HDFS-541 So any work to update to jline 2 would be wasted. I'll circle back to this when I can think of something more creative. Ideally I would like to not update but ensure the classpath is correct, then eventually take the newer version. Patched to support jline and netty3. Required a zookeeper rebuild which also had similar dependency issues. Other dependent packages may want to rebuild sans mods (hadoop, etc) |