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.

DEB-based installer bug

marcinblazejowski
4,650 Views

Hi,

I believe there is a bug in DEB-based installer, which results in endless upgrade of the following packages: intel-oneapi-compiler-cpp-eclipse-cfg, intel-oneapi-compiler-dpcpp-cpp, intel-oneapi-compiler-dpcpp-eclipse-cfg.

 

How to replicate this bug:

  1. Install current intel-basekit (with all dependencies) on Debian trixie/sid or Ubuntu bookworm/sid.
  2. If installation completed, type 'sudo apt upgrade': you'll get info that above-mentioned packages should be upgraded.
  3. If upgrade competed, type 'sudo apt upgrade' again: you'll get the same info as in step 2.

Marcin

1 Solution
Sahira_Intel
Moderator
3,591 Views

Hi all,

Thanks for your feedback.

The issue will be fixed in the next release.


Sincerely,

Sahira


View solution in original post

0 Kudos
20 Replies
ArpanB_Intel
Moderator
4,539 Views

Hi Marcin, please share the below information with us:


- Full name of the 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.


0 Kudos
marcinblazejowski
4,515 Views

Dear Arpan,

  1. As written in original post I use two distos: Debian trixie/sid and Ubuntu bookworm/sid.
  2. There is no other Intel software installed (excluding firmware binaries from Debian packages).
  3. In both cases I used online installer (via APT system).
  4. Screenshot attached to original post.
  5. Well, although oneAPI is installed in default path, there is no '/opt/intel/oneapi/logs' at all. But installation was successful  on both machines.

Marcin

 

0 Kudos
ArpanB_Intel
Moderator
4,503 Views

Marcin, thank you for sharing your findings with us.


We have contacted you internally with some information. Please check your inbox for further updates.


0 Kudos
zeitouni
Beginner
4,489 Views

Hello,

 

I am having the exact same problem. Could you please help me resolve this too? I'm on Ubuntu 22.04.3 LTS.

0 Kudos
marcinblazejowski
4,483 Views

Zeitouni,

we're still waiting for a solution, just follow this topic.

Marcin

0 Kudos
marcinblazejowski
4,367 Views

Dear Arpan,

any new related with bug reported?

Cheers,
Marcin

0 Kudos
ArpanB_Intel
Moderator
4,294 Views

Marcin, we believe the issue has been addressed. Could you check if you are still facing the issue?


We would like to know.


0 Kudos
marcinblazejowski
4,286 Views

Dear Arpan,

unfortunately the issue still exists, i.e. APT tries to upgrade above-mentioned packages in version 2023.2.1-16 by "new" ones in the same 2023.2.1-16 version.

IMHO it looks like you didn't upload updated packages at server with repositories (https://apt.repos.intel.com/oneapi).

 

Cheers,
Marcin

0 Kudos
ArpanB_Intel
Moderator
4,239 Views

Marcin, we will check back internally and get back to you with an update soon.


0 Kudos
marcinblazejowski
4,216 Views

Dear Arpan,

I look forward to hearing any news from you.

Cheers,
Marcin

0 Kudos
ArpanB_Intel
Moderator
3,882 Views

Marcin, could you try using the following command:


sudo nano /etc/apt/apt.conf.d/20auto-upgrades

APT::Periodic::Update-Package-Lists "0";

APT::Periodic::Unattended-Upgrade "1";


We would like to know.


0 Kudos
marcinblazejowski
3,812 Views

Arpan,

it does not help.

FYI: I had to change 1 to 0 only for 'APT::Periodic::Update-Package-Lists', the second option had already value 1.

 

Cheers,
Marcin

0 Kudos
ArpanB_Intel
Moderator
3,751 Views

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


0 Kudos
Letterman
Beginner
3,648 Views

Hello, how you are well

I am also experiencing this issue. To answer your questions above

1. I am using Ubuntu 22.04.3 LTS (Jammy Jellyfish)

