* 2.5.7 make modules_install failed
@ 2002-03-21 19:10 Jean-Luc Coulon
2002-03-21 19:55 ` Richard B. Johnson
2002-03-22 7:52 ` Dave Jones
0 siblings, 2 replies; 3+ messages in thread
From: Jean-Luc Coulon @ 2002-03-21 19:10 UTC (permalink / raw)
To: linux-kernel
make[1]: Leaving directory `/usr/src/kernel-sources-2.5.7/arch/i386/lib'
cd /lib/modules/2.5.7; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.7; fi
depmod: *** Unresolved symbols in
/lib/modules/2.5.7/kernel/sound/oss/sound.o
depmod: virt_to_bus_not_defined_use_pci_map
make: *** [_modinst_post] Error 1
-----
Regards
Jean-Luc
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.5.7 make modules_install failed
2002-03-21 19:10 2.5.7 make modules_install failed Jean-Luc Coulon
@ 2002-03-21 19:55 ` Richard B. Johnson
2002-03-22 7:52 ` Dave Jones
1 sibling, 0 replies; 3+ messages in thread
From: Richard B. Johnson @ 2002-03-21 19:55 UTC (permalink / raw)
To: Jean-Luc Coulon; +Cc: linux-kernel
On Thu, 21 Mar 2002, Jean-Luc Coulon wrote:
> make[1]: Leaving directory `/usr/src/kernel-sources-2.5.7/arch/i386/lib'
> cd /lib/modules/2.5.7; \
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.7; fi
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.7/kernel/sound/oss/sound.o
> depmod: virt_to_bus_not_defined_use_pci_map
> make: *** [_modinst_post] Error 1
>
> -----
> Regards
> Jean-Luc
Yep. One of the files in ../sound/oss/*.c is using an old interface.
virt_to_bus_not_defined_use_pci_map
'virt_to_bus' not defined, 'use_pci_map'
Cheers,
Dick Johnson
Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).
Windows-2000/Professional isn't.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.5.7 make modules_install failed
2002-03-21 19:10 2.5.7 make modules_install failed Jean-Luc Coulon
2002-03-21 19:55 ` Richard B. Johnson
@ 2002-03-22 7:52 ` Dave Jones
1 sibling, 0 replies; 3+ messages in thread
From: Dave Jones @ 2002-03-22 7:52 UTC (permalink / raw)
To: Jean-Luc Coulon; +Cc: linux-kernel
On Thu, Mar 21, 2002 at 08:10:59PM +0100, Jean-Luc Coulon wrote:
> depmod: virt_to_bus_not_defined_use_pci_map
As the warning suggests, you tried to build a module that isn't
updated to use the new pci mapping api. Either fix it, or if you
don't know how, take the wussy way out, and use -dj and undefine
CONFIG_DEBUG_OBSOLETE 8-)
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-03-22 7:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-21 19:10 2.5.7 make modules_install failed Jean-Luc Coulon
2002-03-21 19:55 ` Richard B. Johnson
2002-03-22 7:52 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox