Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6956 Discussions

gpg keys failure prevent yum install of Intel libraries

Barak__Ron
Beginner
1,226 Views

To install intel-daal-core-2018.1-163 on CentOS, I used these two repo files:

/etc/yum.repos.d/intel-mkl.repo:

[intel-mkl-core-2018.1-163] 
name='Intel(R) Intel Math Kernel Library' 
baseurl=https://yum.repos.intel.com/mkl 
enabled=1 
gpgcheck=1 
repo_gpgcheck=1 
gpgkey=https://yum.repos.intel.com/mkl/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1

/etc/yum.repos.d/intel-daal.repo:

[intel-daal-core-2018.1-163] 
name='Intel(R) Data Analytics Acceleration Library' baseurl=https://yum.repos.intel.com/daal 
enabled=1 
gpgcheck=1 
repo_gpgcheck=1 
gpgkey=https://yum.repos.intel.com/daal/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1

But, from this morning, the yum install command (sudo yum install intel-daal-core-2018.1-163) fails with:

failure: repodata/repomd.xml from intel-mkl-core-2018.1-163: [Errno 256] No more mirrors to try. https://yum.repos.intel.com/mkl/repodata/repomd.xml: [Errno -1] Gpg Keys not imported, cannot verify repomd.xml for repo intel-mkl-core-2018.1-163

However, if I stop checking the gpg keys, namely - I change the repo files to:

[intel-mkl-core-2018.1-163] 
name='Intel(R) Intel Math Kernel Library' 
baseurl=https://yum.repos.intel.com/mkl 
enabled=1 
gpgcheck=1 
repo_gpgcheck=0 
#gpgkey=https://yum.repos.intel.com/mkl/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1 


[intel-daal-core-2018.1-163] 
name='Intel(R) Data Analytics Acceleration Library' 
baseurl=https://yum.repos.intel.com/daal 
enabled=1 
gpgcheck=0 
repo_gpgcheck=0 
#gpgkey=https://yum.repos.intel.com/daal/setup/PUBLIC_KEY.PUB 
debuglevel=10 
enabled=1

And do:

sudo yum clean all ; sudo rm -rf /var/cache/yum

Then sudo yum install intel-daal-core-2018.1-163 is successful.

Googling didn't find any notice from Intel that they changed something.
Does anyone know what's the reason for the yum failure of gpg keys?

0 Kudos
5 Replies
KKats1
Beginner
1,226 Views

Same problem in Debian/APT feed. The key has expired today. Hope they'll fix it on Monday.

0 Kudos
Gennady_F_Intel
Moderator
1,226 Views

Thank you for the report. the issue is escalated and we will fix the issue asap.

0 Kudos
Gennady_F_Intel
Moderator
1,226 Views

Could you try the package once again right now? 

0 Kudos
Barak__Ron
Beginner
1,226 Views

Seems the gpg keys problems for the daal/mkl libraries is fixed.

on "Tue Oct  1 09:48:23 PDT 2019" - I executed sudo yum install intel-daal-core-2018.1-163 --downloadonly -y without any errors.[1]

Thanks, Gennady.

 

 

[1] also no errors for sudo yum install intel-mkl-core-2018.1-163 --downloadonly -y

0 Kudos
Wilkes__Chris
Beginner
1,226 Views

Same here.  Posted https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/821891 but it isn't showing up in the https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology list of topics.

 

0 Kudos
Reply