UltraStar-Creator icon indicating copy to clipboard operation
UltraStar-Creator copied to clipboard

UltraStar Creator AppImage contains linuxdeployqt

Open probonopd opened this issue 7 years ago • 3 comments

Something is clearly going wrong here:

UltraStar-Creator-ad87c37-x86_64.AppImage 
Usage: linuxdeployqt (...)

Please see the README.md of linuxdeployqt for examples on how to use it in conjunction with Travis CI. Let me know if you need further assistance.

probonopd avatar Apr 11 '17 20:04 probonopd

Thanks for your message, I really appreciate your offer to help. I studied the README.md and gave it a shot, but obviously it fails here:

fuse: failed to open /dev/fuse: Operation not permitted

I pretty much followed the steps outlined here and was able to create an AppImage on my local machine this way. I assume it fails on Travis because it cannot mount the linuxdeployqt.AppImage without sudo? Or do I have to install fuse via apt-get before?

Thanks in advance for your help.

bohning avatar Apr 12 '17 07:04 bohning

Yes, I'm a bit puzzled why you are getting this message on Travis CI. .travis.yml files starting with

language: cpp
compiler: gcc
sudo: require
dist: trusty

do not seem to have this issue.

Have a look at them: https://github.com/search?l=YAML&q=linuxdeployqt&type=Code&utf8=%E2%9C%93

probonopd avatar Apr 12 '17 16:04 probonopd

Yes, I am building in a container, so I don't have sudo available (ATM/AFAIK)...

bohning avatar Apr 12 '17 17:04 bohning

This doesn't seem to be the case anymore. Travis CI is also not used anymore.

DeinAlptraum avatar Jun 20 '24 22:06 DeinAlptraum