- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Last month, I was able to install multiple Intel kits with the following command:
yum install -y intel-basekit-2021.1.0.x86_64 intel-hpckit-2021.1.0.x86_64
However, today, I am receiving new packaging conflicts.
Last metadata expiration check: 0:00:56 ago on Tue May 30 22:21:11 2023.
Error:
Problem 1: package intel-oneapi-advisor-2023.1.0-43480.x86_64 conflicts with intel-oneapi-common-licensing < 2021.2.0 provided by intel-oneapi-common-licensing-2021.1.1-2021.1.1-60.noarch
- package intel-basekit-2021.1.0-2021.1.0-2659.x86_64 requires intel-oneapi-common-licensing-2021.1.1, but none of the providers can be installed
- package intel-basekit-2021.1.0-2021.1.0-2659.x86_64 requires intel-oneapi-advisor >= 2021.1.1-43, but none of the providers can be installed
- conflicting requests
Problem 2: package intel-oneapi-vtune-2023.1.0-44286.x86_64 conflicts with intel-oneapi-common-licensing < 2021.2.0 provided by intel-oneapi-common-licensing-2021.1.1-2021.1.1-60.noarch
- package intel-basekit-2021.1.0-2021.1.0-2659.x86_64 requires intel-oneapi-vtune >= 2021.1.1-61, but none of the providers can be installed
- package intel-hpckit-2021.1.0-2021.1.0-2684.x86_64 requires intel-oneapi-common-licensing-2021.1.1, but none of the providers can be installed
- package intel-hpckit-2021.1.0-2021.1.0-2684.x86_64 requires intel-basekit-2021.1.0, but none of the providers can be installed
- conflicting requests
It appears that the kits are pulling in various 2023 packages, which are causing this issue. Does anyone know what changed?
Thanks in advance!
Joshua
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Joshua, please share the below information:
- Linux distribution on which you are installing the software
- Other versions of Intel® Parallel Studio XE or Intel® oneAPI already installed on your system
- Is the installer an online or an offline package?
- Screenshots of the error screen
- Installation Log files
The default path for a log file for a oneAPI installation is: opt/intel/oneapi/logs
The default path for a log file for a Parallel Studio XE installation is: /tmp/intel.pset.<user>.<machine>.<timestamp>.log
We would like to know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your response, and my apologies for not including those details. This is occurring on a fresh build with Rocky Linux 8.7. An apptainer image can be created using the following recipe:
Bootstrap: docker
From: rockylinux:8.7
IncludeCmd: yes
# sudo apptainer build --sandbox ~/path-to-new-container thisfile.def
%post
yum clean all && dnf clean all && rm -r /var/cache/dnf && dnf upgrade -y && dnf update -y
yum repolist
yum install -y yum-utils
tee > /tmp/oneAPI.repo << EOF
[oneAPI]
name=Intel(R) oneAPI repository
baseurl=https://yum.repos.intel.com/oneapi
enabled=1
gpgcheck=1
repo_gpgcheck=0
gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
EOF
mv /tmp/oneAPI.repo /etc/yum.repos.d
yum update
yum groupinstall -y "Development Tools"
yum install -y intel-basekit-2021.1.0.x86_64 intel-hpckit-2021.1.0.x86_64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Joshua, there are tools in the toolkit that are not supported on the Rocky Linux 8 and 9. We suggest you to try installation on:
- Red Hat Enterprise Linux* 8, 9
- SUSE Linux Enterprise Server* 15 SP3, SP4
- Ubuntu* 20.04, 22.04
- Debian* 9, 10
- Amazon Linux 2
We would like to know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Joshua, unfortunately we were unable to hear back from you.
If you have any further queries, please post a new question as this thread will no longer be monitored by Intel®.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page