All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.62 on Alpha SUCCESS (2.6 release soon!?)
@ 2003-02-18 11:03 Oliver Pitzeier
  2003-02-18 13:12 ` Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?)) Oliver Pitzeier
  0 siblings, 1 reply; 8+ messages in thread
From: Oliver Pitzeier @ 2003-02-18 11:03 UTC (permalink / raw)
  To: axp-kernel-list; +Cc: linux-kernel

Hi volks!

I just wanted to tell everybody that 2.5.62 works great for me on Alpha...
Thanks a lot to the alpha kernel developers!!! You did a great job...

OK now, why don't call the next kernel 2.6.0 and release it as soon as possible
:-))) The whole world is awaiting this moment. :-)

Best regards,
 Oliver



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

* Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?))
  2003-02-18 11:03 2.5.62 on Alpha SUCCESS (2.6 release soon!?) Oliver Pitzeier
@ 2003-02-18 13:12 ` Oliver Pitzeier
  2003-02-18 13:24   ` Måns Rullgård
  0 siblings, 1 reply; 8+ messages in thread
From: Oliver Pitzeier @ 2003-02-18 13:12 UTC (permalink / raw)
  To: axp-kernel-list; +Cc: linux-kernel

Oliver Pitzeier wrote:
> I just wanted to tell everybody that 2.5.62 works great for 
> me on Alpha... Thanks a lot to the alpha kernel developers!!! 
> You did a great job...
[ ... ]

OK... Make modules_install still has problems:

[root@track linux]# make modules_install
make -rR -f scripts/Makefile.modinst
  mkdir -p /lib/modules/2.5.62/kernel/net/8021q; cp net/8021q/8021q.ko
/lib/modules/2.5.62/kernel/net/8021q
  mkdir -p /lib/modules/2.5.62/kernel/fs/autofs4; cp fs/autofs4/autofs4.ko
/lib/modules/2.5.62/kernel/fs/autofs4
  mkdir -p /lib/modules/2.5.62/kernel/drivers/net; cp drivers/net/bonding.ko
/lib/modules/2.5.62/kernel/drivers/net
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.5.62; fi
depmod: Unhandled relocation of type 10 for .text
depmod: Unhandled relocation of type 10 for .text
depmod: Unhandled relocation of type 10 for .text
depmod: Unhandled relocation of type 10 for .text
depmod: depmod obj_relocate failed

make: *** [_modinst_post] Error 1

Best regards,
 Oliver



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

* Re: Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?))
  2003-02-18 13:12 ` Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?)) Oliver Pitzeier
@ 2003-02-18 13:24   ` Måns Rullgård
  2003-02-19 10:14     ` Oliver Pitzeier
  0 siblings, 1 reply; 8+ messages in thread
From: Måns Rullgård @ 2003-02-18 13:24 UTC (permalink / raw)
  To: Oliver Pitzeier; +Cc: axp-kernel-list, linux-kernel

"Oliver Pitzeier" <o.pitzeier@uptime.at> writes:

> > I just wanted to tell everybody that 2.5.62 works great for 
> > me on Alpha... Thanks a lot to the alpha kernel developers!!! 
> > You did a great job...
> [ ... ]
> 
> OK... Make modules_install still has problems:
> 
> [root@track linux]# make modules_install
> make -rR -f scripts/Makefile.modinst
>   mkdir -p /lib/modules/2.5.62/kernel/net/8021q; cp net/8021q/8021q.ko
> /lib/modules/2.5.62/kernel/net/8021q
>   mkdir -p /lib/modules/2.5.62/kernel/fs/autofs4; cp fs/autofs4/autofs4.ko
> /lib/modules/2.5.62/kernel/fs/autofs4
>   mkdir -p /lib/modules/2.5.62/kernel/drivers/net; cp drivers/net/bonding.ko
> /lib/modules/2.5.62/kernel/drivers/net
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.5.62; fi
> depmod: Unhandled relocation of type 10 for .text
> depmod: Unhandled relocation of type 10 for .text
> depmod: Unhandled relocation of type 10 for .text
> depmod: Unhandled relocation of type 10 for .text
> depmod: depmod obj_relocate failed

Which versions of binutils and gcc do you have?  I get similar
problems with binutils 2.13 and 2.4 kernels.

-- 
Måns Rullgård
mru@users.sf.net

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

* RE: Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?))
  2003-02-18 13:24   ` Måns Rullgård
@ 2003-02-19 10:14     ` Oliver Pitzeier
  2003-02-19 10:50       ` Måns Rullgård
                         ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Oliver Pitzeier @ 2003-02-19 10:14 UTC (permalink / raw)
  To: 'Måns Rullgård'; +Cc: axp-kernel-list, linux-kernel

Måns Rullgård wrote:
> "Oliver Pitzeier" <o.pitzeier@uptime.at> writes:
[ ... ]
> > OK... Make modules_install still has problems:
[ ... ]
> Which versions of binutils and gcc do you have?  I get 
> similar problems with binutils 2.13 and 2.4 kernels.

This is my current env.:
[root@track /root]# rpm -q modutils binutils gcc
modutils-2.4.22-8
binutils-2.12.90.0.7-3
gcc-3.1-6

Maybe I should upgrade gcc? But I believe 3.1 is working fine... At least for my
normally...

Best regards,
 Oliver



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

* Re: Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?))
  2003-02-19 10:14     ` Oliver Pitzeier
@ 2003-02-19 10:50       ` Måns Rullgård
  2003-02-19 11:24         ` Oliver Pitzeier
  2003-02-19 12:32       ` Jan-Benedict Glaw
  2003-02-19 15:07       ` Fred K Ollinger
  2 siblings, 1 reply; 8+ messages in thread
