Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Builds failing possibly due to Tycho compiler

It's hard to tell for sure what the problem was without access to the actual code and configuration, but if I were to guess the failing build had <cbi-jdt-version> property defined in eclipse.jdt.core/pom.xml but not <cbi-jdt-apt-version> (this is how it's defined in git, at least). If my guess is correct, then the build was using inconsistent versions of jdt.core and jdt.compiler.apt, which explains the error you saw. In other words, in order to use the latest jdt compiler you need to specify both <cbi-jdt-version> and <cbi-jdt-apt-version> properties.

--
Regards,
Igor


On Thu, Nov 30, 2017, at 09:12 AM, Jayaprakash Arthanareeswaran wrote:
Copying Sravan from releng.
 
It wasn't gerrit build. I think Gerrit builds don't yet get the latest JDT compiler. Sravan staged the latest JDT compiler and tried that to build test I build on Hudson. The link I provided is the console from that build.
 
What you mentioned seems to be inline with what we were trying in general. Is it possible that the test build were we encountered this wasn't using the latest tycho version? But it is clearly something about the jdt.core's pom as several bundles preceding that were compiled successfully.
 
Regards,
Jay
 
----- Original message -----
From: Igor Fedorenko <igor@xxxxxxxxxxxxxx>
Sent by: tycho-dev-bounces@xxxxxxxxxxx
To: tycho-dev@xxxxxxxxxxx
Cc:
Subject: Re: [tycho-dev] Builds failing possibly due to Tycho compiler
Date: Thu, Nov 30, 2017 7:18 PM
 
@Jayaprakash what gerrit change triggers the problem?
 
FWIW, I can build jdt.core without problems using jdt and jdt.apt from latest I-build, like this:
 
     clean package -Pbuild-individual-bundles -Dcbi-jdt-version=3.14.0.v20171128-1704 -Dcbi-jdt-apt-version=1.3.100.v20171128-1013 -e
 
--
Regards,
Igor
 
 
On Thu, Nov 30, 2017, at 07:31 AM, Igor Fedorenko wrote:
I may have time to look at this next few days.
 
--
Regards,
Igor
 
 
On Wed, Nov 29, 2017, at 09:04 AM, Jayaprakash Arthanareeswaran wrote:
Hi all,
 
Today when we upgraded the compiler, we ran into what we suspect to be a tycho issue, possibly same as bug 522279.
I have just reopened that bug. Can someone please take a look?
 
Bug 526545 has some details on the failure. Console here:
 
 
Regards,
Jay
 
_______________________________________________
tycho-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
 
_______________________________________________
tycho-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
 
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://urldefense.proofpoint.com/v2/url?u=https-3A__dev.eclipse.org_mailman_listinfo_tycho-2Ddev&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=LuMqcl3PU0i2olgTvkVvFthzqyc_3wGfGooplpAvFsc&m=69dM5EpMFbD1a9JR4wfNFqPkjt4lJKGyeQoYNp7p-PY&s=LozJaU0SZfSjP79-C-MC1zzmFWoivFTmrL9GhiHgaeQ&e=
 

_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top