Re: crypt issue with 2.6.30/gcc 4.4.0?

From: Mikael Pettersson
Date: Sun Jun 14 2009 - 11:39:54 EST


Udo van den Heuvel writes:
> On 06/14/2009 05:16 PM, Mikael Pettersson wrote:
> > Udo van den Heuvel writes:
> > > How can I find out what's the cause for the password issue?
> >
> > Instead of changing two variables at once (kernel version AND gcc version)
> > you keep one constant and vary the other.
> >
> > IOW, rebuild 2.6.29.4 with gcc-4.4 and test.
> > Then rebuild 2.6.30 with gcc-4.3 or older and test.
>
> I can do the 2.6.29.4 build with gcc-4.4 but the gcc-4.3 case is harder
> to do: I need to convince Fedora to install a 2nd compiler-version (and
> rest of toolchain).

Not true. Just as you can choose from multiple self-built kernels
you can build and choose dynamically from multiple self-built GCCs.

E.g., for this particular case, download gcc-4.3.3.tar.bz2, tar jxf it,
mkdir objdir, cd objdir, /path/to/gcc-4.3.3/configure --prefix=/tmp/gcc43
--enable-languages=c, make, make install, cd /path/to/linux-2.6.30,
PATH=/tmp/gcc43/bin:$PATH make, and so on.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/