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 739367 - cerbero: Fedora bootstrap is missing fuse-devel deps
cerbero: Fedora bootstrap is missing fuse-devel deps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
1.4.3
Other Linux
: Normal normal
: 1.4.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-29 18:22 UTC by Nicolas Dufresne (ndufresne)
Modified: 2014-10-30 19:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add fuse-devel as OS deps during bootstrap (1.01 KB, patch)
2014-10-29 18:22 UTC, Nicolas Dufresne (ndufresne)
needs-work Details | Review

Description Nicolas Dufresne (ndufresne) 2014-10-29 18:22:00 UTC
Created attachment 289604 [details] [review]
Add fuse-devel as OS deps during bootstrap

Bootstrap just failed for me when build AppImageKit. It was missing fuse-devel package.
Comment 1 Edward Hervey 2014-10-30 07:28:47 UTC
Not sure why you're not getting it, it should be picking it up in both master and 1.4:

+        if self.config.target_platform == Platform.LINUX:
+            self.packages.append('chrpath')
+            self.packages.append('libfuse-dev')
Comment 2 Nicolas Dufresne (ndufresne) 2014-10-30 13:08:34 UTC
Maybe because the libfuse-dev is Debian package name ;-) I'll update the patch.
Comment 3 Nicolas Dufresne (ndufresne) 2014-10-30 19:36:04 UTC
Olivier fixed it (both 1.4 and master):

commit 036c6ca587f66ad7df6f74038ff7212143ccffbd
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   Thu Oct 30 12:49:15 2014 -0400

    bootstrap: It's fuse-devel, not libfuse-devel on RedHat distros
    
    Fix regression introduced by 7c9c890