Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

10.1_quartus_linux.sh on Fedora 14

Hi,

Any one can help about setup log as below?

free web edition installation on Fedora 14

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

altera_setup.log

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

Traceback (most recent call last):

File "<string>", line 23, in <module>

File "/tools/python/2.6.4/linux32/pyinstaller/iu.py", line 436, in importHook

File "/tools/python/2.6.4/linux32/pyinstaller/iu.py", line 521, in doimport

File "/acds_builds/SJ/nightly/10.1/153/l32/work/installer/linux32/build/pyi.linux2/altera_installer_cmd/outPYZ

1.pyz/cli", line 23, in <module>

File "/tools/python/2.6.4/linux32/pyinstaller/iu.py", line 436, in importHook

File "/tools/python/2.6.4/linux32/pyinstaller/iu.py", line 521, in doimport

File "/acds_builds/SJ/nightly/10.1/153/l32/work/installer/linux32/build/pyi.linux2/altera_installer_cmd/outPYZ

1.pyz/altera_installer", line 29, in <module>

File "/tools/python/2.6.4/linux32/pyinstaller/iu.py", line 436, in importHook

File "/tools/python/2.6.4/linux32/pyinstaller/iu.py", line 521, in doimport

File "/acds_builds/SJ/nightly/10.1/153/l32/work/installer/linux32/build/pyi.linux2/altera_installer_cmd/outPYZ

1.pyz/downloader", line 21, in <module>

File "/tools/python/2.6.4/linux32/pyinstaller/iu.py", line 436, in importHook

File "/tools/python/2.6.4/linux32/pyinstaller/iu.py", line 521, in doimport

File "/acds_builds/SJ/nightly/10.1/153/l32/work/installer/linux32/build/pyi.linux2/altera_installer_cmd/outPYZ

1.pyz/hashlib", line 136, in <module>

File "/acds_builds/SJ/nightly/10.1/153/l32/work/installer/linux32/build/pyi.linux2/altera_installer_cmd/outPYZ

1.pyz/hashlib", line 63, in __get_builtin_constructor

File "/tools/python/2.6.4/linux32/pyinstaller/iu.py", line 455, in importHook

ImportError: No module named _md5

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

10 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    [study@psy altera_installer]$ ./setup

    Welcome to Altera Software Installer

    Copyright (c) Altera Corporation 2010

    Starting GUI. If nothing shows up, or you don't have an X display, run:

    ./setup --help

    for commandline usage.

    NOTE: All output has been redirected to /tmp/altera_setup.log

    [study@psy altera_installer]$ ./setup --help

    ./setup: line 61: exec: altera_installer_cmd: not found

    [study@psy altera_installer]$ cat /tmp/altera_setup.log

    ./setup: line 59: exec: altera_installer_cmd: not found

    Do anyone know how to solve it?Thank you !:confused:
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    My problem has been resolved!Just need to add a variable that points to the location of "altera_installer_cmd"!

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    My problem has been resolved!Just need to add a variable that points to the location of "altera_installer_cmd"!

    --- Quote End ---

    Can you explain in a bit more details I am facing the same issue.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I had the same problem on Ubuntu 10.04 LTS.

    After some trying with the bash script, I figured that you directly can call the altera_installer_cmd.

    1) Extract the sh file (in my case to /temp/10.1_modelsim_ase_linux)

    2) Goto

    /tmp/10.1_modelsim_ase_linux/altera_installer

    3) Run

    
    ./altera_installer_cmd --source=/tmp/10.1_modelsim_ase_linux/altera_installer --standalone --install modelsim_ase &> /tmp/altera_setup.log
    

    If you're lucky, then the setup GUI appears.

    Hope this helps,

    Jonas
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I get the following error:

    ./10.1_quartus_linux.sh: line 396: altera_installer/bin/altera_installer_gui: Accessing a corrupted shared library

    I get the same issue when calling altera_installer_cmd directly.

    Any ideas?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    does Ubuntu 10.10 have python 2.7 installed by default? i tinkered with F14 and QII 10.1 installer and didn't get very far, i think i narrowed the problem down to python 2.7

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I also having the same problem (Seems that is also not unique to Fedora14 though),

    found this on a Fedora forum but it still doesnt help, seems to be persuing the python aspect

    (I cant paste/post the link) but on the fedora forums I searched for

    ÏmportError:No module named md5&#901;

    forums.fedora.org/archive/index.php/t-254766.html

    and found some people also struggling with the Quartus install isue