You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2006/08/09 16:27:11 UTC

Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test

(I replied to the build failure message earlier but for some reason my
message has been lost/delayed - probably a local problem.)

Basically, with HARMONY-1005, classlib doesn't seem to build using gcc
3.3.5 and binutils 2.15 (which are the defaults with Debian's stable
release).

Upgrading to binutils 2.17 from Debian's testing release fixes the
problem but I wonder if we can find out what part of the change
causes it to fail?  Like you, I wasn't expecting any changes to the
32bit code.

-Mark.

On 9 August 2006 at 18:48, "Mikhail Loenko" <ml...@gmail.com> wrote:
> I thought it should not make any changes for 32-bit, it passed on my
> linux RH and SLES...
> 
> I'll roll back the changes and see
> 
> Thanks,
> Mikhail
> 
> 2006/8/9, Tim Ellison <t....@gmail.com>:
> > Mikhail Loenko wrote:
> > > Can anybody reproduce the problem on linux?
> >
> > The build fails for me.  Did this checkin[1] change the machine
> > prerequisites?
> >
> > [1] http://svn.apache.org/viewvc?view=rev&revision=430015
> >
> > Regards,
> > Tim
> >
> > --
> >
> > Tim Ellison (t.p.ellison@gmail.com)
> > IBM Java technology centre, UK.
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test

Posted by Mark Hindess <ma...@googlemail.com>.
On 10 August 2006 at 10:11, "Marina Goldburt"
<ma...@gmail.com> wrote:
> 
> Seems as there's a bug in binutils 2.15:
> http://lists.debian.org/debian-gcc/2005/07/msg00132.html And the part
> of the changes that causes the problem is "removing -march=pentium3
> from make.include file".
> Maybe, it's worth to upgrade binutils on the build server?

I did that immediately i saw the problem - mostly to test if that really
was the problem.

> Or I can change the patch to remove the march option only for x86_64
> platform.

I think we should change the patch too.  Debian's stable release
probably isn't a very common platform for developers but since we have a
reasonable workaround we should leave it in.

When we have a distributed build and test "network" I certainly hope
there is someone out there testing on Debian's stable release since it
is a popular platform for server installations.

Regards,
 Mark.

> Marina
> 
> 
> On 8/9/06, Mark Hindess <ma...@googlemail.com> wrote:
> >
> >
> > (I replied to the build failure message earlier but for some reason my
> > message has been lost/delayed - probably a local problem.)
> >
> > Basically, with HARMONY-1005, classlib doesn't seem to build using gcc
> > 3.3.5 and binutils 2.15 (which are the defaults with Debian's stable
> > release).
> >
> > Upgrading to binutils 2.17 from Debian's testing release fixes the
> > problem but I wonder if we can find out what part of the change
> > causes it to fail?  Like you, I wasn't expecting any changes to the
> > 32bit code.
> >
> > -Mark.
> >
> > On 9 August 2006 at 18:48, "Mikhail Loenko" <ml...@gmail.com> wrote:
> > > I thought it should not make any changes for 32-bit, it passed on my
> > > linux RH and SLES...
> > >
> > > I'll roll back the changes and see
> > >
> > > Thanks,
> > > Mikhail
> > >
> > > 2006/8/9, Tim Ellison <t....@gmail.com>:
> > > > Mikhail Loenko wrote:
> > > > > Can anybody reproduce the problem on linux?
> > > >
> > > > The build fails for me.  Did this checkin[1] change the machine
> > > > prerequisites?
> > > >
> > > > [1] http://svn.apache.org/viewvc?view=rev&revision=430015
> > > >
> > > > Regards,
> > > > Tim
> > > >
> > > > --
> > > >
> > > > Tim Ellison (t.p.ellison@gmail.com)
> > > > IBM Java technology centre, UK.
> > > >
> > > > ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
> 
> ------=_Part_76576_28951380.1155190305663--





---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test

Posted by Marina Goldburt <ma...@gmail.com>.
Seems as there's a bug in binutils 2.15:
http://lists.debian.org/debian-gcc/2005/07/msg00132.html
And the part of the changes that causes the problem is "removing
-march=pentium3
from make.include file".
Maybe, it's worth to upgrade binutils on the build server? Or I can change
the patch to remove the march option only for x86_64 platform.

Marina


On 8/9/06, Mark Hindess <ma...@googlemail.com> wrote:
>
>
> (I replied to the build failure message earlier but for some reason my
> message has been lost/delayed - probably a local problem.)
>
> Basically, with HARMONY-1005, classlib doesn't seem to build using gcc
> 3.3.5 and binutils 2.15 (which are the defaults with Debian's stable
> release).
>
> Upgrading to binutils 2.17 from Debian's testing release fixes the
> problem but I wonder if we can find out what part of the change
> causes it to fail?  Like you, I wasn't expecting any changes to the
> 32bit code.
>
> -Mark.
>
> On 9 August 2006 at 18:48, "Mikhail Loenko" <ml...@gmail.com> wrote:
> > I thought it should not make any changes for 32-bit, it passed on my
> > linux RH and SLES...
> >
> > I'll roll back the changes and see
> >
> > Thanks,
> > Mikhail
> >
> > 2006/8/9, Tim Ellison <t....@gmail.com>:
> > > Mikhail Loenko wrote:
> > > > Can anybody reproduce the problem on linux?
> > >
> > > The build fails for me.  Did this checkin[1] change the machine
> > > prerequisites?
> > >
> > > [1] http://svn.apache.org/viewvc?view=rev&revision=430015
> > >
> > > Regards,
> > > Tim
> > >
> > > --
> > >
> > > Tim Ellison (t.p.ellison@gmail.com)
> > > IBM Java technology centre, UK.
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>