Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] failing build - any ideas?

On Tue, 2017-07-04 at 12:37 -0400, Roland Grunberg wrote:
> On Tue, 2017-07-04 at 15:56 +0000, David Green wrote:
> > Mylyn devs,
> > 
> > Looks like Mylyn Docs has started failing due to a Mylyn dependency: https://hudson.eclipse.org/mylyn/view/Mylyn%20Docs/job/mylyn-docs-nightly/383/console
> > 
> > I'm wondering if there are some recent changes that we should be aware of?
> 
> Andreas has made some recent changes to Lucene 5 and 6 in Orbit in
> order to fix Bug 517935 . However I don't see how this is affecting the
>  build since it seems to use a much older I-build.
> 
> > 
> > I've included the relevant build output below.
> > 
> > David
> > 
> > [INFO] [INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.docs:org.eclipse.mylyn.docs.epub:4.0.0-SNAPSHOT @ /jobs/genie.mylyn/mylyn-docs-nightly/workspace/epub/ui/org.eclipse.mylyn.docs.epub-feature/pom.xml
> > [INFO] [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86}
> > [INFO] [ERROR] Cannot resolve project dependencies:
> > [INFO] [ERROR]   Software being installed: org.eclipse.mylyn.docs.epub.feature.group 4.0.0.qualifier
> > [INFO] [ERROR]   Missing requirement: org.eclipse.mylyn_feature.feature.group 3.23.1.v20170623-0008 requires 'org.apache.lucene.analyzers-common 6.0.0' but it could not be found
> > [INFO] [ERROR]   Cannot satisfy dependency: org.eclipse.mylyn.docs.epub.feature.group 4.0.0.qualifier depends on: org.eclipse.mylyn.wikitext_feature.feature.group [3.0.0,4.0.0)
> > [INFO] [ERROR]   Cannot satisfy dependency: org.eclipse.mylyn.wikitext_feature.feature.group 3.0.10.201706202109 depends on: org.eclipse.mylyn_feature.feature.group [3.6.0,4.0.0)
> 
> The repository that would contain this bundle would be
> http://download.eclipse.org/tools/orbit/downloads/drops/I20170209194730/repository .
> I'm not sure why it's not being found because it's definitely located
> within that repository.
> 
> Cheers,

I'm able to reproduce the error running the build locally. Looking at
the first failure (wikitext/ui/org.eclipse.mylyn.wikitext-feature), and
assuming the target file used for it is based off of :

http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.docs.git/tree/wikitext/ui/targets/wikitext.target-template

It seems strange that no explicit dependence is made on the newer
lucene 6.x bundles that are indirectly required. Perhaps prior builds
were relying on some other bundle (that happened to be brought in) to
include those bundles in the target platform.

If I simply add them to wikitext.target-template, the build seems to
get farther.

Cheers,
-- 
Roland Grunberg


Back to the top