Hi, manoj, can you comment on the below proposed patch ? I have some doubts myself, but i guess i am not familiar enough with the - option to really comment.
Friendly, Sven Luther On Mon, Oct 31, 2005 at 12:54:29AM +0100, Sven Luther wrote: > On Sun, Oct 30, 2005 at 11:29:07PM +0100, Elimar Riesebieter wrote: > > On Sun, 30 Oct 2005 the mental interface of > > Sven Luther told: > > > > [...] > > > If you have time to investigate this, it would be really appreciated. > > Maybe the attached patch against kernel-package-9.008.4 solves the > > problem? > > Mmm, not sure, did you try it ? > > Manoj, or someone else from the kernel team, what do you think about this ? i > thought the - in the line only meant errors are ignored or something, and > furthermore this seems to be in the rules file, not the postnst. > > Will investigate tomorrow, thanks Elimar for providing the patch. > > Friendly, > > Sven Luther > > > > Elimar > > > > > > -- > > Excellent day for drinking heavily. > > Spike the office water cooler;-) > > > > --------------------------------------------------------------------------------------- > > Wanadoo vous informe que cet e-mail a ete controle par l'anti-virus mail. > > Aucun virus connu a ce jour par nos services n'a ete detecte. > > > > > diff -ur a/kernel/rules b/kernel/rules > > --- a/kernel/rules 2005-10-30 23:23:55.384856250 +0100 > > +++ b/kernel/rules 2005-10-30 23:24:15.302101000 +0100 > > @@ -2587,11 +2587,11 @@ > > test ! -e $(IMAGE_TOP)/lib/modules/$(version)/build || > > \ > > mv $(IMAGE_TOP)/lib/modules/$(version)/build ./debian/build-link > > ifeq ($(strip $(KERNEL_ARCH)),um) > > - -depmod -q -FSystem.map -b $(IMAGE_TOP) \ > > + depmod -q -FSystem.map -b $(IMAGE_TOP) \ > > $(version)-$$(sed q include/linux/version.h | sed s/\"//g | awk > > -F\- '{print $$2}') > > else > > ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) > > - -depmod -q -FSystem.map -b $(IMAGE_TOP) $(version); > > + depmod -q -FSystem.map -b $(IMAGE_TOP) $(version); > > endif > > endif > > test ! -e ./debian/source-link || > > \ > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > --------------------------------------------------------------------------------------- > Wanadoo vous informe que cet e-mail a ete controle par l'anti-virus mail. > Aucun virus connu a ce jour par nos services n'a ete detecte. > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]