All of lore.kernel.org
 help / color / mirror / Atom feed
* Modules fail to build / install in 2.6.0-test3
@ 2003-08-11  1:46 vlad
  2003-08-11  2:08 ` Gerardo Exequiel Pozzi
  0 siblings, 1 reply; 6+ messages in thread
From: vlad @ 2003-08-11  1:46 UTC (permalink / raw)
  To: Lkml (E-mail)

  INSTALL crypto/twofish.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.0-test3; fi
depmod: *** Unresolved symbols in
/lib/modules/2.6.0-test3/kernel/drivers/block/cryptoloop.ko
depmod:         loop_register_transfer
depmod:         loop_unregister_transfer
depmod: *** Unresolved symbols in
/lib/modules/2.6.0-test3/kernel/sound/oss/ac97_plugin_ad1980.ko
depmod:         ac97_unregister_driver
depmod:         ac97_register_driver
depmod: *** Unresolved symbols in
/lib/modules/2.6.0-test3/kernel/sound/oss/ad1889.ko
depmod:         ac97_probe_codec
depmod:         ac97_alloc_codec
depmod:         ac97_read_proc
depmod:         ac97_release_codec
depmod: *** Unresolved symbols in
/lib/modules/2.6.0-test3/kernel/sound/oss/ali5455.ko
depmod:         ac97_probe_codec
depmod:         ac97_alloc_codec
depmod:         ac97_set_dac_rate
depmod:         ac97_set_adc_rate
depmod:         ac97_release_codec
depmod: *** Unresolved symbols in
/lib/modules/2.6.0-test3/kernel/sound/oss/forte.ko
depmod:         ac97_probe_codec
depmod:         ac97_alloc_codec
depmod:         ac97_read_proc
depmod:         ac97_release_codec

--

 /"\                         / For information and quotes, email us at
 \ /  ASCII RIBBON CAMPAIGN / info@lrsehosting.com
  X   AGAINST HTML MAIL    / http://www.lrsehosting.com/
 / \  AND POSTINGS        / vlad@lrsehosting.com
-------------------------------------------------------------------------



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

* Re: Modules fail to build / install in 2.6.0-test3
  2003-08-11  1:46 Modules fail to build / install in 2.6.0-test3 vlad
@ 2003-08-11  2:08 ` Gerardo Exequiel Pozzi
  2003-08-11  2:20   ` vlad
  0 siblings, 1 reply; 6+ messages in thread
From: Gerardo Exequiel Pozzi @ 2003-08-11  2:08 UTC (permalink / raw)
  To: vlad; +Cc: linux-kernel

On Sun, 10 Aug 2003 20:46:11 -0500, vlad@lrsehosting.com wrote:
>  INSTALL crypto/twofish.ko
>if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.0-test3;
>fi depmod: *** Unresolved symbols in
>/lib/modules/2.6.0-test3/kernel/drivers/block/cryptoloop.ko
>depmod:         loop_register_transfer
>depmod:         loop_unregister_transfer
>depmod: *** Unresolved symbols in
>/lib/modules/2.6.0-test3/kernel/sound/oss/ac97_plugin_ad1980.ko
>depmod:         ac97_unregister_driver
>depmod:         ac97_register_driver
>depmod: *** Unresolved symbols in
>/lib/modules/2.6.0-test3/kernel/sound/oss/ad1889.ko
>depmod:         ac97_probe_codec
>depmod:         ac97_alloc_codec
>depmod:         ac97_read_proc
>depmod:         ac97_release_codec
>depmod: *** Unresolved symbols in
>/lib/modules/2.6.0-test3/kernel/sound/oss/ali5455.ko
>depmod:         ac97_probe_codec
>depmod:         ac97_alloc_codec
>depmod:         ac97_set_dac_rate
>depmod:         ac97_set_adc_rate
>depmod:         ac97_release_codec
>depmod: *** Unresolved symbols in
>/lib/modules/2.6.0-test3/kernel/sound/oss/forte.ko
>depmod:         ac97_probe_codec
>depmod:         ac97_alloc_codec
>depmod:         ac97_read_proc
>depmod:         ac97_release_codec

you have new module utilities installed ?

you can download module-init-tools from 
http://www.kernel.org/pub/linux/kernel/people/rusty/modules/


ciao,
 djgera


-- 
Gerardo Exequiel Pozzi ( djgera )
http://www.vmlinuz.com.ar http://www.djgera.com.ar
KeyID: 0x1B8C330D
Key fingerprint = 0CAA D5D4 CD85 4434 A219  76ED 39AB 221B 1B8C 330D

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

* RE: Modules fail to build / install in 2.6.0-test3
  2003-08-11  2:08 ` Gerardo Exequiel Pozzi
