Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] 4.2.2 build now fails

In our PDE builds we have a way to explicitly skip conditioning (and signing) bundles that have already been signed, such as from Orbit because in the 4.2.2. build that version of ICU4J is a "prebuilt" bundle, and while we signed it, in Orbit, it can not be packed or it will be corrupt the signing. (In the 4.3 builds, for ICU4J, that bundle is not "prebuilt" so we do condition and sign it and (in theory) it could probably survive be re-signed).

Its always been that way, no recent changes in Orbit, just thought I'd mention it in case related.







From:        Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx>
To:        Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>,
Date:        12/24/2012 10:06 AM
Subject:        [cbi-dev] 4.2.2 build now fails
Sent by:        cbi-dev-bounces@xxxxxxxxxxx




I'm trying to build 4.2.2 to test out https://bugs.eclipse.org/bugs/show_bug.cgi?id=394216 but it fails on com.ibm.icu.base.  The configuration around that feature hasn't changed in 4.2.2 recently, and the orbit repo we use, R20120526062928, still contains the com.ibm.icu.base.source bundle.

I've deleted my entire local maven repo, and I'm running again.  Outside of that, any ideas on how to debug why it wouldn't find the source bundle in the orbit repo?

The only other thing I can think of is Bug 396445 - None of the generated source features are signed. It moves the normalize, sign, pack, and p2-metadata goals to the "verify" phase ensuring that signing happens after the source features are generated in the "package" phase.



[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-source-feature-plugin:0.17.0-SNAPSHOT:source-feature (source-feature) on project com.ibm.icu.base: Could not generate source feature for project MavenProject: com.ibm.icu.base:com.ibm.icu.base:1.2.0-SNAPSHOT @ /opt/public/eclipse/builds/R4_2_maintenance/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng/features/com.ibm.icu.base/pom.xml
[ERROR] Missing sources for plugins [com.ibm.icu.base.source_4.4.2.v20110831]


--
Paul Webster
Hi floor.  Make me a sammich! - GIR
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top