All of lore.kernel.org
 help / color / mirror / Atom feed
* Dependency problem in 2.6.0-test1
@ 2003-07-23 11:09 Amol Lad
  2003-07-23 16:29 ` Joshua Schmidlkofer
  0 siblings, 1 reply; 2+ messages in thread
From: Amol Lad @ 2003-07-23 11:09 UTC (permalink / raw)
  To: linux-kernel

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-23 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-23 11:09 Dependency problem in 2.6.0-test1 Amol Lad
2003-07-23 16:29 ` Joshua Schmidlkofer

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.