Bug#345918: linux-2.6: modules do not install to correct folder in /lib/modu

2006-01-04 Thread Sven Luther
On Wed, Jan 04, 2006 at 09:56:29AM -0800, Jurij Smakov wrote: > tags 345918 confirmed > thanks > > I've reproduced that problem locally and will have a look at it tonight. I think Bastian blank also investigated, and it may (or not) be fixed in SVN. Friendly, Sven Luther -- To UNSUBSCRIBE,

Bug#345918: linux-2.6: modules do not install to correct folder in /lib/modu

2006-01-04 Thread Jurij Smakov
tags 345918 confirmed thanks I've reproduced that problem locally and will have a look at it tonight. Best regards, Jurij Smakov[EMAIL PROTECTED] Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC -- To UNSUBSCRIBE, email to [EMAIL PROT

Bug#345918: linux-2.6: modules do not install to correct folder in /lib/modu

2006-01-04 Thread Richard Burton
> Calling 'make -C /lib/modules/2.6.15-1-686/build kernelrelease' shows the > kernel release as 2.6.15, but shouldn't this show 2.6.15-1-686, (which is > defined for UTS_RELEASE in version.h)? can you give the output of : dpkg -l | grep linux-header [EMAIL PROTECTED]:~$ dpkg -l | grep linu

Bug#345918: linux-2.6: modules do not install to correct folder in /lib/modu

2006-01-04 Thread Sven Luther
On Wed, Jan 04, 2006 at 11:40:25AM +, Richard Burton wrote: > >> KDIR := /lib/modules/$(KVER)/build > >> modules: $(patsubst %.o,%.c,$(TP_MODULES)) > >>$(MAKE) -C $(KDIR) M=$(PWD) modules > >> ... > >> install: modules > >>rm -f /lib/modules/$(KVER)/kernel/$(MDIR)/{tp_base,tp_sm

Bug#345918: linux-2.6: modules do not install to correct folder in /lib/modu

2006-01-04 Thread Richard Burton
> KDIR := /lib/modules/$(KVER)/build > modules: $(patsubst %.o,%.c,$(TP_MODULES)) >$(MAKE) -C $(KDIR) M=$(PWD) modules > ... > install: modules >rm -f /lib/modules/$(KVER)/kernel/$(MDIR)/{tp_base,tp_smapi}.ko >$(MAKE) -C $(KDIR) M=$(PWD) modules_install We use $(MAKE) KSRC

Bug#345918: linux-2.6: modules do not install to correct folder in /lib/modu

2006-01-04 Thread Sven Luther
On Wed, Jan 04, 2006 at 10:50:19AM +, Richard Burton wrote: > > >Congratulations, you are the first to file a bug report against linux > >2.6.15 :) > > Yay ;-) > > >Could you tell us exactly what you do to build the module, and check if > >this > >is not a bug in m-a or your module ? > >Th

Bug#345918: linux-2.6: modules do not install to correct folder in /lib/modu

2006-01-04 Thread Richard Burton
Congratulations, you are the first to file a bug report against linux 2.6.15 :) Yay ;-) Could you tell us exactly what you do to build the module, and check if this is not a bug in m-a or your module ? The official recomended way of building modules is to build inside the module tree with