Il venerd�, 14 novembre, 2003 at 03:24:41 +0100, Mattia Scrisse:
> On Fri, 14 Nov 2003 13:43:45 +0100
> Umberto Genovese <[EMAIL PROTECTED]> wrote:
>
> > Salve a Tutti,
> > questa volta mi pare di avere un problemino un attimino pi=F9 serio a
> > cui non riesco a venirne a capo.=20
> > Il kernel in questione =E8:
> > kernel-source-2.4.22-3
> > con le patch lowlatency, preemptible, debianlogo, acl, supermount
> >=20
> Non saprei dirti.
> Ho usato lo stesso kernel + lowlatency + preemptible + bootsplash + hz
> senza nessun problema.
> Prova a cancellare /usr/src/kernel-source-2-4-22 (magari salvandoti il
> .config), a ri-estrarre il kernel-source-2-4-22.tar.bz2 ed a compilare
> applicando solo le patch lowlatency e preemptible.
>
> Prova a postare qui l' intero comando che usi per compilare: make-kpkg
> ....
>
> Saluti
> Mattia
>
Ciao Mattia :)))
ho provato anche come dici tu, ma il risultato � il medesimo :(((
poi ho provato a commentare le righe del Makefile che generavano l'errore e
tutto si � risolto!
---------------------- /usr/src/Makefile ----------------------
[snip]
# If System.map exists, run depmod. This deliberately does not have a
# dependency on System.map since that would run the dependency tree on
# vmlinux. This depmod is only for convenience to give the initial
# boot a modules.dep even before / is mounted read-write. However the
# boot script depmod is the master version.
ifeq "$(strip $(INSTALL_MOD_PATH))" ""
depmod_opts :=
else
depmod_opts := -b $(INSTALL_MOD_PATH) -r
endif
.PHONY: _modinst_post
_modinst_post: _modinst_post_pcmcia
# if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts)
$(KERNELRELEASE); fi
# Backwards compatibilty symlinks for people still using old versions
# of pcmcia-cs with hard coded pathnames on insmod. Remove
# _modinst_post_pcmcia for kernel 2.4.1.
.PHONY: _modinst_post_pcmcia
_modinst_post_pcmcia:
# cd $(MODLIB); \
# mkdir -p pcmcia; \
# find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
pcmcia
[snip]
----------------------------------------------------------------------
Senza questo gruppo di istruzioni nel Makefile il kernel � stato compilato
correttamente e generato il .deb senza errori.
Ora per� appena ho tempo guardo se � un bug noto e se � dovuto ad una patch,
altrimenti chi mi aiuta a segnalarlo? non conosco l'inglese, e non vorrei
che la segnalazione non venisse accettata.
--
Ciao Umberto
#------------------------------------------------------------------------#
| Umberto Genovese (Seldon) E-mail: <[EMAIL PROTECTED]> |
|PGP fingerprint = 526A B526 2BF4 E3FF 6200 30B4 AD2C D110 D0F3 66E4 |
| <GNU & Linux: the dynamic duo> |
#------------------------------------------------------------------------#
pgpiwBRcRgUPT.pgp
Description: PGP signature

