Bug 903693
| Summary: | Previously successful build now fails in rawhide (eclipse-m2e-core) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gerard Ryan <fedora> |
| Component: | tycho | Assignee: | Roland Grunberg <rgrunber> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | java-sig-commits, kdaniel, mizdebsk, msrb, rgrunber, sochotni |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-01-24 23:35:14 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: | |||
|
Description
Gerard Ryan
2013-01-24 15:26:50 UTC
This is a bug in tycho package. Reassigning to tycho. Tycho was depending on maven.local.mode to determine whether mvn, mvn-local, mvn-rpmbuild was being used. The flag is no longer safe to use and so Tycho wrongly assumed mvn was in use (this is why it attempted to resolve those remote repos) I see http://git.fedorahosted.org/cgit/javapackages.git/commit/?id=7d6201dfe3ff4cd7ed0c6a68e445363d49ccc23e is in so I'll commit the necessary changes. Just as a quick update. I'll need to issue a bootstrap build for this (current Tycho has BR on itself so even building would fail in the same way). I've tested that this would work, but ran into some API changes with maven surefire 2.13, so I'll need to make some additional changes there. (In reply to comment #3) > I'll need to issue a bootstrap build for this > (current Tycho has BR on itself so even building would fail in the same > way). You could use the old mvn-rpmbuild script (available in /usr/share/maven/bin) instead of bootstrapping. After you rebuild tycho with support for XMvn you could revert to using mvn-rpmbuild script from /usr/bin again. I've committed a fix as http://pkgs.fedoraproject.org/cgit/tycho.git/commit/?id=94c249b7f48f3c301115cdc257ea0df7d1b58530 . It should be in the rawhide buildroot shortly. This should resolve the issue. I confirm that this fix solves the issue: eclipse-m2e-core builds fine now: http://koji.fedoraproject.org/koji/taskinfo?taskID=4900333 (In reply to comment #6) > I confirm that this fix solves the issue: eclipse-m2e-core builds fine now: > http://koji.fedoraproject.org/koji/taskinfo?taskID=4900333 Great, thanks guys, I guess I'll close this then! |