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

Zola Built From Source With The Following Warnings #2635

Closed
yabozdar opened this issue Sep 11, 2024 · 1 comment
Closed

Zola Built From Source With The Following Warnings #2635

yabozdar opened this issue Sep 11, 2024 · 1 comment

Comments

@yabozdar
Copy link

Bug Report

Environment

Zola version: 0.19.2

Expected Behavior

The compilation process should have started and ended without warnings. The warnings include possible deprecation of packages.

Current Behavior

Zola took 23m 16s to build from source. It included five warnings which are given below:

Before downloading packages:
warning: package bytemuck v1.16.0 in Cargo.lock is yanked in registry crates-io, consider running without --locked
warning: package bytes v1.6.0 in Cargo.lock is yanked in registry crates-io, consider running without --locked
warning: package zerovec v0.10.2 in Cargo.lock is yanked in registry crates-io, consider running without --locked
warning: package zerovec-derive v0.10.2 in Cargo.lock is yanked in registry crates-io, consider running without --locked

After compiling
warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.17.2

Step to reproduce

Simply build Zola from source on an up to date Fedora 40 instance

Notes

A similar issue was also opened for zola v0.17.2 last year. It is still pending. getzola#2290

@Keats
Copy link
Collaborator

Keats commented Sep 11, 2024

None of those issues are bad (except eventually the quick-xml one). The yanked will be fixed automatically for the next version and the quick-xml crate needs to be replaced with another crate as it's not really maintained.

Closing as this is essentially a duplicate of #2452

@Keats Keats closed this as completed Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants