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

Crate grex did not build #548

Closed
pemistahl opened this issue Jan 6, 2020 · 6 comments
Closed

Crate grex did not build #548

pemistahl opened this issue Jan 6, 2020 · 6 comments
Labels
C-build-failure Category: This is a crate that failed to build

Comments

@pemistahl
Copy link

pemistahl commented Jan 6, 2020

Crate name: grex
Build failure link: https://docs.rs/crate/grex/0.3.1/builds/210840

Additional details:
The problem is dependent crate matrixmultiply v0.2.3.
The error is array lengths can't depend on generic parameters.
This bug has been reported already in bluss/matrixmultiply#50.
Seems to be a problem with the current Rust nightly as reported in rust-lang/rust#67743.

@pemistahl pemistahl added the C-build-failure Category: This is a crate that failed to build label Jan 6, 2020
@jyn514
Copy link
Member

jyn514 commented Jan 7, 2020

Ping me when this gets fixed upstream and I can manually schedule a rebuild. This is hard to fix in general, see #464 and #506

@pemistahl
Copy link
Author

I'll do. It is really unfortunate that you cannot use an older nightly or stable Rust for building the docs. This would solve the problem instantly.

@pietroalbini
Copy link
Member

Using stable is unfortunately not possible, as docs.rs uses (a lot of) unstable features to build documentation. Using another nightly is... doable, but complicated :(

@magnusuMET
Copy link

@jyn514 This is fixed in the upstream nightly. I also have an affected crate, netcdf that needs a rebuild due to the same error.

@pemistahl
Copy link
Author

@magnusuMET Thanks for letting me know. Yes please, a rebuild of the docs for crate grex, versions 0.3.1 and 0.3.2 would be great. Thanks in advance.

@jyn514
Copy link
Member

jyn514 commented Jan 19, 2020

I rebuilt grex 0.3.1, grex 0.3.2, and netcdf 0.4.0.

@jyn514 jyn514 closed this as completed Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-build-failure Category: This is a crate that failed to build
Projects
None yet
Development

No branches or pull requests

4 participants