All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: LKML <linux-kernel@vger.kernel.org>
Subject: Regression in 2.6.27-rc2 when cross-building the kernel
Date: Fri, 15 Aug 2008 21:38:16 -0500	[thread overview]
Message-ID: <48A63D98.3070900@lwfinger.net> (raw)

One of my i386 systems used just for testing can take up to 18 hours 
to build a new kernel with about 200 modules. When performing a 
bisection, this gets rather tedious. As a result, I moved the kernel 
sources to an NFS volume, do the majority of the work as a cross-build 
on my x86_64 computer, and only switch to the slow machine to install 
the kernel and modules. Somewhere between 2.6.27-rc1 and -rc2, the 
module installation broke because the build leaves 
scripts/basic/fixdep as a 64-bit program that will not run on the 
32-bit system. Once I get to the i386 machine, I delete the two 
programs from scripts/basic/, manually rebuild them with a 'make 
scripts/basic/' and then do the final 'make modules_install install'.

Larry

             reply	other threads:[~2008-08-16  2:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-16  2:38 Larry Finger [this message]
2008-08-18 19:32 ` Regression in 2.6.27-rc2 when cross-building the kernel Sam Ravnborg
2008-08-18 22:39   ` Larry Finger
2008-08-18 22:27     ` Alan Cox
2008-08-19  4:48     ` Sam Ravnborg
2008-08-19  7:48       ` David Woodhouse
2008-08-19 16:56         ` Larry Finger
2008-08-19 17:03           ` David Woodhouse
2008-08-19 19:25           ` Sam Ravnborg
2008-08-19 22:10             ` Larry Finger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48A63D98.3070900@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.