RET icon indicating copy to clipboard operation
RET copied to clipboard

RET Install Failing with rocm-profiler not found

Open adambestavros opened this issue 5 years ago • 1 comments

I am unable to complete ROCm install using RET on fresh images of Ubuntu 1804. Here is the error log:

[2020.03.11 @ 12:35:58:470768242] [CMD] apt-get -qq -y --allow-unauthenticated install 'rocm-profiler' [runCmd] [2020.03.11 @ 12:35:58:471675244] [SUB] \e[0K⡇ Installing Package: rocm-profiler [] [2020.03.11 @ 12:35:58:890484545] [OUT] E: Unable to locate package rocm-profiler [2020.03.11 @ 12:35:58:904542343] [ERR] An error occurred while executing the command! [apt-get -qq -y --allow-unauthenticated install 'rocm-profiler']

adambestavros avatar Mar 18 '20 22:03 adambestavros

@msabony1966 To provide a bit more information about the failure of RET:

================================================================================
[+] [STEP:4/12] Verifying rocm Dependencies...
================================================================================
src/functions: line 993: type: rocm-dkms: not found
ii  rocm-dkms      3.5.0-30     amd64        Radeon Open Compute (ROCm) Runtime software stack
        rocm-dkms                    ..........  ✔ Found
src/functions: line 993: type: rocm-dev: not found
ii  rocm-dev       3.5.0-30     amd64        Radeon Open Compute (ROCm) Runtime software stack
        rocm-dev                     ..........  ✔ Found
src/functions: line 993: type: rocm-libs: not found
ii  rocm-libs      3.5.0-30     amd64        Radeon Open Compute (ROCm) Runtime software stack
        rocm-libs                    ..........  ✔ Found
src/functions: line 993: type: rocm-device-libs: not found
ii  rocm-device-libs 1.0.0.585-rocm-rel-3.5-30-e6d1be0 amd64        Radeon Open Compute - device libraries
        rocm-device-libs             ..........  ✔ Found
src/functions: line 993: type: hsa-ext-rocr-dev: not found
ii  hsa-ext-rocr-dev 1.1.30500.0-rocm-rel-3.5-30-def83d8 amd64        AMD Heterogeneous System Architecture HSA - Linux HSA Runtime extensions for ROCm platforms
            hsa-ext-rocr-dev             ..........  ✔ Found
src/functions: line 993: type: hsakmt-roct-dev: not found
ii  hsakmt-roct-dev 1.0.9-347-gd4b224f amd64        HSAKMT development package.
        hsakmt-roct-dev              ..........  ✔ Found
src/functions: line 993: type: hsa-rocr-dev: not found
ii  hsa-rocr-dev   1.1.30500.0-rocm-rel-3.5-30-def83d8 amd64        AMD Heterogeneous System Architecture HSA - Linux HSA Runtime for Boltzmann (ROCm) platforms
        hsa-rocr-dev                 ..........  ✔ Found
src/functions: line 993: type: rocm-opencl: not found
ii  rocm-opencl    2.0.20191    amd64        OpenCL: Open Computing Language on ROCclr
        rocm-opencl                  ..........  ✔ Found
src/functions: line 993: type: rocm-utils: not found
ii  rocm-utils     3.5.0-30     amd64        Radeon Open Compute (ROCm) Runtime software stack
        rocm-utils                   ..........  ✔ Found
src/functions: line 993: type: rocm-profiler: not found
        rocm-profiler                ..........  ✘ Not Found!
src/functions: line 993: type: cxlactivitylogger: not found
        cxlactivitylogger            ..........  ✘ Not Found!
src/functions: line 993: type: miopen-hip: not found
        miopen-hip                   ..........  ✘ Not Found!
src/functions: line 993: type: miopengemm: not found
        miopengemm                   ..........  ✘ Not Found!
src/functions: line 993: type: rccl: not found
        rccl                         ..........  ✘ Not Found!

[INFO] The above not installed packages are required to complete this setup.

Warning: apt-key output should not be parsed (stdout is not a terminal)
OK[+] ⡟ Run ROCm Pre-Installation: Add the ROCm apt repository...
deb [arch=amd64 trusted=yes] http://repo.radeon.com/rocm/apt/debian/ xenial main
Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://repo.radeon.com/rocm/apt/debian xenial InRelease
Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists...stallation...
E: Unable to locate package rocm-profiler...

✘ [ERROR] An error occurred while executing the command!...[apt-get -qq -y --allow-unauthenticated install 'rocm-profiler']
  [+] ⠻ Installing Package: rocm-profiler...

Seems to be missing:

$ apt search rocm profiler
Sorting... Done
Full Text Search... Done

Affected are both rocm-profiler and cxlactivitylogger. According to the following ticket, it seems to have been removed a while ago? https://github.com/RadeonOpenCompute/ROCm/issues/849

grische avatar Jun 16 '20 10:06 grische