@ 2003-08-11  2:20   ` vlad
  2003-08-11  2:39     ` vlad
  0 siblings, 1 reply; 6+ messages in thread
From: vlad @ 2003-08-11  2:20 UTC (permalink / raw)
  To: 'Gerardo Exequiel Pozzi'; +Cc: linux-kernel

Ack! No, I missed those, I have updated and am retrying 'make modules &&
make modules_install' now.  Thanks!

--

 /"\                         / For information and quotes, email us at
 \ /  ASCII RIBBON CAMPAIGN / info@lrsehosting.com
  X   AGAINST HTML MAIL    / http://www.lrsehosting.com/
 / \  AND POSTINGS        / vlad@lrsehosting.com
-------------------------------------------------------------------------

-----Original Message-----
From: Gerardo Exequiel Pozzi [mailto:vmlinuz386@yahoo.com.ar]
Sent: Sunday, August 10, 2003 9:09 PM
To: vlad@lrsehosting.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: Modules fail to build / install in 2.6.0-test3


On Sun, 10 Aug 2003 20:46:11 -0500, vlad@lrsehosting.com wrote:
>  INSTALL crypto/twofish.ko
>if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.0-test3;
>fi depmod: *** Unresolved symbols in
>/lib/modules/2.6.0-test3/kernel/drivers/block/cryptoloop.ko
>depmod:         loop_register_transfer
>depmod:         loop_unregister_transfer
>depmod: *** Unresolved symbols in
>/lib/modules/2.6.0-test3/kernel/sound/oss/ac97_plugin_ad1980.ko
>depmod:         ac97_unregister_driver
>depmod:         ac97_register_driver
>depmod: *** Unresolved symbols in
>/lib/modules/2.6.0-test3/kernel/sound/oss/ad1889.ko
>depmod:         ac97_probe_codec
>depmod:         ac97_alloc_codec
>depmod:         ac97_read_proc
>depmod:         ac97_release_codec
>depmod: *** Unresolved symbols in
>/lib/modules/2.6.0-test3/kernel/sound/oss/ali5455.ko
>depmod:         ac97_probe_codec
>depmod:         ac97_alloc_codec
>depmod:         ac97_set_dac_rate
>depmod:         ac97_set_adc_rate
>depmod:         ac97_release_codec
>depmod: *** Unresolved symbols in
>/lib/modules/2.6.0-test3/kernel/sound/oss/forte.ko
>depmod:         ac97_probe_codec
>depmod:         ac97_alloc_codec
>depmod:         ac97_read_proc
>depmod:         ac97_release_codec

you have new module utilities installed ?

you can download module-init-tools from
http://www.kernel.org/pub/linux/kernel/people/rusty/modules/


ciao,
 djgera


--
Gerardo Exequiel Pozzi ( djgera )
http://www.vmlinuz.com.ar http://www.djgera.com.ar
KeyID: 0x1B8C330D
Key fingerprint = 0CAA D5D4 CD85 4434 A219  76ED 39AB 221B 1B8C 330D



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