2. As far as I am aware,  I do not have any other intel software besides oneapi

3. installed via apt

4. no screenshots but running sudo apt upgrade yeilds the following

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
intel-oneapi-compiler-fortran
1 to upgrade, 0 to newly install, 0 to remove.
Need to get 1,784 B of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y

Get:1 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-compiler-fortran amd64 2023.2.1-16 [1,784 B]
Fetched 1,784 B in 1s (2,523 B/s)
(Reading database ... 484629 files and directories currently installed.)
Preparing to unpack .../intel-oneapi-compiler-fortran_2023.2.1-16_amd64.deb ...
Unpacking intel-oneapi-compiler-fortran (2023.2.1-16) over (2023.2.1-16) ...
Setting up intel-oneapi-compiler-fortran (2023.2.1-16) ...

However, running sudo apt upgrade once again yields the same results. The updating via the 'Software Updater' tool will simply go through the motions of installing the new version but then re-prompt me to install the package once more, despite the following under the 'Technical Description' tab:

Installed version: 2023.2.1-16
Available version: 2023.2.1-16

 

5. Similar to the OP, my installation does not have a opt/intel/oneapi/logs directory

 

Additionally, trying the solutions suggested above does not change anything

 

Looking forward to your response

 

Regards, Letterman

0 Kudos
Sahira_Intel
Moderator
3,592 Views

Hi all,

Thanks for your feedback.

The issue will be fixed in the next release.


Sincerely,

Sahira


0 Kudos
marcinblazejowski
3,578 Views

Hi Sahira,

nice to hear!!!

Cheers,

M

0 Kudos
ciaron1
Beginner
3,006 Views

Hi!

Can you share the actual solution? I'm experiencing this still on Ubuntu 22.04.3

Thanks

Ciaron

0 Kudos
marcinblazejowski
2,978 Views

Hi,

there is no one, you have to wait for next oneAPI release.

Marcin

0 Kudos
bhimadri
Beginner
2,692 Views

Hi all,

I am also facing the same issue. After searching for a solution, I found the problem is with the apt policy. I am attaching my log here.

 

