Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28603 Discussions

help install l_fcompxe_intel64_2011.5.220

annarita16
Beginner
1,482 Views

Hi,
I am trying to install ifort for linux (Ubuntu 10.04 at 64 bit).

When I type ./install.sh

I enter as root and it begins installation but I have the error message:

Initializing, please wait...
--------------------------------------------------------------------------------
/home/annarita-linux/Scaricati/l_fcompxe_intel64_2011.5.220/./install.sh: riga 516: 16723 Segmentation fault $pset_engine_binary --tmp-dir=$user_tmp --log-file=$log_file $silent_params $duplicate_params $params --PACKAGE_DIR=$fullpath
Sudo failed. Return to the previous menu? (y/n) : n
Quitting! Press "Enter" to terminate install.


I don't know how i can solve it.
thanks for help

0 Kudos
10 Replies
Ron_Green
Moderator
1,482 Views
it appears that your sudo failed. Try this:

sudo bash


whoami


cd
./install.sh

Also, you did read the article about Ubuntu pre-reqs here http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/

out of the box, Ubuntu is a desktop OS and not a development OS. Get all the developer libs listed in the article. Also, since you are installing the 64 bit package you need NOT install the 32bit lib packages listed in the article.

ron
0 Kudos
annarita16
Beginner
1,482 Views
I try to install as root but I got the same error.

I already have all the pre-reqs installed.

What can I do?
0 Kudos
annarita16
Beginner
1,482 Views
I find the log file in /tmp.

The last lines where.


1318427876 - : execute: l='' -> o='=' -> r='yes'
1318427876 - : cond_is_true: result is 0
1318427876 - : sequence_execute_document: next dialog is activation_init_action
1318427876 - : sequence_execute_document: call "activation_init_action" C plug-in
1318427876 - : plugin_run: library is "/home/annarita-linux/l_fcompxe_intel64_2011.5.220/./pset/32e/activation.so", func is "activation_init"
1318427876 - : plugin_run: go for special ISSA plug-in run
1318427876 - ERROR: : env_set_string: value is null



I don't know where is env_set_string and how can I solve this problem.

thanks in advance
0 Kudos
Ron_Green
Moderator
1,482 Views
A couple of checks. First, check that the size of the downloaded .tgz file is correct. I show that l_fcompxe_intel64_2011.5.220.tgz should be 367675145 bytes exactly. If your package is not this size, perhaps try to redownload the package.

Next, a couple of checks, what is the output of:

gcc --version
g++ --version
rpm -qa | grep glibc

Next, do you get any prompts after typing ./install.sh - in other words, do you even get to the first menu? Where does it die, what is the command or sequence right before the crash?

What are the permissions on /opt and /tmp directories?

Finally, in /tmp you will find some log files : names such as intel.issa...*.log and intel.pset.*.log

Attach those to this thread BUT look below on your post and notice that we can mark this as "Private". When you attach those files make sure to make this PRIVATE, OK? that way just you and I can see the log files.

ron

0 Kudos
annarita16
Beginner
1,482 Views
Thank you for your suggestions!

First, the size of downloaded .tgz file is correct.

These our the outputs:
gcc --version
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3

g++ --version
g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3

rpm -qa | grep glibc
Here there is nothing written! rpm is already installed.

I go in the directory of intel and these are the commands I do:

annarita-linux@annarita-linux-desktop:~/l_fcompxe_intel64_2011.5.220$ sudo ./install.sh
--------------------------------------------------------------------------------
Initializing, please wait...
--------------------------------------------------------------------------------
./install.sh: riga 516: 13717 Segmentation fault $pset_engine_binary --tmp-dir=$user_tmp --log-file=$log_file $silent_params $duplicate_params $params --PACKAGE_DIR=$fullpath

If I try to install not as root I have 3 different options. I write here what happens if I choose each option.

If I choose 1:

annarita-linux@annarita-linux-desktop:~/l_fcompxe_intel64_2011.5.220$ ./install.sh
Please make your selection by entering an option.
Root access is recommended for evaluation.

1. Install as a root for system wide access for all users [default]
2. Install to root for system wide access for all users using sudo
privileges and password
3. Install as current user to limit access to user level

h. Help
q. Quit

Please type a selection [1]: 1
Attempting to log in as root...
Password: (I write password)
--------------------------------------------------------------------------------
Initializing, please wait...
--------------------------------------------------------------------------------
/home/annarita-linux/l_fcompxe_intel64_2011.5.220/./install.sh: riga 516: 16904 Segmentation fault $pset_engine_binary --tmp-dir=$user_tmp --log-file=$log_file $silent_params $duplicate_params $params --PACKAGE_DIR=$fullpath
Login as root failed. Return to the previous menu? (y/n) : n
Quitting! Press "Enter" to terminate install.


If I choose 2:

annarita-linux@annarita-linux-desktop:~/l_fcompxe_intel64_2011.5.220$ ./install.sh
Please make your selection by entering an option.
Root access is recommended for evaluation.

1. Install as a root for system wide access for all users [default]
2. Install to root for system wide access for all users using sudo
privileges and password
3. Install as current user to limit access to user level

h. Help
q. Quit

Please type a selection [1]: 2
Attempting to log in as sudo root...
--------------------------------------------------------------------------------
Initializing, please wait...
--------------------------------------------------------------------------------
/home/annarita-linux/l_fcompxe_intel64_2011.5.220/./install.sh: riga 516: 20102 Segmentation fault $pset_engine_binary --tmp-dir=$user_tmp --log-file=$log_file $silent_params $duplicate_params $params --PACKAGE_DIR=$fullpath
Sudo failed. Return to the previous menu? (y/n) : n
Quitting! Press "Enter" to terminate install.


If I choose 3:

annarita-linux@annarita-linux-desktop:~/l_fcompxe_intel64_2011.5.220$ ./install.sh
Please make your selection by entering an option.
Root access is recommended for evaluation.

1. Install as a root for system wide access for all users [default]
2. Install to root for system wide access for all users using sudo
privileges and password
3. Install as current user to limit access to user level

h. Help
q. Quit

Please type a selection [1]: 3
Proceeding with non-root installation.
--------------------------------------------------------------------------------
Initializing, please wait...
--------------------------------------------------------------------------------
./install.sh: riga 516: 23242 Segmentation fault $pset_engine_binary --tmp-dir=$user_tmp --log-file=$log_file $silent_params $duplicate_params $params --PACKAGE_DIR=$fullpath

These are the permissions:
drwxr-xr-x 4 root root 4096 2011-10-12 14:05 opt
drwxrwxrwx 34 root root 28672 2011-10-13 09:54 tmp

In /tmp directory I find only some log files as intel.pset*.log (here attached) but I don't find file such as intel.issa..

I put here also the ls -l command of the /tmp directory.

annarita-linux@annarita-linux-desktop:/tmp$ ls -l
totale 188
drwx------ 2 root root 4096 2011-10-13 09:52 install.A71Aga
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-13 09:54 install.CEW4jn
drwx------ 2 root root 4096 2011-10-12 15:57 install.e4ccIM
drwx------ 2 root root 4096 2011-10-13 09:37 install.EEooYY
drwx------ 2 root root 4096 2011-10-12 15:34 install.IKwieQ
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-12 15:40 install.Jz15l1
drwx------ 2 root root 4096 2011-10-13 09:34 install.KWpl72
drwx------ 2 root root 4096 2011-10-13 09:50 install.mW9MUI
drwx------ 2 root root 4096 2011-10-12 15:00 install.nfKonP
drwx------ 2 root root 4096 2011-10-13 09:53 install.OCek5M
drwx------ 2 root root 4096 2011-10-12 15:44 install.r2yBrE
drwx------ 2 root root 4096 2011-10-12 15:56 install.rXfpcc
drwx------ 2 root root 4096 2011-10-12 15:48 install.sUjtWY
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-13 09:39 install.U9rClr
drwx------ 2 root root 4096 2011-10-13 09:36 install.uu9X93
drwx------ 2 root root 4096 2011-10-13 09:36 install.uzduSr
drwx------ 2 root root 4096 2011-10-13 09:35 install.WFdcab
-rw------- 1 annarita-linux annarita-linux 17484 2011-10-13 09:54 intel.pset.annarita-linux.annarita-linux-desktop_10.13.09.54.16.2011.log
-rw------- 1 root root 17219 2011-10-13 09:50 intel.pset.root.annarita-linux-desktop_10.13.09.50.46.2011.log
-rw------- 1 root root 17375 2011-10-13 09:52 intel.pset.root.annarita-linux-desktop_10.13.09.52.09.2011.log
-rw------- 1 root root 17375 2011-10-13 09:53 intel.pset.root.annarita-linux-desktop_10.13.09.53.22.2011.log
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-12 15:03 kde-annarita-linux
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-12 15:00 keyring-j3MxEh
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-12 15:03 ksocket-annarita-linux
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-13 09:30 libgksu-puLTva
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-13 09:56 orbit-annarita-linux
drwx------ 2 gdm gdm 4096 2011-10-12 15:00 orbit-gdm
drwx------ 2 gdm gdm 4096 2011-10-12 15:00 pulse-PKdhtXMmr18n
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-12 15:00 pulse-ZIyCQFLDm3oo
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-12 15:00 ssh-ovdLYr1660
drwx------ 2 annarita-linux annarita-linux 4096 2011-10-12 15:00 virtual-annarita-linux.KMG6Tr


Thank you,
Annarita
0 Kudos
Ron_Green
Moderator
1,482 Views
Annarita,

You say you have rpm installed. The log seems to think it's not working.
Do you get a list of packages installed on your system when you execute this command:

rpm -ql

I would expect SOME output.

ron
0 Kudos
Ron_Green
Moderator
1,482 Views
another test to try

sudo bash


prompt should change to "#". Now try these commands and send me the output:

echo $0
whoami

the first command is $ or zed, not O

thanks

ron
0 Kudos
annarita16
Beginner
1,482 Views
I write as suggested:

rpm -ql
and this is the output:

rpm: non stato specificato alcun argomento per l'interrogazionel

It is strange because if I try to do:
sudo apt-get install rpm

it says that rpm is already installed:
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
rpm gi alla versione pi recente.
I seguenti pacchetti sono stati installati automaticamente e non sono pi richiesti:
postfix libio-dirent-perl rrdtool apache2-mpm-worker nvidia-current-modaliases libarchive-zip-perl libapr1 librrd4 libaprutil1-ldap
apache2-utils apache2 apache2.2-common perl-suid libaprutil1-dbd-sqlite3 apache2.2-bin libfile-rsyncp-perl libqt3-mt libaprutil1
Usare "apt-get autoremove" per rimuoverli.
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.

Then I try:
sudo bash


prompt changes to "#"
echo $0
bash

whoami
root


thanks
0 Kudos
annarita16
Beginner
1,482 Views
I try also to remove rpm and install it again.

This is the output:
root@annarita-linux-desktop:~# apt-get install rpm
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
I seguenti pacchetti sono stati installati automaticamente e non sono pi richiesti:
debhelper postfix libio-dirent-perl rrdtool apache2-mpm-worker nvidia-current-modaliases libarchive-zip-perl libapr1 librrd4
po-debconf libaprutil1-ldap intltool-debian apache2-utils apache2 gettext apache2.2-common cvs perl-suid libaprutil1-dbd-sqlite3
apache2.2-bin libfile-rsyncp-perl html2text libqt3-mt libmail-sendmail-perl libaprutil1 libsys-hostname-long-perl
Usare "apt-get autoremove" per rimuoverli.
Pacchetti suggeriti:
alien elfutils rpm-i18n
I seguenti pacchetti NUOVI saranno installati:
rpm
0 aggiornati, 1 installati, 0 da rimuovere e 0 non aggiornati.
necessario scaricare 0B/797kB di archivi.
Dopo quest'operazione, verranno occupati 1233kB di spazio su disco.
Preconfigurazione dei pacchetti in corso
Selezionato il pacchetto rpm.
(Lettura del database... 192092 file e directory attualmente installati.)
Estrazione di rpm (da .../rpm_4.7.2-1lbuild1_amd64.deb)...
Elaborazione dei trigger per man-db...
Configurazione di rpm (4.7.2-1lbuild1)...
Trying rpm init...

Then I write again:
rpm -ql
rpm: non stato specificato alcun argomento per l'interrogazione


I also installed the suggested
alien elfutils rpm-i18n

0 Kudos
annarita16
Beginner
1,482 Views
I solved!
I try to uninstall many packages such as build-essential g++ ...
then I try to install again all and it works!
I don't know why, but now it works!

thanks a lot,

annarita
0 Kudos
Reply