Skip to content

make install is failing #19678

Closed
Closed
@chris-morgan

Description

@chris-morgan
$ make install
…
rustdoc: doc/rustc_trans/index.html
/home/chris/rust/src/librustc_trans/lib.rs:25:40: 25:46 warning: feature has been added to Rust, directive not necessary
/home/chris/rust/src/librustc_trans/lib.rs:25 #![feature(default_type_params, globs, if_let, import_shadowing, macro_rules, phase, quote)]
                                                                                     ^~~~~~
<stdin>:5:2: 5:3 error: unknown start of token: \\
<stdin>:5  \   /
           ^
task '<main>' panicked at 'Box<Any>', /home/chris/rust/src/libsyntax/diagnostic.rs:99
/home/chris/rust/mk/docs.mk:287: recipe for target 'doc/rustc_trans/index.html' failed
make[1]: *** [doc/rustc_trans/index.html] Error 101
make[1]: Leaving directory '/home/chris/rust'
/home/chris/rust/mk/install.mk:22: recipe for target 'install' failed
make: *** [install] Error 2

We seem to break make install completely once every few months, because buildbot doesn’t actually try doing make install

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