Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fail : no package 'render' #182

Closed
Yamakaky opened this issue Feb 4, 2015 · 12 comments
Closed

Build fail : no package 'render' #182

Yamakaky opened this issue Feb 4, 2015 · 12 comments
Assignees

Comments

@Yamakaky
Copy link

Yamakaky commented Feb 4, 2015

Hi
For me (and travis), the build fails with this message :

no matching package named `render` found (required by `hematite`)
location searched: https://github.com/gfx-rs/gfx-rs
version required: *
@toqueteos
Copy link
Contributor

Investigating... Are you on latest nighlies? Which OS?

@toqueteos
Copy link
Contributor

Patch incoming..! gfx-rs did some changes:

  • device is now gfx_device_gl
  • render is now inside gfx

@toqueteos toqueteos self-assigned this Feb 4, 2015
@Yamakaky
Copy link
Author

Yamakaky commented Feb 4, 2015

Sorry for the poor bug report. I use ArchLinux with the latest nightly (just downloaded).
BTW, travis fails with the same error.

@Yamakaky Yamakaky closed this as completed Feb 4, 2015
@Yamakaky Yamakaky reopened this Feb 4, 2015
@Yamakaky
Copy link
Author

Yamakaky commented Feb 4, 2015

Instead of hardcoding the git url, maybe you should use crates.io ?

@toqueteos
Copy link
Contributor

This happens almost daily, nightlies change and something breaks.

The FromStr trait got changed too so there's more changes to do in other places not just hematite.

@Yamakaky
Copy link
Author

Yamakaky commented Feb 4, 2015

Be brave, a few weeks and it's in 1.0 !

@toqueteos
Copy link
Contributor

gfx_voxel should be fixed in a moment, once that is patched will see if there are more problems on the way.

@Yamakaky
Copy link
Author

Yamakaky commented Feb 4, 2015

You didn't answer my question : why don't you use crates.io ? If I'm right, you would not have to put the git repo url in your Cargo.toml, would you ?

@toqueteos
Copy link
Contributor

@Yamakaky That's not my decision, I'm a recent contributor. It was already like that when I joined two weeks ago.

MY OPINION: Once we are stable enough, or just with Rust 1.0 we may go for crates.io versioning but right now it's just not worth the effort.

@Yamakaky
Copy link
Author

Yamakaky commented Feb 4, 2015

Ok, thanks.

@bvssvni
Copy link
Member

bvssvni commented Feb 4, 2015

@Yamakaky The reason we use git urls is because we try to keep things updated, and when Travis CI fails we get a notice.

@Yamakaky
Copy link
Author

Yamakaky commented Feb 4, 2015

ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants