All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc <kernelmarc@tirwhan.org>
To: linux-kernel@vger.kernel.org
Subject: modversions problem with 2.5.48 + .49
Date: Wed, 27 Nov 2002 16:22:27 +0000	[thread overview]
Message-ID: <3DE4F143.4050106@tirwhan.org> (raw)

Hi,

I cannot successfully make dep on either 2.5.48 or 2.5.49 . My steps are:

cd ~/kernel/
tar xvzf linux-2.5.49.tar.gz
cd linux-2.5.49
make mrproper
make config - (output below), choosing all default options except for 
processor type
make dep     - which fails with following output:

   Generating include/linux/version.h (updated)
   Making asm->asm-i386 symlink
   SPLIT  include/linux/autoconf.h -> include/config/*  
   Starting the build. KBUILD_BUILTIN=1 KBUILD_MODULES=
  make[1]: Nothing to be done for `include/linux/modversions.h'.

'make config' produced the following output:

   rm -f scripts/built-in.o; ar rcs scripts/built-in.o
   gcc -Wp,-MD,scripts/.fixdep.d -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer   -o scripts/fixdep scripts/fixdep.c
   gcc -Wp,-MD,scripts/.split-include.d -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer   -o scripts/split-include scripts/split-include.c
   gcc -Wp,-MD,scripts/.docproc.d -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer   -o scripts/docproc scripts/docproc.c
   gcc -Wp,-MD,scripts/.conmakehash.d -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer   -o scripts/conmakehash scripts/conmakehash.c
   cat scripts/kconfig/zconf.tab.h_shipped > scripts/kconfig/zconf.tab.h
   gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer   -c -o scripts/kconfig/conf.o scripts/kconfig/conf.c
  sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 
's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
   gcc -Wp,-MD,scripts/kconfig/.kconfig_load.o.d -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer   -c -o 
scripts/kconfig/kconfig_load.o scripts/kconfig/kconfig_load.c
   gcc -Wp,-MD,scripts/kconfig/.mconf.o.d -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer   -c -o scripts/kconfig/mconf.o 
scripts/kconfig/mconf.c
   cat scripts/kconfig/zconf.tab.c_shipped > scripts/kconfig/zconf.tab.c
   cat scripts/kconfig/lex.zconf.c_shipped > scripts/kconfig/lex.zconf.c
   gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -fPIC -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer  -Iscripts/kconfig -c -o 
scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
   gcc  -shared -o scripts/kconfig/libkconfig.so 
scripts/kconfig/zconf.tab.o  gcc  -o scripts/kconfig/conf 
scripts/kconfig/conf.o scripts/kconfig/libkconfig.so 
./scripts/kconfig/conf arch/i386/Kconfig
  #
  # using defaults found in arch/i386/defconfig
  #
  arch/i386/defconfig:27: trying to assign nonexistent symbol MODVERSIONS
  arch/i386/defconfig:282: trying to assign nonexistent symbol 
SD_EXTRA_DEVS
  arch/i386/defconfig:287: trying to assign nonexistent symbol 
SR_EXTRA_DEVS
  arch/i386/defconfig:1015: trying to assign nonexistent symbol 
USB_UHCI_HCD_ALT
  *
  * Linux Kernel Configuration
  ...etc

So the problem seems to be that the MODVERSIONS option isn't picked up 
by Kconfig but 'make dep' looks for modversions.h anyway and falls over 
when it doesn't find it. I've tried fiddling with the configuration 
options (added modversions in manually, changed the module options etc.) 
but never get anywhere. This wasn't a problem up to 2.5.47, but the last 
two kernels both behave the same way. And I've tried it on two different 
machines with exactly the same result. What's even more puzzling to me 
is that nobody else seems to be having this problem since I can't find 
any reference on here or anywhere else on the net. So I must be making 
some weirdly stupid mistake. Could somebody please tell me what it is?

Thanks a bunch,

Marc


             reply	other threads:[~2002-11-27 16:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-27 16:22 Marc [this message]
2002-11-27 16:37 ` modversions problem with 2.5.48 + .49 John Bradford
2002-11-27 16:56   ` Marc
2002-11-27 17:33     ` Who maintains README? (Was: modversions problem with 2.5.48 + .49) John Bradford

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=3DE4F143.4050106@tirwhan.org \
    --to=kernelmarc@tirwhan.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 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.