freeconf / lang

1 stars 2 forks source link

Not working on up-to-date 64 bit Raspberry Pi image #2

Open capiman opened 1 month ago

capiman commented 1 month ago
$ fc-lang-install -v
downloading https://github.com/freeconf/lang/releases/download/v0.1.0-alpha/fc-lang-0.1.0-linux-aarch64 to /home/xxx/.freeconf/bin/fc-lang-0.1.0-linux-aarch64
Traceback (most recent call last):
  File "/home/xxx/.local/bin/fc-lang-install", line 8, in <module>
    sys.exit(run())
             ^^^^^
  File "/home/xxx/.local/lib/python3.12/site-packages/freeconf/install.py", line 60, in run
    raise Exception("{resp._status_code} error downloading {url}")
Exception: {resp._status_code} error downloading {url}
$

Linux aarch64 seems not be in the list of released versions: https://github.com/freeconf/lang/releases/tag/v0.1.0-alpha

capiman commented 1 month ago

Same seems to be the case for a new Notebook with a Snapdragon, which uses (not tried, but assuming)

windows-arm64

or

linux-arm64

Can I somehow take the released sources and compile myself?

dhubler commented 1 month ago

yes you can, source is here https://github.com/freeconf/lang

We can add linux arm to set of binaries going forward as well.

On Mon, Jul 22, 2024 at 4:59 AM Martin Maurer @.***> wrote:

Same seems to be the case for a new Notebook with a Snapdragon, which uses (not tried, but assuming)

windows-arm64

or

linux-arm64

Can I somehow take the released sources and compile myself?

— Reply to this email directly, view it on GitHub https://github.com/freeconf/lang/issues/2#issuecomment-2242443296, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACA7VB7LIIQOJVQDPBIUTZNTCXHAVCNFSM6AAAAABLH3C6HOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBSGQ2DGMRZGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dhubler commented 1 month ago

Sorry, you seem to know the project already. Project contains the source for both Go and Python

You'll see the platforms here https://github.com/freeconf/lang/blob/main/Makefile

If you add your os-arch you should get a binary. You can safely compile this on any OS for any other OS.

On Mon, Jul 22, 2024 at 7:19 AM Douglas Hubler @.***> wrote:

yes you can, source is here https://github.com/freeconf/lang

We can add linux arm to set of binaries going forward as well.

On Mon, Jul 22, 2024 at 4:59 AM Martin Maurer @.***> wrote:

Same seems to be the case for a new Notebook with a Snapdragon, which uses (not tried, but assuming)

windows-arm64

or

linux-arm64

Can I somehow take the released sources and compile myself?

— Reply to this email directly, view it on GitHub https://github.com/freeconf/lang/issues/2#issuecomment-2242443296, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACA7VB7LIIQOJVQDPBIUTZNTCXHAVCNFSM6AAAAABLH3C6HOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBSGQ2DGMRZGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>