From: Mike Castle <dalgoda@ix.netcom.com>
To: linux-kernel@vger.kernel.org
Subject: Re: Kernel 2.4.9 build fails on Mandrake 8.0 ( make modules_install 'isdn')
Date: Tue, 21 Aug 2001 07:53:26 -0700 [thread overview]
Message-ID: <20010821075326.A8844@thune.mrc-home.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0108200019320.23800-100000@vaio>
On Mon, Aug 20, 2001 at 12:19:49AM +0200, Kai Germaschewski wrote:
> On Sun, 19 Aug 2001, Chris Oxenreider wrote:
>
> > depmod: *** Unresolved symbols in
> > /lib/modules/2.4.9/kernel/drivers/isdn/eicon/eicon.o
> > depmod: vsnprintf
>
> This patch should fix it:
Hmmm... with that patch, I get the following errors:
make[2]: Entering directory `/usr/src/linux/linux-2.4.9/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/linux-2.4.9/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=i586 -DEXPORT_SYMTAB -c ksyms.c
ksyms.c:461: `snprintf' undeclared here (not in a function)
ksyms.c:461: initializer element is not constant
ksyms.c:461: (near initialization for `__ksymtab_snprintf.value')
ksyms.c:462: `vsnprintf' undeclared here (not in a function)
ksyms.c:462: initializer element is not constant
ksyms.c:462: (near initialization for `__ksymtab_vsnprintf.value')
make[2]: *** [ksyms.o] Error 1
make[2]: Leaving directory `/usr/src/linux/linux-2.4.9/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux/linux-2.4.9/kernel'
make: *** [_dir_kernel] Error 2
Do I have an out of date tool?
mrc
>
> diff -u linux-2.4.9/kernel/ksyms.c linux-2.4.9.work/kernel/ksyms.c
> --- linux-2.4.9/kernel/ksyms.c Fri Aug 17 09:57:12 2001
> +++ linux-2.4.9.work/kernel/ksyms.c Mon Aug 20 00:16:58 2001
> @@ -458,6 +458,8 @@
> EXPORT_SYMBOL(printk);
> EXPORT_SYMBOL(sprintf);
> EXPORT_SYMBOL(vsprintf);
> +EXPORT_SYMBOL(snprintf);
> +EXPORT_SYMBOL(vsnprintf);
> EXPORT_SYMBOL(kdevname);
> EXPORT_SYMBOL(bdevname);
> EXPORT_SYMBOL(cdevname);
--
Mike Castle dalgoda@ix.netcom.com www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
next prev parent reply other threads:[~2001-08-21 14:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-19 19:38 Kernel 2.4.9 build fails on Mandrake 8.0 ( make modules_install 'isdn') Chris Oxenreider
2001-08-19 22:19 ` Kai Germaschewski
2001-08-21 14:53 ` Mike Castle [this message]
2001-08-21 15:47 ` Kai Germaschewski
2001-08-21 16:20 ` Mike Castle
2001-08-21 18:09 ` Mike Castle
2001-08-22 2:39 ` Mike Castle
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=20010821075326.A8844@thune.mrc-home.com \
--to=dalgoda@ix.netcom.com \
--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