Bug 1198225
| Summary: | update to new netty3 package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | gil cattaneo <puntogil> |
| Component: | hadoop | Assignee: | Robert Rati <rrati> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | besser82, matt, pbrobinson, rrati |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | hadoop-2.4.1-7.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-04-21 22:34:45 UTC | Type: | Bug |
| 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: | 1073017 | ||
|
Description
gil cattaneo
2015-03-03 15:25:29 UTC
Please rebuild for rawhide and F22 seem have the same problem in rawhide Building parquet-1.5.0-4.fc23 for rawhide DEBUG util.py:388: Error: Package: hadoop-hdfs-2.4.1-6.fc22.noarch (build) DEBUG util.py:388: Requires: mvn(io.netty:netty:3.6.6.Final) DEBUG util.py:388: Error: Package: hadoop-common-2.4.1-6.fc22.noarch (build) DEBUG util.py:388: Requires: mvn(io.netty:netty:3.6.6.Final) DEBUG util.py:388: Error: Package: hadoop-hdfs-2.4.1-6.fc22.noarch (build) DEBUG util.py:388: Requires: mvn(org.jboss.netty:netty:3.6.6.Final) DEBUG util.py:388: Error: Package: hadoop-mapreduce-2.4.1-6.fc22.noarch (build) DEBUG util.py:388: Requires: mvn(io.netty:netty:3.6.6.Final) DEBUG util.py:388: You could try using --skip-broken to work around the problem DEBUG util.py:388: You could try running: rpm -Va --nofiles --nodigest Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=9531651 (In reply to gil cattaneo from comment #2) > seem have the same problem in rawhide Err, no, different problem DEBUG util.py:388: Error: No Package found for maven-plugin-cobertura DEBUG util.py:388: Error: No Package found for tomcat-el-2.2-api DEBUG util.py:388: Error: No Package found for tomcat-servlet-3.0-api DEBUG util.py:499: Child return code was: 1 Open a new bug, it's a differnet problem (In reply to Peter Robinson from comment #4) > (In reply to gil cattaneo from comment #2) > > seem have the same problem in rawhide > > Err, no, different problem > > DEBUG util.py:388: Error: No Package found for maven-plugin-cobertura > DEBUG util.py:388: Error: No Package found for tomcat-el-2.2-api > DEBUG util.py:388: Error: No Package found for tomcat-servlet-3.0-api > DEBUG util.py:499: Child return code was: 1 > > Open a new bug, it's a differnet problem i don't know where you take that ... but in rawhide us missing mvn(io.netty:netty:3.6.6.Final) if you cant build hadoop-2.4.1-7.fc23 then the bug is still valid
> i don't know where you take that ...
> but in rawhide us missing mvn(io.netty:netty:3.6.6.Final)
> if you cant build hadoop-2.4.1-7.fc23 then the bug is still valid
You're reading the output wrong.
The broken build requires 3.6.6 final and hence the errors your seeing. netty3 has been updated to 3.9.3 and hadoop builds fine against 3.9.3 (see F-22/git changes) but there is a different problem with the deps in rawhide when rebuilding it (see above) in rawhide.
Fact is in rawhide hadoop should actually be updated to 2.6.x.
Either way both of the above issues are unrelated to netty3 and hence the bug is fixed and closed. The new issue/update to new version is a different problem and hence is a new bug!
|