From: Amol Lad <amol@amplewave.com>
To: linux-kernel@vger.kernel.org
Subject: Dependency problem in 2.6.0-test1
Date: 23 Jul 2003 16:39:08 +0530 [thread overview]
Message-ID: <1058958553.32116.24.camel@amol.amplewave.com> (raw)
Hi,
make && make install && make modules && make modules_install,
I get following error message
depmod: *** Unresolved symbols in
/lib/modules/2.6.0-test1/kernel/drivers/char/agp/intel-agp.ko
depmod: agp_remove_bridge
depmod: agp_generic_free_gatt_table
depmod: agp_generic_enable
...
...
...
but the symbols are already defined,
[root@amol agp]# pwd
/lib/modules/2.6.0-test1/kernel/drivers/char/agp
[root@amol agp]# nm agpgart.ko | grep agp_remove_bridge
00000450 T agp_remove_bridge
00000062 r __kstrtab_agp_remove_bridge
00000008 r __ksymtab_agp_remove_bridge
[root@amol agp]#
My modules.dep in /lib/modules/2.6.0-test1 looks like
.....
/lib/modules/2.6.0-test1/kernel/drivers/char/agp/agpgart.ko:
/lib/modules/2.6.0-test1/kernel/drivers/char/agp/intel-agp.ko:
/lib/modules/2.6.0-test1/kernel/drivers/char/agp/sworks-agp.ko:
.....
I think here intel-agp is dependent on agpgart but this dependency is
not in modules.dep.
please CC me
Thanks
Amol
next reply other threads:[~2003-07-23 10:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-23 11:09 Amol Lad [this message]
2003-07-23 16:29 ` Dependency problem in 2.6.0-test1 Joshua Schmidlkofer
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=1058958553.32116.24.camel@amol.amplewave.com \
--to=amol@amplewave.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 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.