Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Error running p2.director

Using basebuilder R35_M6 I started to get the following error:

generateFeature:

     [echo] Generating feature:
     [echo]
     [echo] featureId="org.eclipse.pde.build.container.feature"
     [echo] buildDirectory="/home/michael/hudson/jobs/product-test.HEAD/workspace/build"
     [echo] baseLocation="/home/michael/hudson/jobs/product-test.HEAD/workspace/build/eclipse"
     [echo] productFile="/com.my.app/MyApp.product"
     [echo] verify="true"
     [echo] pluginPath=""
     [echo] configInfo="linux,gtk,x86_64 & linux,gtk,x86 &
win32,win32,x86 & macosx,carbon,ppc"
     [echo] pluginList=""
     [echo] featureList=""
     [echo] includeLaunchers="true"
     [echo] buildPropertiesFile=""
  [antcall] Exiting
/home/michael/hudson/cache/basebuilders/R35_M6/plugins/org.eclipse.pde.build_3.5.0.v20090312-1500/scripts/productBuild/productBuild.xml.
      [ant] Exiting
/home/michael/hudson/cache/basebuilders/R35_M6/plugins/org.eclipse.pde.build_3.5.0.v20090312-1500/scripts/productBuild/productBuild.xml.
  [antcall] Exiting
/home/michael/hudson/jobs/product-test.HEAD/workspace/com.my.app.releng/build.xml.

BUILD FAILED

/home/michael/hudson/jobs/product-test.HEAD/workspace/com.zend.php.releng/build.xml:117:
The following error occurred while executing this line:
/home/michael/hudson/jobs/product-test.HEAD/workspace/com.zend.php.releng/build.xml:151:
The following error occurred while executing this line:
/home/michael/hudson/cache/basebuilders/R35_M6/plugins/org.eclipse.pde.build_3.5.0.v20090312-1500/scripts/productBuild/productBuild.xml:26:
The following error occurred while executing this line:
/home/michael/hudson/cache/basebuilders/R35_M6/plugins/org.eclipse.pde.build_3.5.0.v20090312-1500/scripts/productBuild/productBuild.xml:71:
Unable to find feature: org.eclipse.dltk.core.

org.eclipse.dltk.core is the first feature required by MyApp.product.
This feature exists under ${baseLocation}

Please help!

Best regards,
Michael

2009/3/17 Pascal Rapicault <Pascal_Rapicault@xxxxxxxxxx>:
> If you have a chance, try with M6 as the error message has been improved.
>
> Michael Spector ---03/16/2009 07:24:18 AM---Hello, I'm getting this error
> while exporting my application:
>
>
> From:
> Michael Spector <spektom@xxxxxxxxx>
> To:
> p2-dev@xxxxxxxxxxx
> Date:
> 03/16/2009 07:24 AM
> Subject:
> [p2-dev] Error running p2.director
> ________________________________
>
>
> Hello,
>
> I'm getting this error while exporting my application:
>
> [exec] !ENTRY org.eclipse.equinox.p2.director 4 0 2009-03-16 12:56:49.116
> [exec] !MESSAGE Problems resolving provisioning plan.
> [exec] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-03-16
> 12:56:49.117
> [exec] !MESSAGE No solution found because the problem in
> /tmp/p2Encoding2752.opb is unsatisfiable.
> [exec] Installation failed.
> [exec]
> [exec] !ENTRY org.eclipse.equinox.p2.director 4 1 2009-03-16 12:57:12.910
> [exec] !MESSAGE Cannot complete the install because some dependencies
> are not satisfiable
> [exec] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-03-16
> 12:57:12.910
> [exec] !MESSAGE "com.my.app.id 4.0.0" requires "tooling
> gtk.linux.x86org.eclipse.wst.sse.ui [1.1.100.v20090315]"
> [exec] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-03-16
> 12:57:12.910
> [exec] !MESSAGE "tooling gtk.linux.x86org.eclipse.wst.sse.ui
> 1.1.100.v20090315" requires "bundle org.eclipse.wst.sse.ui
> 1.1.100.v20090315"
> [exec] _1.0.200.v20090128-1500.jar
> [exec] Result: 13
>
> Can you help me to understand what this error means?
> Where this weird unit ID ''tooling
> gtk.linux.x86org.eclipse.wst.sse.ui'' comes from?
>
> Thanks!
>
> --
> Best regards,
> Michael
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev
>
>
>
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev
>
>



-- 
Best regards,
Michael


Back to the top