* (no subject)
@ 2004-09-19 12:29 plt
[not found] ` <200409191508.33537.Norbert@edusupport.nl>
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: plt @ 2004-09-19 12:29 UTC (permalink / raw)
To: linux-kernel
Question: Are you guys going to work on please cleaning up some of the errors in
the code so we can get please get a more clean compile?
drivers/mtd/nftlmount.c:44: warning: unused variable `oob'
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re:
[not found] ` <1095607945.414da6891fc94@webmail.taylorassociate.com>
@ 2004-09-19 16:31 ` Norbert van Nobelen
[not found] ` <1095612208.414db730c4fc0@webmail.taylorassociate.com>
0 siblings, 1 reply; 5+ messages in thread
From: Norbert van Nobelen @ 2004-09-19 16:31 UTC (permalink / raw)
To: plt; +Cc: linux-kernel
Assumption:
You are doing "make modules_install"
You are installing a new version of the kernel, not a recompile of the
currenct kernel.
Is the basic directory in /lib/modules/2.6.8 present for the modules to
install in?
On Sunday 19 September 2004 17:32, you wrote:
> I am compiling the newest kernel on Redhat Federo 2 and and I am getting
> this error when I am running make modules install. Do you know how I fix
> this problems please?
>
> Phillip Taylor
>
> INSTALL sound/pci/ymfpci/snd-ymfpci.ko
> INSTALL sound/pcmcia/pdaudiocf/snd-pdaudiocf.ko
> INSTALL sound/soundcore.ko
> INSTALL sound/synth/emux/snd-emux-synth.ko
> INSTALL sound/synth/snd-util-mem.ko
> INSTALL sound/usb/snd-usb-audio.ko
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.8; fi
> make: *** [_modinst_post] Error 143
> You have new mail in /var/spool/mail/root
> [root@localhost linux-2.6.8]#
>
> Quoting Norbert van Nobelen <Norbert@edusupport.nl>:
> > Warnings are not errors.
> >
> > On Sunday 19 September 2004 14:29, you wrote:
> > > Question: Are you guys going to work on please cleaning up some of the
> > > errors in the code so we can get please get a more clean compile?
> > >
> > >
> > >
> > > drivers/mtd/nftlmount.c:44: warning: unused variable `oob'
> > >
> > > ----------------------------------------------------------------
> > > This message was sent using IMP, the Internet Messaging Program.
> > >
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> > > in the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at http://www.tux.org/lkml/
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Kernel build error in make modules_install
[not found] ` <1095612208.414db730c4fc0@webmail.taylorassociate.com>
@ 2004-09-19 17:12 ` Norbert van Nobelen
0 siblings, 0 replies; 5+ messages in thread
From: Norbert van Nobelen @ 2004-09-19 17:12 UTC (permalink / raw)
To: plt; +Cc: linux-kernel
Added a bigger title than just "Re:" Probably that gives slightly more help
(-:
No, sometimes the directory is not there, which of course gives problems.
What is the version (Probably best recognizable by looking at the file date
compared to you last build) of System.map in / or /boot? Does it exist?
Another small hint:
make bzImage is not needed anymore. You are doing making the image twice (Ok,
the second time it skips everything, but still).
For more information about the error you run into, you can get more
information by turning on verbosity (make V=1)
After the make modules_install you still have to do a make install
On Sunday 19 September 2004 18:43, you wrote:
> Sorry, I do understand the question your asking. The directory does exist
> on the hard drive. What file would I look in to to see if the present for
> modules to install in please?
>
> I typed the following commands to install the new kernel.
>
> 1. make mrproper
> 2. make menuconfig
> 3. make bzImage
> 4. make && make modules_install
>
> I did this from the /mnt/hda2/users/frodo/linux-2.6.8 and the system is
> installed on the /hda1 directory.
>
> [root@localhost logs]# ls -l /mnt/hda2/users/frodo/linux-2.6.8
> total 42864
> drwxrwxr-x 23 500 500 4096 Aug 14 01:36 arch
> -rw-r--r-- 1 500 500 18691 Aug 14 01:36 COPYING
> -rw-r--r-- 1 500 500 86490 Aug 14 01:37 CREDITS
> drwxrwxr-x 2 500 500 4096 Sep 19 10:17 crypto
> drwxrwxr-x 43 500 500 4096 Aug 14 01:38 Documentation
> drwxrwxr-x 45 500 500 4096 Sep 19 02:16 drivers
> drwxrwxr-x 52 500 500 4096 Sep 19 10:38 fs
> drwxrwxr-x 36 500 500 4096 Sep 19 01:26 include
> drwxrwxr-x 2 500 500 4096 Sep 19 02:34 init
> drwxrwxr-x 2 500 500 4096 Sep 19 01:48 ipc
> drwxrwxr-x 3 500 500 4096 Sep 19 01:36 kernel
> drwxrwxr-x 4 500 500 4096 Sep 19 10:39 lib
> -rw-r--r-- 1 500 500 52962 Aug 14 01:37 MAINTAINERS
> -rw-r--r-- 1 500 500 37961 Aug 14 01:37 Makefile
> drwxrwxr-x 2 500 500 4096 Sep 19 01:39 mm
> -rw-r--r-- 1 root root 184320 Sep 19 10:16 Module.symvers
> drwxrwxr-x 32 500 500 4096 Sep 19 02:33 net
> -rw-r--r-- 1 500 500 13970 Aug 14 01:37 README
> -rw-r--r-- 1 500 500 2815 Aug 14 01:36 REPORTING-BUGS
> drwxrwxr-x 9 500 500 4096 Sep 19 01:27 scripts
> drwxrwxr-x 3 500 500 4096 Sep 19 01:50 security
> drwxrwxr-x 15 500 500 4096 Sep 19 10:48 sound
> -rw-r--r-- 1 root root 589313 Sep 19 02:43 System.map
> drwxrwxr-x 2 500 500 4096 Sep 19 01:28 usr
> -rwxr-xr-x 1 root root 42759678 Sep 19 02:43 vmlinux
> [root@localhost logs]#
>
>
> Thank you
> Phillip Taylor
>
> Quoting Norbert van Nobelen <Norbert@edusupport.nl>:
> > Assumption:
> > You are doing "make modules_install"
> > You are installing a new version of the kernel, not a recompile of the
> > currenct kernel.
> >
> > Is the basic directory in /lib/modules/2.6.8 present for the modules to
> > install in?
> >
> > On Sunday 19 September 2004 17:32, you wrote:
> > > I am compiling the newest kernel on Redhat Federo 2 and and I am
> > > getting this error when I am running make modules install. Do you know
> > > how I fix this problems please?
> > >
> > > Phillip Taylor
> > >
> > > INSTALL sound/pci/ymfpci/snd-ymfpci.ko
> > > INSTALL sound/pcmcia/pdaudiocf/snd-pdaudiocf.ko
> > > INSTALL sound/soundcore.ko
> > > INSTALL sound/synth/emux/snd-emux-synth.ko
> > > INSTALL sound/synth/snd-util-mem.ko
> > > INSTALL sound/usb/snd-usb-audio.ko
> > > if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.8; fi
> > > make: *** [_modinst_post] Error 143
> > > You have new mail in /var/spool/mail/root
> > > [root@localhost linux-2.6.8]#
> > >
> > > Quoting Norbert van Nobelen <Norbert@edusupport.nl>:
> > > > Warnings are not errors.
> > > >
> > > > On Sunday 19 September 2004 14:29, you wrote:
> > > > > Question: Are you guys going to work on please cleaning up some of
> > > > > the errors in the code so we can get please get a more clean
> > > > > compile?
> > > > >
> > > > >
> > > > >
> > > > > drivers/mtd/nftlmount.c:44: warning: unused variable `oob'
> > > > >
> > > > > ----------------------------------------------------------------
> > > > > This message was sent using IMP, the Internet Messaging Program.
> > > > >
> > > > > -
> > > > > To unsubscribe from this list: send the line "unsubscribe
> >
> > linux-kernel"
> >
> > > > > in the body of a message to majordomo@vger.kernel.org
> > > > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > > > > Please read the FAQ at http://www.tux.org/lkml/
> > >
> > > ----------------------------------------------------------------
> > > This message was sent using IMP, the Internet Messaging Program.
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: your mail
2004-09-19 12:29 plt
[not found] ` <200409191508.33537.Norbert@edusupport.nl>
@ 2004-09-19 18:22 ` Jesper Juhl
2004-09-20 0:10 ` Horst von Brand
2 siblings, 0 replies; 5+ messages in thread
From: Jesper Juhl @ 2004-09-19 18:22 UTC (permalink / raw)
To: plt; +Cc: linux-kernel
On Sun, 19 Sep 2004 plt@taylorassociate.com wrote:
> Question: Are you guys going to work on please cleaning up some of the errors in
> the code so we can get please get a more clean compile?
>
I think it's safe to say that there is an ongoing effort to do that.
Some more strict typechecking has recently been introduced (read more
here: http://kerneltrap.org/node/view/3848 ) and this currently cause a
lot of compiler warnings that have yet to be cleaned, but that will happen
in time - faster if you lend a hand.
>
> drivers/mtd/nftlmount.c:44: warning: unused variable `oob'
>
This is due to the fact that the code using that variable is currently
within an #if 0 block. I am not familiar with the mtd code, but the
comment in there has this to say :
#if 0 /* Some people seem to have devices without ECC or erase marks
on the Media Header blocks. There are enough other sanity
checks in here that we can probably do without it.
*/
...
#endif
So it would seem that this bit of code could be on its way out. I'd assume
that once it goes (if it does) that the variable will then be removed as
well.
Ohh and btw, if you want people to pay attention to your emails you should
try adding a descriptive Subject: :)
--
Jesper Juhl
^ permalink raw reply [flat|nested] 5+ messages in thread
* (no subject)
2004-09-19 12:29 plt
[not found] ` <200409191508.33537.Norbert@edusupport.nl>
2004-09-19 18:22 ` your mail Jesper Juhl
@ 2004-09-20 0:10 ` Horst von Brand
2 siblings, 0 replies; 5+ messages in thread
From: Horst von Brand @ 2004-09-20 0:10 UTC (permalink / raw)
To: plt; +Cc: linux-kernel
plt@taylorassociate.com said:
> Question: Are you guys going to work on please cleaning up some of the
> errors in the code so we can get please get a more clean compile?
First of all, nobody here _ows_you anything. If you want it fixed, fix it
and send in a patch.
> drivers/mtd/nftlmount.c:44: warning: unused variable `oob'
Sometimes this is due to variables used for _other_ architectures (or
configurations). You have to chek it is really _never_ used before axing
it.
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-09-20 3:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-19 12:29 plt
[not found] ` <200409191508.33537.Norbert@edusupport.nl>
[not found] ` <1095607945.414da6891fc94@webmail.taylorassociate.com>
2004-09-19 16:31 ` Norbert van Nobelen
[not found] ` <1095612208.414db730c4fc0@webmail.taylorassociate.com>
2004-09-19 17:12 ` Kernel build error in make modules_install Norbert van Nobelen
2004-09-19 18:22 ` your mail Jesper Juhl
2004-09-20 0:10 ` Horst von Brand
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.