flathub / org.godotengine.Godot

Godot engine
https://flathub.org/apps/details/org.godotengine.Godot
39 stars 25 forks source link

Bump the runtime to 22.08 #110

Closed farribeiro closed 1 year ago

farribeiro commented 2 years ago

btw... I think needs to update de extension version

flathubbot commented 2 years ago

Started test build 109797

flathubbot commented 2 years ago

Build 109797 failed

flathubbot commented 2 years ago

Started test build 112325

flathubbot commented 2 years ago

Build 112325 failed

farribeiro commented 2 years ago

bot, build

flathubbot commented 2 years ago

Queued test build for org.godotengine.Godot.

flathubbot commented 2 years ago

Started test build 487

flathubbot commented 2 years ago

Build 487 failed

flathubbot commented 2 years ago

Started test build 488

flathubbot commented 2 years ago

Build 488 failed

farribeiro commented 2 years ago

@Calinou Created 22.08 branch for openjdk but fails

PS: I suggest update the runtime of #112 PS2: feel to free to reopen

flathubbot commented 2 years ago

Started test build 1619

flathubbot commented 2 years ago

Build 1619 failed

flathubbot commented 2 years ago

Started test build 1621

flathubbot commented 2 years ago

Build 1621 failed

farribeiro commented 2 years ago

The Godot Tools fails with this freedesktop runtime, needs fix upstream

xarses commented 1 year ago
Traceback (most recent call last):
  File "/app/bin/scons", line 33, in <module>
    sys.exit(load_entry_point('SCons==4.4.0', 'console_scripts', 'scons')())
  File "/app/bin/scons", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 957, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 548, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for SCons

The problems appears to be that neither SCons 4.3.0 and 4.4.0 are ready to use python3.10 (which is packed in 22.08 of the SDK) instead of python3.9 (packed in 21.08) The metadata failing This appears to be one of many deprecations that was finally removed in 3.10

Calinou commented 1 year ago

In the meantime, could Pyston be used to run SCons instead? This would also speed up building a little. Pyston works here for my Godot development purposes.

Calinou commented 1 year ago

Superseded by https://github.com/flathub/org.godotengine.Godot/pull/114. Thanks for the contribution nonetheless!