You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installed customer kernel, download MLNX_OFED_SRC-5.6-1.0.3.3.tgz and build followed the guide, run into failures
iser-5.6 rebuild failed
Processing files: iser-5.6-OFED.5.6.1.0.1.1.kver.4.19.0_1.0.1.6.aarch64
error: File not found by glob: /var/tmp/OFED_topdir/BUILDROOT/iser-5.6-OFED.5.6.1.0.1.1.aarch64/etc/depmod.d/zz02-iser-*.conf
need to add Note for CentOS: To build kernel RPM while running ARM container on x86_64 need to disable kernel's debuginfo package:
cat > /root/.rpmmacros <<EOF
%debug_package %{nil}
%with_debuginfo 0
%__debug_install_post %{nil}
EOF
The text was updated successfully, but these errors were encountered:
After installed customer kernel, download MLNX_OFED_SRC-5.6-1.0.3.3.tgz and build followed the guide, run into failures
iser-5.6 rebuild failed
Processing files: iser-5.6-OFED.5.6.1.0.1.1.kver.4.19.0_1.0.1.6.aarch64
error: File not found by glob: /var/tmp/OFED_topdir/BUILDROOT/iser-5.6-OFED.5.6.1.0.1.1.aarch64/etc/depmod.d/zz02-iser-*.conf
need to add Note for CentOS: To build kernel RPM while running ARM container on x86_64 need to disable kernel's debuginfo package:
cat > /root/.rpmmacros <<EOF
%debug_package %{nil}
%with_debuginfo 0
%__debug_install_post %{nil}
EOF
The text was updated successfully, but these errors were encountered: