Skip to content

configure should make sure that LLVM FileCheck exists #27621

Closed
@sylvestre

Description

@sylvestre

Trying to package rust 1.2 into Debian & Ubuntu, I get the following test failures:

running 4 tests
test [codegen] codegen/coercions.rs ... FAILED
test [codegen] codegen/stores.rs ... FAILED
test [codegen] codegen/loads.rs ... FAILED
test [codegen] codegen/function-arguments.rs ... FAILED

failures:

---- [codegen] codegen/coercions.rs stdout ----
    thread '[codegen] codegen/coercions.rs' panicked at 'failed to exec `/usr/lib/llvm-3.6/bin/FileCheck`', src/libcore/option.rs:330


---- [codegen] codegen/stores.rs stdout ----
    thread '[codegen] codegen/stores.rs' panicked at 'failed to exec `/usr/lib/llvm-3.6/bin/FileCheck`', src/libcore/option.rs:330


---- [codegen] codegen/loads.rs stdout ----
    thread '[codegen] codegen/loads.rs' panicked at 'failed to exec `/usr/lib/llvm-3.6/bin/FileCheck`', src/libcore/option.rs:330


---- [codegen] codegen/function-arguments.rs stdout ----
    thread '[codegen] codegen/function-arguments.rs' panicked at 'failed to exec `/usr/lib/llvm-3.6/bin/FileCheck`', src/libcore/option.rs:330



failures:
    [codegen] codegen/coercions.rs
    [codegen] codegen/function-arguments.rs
    [codegen] codegen/loads.rs
    [codegen] codegen/stores.rs

test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured

thread '<main>' panicked at 'Some tests failed', /home/sylvestre/dev/debian/rustc.git/src/compiletest/compiletest.rs:252

I am using Debian LLVM 3.6.1 packages (version 3.6.1-1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions