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

Cargo build issue #677

Closed
hustnn opened this issue Jul 9, 2022 · 2 comments
Closed

Cargo build issue #677

hustnn opened this issue Jul 9, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@hustnn
Copy link

hustnn commented Jul 9, 2022

Environment

mac
rustc 1.64.0-nightly (7665c3543 2022-07-06)

Delta-rs version:
Latest main branch


Bug

What happened:

Cargo build get the belowing errors:
error[E0252]: the name tls is defined multiple times

and

error[E0599]: no function or associated item named newfound for structhyper_rustls::HttpsConnector in the current scope

Anybody met this before? Thanks.

What you expected to happen:

How to reproduce it:

More details:

@hustnn hustnn added the bug Something isn't working label Jul 9, 2022
@wjones127
Copy link
Collaborator

I've encountered this but haven't found a way to solve it. It originates from the aws/delta-checkpoint folder, so I've been working around it by building from the sub-directories that I care about instead of at the top-level (that is, cd rust && cargo build). But it would be nice to get the top-level fixed.

See past discussion: https://delta-users.slack.com/archives/C013LCAEB98/p1654306625879469

@hustnn
Copy link
Author

hustnn commented Jul 9, 2022

It works. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants