All of lore.kernel.org
 help / color / mirror / Atom feed
From: Douglas Gilbert <dougg@torque.net>
To: Corporal Pisang <corporal_pisang@counter-strike.com.my>
Cc: linux-scsi@vger.kernel.org
Subject: Re: 2.5.22 scsi compile error
Date: Mon, 17 Jun 2002 09:16:34 -0400	[thread overview]
Message-ID: <3D0DE132.B583D0F6@torque.net> (raw)
In-Reply-To: 200206171755.18256.corporal_pisang@counter-strike.com.my

Corporal Pisang wrote:
> 
> Hi,
> 
> I get this error compiling 2.5.22
> 
> make[2]: Entering directory `/usr/src/linux/drivers/scsi'
> make[2]: *** No rule to make target `constants.h', needed by `scsi.o'.  Stop.
> make[2]: Leaving directory `/usr/src/linux/drivers/scsi'
> make[1]: *** [scsi] Error 2
> make[1]: Leaving directory `/usr/src/linux/drivers'
> make: *** [drivers] Error 2

The header constants.h was removed in 2.5.22 (as its declarations
were already in scsi.h). [constants.c has been updated as well
and now other subsystems access it.]

When header files are removed or renamed you often need to do
a "make mrproper" before your normal kernel build. Don't forget
to keep a copy of your ".config" file before executing
"make mrproper".

lk 2.5.22 builds ok for me.

Doug Gilbert

      reply	other threads:[~2002-06-17 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-17  9:55 2.5.22 scsi compile error Corporal Pisang
2002-06-17 13:16 ` Douglas Gilbert [this message]

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=3D0DE132.B583D0F6@torque.net \
    --to=dougg@torque.net \
    --cc=corporal_pisang@counter-strike.com.my \
    --cc=linux-scsi@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.