After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 779885 - flatpak-builder fixes
flatpak-builder fixes
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-11 02:27 UTC by Philip Chimento
Modified: 2017-03-11 02:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meson-build: Remove help subdir (657 bytes, patch)
2017-03-11 02:29 UTC, Philip Chimento
committed Details | Review
flatpak: Don't install to /etc in libfuse (951 bytes, patch)
2017-03-11 02:29 UTC, Philip Chimento
committed Details | Review

Description Philip Chimento 2017-03-11 02:27:36 UTC
Couple of fixes that I found while trying to build builder from its flatpak manifest.
Comment 1 Philip Chimento 2017-03-11 02:29:15 UTC
Created attachment 347678 [details] [review]
meson-build: Remove help subdir

This dir does not exist.
Comment 2 Philip Chimento 2017-03-11 02:29:18 UTC
Created attachment 347679 [details] [review]
flatpak: Don't install to /etc in libfuse

This should probably be /app/etc, without this change the build fails due
to trying to write to /etc without permission.
Comment 3 Christian Hergert 2017-03-11 02:29:54 UTC
Review of attachment 347678 [details] [review]:

LGTM
Comment 4 Christian Hergert 2017-03-11 02:30:18 UTC
Review of attachment 347679 [details] [review]:

LGTM
Comment 5 Philip Chimento 2017-03-11 02:33:34 UTC
Attachment 347678 [details] pushed as 36f3a62 - meson-build: Remove help subdir
Attachment 347679 [details] pushed as e888a5a - flatpak: Don't install to /etc in libfuse