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

Build instructions #10

Open
gbraad opened this issue Aug 1, 2016 · 2 comments
Open

Build instructions #10

gbraad opened this issue Aug 1, 2016 · 2 comments

Comments

@gbraad
Copy link

gbraad commented Aug 1, 2016

Currently this lacks the build instructions and dependencies. This issue will collect the steps I have performed and the issues I encountered:

Basing on Fedora 24

dnf install -y git make sudo rpm-ostree flatpak
git clone https://github.com/matthiasclasen/flatpak-runtime.git
cd flatpak-runtime
make
@gbraad
Copy link
Author

gbraad commented Aug 1, 2016

Currently the process fails on rpm-ostree with:

Installing packages: [====================================================================================================================================================================================================================================] 100%
Writing '/var/tmp/rpm-ostree.jeET70/rootfs.tmp/usr/share/rpm-ostree/treefile.json'
Executing postprocessing script 'treecompose-post.sh'
error: While executing postprocessing script 'treecompose-post.sh': Operation not permitted
Makefile:17: recipe for target 'repo/refs/heads/base/org.flatpak.Runtime/x86_64/1' failed

@gbraad
Copy link
Author

gbraad commented Aug 2, 2016

Same results for Fedora 23, CentOS 7 (wtih atomic.repo). However, a CI runner passes this step: https://gitlab.com/gbraad/flatpak-runtime-build/builds/2781141

Any idea what this could be? I suspected SELinux... but this has been disabled and no difference...

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

1 participant