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

Not enough disk space error when installing on Yocto embedded Linux OS.

Rajaram_G_Intel
Employee
1,293 Views

When running the install.sh script get the following error:

Error: not enough disk space in "/tmp" temporary directory. 100 MB is required for startup.

A df -h shows shows:

Filesystem   Size   Used   Available   Use%   Mounted on

tmpfs            1.9G  1.2M   1.9G          0%       /tmp

So there appears to be enough space in /tmp?

Also /tmp has rwx permissions for everyone.

 

 

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
1,293 Views

what package did you tried to install?

0 Kudos
SergeyKostrov
Valued Contributor II
1,293 Views
>>...Error: not enough disk space in "/tmp" temporary directory. 100 MB is required for startup... Intel software install scripts for Linux have an option that allows to specify a different directory for temporary files. Did you try it?
0 Kudos
MKang3
Novice
1,293 Views

I see the same problem. I changed the tmp path, but the error still shows:

S = "${WORKDIR}/l_mkl_2020.0.166/"

do_install () {
   install -d -m 755 ${D}/opt/intel
   install -d -m 755 ${D}/tmp
   ./install.sh -t ${D}/tmp
}
 

 

0 Kudos
Reply