From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: linux-kernel@vger.kernel.org
Cc: Andi Kleen <ak@suse.de>, Andrew Morton <akpm@osdl.org>
Subject: Re: 2.6.10-rc1-mm3: (fix for make xconfig)
Date: Fri, 5 Nov 2004 19:48:32 +0100 [thread overview]
Message-ID: <200411051948.32936.rjw@sisk.pl> (raw)
In-Reply-To: <200411051907.19008.rjw@sisk.pl>
On Friday 05 of November 2004 19:07, Rafael J. Wysocki wrote:
> On Friday 05 of November 2004 09:13, Andrew Morton wrote:
> >
> >
>
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.10-rc1/2.6.10-rc1-mm3/
> >
> >
> > - Added Andi's 4-level-pagetable patches. It's tested on x86, x86_64,
ia64
> > and ppc64. These are fairly intrusive patches and I'll probably push
them
> > upstream soon.
> >
> > - UML updates, ppc64 updates.
> >
> > - Should fix a few bugs which people reported in 2.6.10-rc1-mm2.
>
> I get this from "make xconfig" on x86-64 ("make menuconfig" apparently
works):
>
> rafael@albercik:/local/src/mm/linux-2.6.10-rc1-mm3> make xconfig
> HOSTCC scripts/basic/fixdep
> HOSTCC scripts/basic/split-include
> HOSTCC scripts/basic/docproc
> HOSTCC scripts/kconfig/conf.o
> HOSTCC scripts/kconfig/kconfig_load.o
> HOSTCC scripts/kconfig/mconf.o
> HOSTCC scripts/kconfig/zconf.tab.o
> HOSTCXX scripts/kconfig/qconf.o
> HOSTLD scripts/kconfig/qconf
> scripts/kconfig/qconf arch/x86_64/Kconfig
> ./scripts/kconfig/libkconfig.so: cannot open shared object file: No such
file
> or directory
> make[1]: *** [xconfig] Error 1
> make: *** [xconfig] Error 2
I did this to fix it:
--- scripts/kconfig/Makefile.orig 2004-11-05 19:16:23.000000000 +0100
+++ scripts/kconfig/Makefile 2004-11-05 19:18:08.000000000 +0100
@@ -70,9 +70,11 @@
# Based on GTK which needs to be installed to compile it
# object files used by all kconfig flavours
+libkconfig-objs := zconf.tab.o
+
hostprogs-y := conf mconf qconf gconf
-conf-objs := conf.o zconf.tab.o
-mconf-objs := mconf.o zconf.tab.o
+conf-objs := conf.o libkconfig.so
+mconf-objs := mconf.o libkconfig.so
ifeq ($(MAKECMDGOALS),xconfig)
qconf-target := 1
Greets,
RJW
--
- Would you tell me, please, which way I ought to go from here?
- That depends a good deal on where you want to get to.
-- Lewis Carroll "Alice's Adventures in Wonderland"
next prev parent reply other threads:[~2004-11-05 18:49 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-05 8:13 2.6.10-rc1-mm3 Andrew Morton
2004-11-05 9:41 ` 2.6.10-rc1-mm3 Lorenzo Allegrucci
2004-11-05 10:17 ` 2.6.10-rc1-mm3 Andrew Morton
2004-11-05 10:48 ` 2.6.10-rc1-mm3 Andi Kleen
2004-11-05 12:36 ` 2.6.10-rc1-mm3 Lorenzo Allegrucci
2004-11-05 10:22 ` 2.6.10-rc1-mm3 Ingo Molnar
2004-11-05 10:38 ` 2.6.10-rc1-mm3 Andi Kleen
2004-11-05 11:09 ` 2.6.10-rc1-mm3 Ingo Molnar
2004-11-05 11:17 ` 2.6.10-rc1-mm3 Andi Kleen
2004-11-05 11:24 ` 2.6.10-rc1-mm3 Ingo Molnar
2004-11-05 11:43 ` 2.6.10-rc1-mm3 Andi Kleen
2004-11-05 12:15 ` 2.6.10-rc1-mm3 Ingo Molnar
2004-11-05 12:22 ` 2.6.10-rc1-mm3 Andi Kleen
2004-11-05 12:57 ` 2.6.10-rc1-mm3 Rafael J. Wysocki
2004-11-05 13:02 ` 2.6.10-rc1-mm3 Andi Kleen
2004-11-05 17:47 ` 2.6.10-rc1-mm3 Rafael J. Wysocki
2004-11-05 11:20 ` 2.6.10-rc1-mm3 Russell King
2004-11-05 11:30 ` 2.6.10-rc1-mm3 Andi Kleen
2004-11-05 10:17 ` 2.6.10-rc1-mm3 Ingo Molnar
2004-11-05 15:54 ` 2.6.10-rc1-mm3 Michael Baehr
2004-11-05 10:56 ` 2.6.10-rc1-mm3 Con Kolivas
2004-11-05 16:45 ` 2.6.10-rc1-mm3: ACPI problem due to un-exported hotplug_path Adrian Bunk
2004-11-05 18:05 ` Greg KH
2004-11-05 20:10 ` Kay Sievers
2004-11-05 20:32 ` Ashok Raj
2004-11-05 20:43 ` Greg KH
2004-11-05 20:45 ` Kay Sievers
2004-11-05 20:42 ` Greg KH
2004-11-06 5:18 ` Keshavamurthy Anil S
2004-11-06 5:50 ` Dmitry Torokhov
2004-11-09 22:55 ` Greg KH
2004-11-09 23:48 ` [ACPI] " Dmitry Torokhov
2004-11-10 0:08 ` Greg KH
2004-11-10 4:15 ` Dmitry Torokhov
2004-11-16 5:54 ` Greg KH
2004-11-05 16:52 ` 2.6.10-rc1-mm3: drm_ati_pcigart_{init,cleanup} multiple definition Adrian Bunk
2004-11-05 17:19 ` Dave Airlie
2004-11-05 17:33 ` Jon Smirl
2004-11-05 18:07 ` 2.6.10-rc1-mm3 Rafael J. Wysocki
2004-11-05 18:48 ` Rafael J. Wysocki [this message]
2004-11-05 20:26 ` 2.6.10-rc1-mm3: (fix for make xconfig) Sam Ravnborg
2004-11-08 22:34 ` Sam Ravnborg
2004-11-05 18:07 ` 2.6.10-rc1-mm3 Adam Heath
2004-11-06 7:16 ` 2.6.10-rc1-mm3 Pasi Savolainen
2004-11-06 9:39 ` [PATCH][TRIVIAL] sched.c whitespace mangler Con Kolivas
2004-11-07 1:32 ` 2.6.10-rc1-mm3: "bttv card=" breakage Adrian Bunk
2004-11-07 2:15 ` Andrew Morton
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=200411051948.32936.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=ak@suse.de \
--cc=akpm@osdl.org \
--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
all inboxes | Powered by JetHome®