Intel® oneAPI Base Toolkit
Support for the core tools and libraries within the base toolkit that are used to build and deploy high-performance data-centric applications.
419 Discussions

Installing oneAPI on a docker container failing with vtune

fittyCent
Beginner
2,111 Views

I did the steps obtain a gpg key and add to the repository list. When I run `apt install intel-basekit`, I get a line that says `Ign` for the component named `intel-oneapi-vtune-eclipse-plugin-vtune`. `Ign` is supposed to mean that this component isn't necessary and can be ignored. However, further along in installation, I'm getting an error that says 

 

```

Err:13 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-vtune-eclipse-plugin-vtune all 2022.2.0-173
404 Not Found [IP: xxx.xxx.xx.x xxx]
Fetched 3032 MB in 4min 28s (11.3 MB/s)
E: Failed to fetch https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-vtune-eclipse-plugin-vtune-2022.2.0-173_all.deb 404 Not Found [IP: xxx.xxx.xx.x xxx]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

```

 

I tried to skip the vtune-eclipse component that's not found and I still can't build because another component named vtune requires vtune-eclipse and intel-basekit requires vtune.


system info:

- Installing within docker container

- Ubuntu 20.04

 

0 Kudos
1 Solution
ArpanB_Intel
Moderator
1,763 Views

User internally confirmed the issue to be resolved.


Confirmation message:


Hi Arpan,

I don't know what got fixed between last week and now but I ran the following again and it now works.

>apt get update

>apt install intel-basekit


View solution in original post

0 Kudos
9 Replies
ArpanB_Intel
Moderator
2,028 Views

Hi Winston, could you confirm the version of Linux you are using?


Also, as a possible workaround you can install individual tools as per your needs using their package names. To check the list of names of packages, visit> https://www.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-using-package-managers/list-available-packages.html#list-available-toolkits-components-and-runtime-library-packages_list-toolkits


0 Kudos
fittyCent
Beginner
2,019 Views

Hi Arpan,

 

Thanks for the workaround. I see that the missing package exists in the list of available packages out there (intel-oneapi-vtune-eclipse-plugin-vtune) but when I try to install it, it gives me a "404 Not Found" error.

 

I attempted to install basekit with an apt command that ignores intel-oneapi-vtune-eclipse-plugin-vtune but it would say that it's required by intel-oneapi-vtune. I then tried installing basekit without both intel-oneapi-vtune-eclipse-plugin-vtune and intel-oneapi-vtune and I get an error saying that basekit requires intel-oneapi-vtune.

 

My docker container is running Ubuntu 20.04.4 LTS. The container is being run on macOS but I don't think that matters.

 

Here's the output when I run `apt install intel-basekit`

After this operation, 15.3 GB of additional disk space will be used.
Do you want to continue? [Y/n] y
Ign:1 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-vtune-eclipse-plugin-vtune all 2022.2.0-173
Err:2 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-vtune amd64 2022.2.0-173
404 Not Found [IP: 104.119.89.7 443]
Err:1 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-vtune-eclipse-plugin-vtune all 2022.2.0-173
404 Not Found [IP: 104.119.89.7 443]
E: Failed to fetch https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-vtune-eclipse-plugin-vtune-2022.2.0-173_all.deb 404 Not Found [IP: 104.119.89.7 443]
E: Failed to fetch https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-vtune-2022.2.0-173_amd64.deb 404 Not Found [IP: 104.119.89.7 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

 

I tried installing a different version of basekit too (intel-basekit-2021.4.0) and got the same result.

0 Kudos
ArpanB_Intel
Moderator
1,993 Views

Winston, thank you for sharing the update regarding your issue. Could you share the log files with us? On Linux, the default folder would be> opt/intel/oneAPI/logs


0 Kudos
fittyCent
Beginner
1,928 Views

opt/intel doesn't exist. I'm assuming because it didn't make it to installing oneAPI.

0 Kudos
fittyCent
Beginner
1,928 Views

Does it work when you try "apt install intel-basekit" it from your end? I tried it on two machines (docker container and native) here and it didn't work.

0 Kudos
ArpanB_Intel
Moderator
1,823 Views

Winston, we have contacted you privately with some information. Please check your inbox for further updates.


0 Kudos
ArpanB_Intel
Moderator
1,791 Views

Winston, we have again contacted you internally with some information. Please check your inbox for further updates.


0 Kudos
ArpanB_Intel
Moderator
1,764 Views

User internally confirmed the issue to be resolved.


Confirmation message:


Hi Arpan,

I don't know what got fixed between last week and now but I ran the following again and it now works.

>apt get update

>apt install intel-basekit


0 Kudos
ArpanB_Intel
Moderator
1,762 Views

Winston, we thank you for sharing the confirmation with us. We are glad that the issue was resolved.


If you have any further queries, please post a new question as this thread will no longer be monitored by Intel®.


0 Kudos
Reply