patch for successful kernel scratch build

Adrian Reber adrian at lisas.de
Wed Jan 5 13:37:42 UTC 2011


On Wed, Jan 05, 2011 at 08:33:06AM -0500, Josh Boyer wrote:
> On Wed, Jan 5, 2011 at 8:27 AM, Adrian Reber <adrian at lisas.de> wrote:
> > I had to apply following patch to the kernel git to get a SRPM which was
> > built successfully. It just disables two modules which did not compile.
> > I did not check if there are actual patches which fix the compile
> > problems. I am posting it here so that somebody who is closer to the
> > kernel can decide what the best solution would be.
> >
> > diff --git a/config-generic b/config-generic
> > index 7b5630f..4566cdf 100644
> > --- a/config-generic
> > +++ b/config-generic
> > @@ -644,7 +644,7 @@ CONFIG_SCSI_DC395x=m
> >  CONFIG_SCSI_DEBUG=m
> >  CONFIG_SCSI_DC390T=m
> >  CONFIG_SCSI_QLA_FC=m
> > -CONFIG_SCSI_QLA_ISCSI=m
> > +# CONFIG_SCSI_QLA_ISCSI is not set
> >  # CONFIG_SCSI_IPR is not set
> >  # CONFIG_SCSI_DPT_I2O is not set
> >  CONFIG_SCSI_LPFC=m
> 
> This should probably go in the config-powerpc-generic file as an
> override instead.  We don't want to turn it off for all kernels if
> it's not a problem for all of them.  Do you happen to have the build
> failure?

http://ppc.koji.fedoraproject.org/koji/getfile?taskID=115428&name=build.log

		Adrian




More information about the ppc mailing list