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

install problem about fortran compiler for linux(x86_64)

renhr163_com
Beginner
1,200 Views

When I untar this file use command:
# tar -xzvf l_cprof_p_11.0.081_intel64.tgz
then the screen appers follows:

l_cprof_p_11.0.081_intel64/
l_cprof_p_11.0.081_intel64/install.sh
l_cprof_p_11.0.081_intel64/l_cprof_p_11.0.081/
l_cprof_p_11.0.081_intel64/l_cprof_p_11.0.081/intel-cprof110081iidbe-11.0-1.x86_64.rpm

gzip: stdin: invalid compressed data--format violated
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

then I continued:
# cd l_cprof_p_11.0.081_intel64/l_cprof_p_11.0.081
# rpm -ivh intel-cprof110081iidbe-11.0-1.x86_64.rpm
the error infomation is:
error: intel-cprof110081iidbe-11.0-1.x86_64.rpm: MD5 digest: BAD Expected(e82d95e52c0d958bdeeeefd133b41361) != (d08d8b78412adeb82e7cc68f2f49177e)
error: intel-cprof110081iidbe-11.0-1.x86_64.rpm cannot be installed

0 Kudos
3 Replies
rreis
New Contributor I
1,200 Views
Quoting - renhr163.com

When I untar this file use command:
# tar -xzvf l_cprof_p_11.0.081_intel64.tgz
then the screen appers follows:

l_cprof_p_11.0.081_intel64/
l_cprof_p_11.0.081_intel64/install.sh
l_cprof_p_11.0.081_intel64/l_cprof_p_11.0.081/
l_cprof_p_11.0.081_intel64/l_cprof_p_11.0.081/intel-cprof110081iidbe-11.0-1.x86_64.rpm

gzip: stdin: invalid compressed data--format violated
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

then I continued:
# cd l_cprof_p_11.0.081_intel64/l_cprof_p_11.0.081
# rpm -ivh intel-cprof110081iidbe-11.0-1.x86_64.rpm
the error infomation is:
error: intel-cprof110081iidbe-11.0-1.x86_64.rpm: MD5 digest: BAD Expected(e82d95e52c0d958bdeeeefd133b41361) != (d08d8b78412adeb82e7cc68f2f49177e)
error: intel-cprof110081iidbe-11.0-1.x86_64.rpm cannot be installed


maybe it didn't finish downloading and the rpm are incomplete? It looks like it if the md5sum sums don't macht the expected ones...
0 Kudos
Kevin_D_Intel
Employee
1,200 Views

I agree with Ricardo. It appears the file is incomplete. I would download the file again.
0 Kudos
renhr163_com
Beginner
1,200 Views

Thank you very much. I download it again and it is ok now.
0 Kudos
Reply