Closed
Description
Via either a manual install:
~/temp ❯ rustpkg install github.com/steveklabnik/hello
WARNING: The Rust package manager is experimental and may be unstable
task '<unnamed>' failed at 'Unhandled condition: nonexistent_package: (package_id::PkgId{path: std::path::PosixPath{is_absolute: false, components: ~[~"github.com", ~"steveklabnik", ~"hello"]}, short_name: ~"hello", version: NoVersion}, ~"supplied path for package dir does not exist, and couldn't interpret it as a URL fragment")', /home/sfackler/rust/src/libstd/condition.rs:131
Or via an extern mod
declaration:
src/foo/main.rs:
extern mod hello = "github.com/steveklabnik/hello";
fn main() {}
~/temp ❯ rustpkg build foo
WARNING: The Rust package manager is experimental and may be unstable
task '<unnamed>' failed at 'Unhandled condition: nonexistent_package: (package_id::PkgId{path: std::path::PosixPath{is_absolute: false, components: ~[~"github.com", ~"steveklabnik", ~"hello"]}, short_name: ~"hello", version: NoVersion}, ~"supplied path for package dir does not exist, and couldn't interpret it as a URL fragment")', /home/sfackler/rust/src/libstd/condition.rs:131
task '<unnamed>' failed at 'receiving on closed channel', /home/sfackler/rust/src/libstd/rt/comm.rs:199
#9741 claims to have fixed it but it looks like that didn't quite work
Metadata
Metadata
Assignees
Labels
No labels