lkml.org 
[lkml]   [2004]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: 2.6.10-rc1-mm3: (fix for make xconfig)
Date
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"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.239 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site