Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

cant build client/go cant import X448 #24

Open
dzhub opened this issue Jan 26, 2022 · 0 comments
Open

cant build client/go cant import X448 #24

dzhub opened this issue Jan 26, 2022 · 0 comments

Comments

@dzhub
Copy link

dzhub commented Jan 26, 2022

Hi, :-)

while trying to build the odoh-client I got this error as the server sends a certificate for sekigahara.schwanenlied.me instead of git.schwanenlied.me:

go build -o odoh-client ./cmd/...
go: finding git.schwanenlied.me/yawning/x448.git v0.0.0-20170617130356-01b048fb03d6
go: git.schwanenlied.me/yawning/[email protected]: git fetch -f git://git.schwanenlied.me/yawning/x448 refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /home/pi/go/pkg/mod/cache/vcs/8152cd180220565c544ca8181542f7a915d0f83fdee0b4dba3e1051502d96d0a: exit status 128:

It turns out, the developer "yawning angel" does not self-host X448 anymore. In a recent e-mail he responded:

"I gave up on self-hosting git repositories a while ago, and the git CNAME shouldn't even exist anymore.
The correct fix here is to get the package to update their import path (the canonical location for what
they are using is "gitlab.com/yawning/x448.git")."

Could you follow his hint and update the import path for X448? And by the way, the build of the odoh-server breaks for the same reason.

Thank you for any help,

dzhub

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

No branches or pull requests

1 participant