[ewg] ofa_1_5_kernel 20091104-0200 daily build status

Vladimir Sokolovsky vlad at dev.mellanox.co.il
Wed Nov 4 07:52:35 PST 2009


Brian J. Murrell wrote:
> On Wed, 2009-11-04 at 03:26 -0800, Vladimir Sokolovsky (Mellanox)
> wrote: 
>> Passed on x86_64 with linux-2.6.16.60-0.54.5-smp
> 
> 2.6.16.60-0.42.4 on both x86_64 and i686 yield:
> 
> gcc -m32 -Wp,-MD,/cache/build/BUILD/ofa_kernel-1.5/drivers/infiniband/core/.addr.o.d  -nostdinc -isystem /usr/lib/gcc/i586-suse-linux/4.1.2/include -D__KERNEL__ -D__OFED_BUILD__  -include include/linux/autoconf.h  -include /cache/build/BUILD/ofa_kernel-1.5/include/linux/autoconf.h  -I/cache/build/BUILD/ofa_kernel-1.5/kernel_addons/backport/2.6.16_sles10_sp2/include/    -I/cache/build/BUILD/ofa_kernel-1.5/include  -I/cache/build/BUILD/ofa_kernel-1.5/drivers/infiniband/debug  -I/usr/local/include/scst  -I/cache/build/BUILD/ofa_kernel-1.5/drivers/infiniband/ulp/srpt  -I/cache/build/BUILD/ofa_kernel-1.5/drivers/net/cxgb3  -Iinclude  -Iinclude2 -I/cache/build/reused/usr/src/linux-2.6.16.60-0.42.4/include  -I/cache/build/reused/usr/src/linux-2.6.16.60-0.42.4/arch//include   -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-default -I/cache/build/BUILD/ofa_kernel-1.5/drivers/infiniband/core  -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Werror-implicit-function-declarati
on -fno-strict-aliasing -fno-common -ffreestanding -fno-delete-null-pointer-checks -fwrapv -Os -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i586 -mtune=generic -mregparm=3 -Iinclude/asm-i386/mach-generic -I/cache/build/reused/usr/src/linux-2.6.16.60-0.42.4/include/asm-i386/mach-generic -Iinclude/asm-i386/mach-default -I/cache/build/reused/usr/src/linux-2.6.16.60-0.42.4/include/asm-i386/mach-default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(addr)"  -D"KBUILD_MODNAME=KBUILD_STR(ib_addr)" -c -o /cache/build/BUILD/ofa_kernel-1.5/drivers/infiniband/core/.tmp_addr.o /cache/build/BUILD/ofa_kernel-1.5/drivers/infiniband/core/addr.c
> In file included from /cache/build/reused/usr/src/linux-2.6.16.60-0.42.4/include/net/addrconf.h:51,
>                  from /cache/build/BUILD/ofa_kernel-1.5/drivers/infiniband/core/addr.c:43:
> /cache/build/BUILD/ofa_kernel-1.5/kernel_addons/backport/2.6.16_sles10_sp2/include/net/ipv6.h:22: error: redefinition of ‘ipv6_addr_loopback’
> /cache/build/reused/usr/src/linux-2.6.16.60-0.42.4/include/net/ipv6.h:361: error: previous definition of ‘ipv6_addr_loopback’ was here
> make[6]: *** [/cache/build/BUILD/ofa_kernel-1.5/drivers/infiniband/core/addr.o] Error 1
> make[5]: *** [/cache/build/BUILD/ofa_kernel-1.5/drivers/infiniband/core] Error 2
> make[4]: *** [/cache/build/BUILD/ofa_kernel-1.5/drivers/infiniband] Error 2
> make[3]: *** [_module_/cache/build/BUILD/ofa_kernel-1.5] Error 2
> make[2]: *** [modules] Error 2
> make[1]: *** [modules] Error 2
> make[1]: Leaving directory `/cache/build/reused/usr/src/linux-2.6.16.60-0.42.4-obj/i386/bigsmp'
> make: *** [kernel] Error 2
> 

Hi Brian,

Is it SLES10 SP2 or SP3?
As I see from the log that sp2 backports are applied.
If it is SP3, then please check if the following patch to 
ofed_scripts/get_backport_dir.sh helps:

diff --git a/ofed_scripts/get_backport_dir.sh 
b/ofed_scripts/get_backport_dir.sh
index ed0c091..0da5c17 100755
--- a/ofed_scripts/get_backport_dir.sh
+++ b/ofed_scripts/get_backport_dir.sh
@@ -51,7 +51,7 @@ get_backport_dir()
                          echo 2.6.16_sles10_sp1
                  else
                          subminor=$(echo $KVERSION | cut -d "-" -f 2 | 
cut -d"." -f2)
-                        if [ $subminor -lt 49 ]; then
+                        if [ $subminor -lt 42 ]; then
                                  echo 2.6.16_sles10_sp2
                          else
                                  echo 2.6.16_sles10_sp3

The reason for other failures is that Ipath driver is not included in 
the daily build.
Here is the reason:


commit 7bc2fad6c49a1fb58a3f59e71258095f5c5b1be0
Author: Ralph Campbell <ralph.campbell at qlogic.com>
Date:   Thu Jul 2 09:49:12 2009 -0700

     Take ipath out of the build

     commit 076a0993420716eed9fbbd6315793ee00c0c2a09
     Author: Ralph Campbell <ralph.campbell at qlogic.com>
     Date:   Thu Jul 2 09:46:11 2009 -0700

         OFED: Take ipath out of the build

         The ipath driver is being replaced by the qib driver in this 
release.
         This patch removes ipath from the build, a subsequent patch 
will add
         qib.

         Signed-off-by: Ralph Campbell <ralph.campbell at qlogic.com>


Regards,
Vladimir



More information about the ewg mailing list