You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Emmanuel Lecharny <el...@apache.org> on 2010/06/21 23:03:59 UTC

Building pb on trunk

Hi guys,

today I fought with the trunk, which is not building anymore. As I committed
most of the code those last four days, it's very likely that it's my fault,
so I started to dig.

Sadly, I had to brought back my MacBook pro to be repaired and I'm now
working on my old imac, with a Java 5 compiler, so not onlyi t takes ages to
build the trunk, but also there might be some issues due to the JVM itself,
so finding out what's wrong is not easy.

So far, here is what I found :

- trunk builds on version 955090. It took 21 mins on my computer :/
- build fails on rev 955186 (
http://svn.apache.org/viewvc?rev=955186&view=rev). Very likely to be some
concurrent LdapServer launched and colliding. I still have to investigate
what's going on, what I know is that the failing tests are
in apacheds/ldap-client-test
- there are 30 more commits after this one, and i'm quite sure that there is
another problem somewhere, so I see no way but fixing the 955186 problem
frst, and then moving forward. It might take some time though.

In any case, just keep in mind that there are no serious issue, but just
some bad commit done either because the build simply takes too long to check
before committing (that's very true on my side), and also some Java5/Java 6
issue. Yesterday, I also had to fix a failing test because it was not
working on a different TZ (IST). We have to be carefull, but we can't be
100% safe.

This is it, more when the problem will be fixed.

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Re: Building pb on trunk

Posted by Alex Karasulu <ak...@apache.org>.
Why is this happening now? I thought an svn up inside this
trunk-with-dependencies would do the trick. Did we change something
with the externals used?

On 6/22/10, Emmanuel Lecharny <el...@apache.org> wrote:
> On Tue, Jun 22, 2010 at 8:05 AM, Felix Knecht <fe...@otego.com> wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 06/21/10 23:03, Emmanuel Lecharny wrote:
>> > Hi guys,
>> >
>> > today I fought with the trunk, which is not building anymore. As I
>> committed
>> > most of the code those last four days, it's very likely that it's my
>> fault,
>> > so I started to dig.
>> >
>> > Sadly, I had to brought back my MacBook pro to be repaired and I'm now
>> > working on my old imac, with a Java 5 compiler, so not onlyi t takes
>> > ages
>> to
>> > build the trunk, but also there might be some issues due to the JVM
>> itself,
>> > so finding out what's wrong is not easy.
>> >
>> > So far, here is what I found :
>> >
>> > - trunk builds on version 955090. It took 21 mins on my computer :/
>> > - build fails on rev 955186 (
>>
>> My last working trunk has rev 955521. But I have another problem:
>> svn up -r x doesn't works on the trunk with dependencies - external
>> links are simply not updated to the forced revision:
>>
>
> Yes, the only way to get all the sub-projects is to do :
>
> svn update -r <version> apacheds daemon installers shared
> directory-checkstyle junit-addons ldap-client project
>
>
>>
>>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>


-- 
Alex Karasulu
My Blog :: http://www.jroller.com/akarasulu/
Apache Directory Server :: http://directory.apache.org
Apache MINA :: http://mina.apache.org
To set up a meeting with me: http://tungle.me/AlexKarasulu

Re: Building pb on trunk

Posted by Emmanuel Lecharny <el...@apache.org>.
On Tue, Jun 22, 2010 at 8:05 AM, Felix Knecht <fe...@otego.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 06/21/10 23:03, Emmanuel Lecharny wrote:
> > Hi guys,
> >
> > today I fought with the trunk, which is not building anymore. As I
> committed
> > most of the code those last four days, it's very likely that it's my
> fault,
> > so I started to dig.
> >
> > Sadly, I had to brought back my MacBook pro to be repaired and I'm now
> > working on my old imac, with a Java 5 compiler, so not onlyi t takes ages
> to
> > build the trunk, but also there might be some issues due to the JVM
> itself,
> > so finding out what's wrong is not easy.
> >
> > So far, here is what I found :
> >
> > - trunk builds on version 955090. It took 21 mins on my computer :/
> > - build fails on rev 955186 (
>
> My last working trunk has rev 955521. But I have another problem:
> svn up -r x doesn't works on the trunk with dependencies - external
> links are simply not updated to the forced revision:
>

Yes, the only way to get all the sub-projects is to do :

svn update -r <version> apacheds daemon installers shared
directory-checkstyle junit-addons ldap-client project


>
>

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Re: Building pb on trunk

Posted by Felix Knecht <fe...@otego.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 06/21/10 23:03, Emmanuel Lecharny wrote:
> Hi guys,
> 
> today I fought with the trunk, which is not building anymore. As I committed
> most of the code those last four days, it's very likely that it's my fault,
> so I started to dig.
> 
> Sadly, I had to brought back my MacBook pro to be repaired and I'm now
> working on my old imac, with a Java 5 compiler, so not onlyi t takes ages to
> build the trunk, but also there might be some issues due to the JVM itself,
> so finding out what's wrong is not easy.
> 
> So far, here is what I found :
> 
> - trunk builds on version 955090. It took 21 mins on my computer :/
> - build fails on rev 955186 (

My last working trunk has rev 955521. But I have another problem:
svn up -r x doesn't works on the trunk with dependencies - external
links are simply not updated to the forced revision:


felix@asgard /tmp/trunk-with-dependencies $ svn up

Fetching external item into 'apacheds'
External at revision 956778.

Fetching external item into 'shared'
External at revision 956778.

Fetching external item into 'daemon'
External at revision 956778.

Fetching external item into 'project'
External at revision 956778.

Fetching external item into 'installers'
External at revision 956778.

Fetching external item into 'ldap-client'
External at revision 956778.

Fetching external item into 'kerberos-client'
External at revision 956778.

Fetching external item into 'directory-checkstyle'
External at revision 956778.

Fetching external item into 'junit-addons'
External at revision 956778.

At revision 956777.
felix@asgard /tmp/trunk-with-dependencies $ svn up -r 900000
U    pom.xml
 U   .

Fetching external item into 'apacheds'
Updated external to revision 956778.


Fetching external item into 'shared'
Updated external to revision 956778.


Fetching external item into 'daemon'
Updated external to revision 956778.


Fetching external item into 'project'
Updated external to revision 956778.


Fetching external item into 'installers'
Updated external to revision 956778.

Updated to revision 900000.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwgUr0ACgkQ2lZVCB08qHH14ACeJttq2s0nVfdaeeLnzXx7Ms4G
c0MAn2+sJFSGAnTC2VS/Cep41LIEANur
=Ol/L
-----END PGP SIGNATURE-----