mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.12 compil error
@ 2002-05-01  8:55 Gregoire Favre
  2002-05-01  9:03 ` Alexander Viro
  0 siblings, 1 reply; 5+ messages in thread
From: Gregoire Favre @ 2002-05-01  8:55 UTC (permalink / raw)
  To: linux-kernel

Hello,

sorry if it has altrady been posted: I have looked for it at google but
didn't found it...

make[2]: Entering directory `/usr/src/linux-2.5/arch/i386/lib'
/usr/src/linux-2.5/scripts/mkdep -D__KERNEL__ -I/usr/src/linux-2.5/include -Wall
iasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686  -- checksum.S
trstr.c usercopy.c > .depend
make[2]: Leaving directory `/usr/src/linux-2.5/arch/i386/lib'
make[1]: Leaving directory `/usr/src/linux-2.5'
scripts/split-include include/linux/autoconf.h include/config
make: *** No rule to make target `/usr/src/linux-2.5/include/linux/sysv_fs_sb.h'

Thanks you very much,

	Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch

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

* Re: 2.5.12 compil error
  2002-05-01  8:55 2.5.12 compil error Gregoire Favre
@ 2002-05-01  9:03 ` Alexander Viro
  2002-05-01 11:35   ` Gregoire Favre
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Viro @ 2002-05-01  9:03 UTC (permalink / raw)
  To: Gregoire Favre; +Cc: linux-kernel



On Wed, 1 May 2002, Gregoire Favre wrote:

> Hello,
> 
> sorry if it has altrady been posted: I have looked for it at google but
> didn't found it...

you forgot to redo make dep after patching.


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

* Re: 2.5.12 compil error
  2002-05-01  9:03 ` Alexander Viro
@ 2002-05-01 11:35   ` Gregoire Favre
  2002-05-01 11:54     ` Roman Zippel
  0 siblings, 1 reply; 5+ messages in thread
From: Gregoire Favre @ 2002-05-01 11:35 UTC (permalink / raw)
  To: linux-kernel

On Wed, May 01, 2002 at 05:03:57AM -0400, Alexander Viro wrote:

> > sorry if it has altrady been posted: I have looked for it at google but
> > didn't found it...
> 
> you forgot to redo make dep after patching.

Hello,

yes and no: I do:
make oldconfig
make dep bzImage modules

Isn't that supposed to be enough?
If someone has an explanation, please CC to me: I am not on lk.
What I don't understand is that, effectively, running make bzImage
modules again works...

Well, more or less: the fbcon-cfg8.c is still broken as is 2.5.11, but
http://www.transvirtual.com/%7Ejsimmons/fbdev_fixs.diff apply also
cleanly and my kernel and modules are now compiled ;-))

I just got while sudo make modules_install:
cd /lib/modules/2.5.12; \
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.12; fi
depmod: *** Unresolved symbols in /lib/modules/2.5.12/kernel/fs/jfs/jfs.o
depmod: 	block_flushpage
make: *** [_modinst_post] Error 1

But I don't need jfs: I just wanted to try it...

Google is very good for those problems...

It's time to reboot :-))

Thanks you very much,

	Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch

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

* Re: 2.5.12 compil error
  2002-05-01 11:35   ` Gregoire Favre
@ 2002-05-01 11:54     ` Roman Zippel
  2002-05-01 12:47       ` Gregoire Favre
  0 siblings, 1 reply; 5+ messages in thread
From: Roman Zippel @ 2002-05-01 11:54 UTC (permalink / raw)
  To: Gregoire Favre; +Cc: linux-kernel

Hi,

On Wed, 1 May 2002, Gregoire Favre wrote:

> make oldconfig
> make dep bzImage modules
> 
> Isn't that supposed to be enough?

No, dependencies aren't automatically reloaded after "make dep", so the
bzImage step used the old dependencies.

bye, Roman



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

* Re: 2.5.12 compil error
  2002-05-01 11:54     ` Roman Zippel
@ 2002-05-01 12:47       ` Gregoire Favre
  0 siblings, 0 replies; 5+ messages in thread
From: Gregoire Favre @ 2002-05-01 12:47 UTC (permalink / raw)
  To: linux-kernel

On Wed, May 01, 2002 at 01:54:12PM +0200, Roman Zippel wrote:

> > make oldconfig
> > make dep bzImage modules
> > 
> > Isn't that supposed to be enough?
> 
> No, dependencies aren't automatically reloaded after "make dep", so the
> bzImage step used the old dependencies.

Oh, I see: I will change my way to compil knowing that, thanks you very
much for this info ;-))

	Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch

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

end of thread, other threads:[~2002-05-01 12:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-01  8:55 2.5.12 compil error Gregoire Favre
2002-05-01  9:03 ` Alexander Viro
2002-05-01 11:35   ` Gregoire Favre
2002-05-01 11:54     ` Roman Zippel
2002-05-01 12:47       ` Gregoire Favre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®