Note that there are some explanatory texts on larger screens.

plurals
  1. POllvmpy on Ubuntu Server 12.04
    primarykey
    data
    text
    <p>I'm trying to install llvmpy on ubuntu 12.04 using edpFree 7.3-2</p> <pre><code># uname -a Linux svnserver 3.2.0-38-generic #61-Ubuntu SMP Tue Feb 19 12:18:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.2 LTS Release: 12.04 Codename: precise </code></pre> <p>After the pip command I receive an error:</p> <pre><code>#./pip install llvmpy Downloading/unpacking llvmpy Running setup.py egg_info for package llvmpy LLVM version = u'3.0' Generate intrinsic IDs Searching shared library libLLVM-3.0 in /usr/lib/llvm-3.0/lib Using PTX Traceback (most recent call last): File "&lt;string&gt;", line 16, in &lt;module&gt; File "/tmp/pip-build/llvmpy/setup.py", line 136, in &lt;module&gt; + extra_components) File "/tmp/pip-build/llvmpy/setup.py", line 41, in get_libs_and_objs parts = run_llvm_config(['--libs'] + components).split() File "/tmp/pip-build/llvmpy/setup.py", line 34, in run_llvm_config raise Exception("%r stderr is:\n%s" % (args, stderr.decode())) Exception: ['llvm-config', '--libs', 'core', 'analysis', 'scalaropts', 'executionengine', 'jit', 'native', 'interpreter', 'bitreader', 'bitwriter', 'instrumentation', 'ipa', 'ipo', 'transformutils', 'asmparser', 'linker', 'support', 'vectorize', 'ptxdesc', 'ptxcodegen', 'ptxasmprinter', 'ptxinfo', 'ptx'] stderr is: llvm-config: unknown component name: vectorize Complete output from command python setup.py egg_info: LLVM version = u'3.0' Generate intrinsic IDs Searching shared library libLLVM-3.0 in /usr/lib/llvm-3.0/lib Using PTX Traceback (most recent call last): File "&lt;string&gt;", line 16, in &lt;module&gt; File "/tmp/pip-build/llvmpy/setup.py", line 136, in &lt;module&gt; + extra_components) File "/tmp/pip-build/llvmpy/setup.py", line 41, in get_libs_and_objs parts = run_llvm_config(['--libs'] + components).split() File "/tmp/pip-build/llvmpy/setup.py", line 34, in run_llvm_config raise Exception("%r stderr is:\n%s" % (args, stderr.decode())) Exception: ['llvm-config', '--libs', 'core', 'analysis', 'scalaropts', 'executionengine', 'jit', 'native', 'interpreter', 'bitreader', 'bitwriter', 'instrumentation', 'ipa', 'ipo', 'transformutils', 'asmparser', 'linker', 'support', 'vectorize', 'ptxdesc', 'ptxcodegen', 'ptxasmprinter', 'ptxinfo', 'ptx'] stderr is: llvm-config: unknown component name: vectorize </code></pre> <p>The problem is on vectorize component !</p> <p>As prerequisite I installed (using aptitude):</p> <pre><code>llvm-3.0 llvm-3.0-dev llvm-3.0-runtime libllvm3.0 </code></pre> <p>May be the 3.0 must be replaced with 3.1 ?</p> <p>Can You help me ?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload