Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tracecompass-dev] [TC incubator build failed] Missing requirement : piechart

Hi


I hope this email doesn't bother you. But I think I meet a problem with building TC Incubator.

Early last month, when I tried to build the project which used to be built successfully, it encountered an error saying there was duplicated reference to more than one bundle, and the build was then failed. Then I found that the project was updated on the master branch.


However, after I cloned the new version of TC incubator and try to build the project (without add my part of code), the build was still failed and the following problem was reported:


run command: mvn clean install -DskipTests=true


=======================


[INFO] --- tycho-p2-director-plugin:1.3.0:materialize-products (materialize-products) @ org.eclipse.tracecompass.incubator.rcp.product ---
[INFO] Installing product org.eclipse.tracecompass.incubator.rcp for environment win32/win32/x86_64 to /home/zy/d/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/org.eclipse.tracecompass.incubator.rcp/win32/win32/x86_64/trace-compass
Installing org.eclipse.tracecompass.incubator.rcp 0.0.1.202008021302.
Installing org.eclipse.tracecompass.jsontrace.feature.group 6.0.0.202007310320.
Installing org.eclipse.tracecompass.rcp.feature.group 6.0.0.202007310320.
Installing org.eclipse.tracecompass.incubator.rcp.feature.group 0.0.1.202008021302.
Installing org.eclipse.tracecompass.tmf.cli.feature.group 6.0.0.202007310320.
Installing org.eclipse.tracecompass.incubator.filters.feature.group 0.0.1.202008021302.
Installing org.eclipse.tracecompass.incubator.scripting.feature.group 0.1.0.202008021302.
Installing org.eclipse.tracecompass.incubator.scripting._javascript_.feature.group 0.1.0.202008021302.
Installing org.eclipse.tracecompass.incubator.scripting.python.feature.group 0.1.0.202008021302.
Installation failed.
Cannot complete the install because one or more required items could not be found.
 Software being installed: Trace Compass (Incubator) 0.0.1.202008021302 (org.eclipse.tracecompass.incubator.rcp 0.0.1.202008021302)
 Missing requirement: Trace Compass Callstack UI Plug-in (Incubator) 0.0.1.202008021302 (org.eclipse.tracecompass.incubator.callstack.ui 0.0.1.202008021302) requires 'osgi.bundle; org.eclipse.linuxtools.dataviewers.piechart 0.0.0' but it could not be found
 Cannot satisfy dependency:
  From: Generic Callstack (Incubation) 0.0.1.202008021302 (org.eclipse.tracecompass.incubator.callstack.feature.group 0.0.1.202008021302)
  To: org.eclipse.equinox.p2.iu; org.eclipse.tracecompass.incubator.callstack.ui [0.0.1.202008021302,0.0.1.202008021302]
 Cannot satisfy dependency:
  From: Perf Profiling (Incubation) 0.0.1.20200802
....

[INFO] Trace Compass RCP Branding Feature 0.0.1-SNAPSHOT .. SUCCESS [  0.086 s]
[INFO] Trace Compass Incubator RCP Product 0.0.1-SNAPSHOT . FAILURE [ 23.083 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:37 min
[INFO] Finished at: 2020-08-03T04:25:43+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:1.3.0:materialize-products (materialize-products) on project org.eclipse.tracecompass.incubator.rcp.product: Installation of product org.eclipse.tracecompass.incubator.rcp for environment win32/win32/x86_64 failed: Call to p2 director application failed with exit code 13. Program arguments were: [-metadataRepository, file:/home/zy/d/projects/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/repository/, -artifactRepository, file:/home/zy/d/projects/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/repository/, -installIU, org.eclipse.tracecompass.incubator.rcp,org.eclipse.tracecompass.jsontrace.feature.group,org.eclipse.tracecompass.rcp.feature.group,org.eclipse.tracecompass.incubator.rcp.feature.group,org.eclipse.tracecompass.tmf.cli.feature.group,org.eclipse.tracecompass.incubator.filters.feature.group, -destination, /home/zy/d/projects/org.eclipse.tracecompass.incubator/rcp/org.eclipse.tracecompass.incubator.rcp.product/target/products/org.eclipse.tracecompass.incubator.rcp/win32/win32/x86_64/trace-compass, -profile, DefaultProfile, -profileProperties, org.eclipse.update.install.features=true, -roaming, -p2.os, win32, -p2.ws, win32, -p2.arch, x86_64]. -> [Help 1]

======================


Originally I thought this is cause by my network problem, but the missing piechart component was reproduced when I overwrite the [tracecompass-incubator-master.target] file with the one of the new version's and build my original project (cloned this March) again. 


Is there anything I could do the solve the problem? Thank you very much!


Best,

Yang


Back to the top