AppImageCommunity / pkg2appimage

Tool and recipes to convert existing deb packages to AppImage
http://appimage.org
MIT License
684 stars 209 forks source link

Can't build FortiClient on Manjaro #515

Open mgzenitech opened 2 years ago

mgzenitech commented 2 years ago

recipe.yml

app: FortiClient
binpatch: true
ingredients:
  dist: bionic
  sources:
    - deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
    - deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
    - deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    - deb http://security.ubuntu.com/ubuntu bionic-security main restricted universe multiverse
  debs:
    - xxxxxxxxxxx/forticlient_7.0.3.0137_amd64.deb
script:

Errors on:

glib-compile-schemas: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full

Any ideas how to workaround that with recipe ?

probonopd commented 2 years ago

Please ask the developers of FortiClient to provide an officially made and supported AppImage. Thanks!

sign-out commented 2 years ago

is there a way around this error as it is not just FortiClient it is also X2go, is it a version issue with libgio ?

sign-out commented 2 years ago

Please ask the developers of FortiClient to provide an officially made and supported AppImage. Thanks!

If one could do that and expect it to happen we would not be packaging it our selves. But i like your optimism.

sign-out commented 2 years ago

possibly related issue https://github.com/AppImage/pkg2appimage/issues/494

probonopd commented 2 years ago

If one could do that and expect it to happen we would not be packaging it our selves. But i like your optimism.

If no one asks, they will never know that people would want an AppImage, and as a result will never do it. So, has anyone asked and what was the answer?