Bug 714713

Summary: EL5.7: Compiling error for lpfc 8.2.0.102
Product: Red Hat Enterprise Linux 5 Reporter: Peter Pols <peter.pols>
Component: driver-update-programAssignee: Jon Masters <jcm>
Status: CLOSED NOTABUG QA Contact: Chao Yang <chyang>
Severity: low Docs Contact:
Priority: unspecified    
Version: 5.7CC: bzeranski, gasmith, martin.wilck, qcai
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-06 21:48:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Peter Pols 2011-06-20 13:45:35 UTC
Compiling the Emulex lpfc 8.2.0.102 driver for the EL5.7 snapshot 3 kernel fails with the error messages:
 
/builddir/build/BUILD/lpfcdriver-2.6-8.2.0.102/obj/default/lpfc_init.c: In function 'lpfc_sli4_driver_resource_setup':
/builddir/build/BUILD/lpfcdriver-2.6-8.2.0.102/obj/default/lpfc_init.c:4279: error: implicit declaration of function 'random32_init'
/builddir/build/BUILD/lpfcdriver-2.6-8.2.0.102/obj/default/lpfc_init.c:4280: error: implicit declaration of function 'random32_reseed'
make[1]: *** [/builddir/build/BUILD/lpfcdriver-2.6-8.2.0.102/obj/default/lpfc_init.o] Error 1
make: *** [_module_/builddir/build/BUILD/lpfcdriver-2.6-8.2.0.102/obj/default] Error 2

Comment 1 Peter Pols 2011-07-18 13:49:00 UTC
This report can be closed.
With lpfc 8.2.0.106 from SW-Kit 5.2.9 the problem is gone.