I've been trying to get rustpkg to automatically fetch and build a dependency
using the extern mod = "..." syntax, but it doesn't seem to be working. For
example:

extern mod sax = "github.com/bjz/sax-rs#71d0e361ae";
fn main() {}

produces the error:
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")}, ~"supplied path for
package dir does not exist, and couldn\'t interpret it as a URL
fragment")', /path/to/rust/src/libstd/condition.rs:43

And https://github.com/bjz/sax-rs is a rustpkg-compatible repo.

Any ideas why I'm running into this? (Or is it just a bug?)

-- 
John Grosen
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to