linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Orm Finnendahl <finnendahl@folkwang-hochschule.de>
To: linux-kernel@vger.kernel.org
Subject: 2.4.22-pre8 make dep bug?
Date: Sat, 26 Jul 2003 23:18:18 +0200	[thread overview]
Message-ID: <20030726211818.GB2835@finnendahl.de> (raw)
In-Reply-To: <200307261342.17010.gene.heskett@verizon.net>

Hi,

Trying to make a 2.4.22-pre8 kernel fails. After patching a vanilla
2.4.21, copying my old menuconfig to the source and 'make oldconfig',
all working fine, make dep dies:

grisey:/usr/src/linux# make dep
make[1]: Entering directory `/usr/src/linux-2.4.22-pre8/arch/i386/boot'
make[1]: Für das Ziel »dep« ist nichts zu tun.
make[1]: Leaving directory `/usr/src/linux-2.4.22-pre8/arch/i386/boot'
rm -f .depend .hdepend
make _sfdep_kernel _sfdep_drivers _sfdep_mm _sfdep_fs _sfdep_net _sfdep_ipc _sfdep_lib _sfdep_crypto _sfdep_arch/i386/kernel _sfdep_arch/i386/mm _sfdep_arch/i386/lib _FASTDEP_ALL_SUB_DIRS="kernel drivers mm fs net ipc lib crypto arch/i386/kernel arch/i386/mm arch/i386/lib"
make[1]: Entering directory `/usr/src/linux-2.4.22-pre8'
make -C kernel fastdep
make[2]: Entering directory `/usr/src/linux-2.4.22-pre8/kernel'

<...>

(30 or so more lines all looking like always)
and then:


make[3]: Entering directory `/usr/src/linux-2.4.22-pre8/drivers'
make -C acpi fastdep
make[4]: Entering directory `/usr/src/linux-2.4.22-pre8/drivers/acpi'
/usr/src/linux-2.4.22-pre8/scripts/mkdep -D__KERNEL__ -I/usr/src/linux-2.4.22-pre8/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -D_LINUX -I/usr/src/linux-2.4.22-pre8/drivers/acpi/include -nostdinc -iwithprefix include -- ac.c acpi_ksyms.c asus_acpi.c battery.c blacklist.c bus.c button.c ec.c fan.c numa.c osl.c pci_bind.c pci_irq.c pci_link.c pci_root.c power.c processor.c system.c tables.c thermal.c toshiba_acpi.c utils.c > .depend
realpath(/usr/src/linux-2.4.22-pre8/drivers/acpi/include) failed, No such file or directory
make[4]: *** [fastdep] Fehler 1
make[4]: Leaving directory `/usr/src/linux-2.4.22-pre8/drivers/acpi'
make[3]: *** [_sfdep_acpi] Fehler 2
make[3]: Leaving directory `/usr/src/linux-2.4.22-pre8/drivers'
make[2]: *** [fastdep] Fehler 2
make[2]: Leaving directory `/usr/src/linux-2.4.22-pre8/drivers'
make[1]: *** [_sfdep_drivers] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.4.22-pre8'
make: *** [dep-files] Fehler 2
grisey:/usr/src/linux#



Is this a bug or some mistake on my side?

--
Orm


P.S.: Thanx for the help on the previous issues!

      parent reply	other threads:[~2003-07-26 21:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-26 17:15 make menuconfig and 2.4.22-pre8 Orm Finnendahl
2003-07-26 17:42 ` Gene Heskett
2003-07-26 18:25   ` Ville Herva
2003-07-26 21:18   ` Orm Finnendahl [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=20030726211818.GB2835@finnendahl.de \
    --to=finnendahl@folkwang-hochschule.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).