blcr 0.4.2 not compiling on 2.6.15

From: Ronny T. Lampert (telecaadmin_at_uni.de)
Date: Sat Jan 07 2006 - 09:31:24 PST

  • Next message: Jeff Squyres: "Blocked signals in BLCR callbacks"
    Hi,
    
    as indicated that you would like to get feedback on successful builds I
    would like to add Linux 2.6.15 to "not functioning" (I am well aware that
    >2.6.9 has never been tested :)
    
    Compiler was gcc 3.4.4
    
    Cheers,
    Ronny
    
    
    Please see the output of make:
    
    gmake[4]: Leaving directory `/opt/src/linux-2.6.15'
    gmake[3]: Leaving directory `/opt/src/blcr-0.4.2/vmadump4/kbuild'
    gmake[3]: Entering directory `/opt/src/blcr-0.4.2/vmadump4'
    gmake[3]: Nothing to be done for `all-am'.
    gmake[3]: Leaving directory `/opt/src/blcr-0.4.2/vmadump4'
    gmake[2]: Leaving directory `/opt/src/blcr-0.4.2/vmadump4'
    Making all in cr_module
    gmake[2]: Entering directory `/opt/src/blcr-0.4.2/cr_module'
    Making all in kbuild
    gmake[3]: Entering directory `/opt/src/blcr-0.4.2/cr_module/kbuild'
    /usr/bin/gmake -C /usr/src/linux-2.6.15
    KBUILD_EXTMOD=/opt/src/blcr-0.4.2/cr_module/kbuild CC=gcc
    gmake[4]: Entering directory `/opt/src/linux-2.6.15'
      CC [M]  /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.o
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c: In function
    `cr_save_files_struct':
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c:434: error: structure
    has no member named `max_fds'
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c:435: error: structure
    has no member named `next_fd'
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c:436: error: structure
    has no member named `max_fdset'
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c: In function
    `cr_get_fd_info':
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c:464: error: structure
    has no member named `open_fds'
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c:466: error: structure
    has no member named `close_on_exec'
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c: In function
    `cr_save_all_files':
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c:858: error: structure
    has no member named `max_fds'
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c:872: error: structure
    has no member named `max_fds'
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c:875: error: structure
    has no member named `max_fdset'
    /opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.c:883: error: structure
    has no member named `max_fds'
    gmake[5]: *** [/opt/src/blcr-0.4.2/cr_module/kbuild/cr_dump_self.o] Error 1
    gmake[4]: *** [_module_/opt/src/blcr-0.4.2/cr_module/kbuild] Error 2
    gmake[4]: Leaving directory `/opt/src/linux-2.6.15'
    gmake[3]: *** [all] Error 2
    gmake[3]: Leaving directory `/opt/src/blcr-0.4.2/cr_module/kbuild'
    gmake[2]: *** [all-recursive] Error 1
    gmake[2]: Leaving directory `/opt/src/blcr-0.4.2/cr_module'
    gmake[1]: *** [all-recursive] Error 1
    gmake[1]: Leaving directory `/opt/src/blcr-0.4.2'
    make: *** [all] Error 2
    

  • Next message: Jeff Squyres: "Blocked signals in BLCR callbacks"