ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
31 stars 13 forks source link

Centos7 Build launcher not working after building deps #138

Closed ddesmond closed 3 weeks ago

ddesmond commented 1 month ago

Is there an existing issue for this?

Current Behavior:

I am rebuilding localy the launcher from develop/main, on centos7 and it passes, i can then go and build deps with the dependencies tools and bundle it with create -b bundlename.

After launching ayon fomr the folder we have Missing Ayon Core.

If I do bootstrap I get wrong deps for centos7 as rocky. Those in turn fail with many errors since its not the same platform.

Expected Behavior:

Build and launch properly

Version

1.0.0

What platform you are running on?

Linux / Centos

Steps To Reproduce:

Steps outlined in the repo guide. ./tools/make.sh create-env ./tools/make.sh install-runtime-dependencies ./tools/make.sh build ./tools/make.sh make-installer

then make.sh upload and passes to the server. I can see the launcher version in my downloads on ayon page.

image

Are there any labels you wish to add?

Relevant log output:

The command line errors with:
>>> Connected to AYON server https://ayon.aaamaa.com
Extracting /home/user/.local/share/AYON/dependency_packages/ayon_2408031157_linux.zip/ayon_2408031157_linux.zip -> /home/user/.local/share/AYON/dependency_packages/ayon_2408031157_linux.zip

Additional context:

No response

iLLiCiTiT commented 3 weeks ago

I'm not sure what to do with this issue? If the issue is wrong dependency package then we can't do much about it. Bootstrap contains rocky9 installer and dependency packages, to create dependency package please use https://github.com/ynput/ayon-dependencies-tool and make sure that is the one used in your bundle.

ddesmond commented 3 weeks ago

Ok, lets close this issue then, if its centos7 build related its going to history anyway.

thanks @iLLiCiTiT