On Sat, Sep 14, 2013 at 9:52 AM, John <[email protected]> wrote: > I updated to latest Rust, and now I get this error: > > error: Couldn't find package github.com/bjz/sax-rs#71d0e361ae, which > is needed by generator-0.1, in any of the workspaces in the RUST_PATH > (~[std::path::PosixPath{is_absolute: true, components: ~[~"path", > ~"to", ~"gl-rs", ~".rust"]}, std::path::PosixPath{is_absolute: true, > components: ~[~"path", ~"to", ~"gl-rs"]}]) > task <unnamed> failed at 'Unhandled condition: nonexistent_package: > (package_id::PkgId{path: std::path::PosixPath{is_absolute: false, > components: ~[~"github.com", ~"bjz", ~"sax-rs"]}, short_name: > ~"sax-rs", version: ExactRevision(~"71d0e361ae")}, ~"Dependency not > found")', /Users/john/Projects/rust/src/libstd/condition.rs:43 > task <unnamed> failed at 'killed by linked failure', > /path/to/Projects/rust/src/libstd/rt/kill.rs:627 > > Not sure if that's better or worse.
Good catch. I filed an issue on this: https://github.com/mozilla/rust/issues/9193 In short, I broke this with a recent change to rustpkg from a few days ago, and because we don't have automated tests that use the network, the regression wasn't caught. As a workaround for now, you can manually check the repo into a local workspace that's in your RUST_PATH. Sorry about that! Cheers, Tim -- Tim Chevalier * http://catamorphism.org/ * Often in error, never in doubt "Being queer is not about a right to privacy; it is about the freedom to be public, to just be who we are." -- anonymous, June 1990 _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
