- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am unable to install Intel Fortran Compiler XE for Intel(R) 64 component on Ubuntu 14.04. It says 'Unsupportted OS' at first. However, if I ignore and continue, select Intel 64 architecture, at Installation stage I get the error:
Installing Intel Fortran Compiler XE for Intel(R) 64 component...
ERROR: Unable to extract data from RPM package. Please check that temporary
directory is not full.
Please help.
Thanks.
Aditya
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which version of the compiler are you trying to install? Have you read https://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The installer will use /tmp to extract files. How full is your disk, and do you have permission to write to /tmp?
touch /tmp/foo
should succeed.
df -k will show how much disk space you have. Look for root, or "/" as tmp is directory under your root partition.
if for some reason your root partition is full or you don't have permissions on /tmp let me know.. There is a way to specify another directory for extraction and use during installation.
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There seems to be enough space: df -h shows this:
Filesystem Size Used Avail Use% Mounted on
/dev/sda7 28G 11G 16G 40% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 1.8G 4.0K 1.8G 1% /dev
tmpfs 365M 1.3M 364M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.8G 1.3M 1.8G 1% /run/shm
none 100M 48K 100M 1% /run/user
/dev/sda9 267G 16G 238G 7% /home
/tmp is not separately partitioned. It is under / directory, with 16GB free space
Just as an aside, is there any role for the 'tmpfs' mounted on /run here?
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to install
l_fcompxe_2013_sp1.3.174
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Any leads on this issue? I am waiting to hear from you :)
- Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible that your RPM database is locked? http://www.oldrpm.org/hintskinks/repairdb/
Usually the simple
rm -f /var/lib/rpm/__db* will remove the files which hold lock state information (these files start with that distinctive "__"). As these lock state holding files are automatically re-created if missing, this is a safe approach.
have you rebooted lately?
And is the rpm package installed on your system?
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You did say / is not full. But did you check that you have write permissions on /tmp?
Are you installing as root user or a normal user?
ron

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page