[LU-242] building OFED 1.5.3 on RHEL6 failed Created: 26/Apr/11  Updated: 23/Jan/12  Resolved: 23/Jan/12

Status: Closed
Project: Lustre
Component/s: None
Affects Version/s: Lustre 2.1.0, Lustre 1.8.6
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Jian Yu Assignee: Brian Murrell (Inactive)
Resolution: Won't Fix Votes: 0
Labels: None
Environment:

Distro: RHEL6
Network: IB (OFED 1.5.3)


Severity: 3
Rank (Obsolete): 10077

 Description   

While building Lustre b1_8 or master with OFED 1.5.3 on RHEL6 distro, it failed as follows:

/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic/vnic_main.c: In function 'vnic_setup':
/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic/vnic_main.c:1063: error: 'struct net_device' has no member named 'get_stats'
/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic/vnic_main.c:1064: error: 'struct net_device' has no member named 'open'
/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic/vnic_main.c:1065: error: 'struct net_device' has no member named 'stop'
/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic/vnic_main.c:1066: error: 'struct net_device' has no member named 'hard_start_xmit'
/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic/vnic_main.c:1067: error: 'struct net_device' has no member named 'tx_timeout'
/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic/vnic_main.c:1068: error: 'struct net_device' has no member named 'set_multicast_list'
/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic/vnic_main.c:1069: error: 'struct net_device' has no member named 'set_mac_address'
/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic/vnic_main.c:1070: error: 'struct net_device' has no member named 'change_mtu'
make[4]: *** [/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic/vnic_main.o] Error 1
make[3]: *** [/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband/ulp/qlgc_vnic] Error 2
make[2]: *** [/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3/drivers/infiniband] Error 2
make[1]: *** [_module_/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/BUILD/ofa_kernel-1.5.3] Error 2
make[1]: Leaving directory `/var/lib/jenkins/workspace/lustre-b1_8/arch/x86_64/build_type/client/distro/el6/ib_stack/ofa/BUILD/reused/usr/src/kernels/2.6.32-71.18.2.el6.x86_64'
make: *** [kernel] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.XzUwhg (%build)

Console logs:
http://newbuild.whamcloud.com/job/lustre-b1_8/arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/lastBuild/consoleFull
http://newbuild.whamcloud.com/job/lustre-master/arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/lastBuild/consoleFull



 Comments   
Comment by Peter Jones [ 26/Apr/11 ]

Brian

Do you understand what the problem is here?

Thanks

Peter

Comment by Brian Murrell (Inactive) [ 27/Apr/11 ]

Do you understand what the problem is here?

Sure. Yu Jian is trying to use an unsupported configuration: el6/ofa. The last build in which that combination was attempted (and was discovered not to work, and thus disabled for subsequent builds) was 8 builds ago (build 12, we are now on build 20). I wonder why she is using a build that is so old. Is this a tool failing of some sort or did she specifically ask for build 12?

Comment by Jian Yu [ 27/Apr/11 ]

I just clicked into the "lustre-b1_8" and "lustre-master" entries on the Jenkins system and found such failures:
http://newbuild.whamcloud.com/job/lustre-b1_8/
http://newbuild.whamcloud.com/job/lustre-master/

Comment by Peter Jones [ 06/May/11 ]

Chris

Can you please comment on this

Thanks

Peter

Comment by Brian Murrell (Inactive) [ 09/May/11 ]

Peter,

I'm not sure there is anything more to comment on. It seems that Yu Jian is simply reporting a known issue which is that ofed 1.5.3 and el6 are not a supported combination for the kernel we are using on both b1_8 and master.

IOW, there is no action here for anyone that I can see. Probably we just need to close this ticket.

Comment by Chris Gearing (Inactive) [ 12/May/11 ]

Brian,

Which version are we using for RHEL 6, if you tell me I will update the support matrix to match.

Chris

Comment by Brian Murrell (Inactive) [ 12/May/11 ]

We can only build "inkernel" OFED for RHEL6. Our kernel is too far advanced for OFA's OFED.

Comment by Chris Gearing (Inactive) [ 12/May/11 ]

This ticket can therefore become the tracker for getting OFA OFED into RHEL6 build when it becomes available. I'll leave it assigned to Brian and update the status matrix to reference this ticket.

Comment by Andreas Dilger [ 23/Jan/12 ]

Should this ticket be closed, since we are already dealing with OFED 1.5.4 and RHEL6 in a separate ticket?

Comment by Brian Murrell (Inactive) [ 23/Jan/12 ]

We have moved to OFED 1.5.4 on the build farm with support for RHEL6 kernels that will build with OFED 1.5.4 landing hopefully to the main development branches.

Generated at Sat Feb 10 01:05:09 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.