* RE: Modules fail to build / install in 2.6.0-test3
  2003-08-11  2:20   ` vlad
@ 2003-08-11  2:39     ` vlad
  2003-08-11  3:22       ` Gene Heskett
  0 siblings, 1 reply; 6+ messages in thread
From: vlad @ 2003-08-11  2:39 UTC (permalink / raw)
  To: 'Gerardo Exequiel Pozzi'; +Cc: linux-kernel

However, after a successful build, and installation of
module-init-tools-0.9.13-pre2.tar.bz2, I get the same errors from test3.
Kernel builds (and is running) fine, it's just the modules in the last error
message that refuse to build.

--

 /"\                         / For information and quotes, email us at
 \ /  ASCII RIBBON CAMPAIGN / info@lrsehosting.com
  X   AGAINST HTML MAIL    / http://www.lrsehosting.com/
 / \  AND POSTINGS        / vlad@lrsehosting.com
-------------------------------------------------------------------------

-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of
vlad@lrsehosting.com
Sent: Sunday, August 10, 2003 9:21 PM
To: 'Gerardo Exequiel Pozzi'
Cc: linux-kernel@vger.kernel.org
Subject: RE: Modules fail to build / install in 2.6.0-test3


Ack! No, I missed those, I have updated and am retrying 'make modules &&
make modules_install' now.  Thanks!



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

* Re: Modules fail to build / install in 2.6.0-test3
  2003-08-11  2:39     ` vlad
@ 2003-08-11  3:22       ` Gene Heskett
  2003-08-11  5:08         ` vlad
  0 siblings, 1 reply; 6+ messages in thread
From: Gene Heskett @ 2003-08-11  3:22 UTC (permalink / raw)
  To: vlad, 'Gerardo Exequiel Pozzi'; +Cc: linux-kernel

On Sunday 10 August 2003 22:39, vlad@lrsehosting.com wrote:
>However, after a successful build, and installation of
>module-init-tools-0.9.13-pre2.tar.bz2, I get the same errors from
> test3. Kernel builds (and is running) fine, it's just the modules
> in the last error message that refuse to build.

The lack of reading the README etc in that archive busted me, and I 
think I ripped it all out and put it back in 3 times before I finally 
got all the linkages correct.

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.27% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2003 by Maurice Eugene Heskett, all rights reserved.


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

* RE: Modules fail to build / install in 2.6.0-test3
  2003-08-11  3:22       ` Gene Heskett
@ 2003-08-11  5:08         ` vlad
  0 siblings, 0 replies; 6+ messages in thread
From: vlad @ 2003-08-11  5:08 UTC (permalink / raw)
  To: gene.heskett, 'Gerardo Exequiel Pozzi'; +Cc: linux-kernel

Ah! Guilty as charged. I shall do that first thing tomorrow (today?)
morning.

--

 /"\                         / For information and quotes, email us at
 \ /  ASCII RIBBON CAMPAIGN / info@lrsehosting.com
  X   AGAINST HTML MAIL    / http://www.lrsehosting.com/
 / \  AND POSTINGS        / vlad@lrsehosting.com
-------------------------------------------------------------------------

-----Original Message-----
From: Gene Heskett [mailto:gene.heskett@verizon.net]
Sent: Sunday, August 10, 2003 10:22 PM
To: vlad@lrsehosting.com; 'Gerardo Exequiel Pozzi'
Cc: linux-kernel@vger.kernel.org
Subject: Re: Modules fail to build / install in 2.6.0-test3


On Sunday 10 August 2003 22:39, vlad@lrsehosting.com wrote:
>However, after a successful build, and installation of
>module-init-tools-0.9.13-pre2.tar.bz2, I get the same errors from
> test3. Kernel builds (and is running) fine, it's just the modules
> in the last error message that refuse to build.

The lack of reading the README etc in that archive busted me, and I
think I ripped it all out and put it back in 3 times before I finally
got all the linkages correct.

--
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.27% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2003 by Maurice Eugene Heskett, all rights reserved.




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

end of thread, other threads:[~2003-08-11  5:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-11  1:46 Modules fail to build / install in 2.6.0-test3 vlad
2003-08-11  2:08 ` Gerardo Exequiel Pozzi
2003-08-11  2:20   ` vlad
2003-08-11  2:39     ` vlad
2003-08-11  3:22       ` Gene Heskett
2003-08-11  5:08         ` vlad

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.