[Pkg-octave-devel] [RFU] octave3.0 to unstable
Thomas Weber
thomas.weber.mail at gmail.com
Tue Feb 26 08:00:23 UTC 2008
Am Montag, den 25.02.2008, 12:28 +0100 schrieb Thomas Weber:
> Am Montag, den 25.02.2008, 11:35 +0100 schrieb Rafael Laboissiere:
> > * Thomas Weber <thomas.weber.mail at gmail.com> [2008-02-25 11:03]:
> >
> > > Am Sonntag, den 24.02.2008, 18:43 +0100 schrieb Rafael Laboissiere:
> > > > * Rafael Laboissiere <rafael at debian.org> [2008-02-21 14:15]:
> > > >
> > > > I hope that this is not a problem releated to g++ 4.3 but a random failure
> > > > in the autobuilder system. Let us see how it goes for 3.0.0-5 on arm.
> > > >
> > > > [1] http://buildd.debian.org/fetch.cgi?&pkg=octave3.0&ver=1%3A3.0.0-4&arch=arm&stamp=1203772565&file=log
> > >
> > > The -5 build died with the expected symptom. However, I'm not sure the
> > > build was actually using gcc-4.3.
> >
> > Indeed, it was done with 4.2.
> >
> > > On my system, with gcc-4.2 and gcc-4.3 installed, gcc points to gcc-4.2.
> > > So, I think we must set
> > > CXX=g++-4.3
> > > explicitely in debian/rules.
> >
> > The following code in debian/rules is not working as expected:
> >
> > ifneq "$(findstring $(arch), arm-linux-gnu)" ""
> > c_compiler = gcc-4.3
> > cxx_compiler = g++-4.3
> > else
> > c_compiler = gcc
> > cxx_compiler = g++
> > endif
> >
> > Do you know how why?
>
> I'm looking into it. I guess there's a bug in debian/rules somewhere,
> the definitions and checks done with $(arch) are not consistent.
I have the g++-4.1 stuff working. I'm building now in qemu to check
whether if makes a difference.
Thomas
More information about the Pkg-octave-devel
mailing list