From: Måns Rullgård @ 2003-02-19 10:50 UTC (permalink / raw)
  To: linux-kernel

"Oliver Pitzeier" <o.pitzeier@uptime.at> writes:

> > > OK... Make modules_install still has problems:
> [ ... ]
> > Which versions of binutils and gcc do you have?  I get 
> > similar problems with binutils 2.13 and 2.4 kernels.
> 
> This is my current env.:
> [root@track /root]# rpm -q modutils binutils gcc
> modutils-2.4.22-8
> binutils-2.12.90.0.7-3
> gcc-3.1-6
> 
> Maybe I should upgrade gcc? But I believe 3.1 is working fine... At
> least for my normally...

I got those relocation errors when using gcc 3.1 and too old modutils,
but you seem to have the latest version.  Try changing to binutils
2.12.  It works for me, but 2.13 doesn't.

-- 
Måns Rullgård
mru@users.sf.net

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

* RE: Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?))
  2003-02-19 10:50       ` Måns Rullgård
@ 2003-02-19 11:24         ` Oliver Pitzeier
  0 siblings, 0 replies; 8+ messages in thread
From: Oliver Pitzeier @ 2003-02-19 11:24 UTC (permalink / raw)
  To: 'Måns Rullgård', linux-kernel

Måns Rullgård wrote:
[ ... ]
> > Maybe I should upgrade gcc? But I believe 3.1 is working fine... At 
> > least for my normally...
> 
> I got those relocation errors when using gcc 3.1 and too old 
> modutils, but you seem to have the latest version.  Try 
> changing to binutils 2.12.  It works for me, but 2.13 doesn't.

I'm currently upgrading the whole system... Let's see what I get. :-)

Best regards,
 Oliver



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

* Re: Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?))
  2003-02-19 10:14     ` Oliver Pitzeier
  2003-02-19 10:50       ` Måns Rullgård
@ 2003-02-19 12:32       ` Jan-Benedict Glaw
  2003-02-19 15:07       ` Fred K Ollinger
  2 siblings, 0 replies; 8+ messages in thread
From: Jan-Benedict Glaw @ 2003-02-19 12:32 UTC (permalink / raw)
  To: axp-kernel-list; +Cc: 'Måns Rullgård', linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

On Wed, 2003-02-19 11:14:13 +0100, Oliver Pitzeier <o.pitzeier@uptime.at>
wrote in message <008001c2d7ff$aa12b420$020b10ac@pitzeier.priv.at>:
> Måns Rullgård wrote:
> > "Oliver Pitzeier" <o.pitzeier@uptime.at> writes:
> [ ... ]
> > > OK... Make modules_install still has problems:
> [ ... ]
> > Which versions of binutils and gcc do you have?  I get 
> > similar problems with binutils 2.13 and 2.4 kernels.
> 
> This is my current env.:
> [root@track /root]# rpm -q modutils binutils gcc
> modutils-2.4.22-8
> binutils-2.12.90.0.7-3
> gcc-3.1-6

I don't know how good/bad this combination of gcc and binutils is for
2.5.x, but modutils 2.4.22 will _not_ work with current 2.5.x. Therefor,
you need the new module-init-tools, available at
ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules IIRC.

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur
    fuer einen Freien Staat voll Freier Bürger" | im Internet!
   Shell Script APT-Proxy: http://lug-owl.de/~jbglaw/software/ap2/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* RE: Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?))
  2003-02-19 10:14     ` Oliver Pitzeier
  2003-02-19 10:50       ` Måns Rullgård
  2003-02-19 12:32       ` Jan-Benedict Glaw
@ 2003-02-19 15:07       ` Fred K Ollinger
  2 siblings, 0 replies; 8+ messages in thread
From: Fred K Ollinger @ 2003-02-19 15:07 UTC (permalink / raw)
  To: axp-kernel-list; +Cc: 'Måns Rullgård', linux-kernel

> Måns Rullgård wrote:
> > "Oliver Pitzeier" <o.pitzeier@uptime.at> writes:
> [ ... ]
> > > OK... Make modules_install still has problems:
> [ ... ]
> > Which versions of binutils and gcc do you have?  I get
> > similar problems with binutils 2.13 and 2.4 kernels.
>
> This is my current env.:
> [root@track /root]# rpm -q modutils binutils gcc
> modutils-2.4.22-8
> binutils-2.12.90.0.7-3
> gcc-3.1-6
>
> Maybe I should upgrade gcc? But I believe 3.1 is working fine... At least for my
> normally...

I think that gcc 3.1 should be ok.

I was wondering about modutils b/c you need newer modules-init to load
newer modules into the kernel (the extension is now .ko), but you can't
_compile_ modules, which is different. Sorry I misread the email.

Once you get modules compiled, then you need newer tools:

http://www.kernel.org/pub/linux/kernel/people/rusty/modules/

Fred

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

end of thread, other threads:[~2003-02-19 14:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-18 11:03 2.5.62 on Alpha SUCCESS (2.6 release soon!?) Oliver Pitzeier
2003-02-18 13:12 ` Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?)) Oliver Pitzeier
2003-02-18 13:24   ` Måns Rullgård
2003-02-19 10:14     ` Oliver Pitzeier
2003-02-19 10:50       ` Måns Rullgård
2003-02-19 11:24         ` Oliver Pitzeier
2003-02-19 12:32       ` Jan-Benedict Glaw
2003-02-19 15:07       ` Fred K Ollinger

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.