fastonosql icon indicating copy to clipboard operation
fastonosql copied to clipboard

Support Arch Linux

Open binarykitchen opened this issue 1 year ago • 0 comments

Tried to build it on Arch Linux (EndeavourOS) but apparently no support yet:

/home/michael-heuberger/code/binarykitchen/fastonosql/build ❯❯❯ python3 build_env.py                                                                                                                         master
/usr/lib/python3.12/site-packages/pyfastogt-1.3.0-py3.12.egg/pyfastogt/utils.py:64: SyntaxWarning: invalid escape sequence '\.'
/usr/lib/python3.12/site-packages/pyfastogt-1.3.0-py3.12.egg/pyfastogt/utils.py:64: SyntaxWarning: invalid escape sequence '\.'
Traceback (most recent call last):
  File "/home/michael-heuberger/code/binarykitchen/fastonosql/build/build_env.py", line 270, in <module>
    request = BuildRequest(arg_platform, arg_architecture, 'build_' + arg_platform + '_env', arg_prefix_path)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/michael-heuberger/code/binarykitchen/fastonosql/build/build_env.py", line 22, in __init__
    build_utils.BuildRequest.__init__(self, platform, arch, dir_path, prefix_path)
  File "/usr/lib/python3.12/site-packages/pyfastogt-1.3.0-py3.12.egg/pyfastogt/build_utils.py", line 165, in __init__
  File "/usr/lib/python3.12/site-packages/pyfastogt-1.3.0-py3.12.egg/pyfastogt/system_info.py", line 215, in make_platform_by_arch
  File "/usr/lib/python3.12/site-packages/pyfastogt-1.3.0-py3.12.egg/pyfastogt/system_info.py", line 146, in linux_get_dist
NotImplementedError: Unknown platform 'EndeavourOS'

Would be good to add. Thoughts?

binarykitchen avatar Sep 03 '24 00:09 binarykitchen