Hi Vlad. On 08/09/11 04:35, Vladimir Sokolovsky (Mellanox) wrote: > This email was generated automatically, please do not reply > > > git_url: git://git.openfabrics.org/ofed_1_5/linux-2.6.git > git_branch: ofed_kernel_1_5 > > Common build parameters: --with-ipoib-mod --with-sdp-mod > --with-user_mad-mod --with-user_access-mod --with-mthca-mod --with-mlx4-mod > --with-mlx4_en-mod --with-core-mod --with-addr_trans-mod --with-rds-mod > --with-cxgb3-mod --with-srp-mod --with-nes-mod > > Passed: > Passed on i686 with 2.6.32-24-generic-pae > Passed on i686 with 2.6.32-71.el6.i686 > Passed on i686 with linux-2.6.32 > Passed on i686 with linux-2.6.30 > Passed on i686 with linux-2.6.31 > Passed on i686 with linux-2.6.36 > Passed on i686 with linux-2.6.34 > Passed on i686 with linux-2.6.35 > Passed on i686 with linux-2.6.33 > Passed on x86_64 with linux-2.6.18-194.el5 > Passed on x86_64 with linux-2.6.18-164.el5 > Passed on x86_64 with linux-2.6.18-238.el5 > > Failed: > Build failed on x86_64 with linux-2.6.16.60-0.21-smp > Log: > /home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.21-smp_x86_64_check/drivers/infiniband/core/addr.c:444: > error: implicit declaration of function 'register_netevent_notifier' > /home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.21-smp_x86_64_check/drivers/infiniband/core/addr.c: > In function 'addr_cleanup': > /home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.21-smp_x86_64_check/drivers/infiniband/core/addr.c:450: > error: implicit declaration of function 'unregister_netevent_notifier' > make[4]: *** > [/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.21-smp_x86_64_check/drivers/infiniband/core/addr.o] > Error 1 > make[3]: *** > [/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.21-smp_x86_64_check/drivers/infiniband/core] > Error 2 > make[2]: *** > [/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.21-smp_x86_64_check/drivers/infiniband] > Error 2 > make[1]: *** > [_module_/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.21-smp_x86_64_check] > Error 2 > make[1]: Leaving directory > `/home/vlad/kernel.org/x86_64/linux-2.6.16.60-0.21-smp' > make: *** [kernel] Error 2 > ----------------------------------------------------------------------------------
The reason you get the error below is because your configure.mk.kernel has CONFIG_SUNRPC_XPRT_RDMA=m. When I try to configure with your config options against the same kernel here, I get CONFIG_SUNRPC_XPRT_RDMA=, and net/sunrpc/xprtrdma is not built. This is expected since --with-nfsrdma-mod is not set. So I'm not sure how CONFIG_SUNRPC_XPRT_RDMA got set for you. Please check into it, and let me know. Thanks. -jeff > Build failed on x86_64 with linux-2.6.16.60-0.54.5-smp > Log: > /home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.54.5-smp_x86_64_check/net/sunrpc/xprtrdma/svc_rdma.c:248: > error: implicit declaration of function 'svc_unreg_xprt_class' > /home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.54.5-smp_x86_64_check/net/sunrpc/xprtrdma/svc_rdma.c: > In function 'svc_rdma_init': > /home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.54.5-smp_x86_64_check/net/sunrpc/xprtrdma/svc_rdma.c:255: > error: 'RPCDBG_SVCXPRT' undeclared (first use in this function) > /home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.54.5-smp_x86_64_check/net/sunrpc/xprtrdma/svc_rdma.c:289: > error: implicit declaration of function 'svc_reg_xprt_class' > make[3]: *** > [/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.54.5-smp_x86_64_check/net/sunrpc/xprtrdma/svc_rdma.o] > Error 1 > make[2]: *** > [/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.54.5-smp_x86_64_check/net/sunrpc/xprtrdma] > Error 2 > make[1]: *** > [_module_/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.16.60-0.54.5-smp_x86_64_check] > Error 2 > make[1]: Leaving directory > `/home/vlad/kernel.org/x86_64/linux-2.6.16.60-0.54.5-smp' > make: *** [kernel] Error 2 > ---------------------------------------------------------------------------------- > Build failed on x86_64 with linux-2.6.32-131.0.15.el6 > Log: > /home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.32-131.0.15.el6_x86_64_check/drivers/infiniband/core/addr.c: > At top level: > /home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.32-131.0.15.el6_x86_64_check/drivers/infiniband/core/addr.c:66: > error: initializer element is not constant > /home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.32-131.0.15.el6_x86_64_check/drivers/infiniband/core/addr.c:66: > error: (near initialization for 'lock.wait_lock') > make[4]: *** > [/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.32-131.0.15.el6_x86_64_check/drivers/infiniband/core/addr.o] > Error 1 > make[3]: *** > [/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.32-131.0.15.el6_x86_64_check/drivers/infiniband/core] > Error 2 > make[2]: *** > [/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.32-131.0.15.el6_x86_64_check/drivers/infiniband] > Error 2 > make[1]: *** > [_module_/home/vlad/tmp/ofa_1_5_kernel-20110809-0417_linux-2.6.32-131.0.15.el6_x86_64_check] > Error 2 > make[1]: Leaving directory > `/home/vlad/kernel.org/x86_64/linux-2.6.32-131.0.15.el6' > make: *** [kernel] Error 2 > ---------------------------------------------------------------------------------- > _______________________________________________ > ewg mailing list > [email protected] > http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg _______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