himadri@himadri-HP-Laptop-14s-cr2xxx:~$ apt list --upgradable
Listing... Done
intel-oneapi-compiler-cpp-eclipse-cfg/all 2023.2.1-16 all [upgradable from: 2023.2.1-16]
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic/all 2023.2.1-16 amd64 [upgradable from: 2023.2.1-16]
intel-oneapi-compiler-dpcpp-cpp/all 2023.2.1-16 amd64 [upgradable from: 2023.2.1-16]
intel-oneapi-compiler-dpcpp-eclipse-cfg/all 2023.2.1-16 all [upgradable from: 2023.2.1-16]
himadri@himadri-HP-Laptop-14s-cr2xxx:~$ sudo apt upgrade -y
[sudo] password for himadri:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
#
# Canonical released microcode updates for both Intel (CVE-2022-40982) and AMD
# (CVE-2023-20593). ‘Unattended upgrades’ provide security updates by default.
# Ensure it remains enabled to always get all updates as they become available.
#
The following packages will be upgraded:
intel-oneapi-compiler-cpp-eclipse-cfg intel-oneapi-compiler-dpcpp-cpp intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
intel-oneapi-compiler-dpcpp-eclipse-cfg
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 7,732 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-cpp-eclipse-cfg all 2023.2.1-16 [2,100 B]
Get:2 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-compiler-dpcpp-cpp amd64 2023.2.1-16 [1,764 B]
Get:3 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic amd64 2023.2.1-16 [1,808 B]
Get:4 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-dpcpp-eclipse-cfg all 2023.2.1-16 [2,060 B]
Fetched 7,732 B in 6s (1,399 B/s)
(Reading database ... 389939 files and directories currently installed.)
Preparing to unpack .../intel-oneapi-compiler-cpp-eclipse-cfg_2023.2.1-16_all.deb ...
Unpacking intel-oneapi-compiler-cpp-eclipse-cfg (2023.2.1-16) over (2023.2.1-16) ...
Preparing to unpack .../intel-oneapi-compiler-dpcpp-cpp_2023.2.1-16_amd64.deb ...
Unpacking intel-oneapi-compiler-dpcpp-cpp (2023.2.1-16) over (2023.2.1-16) ...
Preparing to unpack .../intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic_2023.2.1-16_amd64.deb ...
Unpacking intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic (2023.2.1-16) over (2023.2.1-16) ...
Preparing to unpack .../intel-oneapi-compiler-dpcpp-eclipse-cfg_2023.2.1-16_all.deb ...
Unpacking intel-oneapi-compiler-dpcpp-eclipse-cfg (2023.2.1-16) over (2023.2.1-16) ...
Setting up intel-oneapi-compiler-cpp-eclipse-cfg (2023.2.1-16) ...
Setting up intel-oneapi-compiler-dpcpp-cpp (2023.2.1-16) ...
Setting up intel-oneapi-compiler-dpcpp-eclipse-cfg (2023.2.1-16) ...
Setting up intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic (2023.2.1-16) ...
himadri@himadri-HP-Laptop-14s-cr2xxx:~$ sudo apt update
Hit:1 http://deb.anydesk.com all InRelease
Hit:3 http://security.ubuntu.com/ubuntu lunar-security InRelease
Hit:4 https://repo.skype.com/deb stable InRelease
Hit:6 http://in.archive.ubuntu.com/ubuntu lunar-updates InRelease
Hit:7 http://in.archive.ubuntu.com/ubuntu lunar-backports InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
himadri@himadri-HP-Laptop-14s-cr2xxx:~$ apt list --upgradable
Listing... Done
intel-oneapi-compiler-cpp-eclipse-cfg/all 2023.2.1-16 all [upgradable from: 2023.2.1-16]
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic/all 2023.2.1-16 amd64 [upgradable from: 2023.2.1-16]
intel-oneapi-compiler-dpcpp-cpp/all 2023.2.1-16 amd64 [upgradable from: 2023.2.1-16]
intel-oneapi-compiler-dpcpp-eclipse-cfg/all 2023.2.1-16 all [upgradable from: 2023.2.1-16]
himadri@himadri-HP-Laptop-14s-cr2xxx:~$ apt policy intel-oneapi-compiler-cpp-eclipse-cfg
intel-oneapi-compiler-cpp-eclipse-cfg:
Installed: 2023.2.1-16
Candidate: 2023.2.1-16
Version table:
2023.2.1-16 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
*** 2023.2.1-16 100
100 /var/lib/dpkg/status
2023.2.0-49495 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2023.1.0-46305 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2023.0.0-25370 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2022.2.1-16953 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2022.2.0-8734 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2022.1.0-3768 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2022.0.2-3658 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2022.0.1-3633 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2021.4.0-3561 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2021.3.0-3350 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2021.2.0-610 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2021.1.2-266 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
2021.1.1-189 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
 
The *** before the /var/lib/dpkg/status should be before the latest latest version
like:
 
Version table:
*** 2023.2.1-16 500
500 https://apt.repos.intel.com/oneapi all/main all Packages
100 /var/lib/dpkg/status
 
Moreover, same problem is happening on all ubuntu releases. I have tested on Ubuntu 22.04.3 (jammy), 23.04 (lunar) and 23.10 (mantic). So my best guess would be the problem lies with the repo itself. I might be able to test it on launchpad if I had the debian packaging source (the debian folder in the oneAPI source). But unlike the oneAPI source on github, it is not found anywhere on github.
 
0 Kudos
marcinblazejowski
2,409 Views

Hi,

I can confirm that new oneAPI version resolved the issue.

Marcin

0 Kudos
Reply