All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerome Chantelauze <jerome.chantelauze@finix.eu.org>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.21-rc5: [RESENT PATCH] kernel with Old ide hard disk only support doesn't build.
Date: Wed, 28 May 2003 07:46:41 +0200	[thread overview]
Message-ID: <20030528054641.GA28230@i486X33> (raw)
In-Reply-To: <Pine.LNX.4.55L.0305271640320.9487@freak.distro.conectiva>

On Tue, May 27, 2003 at 04:41:16PM -0300, Marcelo Tosatti wrote:
> 
> Hi,
> 
> Mainly due to a IDE DMA problem which would happen on boxes with lots of
> RAM, here is -rc5.
> 
> As I always ask, please test.

Hi,

Kernel 2.4.21-rc5 with CONFIG_BLK_DEV_HD_ONLY=y still doen't build (it
doesn't build since 2.4.21-rc3).

I resend this patch which shoud fix the problem.

*** drivers/ide/Makefile.orig   Wed May 28 07:33:33 2003
--- drivers/ide/Makefile        Wed May 28 07:34:03 2003
***************
*** 19,24 ****
--- 19,26 ----
  obj-m         :=
  ide-obj-y     :=
  
+ subdir-$(CONFIG_BLK_DEV_HD_ONLY) += legacy
+ 
  subdir-$(CONFIG_BLK_DEV_IDE) += legacy ppc arm raid pci
  
  # First come modules that register themselves with the core


FYI, here is the error message:

make -C ide
make[2]: Entering directory `/usr/src/linux-2.4.21-rc5/drivers/ide'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.4.21-rc5/drivers/ide'
rm -f idedriver.o
ld -m elf_i386  -r -o idedriver.o legacy/idedriver-legacy.o
ld: cannot open legacy/idedriver-legacy.o: No such file or directory
make[3]: *** [idedriver.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.21-rc5/drivers/ide'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.21-rc5/drivers/ide'
make[1]: *** [_subdir_ide] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.21-rc5/drivers'
make: *** [_dir_drivers] Error 2

Best regards.
--
Jerome Chantelauze

  parent reply	other threads:[~2003-05-28  5:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-27 19:41 Linux 2.4.21-rc5 Marcelo Tosatti
2003-05-27 20:53 ` Alex Romosan
2003-05-27 20:36   ` Alan Cox
2003-05-27 21:53   ` Marcelo Tosatti
2003-05-27 22:35 ` [PATCH] IDE config correctness (was: Linux 2.4.21-rc5) Carl-Daniel Hailfinger
2003-05-28  5:46 ` Jerome Chantelauze [this message]
2003-05-28  8:10 ` Linux 2.4.21-rc5 Olaf Dietrich

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=20030528054641.GA28230@i486X33 \
    --to=jerome.chantelauze@finix.eu.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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.