Re: Eclipse build nightmares

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2013-04-15 at 13:25 -0600, Orion Poplawski wrote:
> On 04/15/2013 02:30 AM, Krzysztof Daniel wrote:
> > On Fri, 2013-04-12 at 16:39 -0600, Orion Poplawski wrote:
> >
> >> Here's hoping!
> >>
> >> http://koji.fedoraproject.org/koji/taskinfo?taskID=5246985
> >> http://koji.fedoraproject.org/koji/getfile?taskID=5246990&name=build.log
> >>
> >> Everything is checked into master...
> >>
> >>
> > The error in the .log is
> > "No solution found because the problem is unsatisfiable.": ["Unable to
> > satisfy dependency from org.eclipse.ptp.debug.sdm.feature.group
> > 7.0.0.qualifier to org.eclipse.ptp.linux.x86_64 0.0.0."
> >
> > I tried to locate it
> >
> > find . -name MANIFEST.MF -exec \
> > grep -H org.eclipse.ptp.linux.x86_64 {} \;
> >
> > but it looks like it is really missing.
> 
> So, this is what I don't understand about this....
> 
> There is:
> 
> ./releng/org.eclipse.ptp.linux/META-INF/MANIFEST.MF
> ./releng/org.eclipse.ptp.linux/pom.xml: 
> <artifactId>org.eclipse.ptp.linux</artifactId>
> 
> which is referenced in the main pom.xml:
> 
> ./pom.xml:              <module>releng/org.eclipse.ptp.linux</module>
> 
> But in ./releng/org.eclipse.ptp.sdm-feature/feature.xml:
>     <plugin
>           id="org.eclipse.ptp.linux.x86_64"
>           os="linux"
>           arch="x86_64"
>           download-size="0"
>           install-size="0"
>           version="0.0.0"
>           fragment="true"/>
> 
> While in ./releng/org.eclipse.ptp.core-feature/feature.xml:
> 
>     <plugin
>           id="org.eclipse.ptp.linux"
>           download-size="0"
>           install-size="0"
>           version="0.0.0"
>           fragment="true"
>           unpack="false"/>
> 
> And ./releng/org.eclipse.ptp.repo/pom.xml has:
> 
> <unzip 
> src="${basedir}/../../releng/org.eclipse.ptp.linux/target/org.eclipse.ptp.linux-${project.version}.jar" 
> 
>  
> dest="${ptp-install}/sdm/org.eclipse.ptp.linux_${unqualifiedVersion}.${buildQualifier}"/>
> 
> So maybe just an error in ./releng/org.eclipse.ptp.sdm-feature/feature.xml?
> 

Indeed it looks like an error in ptp. The name in releng feature.xml, in
the pom.xml and in the MANIFEST.MF should be equal.

--
java-devel mailing list
java-devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/java-devel





[Index of Archives]     [Red Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux