Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Install failures on C++ Composer for Linux

Dave_A__from_Lifeboa
355 Views
Customer writes:

It goes through the install and simply goes fail fail fail....etc with no reason or log file

that I can see.

=======================================

My last attempt had a java error, which supposedly got resolved with a java install.

[root@ls00063p ~]# yum install java

[.... snip ...]

Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : jpackage-utils 1/3
Installing : tzdata-java 2/3
Installing : java-1.6.0-openjdk 3/3

Installed:
java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.16.b17.el5

Dependency Installed:
jpackage-utils.noarch 0:1.7.3-1jpp.2.el5 tzdata-java.x86_64 0:2010l-1.el5

Complete!

[root@ls00063p ~]# which java
/usr/bin/java
---------------------------------------------------------------------------------------------------------

My 2nd last attempt is captured here.

--------------------------------------------------------------------------------
There is one or more optional unresolved issues. It is highly recommended to fix
it all before you continue the installation. You can fix it without exiting from
the installation and re-check. Or you can quit from the installation, fix it and
run the installation again.
--------------------------------------------------------------------------------
Missing optional pre-requisites
-- No compatible Java* Runtime Environment (JRE) found
--------------------------------------------------------------------------------
1. Skip missing optional pre-requisites [default]
2. Show the detailed info about issue(s)
3. Re-check the pre-requisites

h. Help
b. Back to the previous menu
q. Quit
--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept default choice [1]: 1
======================

After trying...

--------------------------------------------------------------------------------
Each component will be installed individually. If you cancel the installation,
components that have been completely installed will remain on your system. This
installation may take several minutes, depending on your system and the options
you selected.
--------------------------------------------------------------------------------
Installing Intel C++ Compiler XE 12.1 Update 1 on IA-32 component... failed
--------------------------------------------------------------------------------
Installing Intel C++ Compiler XE 12.1 Update 1 on Intel 64 component... failed
--------------------------------------------------------------------------------
Installing Intel Debugger 12.1 Update 1 on IA-32 component... failed
--------------------------------------------------------------------------------
Installing Intel Debugger 12.1 Update 1 on Intel 64 component... failed
--------------------------------------------------------------------------------
Installing Intel Math Kernel Library 10.3 Update 7 on IA-32 component... failed
--------------------------------------------------------------------------------
Installing Intel Math Kernel Library 10.3 Update 7 on Intel 64 component... failed
--------------------------------------------------------------------------------
Installing Intel Integrated Performance Primitives 7.0 Update 5 on IA-32
component... failed
--------------------------------------------------------------------------------
Installing Intel Integrated Performance Primitives 7.0 Update 5 on Intel 64
component... failed
--------------------------------------------------------------------------------
Installing Intel Threading Building Blocks 4.0 Update 1 core files and examples
component... failed
--------------------------------------------------------------------------------
Press "Enter" key to continue

**** When I hit enter I get:

q. Quit [default]
--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept default choice :

Thanks for the help.

Dave A. from Lifeboat Distribution.

0 Kudos
3 Replies
Om_S_Intel
Employee
355 Views
Could you please help me with architecuture, OS version,GNU gcc version and Intel Composer XE 20011 package ID? It would be nice if you could submit the issue to http://premier.intel.com.
0 Kudos
TimP
Honored Contributor III
355 Views
Certain linux distros (including a few which should have been "supported") came with a preset symlink to gcj set in /usr/bin/java. If you tried
java -version
or
ls -l /usr/bin/jav*
you would see that this was not a symlink to Sun JRE or a clone.
The Intel debugger installation did not work unless you first removed that symlink.
0 Kudos
Dave_A__from_Lifeboa
355 Views
After further questioning see below:

1. What version operating system are they trying to install on, what manufacturer?

*** redhat 5.6

2. What machine type are they loading it on?

Linux os, with a filerbackend. The linux box is a 64-bit machine

Linux ls00063p.encana.com 2.6.18-194.17.1.el5 #1 SMP Mon Sep 20 07:12:06 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

3. Are they using Intel Flexlm license manager

*** We haven't got there yet. Hopefully will run on flex 10.8 or greater

4. What other errors are they getting ?

During install (./install.sh as root ) I got a needs g++ error.

We installed g++ and restarted. -> yum install gcc-c++

We then got a

Missing optional pre-requisites
-- No compatible Java* Runtime Environment (JRE) found

so we installedjava-1.6.0-openjdk.x86_64 1:1.6.0.0-1.16.b17.el5 (yum install java )

on the local box.

Then the install seemed to think it was good to start. but...

we got failures on each module.

I am going to do a fresh start starting with tar -xzvf 1_ccompxe_2011.7.256.tgz

One note: we don't run the internet on the linux box, so I downloaded it to a windows box and

moved it to the linux box. Same with the license. Which I then ran dos2unix against the license file.

Hope that helps.

0 Kudos
Reply