Description of problem: A scratch build[1] of eclipse-m2e-core (that was done during review), completed successfully on Tue, 22 Jan 2013 17:20:07 UTC. An initial build of the package[2] (with trivial changes, hence the NVR bump) failed on Wed, 23 Jan 2013 19:50:36 UTC. I made a small change and tried another scratch[3] because of a couple of errors (bogus changelog dates) in the build.log for the previous failed attempt. The build still failed with the primary problem of seemingly trying to connect to an external repository for Eclipse stuff. [1] http://koji.fedoraproject.org/koji/taskinfo?taskID=4894328 [2] http://koji.fedoraproject.org/koji/taskinfo?taskID=4897472 [3] http://koji.fedoraproject.org/koji/taskinfo?taskID=4897841 Version-Release number of selected component (if applicable): maven-local-0.11.0-1.fc19 How reproducible: I can reproduce failed builds but can no longer reproduce successful builds.
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!