Re: 2.6.9-rc1-mm2

From: Sam Ravnborg (sam_at_ravnborg.org)
Date: 08/31/04

  • Next message: Martin J. Bligh: "Re: 2.6.9-rc1-mm2"
    Date:	Tue, 31 Aug 2004 21:41:35 +0200
    To: Gene Heskett <gene.heskett@verizon.net>
    
    

    On Tue, Aug 31, 2004 at 02:54:48PM -0400, Gene Heskett wrote:
    > make modules_install
    > /usr/src/linux-2.6.9-rc1-mm2/scripts/Makefile.modinst:24: target
    > `fs/nls/nls_koi8-r.ko' given more than once in the same rule.
    > /usr/src/linux-2.6.9-rc1-mm2/scripts/Makefile.modinst:24: target
    > `fs/nls/nls_koi8-ru.ko' given more than once in the same rule.
    > /usr/src/linux-2.6.9-rc1-mm2/scripts/Makefile.modinst:24: target
    > `fs/nls/nls_koi8-u.ko' given more than once in the same rule.

    Thanks!
    Know issue (reported off-list) - can be fixed with below patch.

            Sam

    # This is a BitKeeper generated diff -Nru style patch.
    #
    # ChangeSet
    # 2004/08/31 21:36:26+02:00 sam@mars.ravnborg.org
    # kbuild: Fix modules_install
    #
    # modules_install failed for modules with 'ko' in their name.
    # Fixes this.
    #
    # Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
    #
    # scripts/Makefile.modinst
    # 2004/08/31 21:36:09+02:00 sam@mars.ravnborg.org +1 -1
    # Fix installing of modules with ko in their name - do not find too many filenames in $(MODVERDIR)
    #
    diff -Nru a/scripts/Makefile.modinst b/scripts/Makefile.modinst
    --- a/scripts/Makefile.modinst 2004-08-31 21:40:31 +02:00
    +++ b/scripts/Makefile.modinst 2004-08-31 21:40:31 +02:00
    @@ -9,7 +9,7 @@
     
     #
     
    -__modules := $(sort $(shell grep -h .ko /dev/null $(wildcard $(MODVERDIR)/*.mod)))
    +__modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
     modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o)))
     
     .PHONY: $(modules)
    -
    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/


  • Next message: Martin J. Bligh: "Re: 2.6.9-rc1-mm2"

    Relevant Pages

    • Re: OOPS: 2.6.8.1 QoS and routing conflict (bug)
      ... # This is a BitKeeper generated diff -Nru style patch. ... # ChangeSet ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH 2.6.9-rc2-mm1 0/2] mm: memory policy for page cache allocation
      ... Patches done with the 'diff -p' option are slightly easier to ... Could you explain the for loop in alloc_page_roundrobin? ... pseudo-uniform distribution, without any need for the additional rr_next ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.10-rc2-mm3, reiser4 and subversion
      ... > second time, the system totaly freezes and i am unable to anything, only ... # This is a BitKeeper generated diff -Nru style patch. ... missing calls to txn_restartare added ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: ACPI S3 and ieee1394 dont get along
      ... It was the only thing even remotely relevant I found on the mailinglists tho. ... Here's what the diff gives: ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.4-mm1
      ... > NUMA performance would have some results by now but all seems to be silent. ... remove unused load and remove some warnings (due to type checking in ... diff -puN kernel/sched.c~sched-morefixes kernel/sched.c ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)