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

Strange result when I launch a new terminal with source /opt/intel/oneapi/setvars.sh on Debian 10

chris6
Beginner
979 Views

Hello,

I have a strange error message when I launch a new terminal on my AMD64 pc with Debian10 Buster.

Here below the source command into my ~/.zshrc :

 

# Intel compilers and oneAPI - 2021
source /opt/intel/oneapi/setvars.sh

 

and the result :

 

: initializing oneAPI environment ...
zsh: ZSH_VERSION = 5.7.1
:: advisor -- latest
:: ccl -- latest
:: clck -- latest
:: compiler -- latest
:: dal -- latest
:: debugger -- latest
:: dev-utilities -- latest
:: dnnl -- latest
:: dpcpp-ct -- latest
:: dpl -- latest
:: inspector -- latest
:: intelpython -- latest
/opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/xgboost_activate.sh:16: = not found
:: ipp -- latest
:: ippcp -- latest
:: ipp -- latest
:: itac -- latest
:: mkl -- latest
:: mpi -- latest
:: tbb -- latest
:: vpl -- latest
:: vtune -- latest
:: oneAPI environment initialized ::

 

As you can see, I get this error :

/opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/xgboost_activate.sh:16: = not found

 

How to fix it ?

 

Is it related to another problems about VTune when I boot my Debian 10 :

 

vtsspp : Faidel to initialize driver

vtsspp : Empty 'kallsyms_lookup_name' function address

vtsspp : Failed to find 'cea_set_pte' symbol

 

??

Any help is welcome, I begin to despeate

 

Regards

0 Kudos
4 Replies
Soumya_M_Intel
Moderator
941 Views

Hi chris6,

 

Thanks for posting your concern in the forum. However, this forum topic is to provide support on Getting Started questions for Intel® oneAPI Toolkits, Intel® Parallel Studio XE and Intel® System Studio while the query is regarding a post-installation issue. Please be rest assured, as we are routing your post to the correct forum. Our internal team would get back to you there in a timely manner. Have a nice day ahead.

 

Regards,

Soumya


0 Kudos
SantoshY_Intel
Moderator
894 Views

Hi,

 

>>"How to fix it ?"

You can replace '[' and ']' with '[[' and ']]' respectively in "/opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/xgboost_activate.sh:16"

i.e replacing the below line

if [ "${OCL_ICD_FILENAMES}" == "" ]

with

if [[ "${OCL_ICD_FILENAMES}" == "" ]]

 

Now running the ZSH script will solve the issue.

Another way is to install bash and run all commands in the bash shell.

>>"Is it related to another problems about VTune when I boot my Debian 10 :"
No, This is not related to vtsspp error that you are facing. However, regarding the vtsspp issue it is been handled in the other thread which you have raised.

 

Thanks & Regards,

Santosh

 

0 Kudos
SantoshY_Intel
Moderator
870 Views

Hi,


We have not heard back from you. Is your issue resolved? Please get back to us if the issue still persists.


Thanks & regards,

Santosh


0 Kudos
SantoshY_Intel
Moderator
837 Views

Hi,


As we have not heard back from you, we are considering that your issue has been resolved and we have answered all your queries. So we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.


Have a Good day!


Thanks & Regards,

Santosh


0 Kudos
Reply