-
Notifications
You must be signed in to change notification settings - Fork 111
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 Error : cannot define new methods on non-local type #391
Comments
Yes. This is the reason and major obstacle for this project. I will take a look into it |
Hi,
|
Hi @aicynide, If you want I made a fork here : https://github.com/nlevee/exatorrent compilation work as expected |
Yes, I can fix it, but I'll hope this PR to pass before. @varbhat can you merge ? Else I can continue on my fork. |
I am glad that you are working on improving exatorrent. But, two things.
|
@mckaygerhard I fix the image startup if you don't load a volume and do not change "-dir" param |
I fixed compilation on golang 1.21 with all libraries updated, you can check the PR #404 |
@nlevee , Once upon a time, we used to provide statically linked binaries for all three platforms (see https://github.com/varbhat/exatorrent/blob/15d4e8c73d5572dedd2c504ff33d2008d1caf5ba/.github/workflows/build.yml ). But, unfortunately i couldn't maintain the toolchain i used to build exatorrent for all three platforms, and that's why i only kept docker builds. Can you please look into it if you have time? Only linux (amd64, arm64) is desirable right now. if you have time, you can also add build definitions for linux i386, arm32. use alpine image for building as musl makes static linking a breeze. Thank you very much. I have also invited you as collaborator. CC: @mckaygerhard |
@nlevee you should still solve this issue bvy example you requested specific permissions not only cited by me.. also cited here: awesome-selfhosted/awesome-selfhosted-data#143 (review)
|
I'll take this one too yes. Btw there's already an issue on this #377 |
This one was partly fixed in my previous PR. You can check if you want 😉 I'll make another PR to permit mounting volume |
You can know build locally with: make web && make app Or with docker: make docker |
The text was updated successfully, but these errors were encountered: