[LLVMbugs] [Bug 17165] New: the SVN trunk does not build as instructed by online documentation.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 9 05:47:22 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17165

            Bug ID: 17165
           Summary: the SVN trunk does not build as instructed by online
                    documentation.
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: rju65 at terransystems.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

machine: Ubuntu 12.04 LTS.
The on-line instructions for building rt is simple. I tried it as stated cmake
failed. then again making sure clang was used the commands was;

ray at Thunder:~/llvm_rt/build$ CC=clang CXX=clang++ cmake -G "Unix Makefiles"
../compiler-rt

I got the following output:

-- The C compiler identification is Clang 3.3.0
-- The CXX compiler identification is Clang 3.3.0
-- Check for working C compiler: /usr/local/bin/clang
-- Check for working C compiler: /usr/local/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/bin/clang++
-- Check for working CXX compiler: /usr/local/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:10 (include):
  include could not find load file:

    LLVMParseArguments


CMake Error at CMakeLists.txt:21 (string):
  string sub-command REGEX, mode MATCH needs at least 5 arguments total to
  command.
[... cut ...]

I'm new to this way of working. should I be expecting trunk to be stable?

regards
Ray

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130909/eb36732a/attachment.html>


More information about the llvm-bugs mailing list