-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Build failure after gx-go link go-libp2p
#482
Comments
gx-go link go-libp2p
@cannium if you install the latest gx-go, you can run This should have been the default. Unfortunately, "linked" deps are global. That means that calling I'm guessing the fix is ipfs/kubo#5762. However, I'd like to delay merging that for a bit as it'll make merging some other changes painful. |
Yes, I tried that when I saw this issue but it caused even more errors (maybe because of whyrusleeping/gx-go#50), using the PR you're mentioning indeed fixes the problem. |
Thank you both for timely response. |
Yea sorry folks this is my doing -- had to publish new versions up the chain for a small package update (go-ipfs-delay) but the final set up updates is not merged into go-ipfs master -- and is in the PR referenced above. apologies for the synchronization challenges. |
Hey! Sorry to jump on this issue, but I'm running into similar problems with go-libp2p where the dependencies aren't lining up with what libp2p is expecting. I'm very new to how gx handles dependencies and I was wondering what specifically the workaround here is? Thanks! |
@saresend checkout branch |
This has been merged and fixed. |
Current ipfs master version could not be built after
gx-go link go-libp2p
, something inconsistentI think you might have some internal tools to handle it. Please fix.
The text was updated successfully, but these errors were encountered: