Skip to content

Remote dependency fetching in rustpkg appears to still be broken #9781

Closed
@sfackler

Description

@sfackler

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

cc @catamorphism

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