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

tag 1.19.4 failed to compile #737

Closed
ZarrianShi opened this issue Nov 23, 2023 · 1 comment
Closed

tag 1.19.4 failed to compile #737

ZarrianShi opened this issue Nov 23, 2023 · 1 comment

Comments

@ZarrianShi
Copy link
Contributor

ZarrianShi commented Nov 23, 2023

my compiling command and output:

$ BUILD_WITH_CONTAINER=1 make build
cargo build
    Updating git repository `https://github.com/howardjohn/boring/`
error: failed to get `boring` as a dependency of package `ztunnel v0.0.0 (/work)`

Caused by:
  failed to load source for dependency `boring`

Caused by:
  Unable to update https://github.com/howardjohn/boring/?branch=hyper-boring/adopt-hyper-1.0.0#5185311a

Caused by:
  object not found - no match for id (5185311af8addc6851a48bd5747ec634dbb72811); class=Odb (9); code=NotFound (-3)
make[1]: *** [Makefile.core.mk:11: build] Error 101
make: *** [build] Error 2

I've checked the branch hyper-boring/adopt-hyper-1.0.0 of repository github.com/howardjohn/boring, the commit 5185311a is indeed not exist.

I had tried to use the newest commit of the branch hyper-boring/adopt-hyper-1.0.0 which full SHA is 423c260d87b69a926594ded0dd693b5cf1220452(also change version to 5.0.0), then a dependency conflict error appears:

$ BUILD_WITH_CONTAINER=1 make build
cargo build
    Updating git repository `https://github.com/howardjohn/boring/`
    Updating git submodule `https://github.com/google/boringssl.git`
    Updating git submodule `https://github.com/google/boringssl.git`
    Updating git repository `https://github.com/howardjohn/hyper-util`
    Updating crates.io index
error: failed to select a version for `hyper`.
    ... required by package `hyper-boring v5.0.0 (https://github.com/howardjohn/boring/?branch=hyper-boring/adopt-hyper-1.0.0#423c260d)`
    ... which satisfies git dependency `hyper-boring` (locked to 5.0.0) of package `ztunnel v0.0.0 (/work)`
versions that meet the requirements `^1.0` are: 1.0.1, 1.0.0

all possible versions conflict with previously selected packages.

  previously selected package `hyper v1.0.0-rc.3`
    ... which satisfies dependency `hyper = "=1.0.0-rc.3"` (locked to 1.0.0-rc.3) of package `hyper-util v0.0.0 (https://github.com/howardjohn/hyper-util?branch=h2-timer-expose-exec#b9eaeca8)`
    ... which satisfies git dependency `hyper-util` (locked to 0.0.0) of package `ztunnel v0.0.0 (/work)`

failed to select a version for `hyper` which could resolve this conflict
make[1]: *** [Makefile.core.mk:11: build] Error 101
make: *** [build] Error 2

@howardjohn

@hzxuzhonghu
Copy link
Member

duplicate #732

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