Skip to content
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

Can't build on Arch Linux #475

Open
1fxe opened this issue Jul 1, 2024 · 1 comment
Open

Can't build on Arch Linux #475

1fxe opened this issue Jul 1, 2024 · 1 comment
Labels
bug Bug report

Comments

@1fxe
Copy link
Contributor

1fxe commented Jul 1, 2024

Describe the bug
Seems to be an issue with the gsutil version used, python2 has been removed and the library six used to managed compatability is not being imported properly

/clang-format, skipping. [Err: Traceback (most recent call last):
  File "/home/filip/Documents/git/java-cef/tools/buildtools/external_bin/gsutil/gsutil_4.68/gsutil/gsutil", line 21, in <module>
    gsutil.RunMain()
  File "/home/filip/Documents/git/java-cef/tools/buildtools/external_bin/gsutil/gsutil_4.68/gsutil/gsutil.py", line 121, in RunMain
    import gslib.__main__
  File "/home/filip/Documents/git/java-cef/tools/buildtools/external_bin/gsutil/gsutil_4.68/gsutil/gslib/__main__.py", line 36, in <module>
    from six.moves import configparser
ModuleNotFoundError: No module named 'six.moves'
]
Downloading 1 files took 0.082395 second(s)

To Reproduce
Steps to reproduce the behavior:

  1. Follow instructions here https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding.md`

Expected behavior
Should build make file,

Screenshots
If applicable, add screenshots to help explain your problem.

Versions (please complete the following information):

  • Arch Linux

Additional context
Upgrading to 5.30 (the latest version) allows me to compile

VERSION = '4.68'

Change here to 5.30

@1fxe 1fxe added the bug Bug report label Jul 1, 2024
@DRV2539
Copy link

DRV2539 commented Jan 16, 2025

I was getting this same issue for Windows, I downgraded my Python version from 3.12 to 3.7 and it worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

2 participants