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

AppImage is not build in travis #40

Open
matejm opened this issue Aug 22, 2017 · 4 comments
Open

AppImage is not build in travis #40

matejm opened this issue Aug 22, 2017 · 4 comments
Assignees
Milestone

Comments

@matejm
Copy link
Contributor

matejm commented Aug 22, 2017

Currently Travis-ci fails to build AppImage file. Using linuxdeployqt script, following error is displayed.

$ ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -qmldir=.
fusermount: failed to open /etc/fuse.conf: Permission denied
fusermount: failed to access mountpoint /tmp/.mount_9jC3BW: Permission denied
Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
open dir error: Transport endpoint is not connected

AppImage file is not built and consequently not uploaded to GitHub Releases.

@probonopd
Copy link

Make sure FUSE is enabled and working. If you are building on Travis CI, use dist: trusty and sudo: true in .travis.yml.

@viddrobnic viddrobnic added this to the 0.2 beta milestone Nov 6, 2017
@probonopd
Copy link

@matejm did you test #40 (comment)?

@matejm
Copy link
Contributor Author

matejm commented Nov 7, 2017

We already use dist: trusty. I overlooked that we should use sudo: true (currently we have sudo: required).
I have changed it now. commit.

@matejm
Copy link
Contributor Author

matejm commented Nov 7, 2017

As expected, error is exactly the same.

Because we changed our core encryption library .travis.yml definitely needs to be rewritten (#42). With readable travis file, it will be possible to debug this.

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

No branches or pull requests

4 participants