I'm trying to create an ebuild for the Tuwunel [matrix] server. I used pycargoebuild and referenced the net-im/conduit ebuild in Guru (Tuwunel is a fork of Conduit). Here is what it looks like: https://pastebin.com/byDS2BwV
Now, I'm faced with an issue where the compile stage fails with the following error message:
Code: Select all
error: failed to load source for dependency `async-channel`
Caused by:
Unable to update https://github.com/matrix-construct/async-channel?rev=92e5e74063bf2a3b10414bcc8a0d68b235644280#92e5e740
Caused by:
can't checkout from 'https://github.com/matrix-construct/async-channel': you are in the offline mode (--offline)
I don't understand how and why this happens. async-channel is listed in GIT_CRATES and gets placed in the ${WORKDIR} as expected.
Any ideas what's going wrong and how I can fix it?

