Failing Windows build
David Holmes
david.holmes at oracle.com
Thu Jan 24 21:06:32 PST 2013
On 24/01/2013 10:30 PM, Stephen Colebourne wrote:
> On 24 January 2013 12:29, Erik Joelsson<erik.joelsson at oracle.com> wrote:
>> On 2013-01-24 10:12, Stephen Colebourne wrote:
>>>
>>> On 24 January 2013 01:48, Kelly O'Hair<kelly.ohair at oracle.com> wrote:
>>>
>>>> How was configure run?
>>>
>>> I ran configure two weeks ago (same directory structure). I then
>>> re-pulled everything last night and did not redo configure, just ran
>>> make.
>>>
>> This is the problem. Since last you ran configure, the variables defining
>> the images output directories moved to spec.gmk which is generated by
>> configure. Rerunning configure after pulling changes if anything in
>> common/autoconf/ was changed is usually needed.
>
> Thanks, I may try that if I'm feeling masochistic.
>
> Could some version numbering or checks be introduced? The build is so
> slow that the pain of problems are magnified.
I had thought that the makefile checked if the configuration was older
than the generated-configure.sh file.
How long are your builds taking? Here's an example from our JPRT build
system:
----- Build times -------
Start 2013-01-22 20:35:50
End 2013-01-22 23:04:56
00:00:36 bundles
00:01:14 corba
00:02:46 demos
00:27:10 deploy
00:04:52 docs
00:11:41 hotspot
00:08:31 images
01:16:28 installer
00:00:52 jaxp
00:01:12 jaxws
00:12:09 jdk
00:01:04 langtools
02:29:06 TOTAL
and you don't have the deploy and install pieces which take the most
time by far. (And these are not high powered machines - quad-core Xeon.)
David
-----
>
> Stephen
More information about the build-infra-dev
mailing list