oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.
1311 Discussions

ERROR: failed to solve: process "/bin/sh -c yum -y install intel-oneapi-compiler-fortran-2021.4.0" d

hermank
Beginner
701 Views

I am getting the below error when trying to install "intel-oneapi-compiler-fortran-2021.4.0" using yum in my container. Has anything changed in the past 3 months? 

 

I was able to successfully complete the process before.

 

Transaction Summary
7.031 ================================================================================
7.031 Install 2 Packages (+17 Dependent packages)
7.031
7.032 Total download size: 483 M
7.032 Installed size: 1.6 G
7.032 Downloading packages:
7.431 warning: /var/cache/yum/x86_64/7/oneAPI/packages/intel-oneapi-common-licensing-2021.4.0-2021.4.0-327.noarch.rpm: Header V4 RSA/SHA256 Signature, key ID 7e6c5dbe: NOKEY
7.431 Public key for intel-oneapi-common-licensing-2021.4.0-2021.4.0-327.noarch.rpm is not installed
23.35 --------------------------------------------------------------------------------
23.35 Total 30 MB/s | 483 MB 00:16
23.35 Retrieving key from https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
23.98 Importing GPG key 0x53D04109:
23.98 Userid : "CN=Intel(R) Software Development Products"
23.98 Fingerprint: e9bf 0afc 46d6 e8b7 da58 82f1 bac6 f0c3 53d0 4109
23.98 From : https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
23.99
23.99
23.99 Public key for intel-oneapi-compiler-shared-runtime-2021.4.0-2021.4.0-3561.x86_64.rpm is not installed
23.99
23.99
23.99 Failing package is: intel-oneapi-compiler-shared-runtime-2021.4.0-2021.4.0-3561.x86_64
23.99
------
fortranec.dockerfile:18
--------------------
16 | RUN yum groupinstall -y "Development Tools"
17 | # to list packages `yum --disablerepo="*" --enablerepo="oneAPI" list available | grep intel-oneapi | grep -v intel-oneapi-runtime`
18 | >>> RUN yum -y install intel-oneapi-compiler-fortran-2021.4.0
19 | RUN yum -y install intel-oneapi-compiler-fortran-runtime-2023.2.1
20 |
--------------------
ERROR: failed to solve: process "/bin/sh -c yum -y install intel-oneapi-compiler-fortran-2021.4.0" did not complete successfully: exit code: 1

0 Kudos
2 Replies
Vipin_Singh1
Moderator
593 Views

Hi Herman, please note that Intel® Fortran Compiler 2021.4.0 is an older and unsupported products.

 

Intel® has decided that Intel Compilers Versions: 2024.0.1 and earlier are not supported anymore. We urge users to upgrade to the latest version of Intel® developer tools. The unsupported versions do not include the latest functional and security updates. These versions are targeted to be removed after a period. For more information refer to the link:

 

https://www.intel.com/content/www/us/en/developer/articles/release-notes/oneapi-supported-product-versions.htm, and scroll down to the Unsupported Product Version.

 

Intel® oneAPI users with active Intel Priority Support can access older versions via a secure portal you gain access to as part of your support subscription. Kindly refer below link for more details:

 

FAQ's Priority Support Link: https://www.intel.com/content/www/us/en/developer/get-help/faq-priority-support.html


0 Kudos
Vipin_Singh1
Moderator
540 Views

Hi Herman, 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®. 


0 Kudos
Reply